souffle-lang / souffle

Soufflé is a variant of Datalog for tool designers crafting analyses in Horn clauses. Soufflé synthesizes a native parallel C++ program from a logic specification.
http://souffle-lang.github.io/
Universal Permissive License v1.0
903 stars 198 forks source link

packagecloud.io : HTTP Status 429 : "Bandwidth or Storage Limit Exceeded" #2119

Open chuli000 opened 2 years ago

chuli000 commented 2 years ago

I was running an installations script that I have been running without error recently and it suddenly failed today for any Souffle use of apt-get update

$ sudo apt-get update
Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease
Get:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:3 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Get:4 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Err:5 https://packagecloud.io/souffle-lang/souffle/ubuntu bionic InRelease
  429  Too Many Requests [IP: 52.52.239.191 443]
Fetched 252 kB in 12s (21.6 kB/s)
Reading package lists... Done
W: Failed to fetch https://packagecloud.io/souffle-lang/souffle/ubuntu/dists/bionic/InRelease  429  Too Many Requests [IP: 52.52.239.191 443]
W: Some index files failed to download. They have been ignored, or old ones used instead.

I tried to manually retrieve Souffle and the following error is returned. HTTP Status Code 429 and Bandwidth or Storage Limit Exceeded.

$ curl -i  https://packagecloud.io/souffle-lang/souffle/packages/ubuntu/focal/souffle_2.1_amd64.deb/download.deb
HTTP/2 429
date: Wed, 10 Nov 2021 07:51:47 GMT
content-type: text/html;charset=utf-8
content-length: 35
server: nginx
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
cache-control: no-cache
x-request-id: bc779955-8d25-484a-bf91-e1f564d8eac8
x-runtime: 0.007198

Bandwidth or Storage Limit Exceeded
b-scholz commented 2 years ago

Please have a look here #2091.

Would you like to help to put deb files on the release page?