Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It appears that Shippable has not paid bills to vendor and is causing jobs to fatally end. #5172

Open
AATAccounts opened this issue Nov 12, 2020 · 3 comments

Comments

@AATAccounts
Copy link

Builds a ending with the following error
E: Failed to fetch https://packagecloud.io/basho/riak/ubuntu/dists/xenial/main/source/Sources 402 Payment Required

https://app.shippable.com/github/ableat/aathub-build/runs/494/1/console

@trriplejay
Copy link

When these images were created, riak (which is one of the services we provide on our build images) was installed via this packagecloud host. It seems that they have switched hosts, or simply that packagecloud now requires a paid account to use them as an apt source, while before today they did not.

If you're not using riak then I'd recommend adding

rm /etc/apt/sources.list.d/basho_riak.list

to your script before doing an apt-get update.

@adamboxman
Copy link

adamboxman commented Nov 13, 2020

please fix blocking production workflow. recommended solve works. will you echo out here when a resolution is in place so we can prune the hack at that time?

@AATAccounts
Copy link
Author

This worked for us for a temporary solution.

MatiasElo added a commit to MatiasElo/odp that referenced this issue Nov 18, 2020
Fix Shippable cloud node build by removing a broken riak apt source.
Solution suggested here:
Shippable/support#5172 (comment)

Signed-off-by: Matias Elo <matias.elo@nokia.com>
MatiasElo added a commit to MatiasElo/odp that referenced this issue Nov 18, 2020
Fix Shippable cloud node build by removing a broken riak apt source.
Solution suggested here:
Shippable/support#5172 (comment)

Signed-off-by: Matias Elo <matias.elo@nokia.com>
MatiasElo added a commit to MatiasElo/odp that referenced this issue Nov 18, 2020
Fix Shippable cloud node build by removing a broken riak apt source.
Solution suggested here:
Shippable/support#5172 (comment)

Signed-off-by: Matias Elo <matias.elo@nokia.com>
Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
MatiasElo added a commit to OpenDataPlane/odp that referenced this issue Nov 18, 2020
Fix Shippable cloud node build by removing a broken riak apt source.
Solution suggested here:
Shippable/support#5172 (comment)

Signed-off-by: Matias Elo <matias.elo@nokia.com>
Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
MatiasElo added a commit to MatiasElo/odp-dpdk that referenced this issue Nov 26, 2020
Fix Shippable cloud node build by removing a broken riak apt source.
Solution suggested here:
Shippable/support#5172 (comment)

Signed-off-by: Matias Elo <matias.elo@nokia.com>
Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
MatiasElo added a commit to MatiasElo/odp-dpdk that referenced this issue Nov 26, 2020
Fix Shippable cloud node build by removing a broken riak apt source.
Solution suggested here:
Shippable/support#5172 (comment)

Signed-off-by: Matias Elo <matias.elo@nokia.com>
Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
psavol pushed a commit to OpenDataPlane/odp-dpdk that referenced this issue Nov 27, 2020
Fix Shippable cloud node build by removing a broken riak apt source.
Solution suggested here:
Shippable/support#5172 (comment)

Signed-off-by: Matias Elo <matias.elo@nokia.com>
Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
MatiasElo added a commit to MatiasElo/odp-dpdk that referenced this issue Dec 7, 2020
Fix Shippable cloud node build by removing a broken riak apt source.
Solution suggested here:
Shippable/support#5172 (comment)

Signed-off-by: Matias Elo <matias.elo@nokia.com>
Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants