Shippable / support

Shippable SaaS customers can report issues and feature requests in this repository
101 stars 28 forks source link

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

Open AATAccounts opened 3 years ago

AATAccounts commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

This worked for us for a temporary solution.