zhaofengli / attic

Multi-tenant Nix Binary Cache

Home Page:https://docs.attic.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Broken install-attic-ci.sh

A1ca7raz opened this issue · comments

installing 'attic-static-x86_64-unknown-linux-musl-0.1.0'
copying path '/nix/store/qi9cixkq0pj60yw1y5l28hid7f53310i-attic-static-x86_64-unknown-linux-musl-0.1.0' from 'https://staging.attic.rs/attic-ci'...
warning: error: unable to download 'https://staging.attic.rs/attic-ci/nar/qi9cixkq0pj60yw1y5l28hid7f53310i.nar': HTTP error 200 (curl error: Stream error in the HTTP/2 framing layer); retrying in 338 ms
warning: error: unable to download 'https://staging.attic.rs/attic-ci/nar/qi9cixkq0pj60yw1y5l28hid7f53310i.nar': HTTP error 200 (curl error: Stream error in the HTTP/2 framing layer); retrying in 614 ms
warning: error: unable to download 'https://staging.attic.rs/attic-ci/nar/qi9cixkq0pj60yw1y5l28hid7f53310i.nar': HTTP error 200 (curl error: Stream error in the HTTP/2 framing layer); retrying in 1200 ms
warning: error: unable to download 'https://staging.attic.rs/attic-ci/nar/qi9cixkq0pj60yw1y5l28hid7f53310i.nar': HTTP error 200 (curl error: Stream error in the HTTP/2 framing layer); retrying in [26](https://github.com/a1ca7raz/nurpkgs/actions/runs/5470829567/jobs/9961341827#step:5:27)84 ms
error: unable to download 'https://staging.attic.rs/attic-ci/nar/qi9cixkq0pj60yw1y5l28hid7f53310i.nar': HTTP error 200 (curl error: Stream error in the HTTP/2 framing layer)
error:
       … while calling the 'storePath' builtin

         at /tmp/tmp.0TlyJ0LJeD:19:23:

           18|             outPath = maybeStorePath (builtins.getAttr outputName outputs);
           19|             drvPath = maybeStorePath (builtins.getAttr outputName outputs);
             |                       ^
           20|           };

       error: path '/nix/store/qi9cixkq0pj60yw1y5l[28](https://github.com/a1ca7raz/nurpkgs/actions/runs/5470829567/jobs/9961341827#step:5:29)hid7f53[31](https://github.com/a1ca7raz/nurpkgs/actions/runs/5470829567/jobs/9961341827#step:5:32)0i-attic-static-x86_64-unknown-linux-musl-0.1.0' does not exist and cannot be created

Looks like the hard limit on concurrency connections was reached for the staging instance. I've adjusted it and it should be better now.

Edit: Scratch that, that wasn't the reason. Fixing...

This is now finally fixed. The cause was admittedly much simpler - An expired S3 key 😅 It wasn't obvious since the staging instance was running an older version of Attic where the logging was very bad.