| 10 Jan 2023 |
Artturin | error: builder for '/nix/store/mpxfkmj5jdw4n3ny7zq4v58fxdc1rds0-CVE-2021-3695.CVE-2021-3696.CVE-2021-3697.CVE-2022-28733.CVE-2022-28734.CVE-2022-28735.CVE-2022-28736.CVE-2022-28737.29.patch.drv' failed with exit code 1;
last 10 log lines:
> Warning: Problem : HTTP error. Will retry in 1 seconds. 3 retries left.
> 0 234 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
> curl: (22) The requested URL returned error: 503
> Warning: Problem : HTTP error. Will retry in 2 seconds. 2 retries left.
> 0 234 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
> curl: (22) The requested URL returned error: 503
> Warning: Problem : HTTP error. Will retry in 4 seconds. 1 retries left.
> 0 234 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
> curl: (22) The requested URL returned error: 503
> error: cannot download CVE-2021-3695.CVE-2021-3696.CVE-2021-3697.CVE-2022-28733.CVE-2022-28734.CVE-2022-28735.CVE-2022-28736.CVE-2022-28737.29.patch from any mirror
For full logs, run 'nix log /nix/store/mpxfkmj5jdw4n3ny7zq4v58fxdc1rds0-CVE-2021-3695.CVE-2021-3696.CVE-2021-3697.CVE-2022-28733.CVE-2022-28734.CVE-2022-28735.CVE-2022-28736.CVE-2022-28737.29.patch.drv'.
| 17:59:52 |
| 11 Jan 2023 |
cole-h | I was able to reproduce the patch fetching issue locally. I had to keep rebuilding it until all the patches were properly fetched (alongside --keep-going), and then was able to go further. | 15:38:23 |
Lily Foster | Seems like git.savannah.gnu.org rate-limiting | 15:40:05 |
cole-h | Would make sense to me. | 15:40:23 |
Lily Foster | Yeah if I just try to curl them in parallel locally I get the same thing. It seems to be when there's too many concurrent connections it's generating for though rather than strictly rate-based | 15:46:10 |
@rick:matrix.ciphernetics.nl | Makes sense if it's an internal server error that it's more of an accidental rate limit | 15:51:22 |
trofi | Or if they chose to return 503 on ratelimit :) | 21:28:23 |
@rick:matrix.ciphernetics.nl | Overloaded, yeah I guess one could choose that in a whim | 21:30:23 |
| 13 Jan 2023 |
hexa | getting a weird eval error in https://github.com/NixOS/nixpkgs/pull/210303 | 16:06:38 |
hexa | trace: lib.zip is deprecated, use lib.zipAttrsWith instead
trace: warning: lib.readPathsFromFile is deprecated, use a list instead
trace: warning: replaceChars is a deprecated alias of replaceStrings, replace usages of it with replaceStrings.
trace: `lib.nixpkgsVersion` is deprecated, use `lib.version` instead!
trace: lib.crossLists is deprecated, use lib.cartesianProductOfSets instead
trace: Warning: `showVal` is deprecated and will be removed in the next release, please use `traceSeqN`
trace: warning: literalExample is deprecated, use literalExpression instead, or use literalDocBook for a non-Nix description.
error: opening file '/nix/store/n0x9izxrhiw3zn5i70cf9sbfy6p5la9p-perl-5.36.0.drv': No such file or directory
| 16:06:47 |
hexa | not touching perl at all 😄 | 16:06:53 |
hexa | and master is green | 16:07:02 |
Lily Foster |
error: opening file '/nix/store/n0x9izxrhiw3zn5i70cf9sbfy6p5la9p-perl-5.36.0.drv': No such file or directory
This feels like the nix daemon died. Check journal?
| 16:07:55 |
hexa | multiple PRs affected | 16:16:32 |
cole-h | wtf | 16:17:46 |
cole-h | (looking) | 16:17:49 |
cole-h | I have no clue how, or why -- nothing in the machine logs explain it (or even show that.....................)
It looks like it's limited to one machine though, so I'm gonna take it out of rotation for the moment | 16:23:03 |
cole-h | In reply to @hexa:lossy.network getting a weird eval error in https://github.com/NixOS/nixpkgs/pull/210303 FYI: rather than posting another comment, I just edited your comment asking ofborg to eval again | 16:25:47 |
hexa | yep, I edit eval requests often as well | 16:26:41 |
hexa | much cleaner than generating notifications for everyone subbed | 16:26:52 |
hexa | thanks for looking | 16:27:08 |
cole-h | Just didn't want it to be a shock that I edited your comment, since some people might think it as rude (if not communicated) :P | 16:27:09 |
hexa | anyway, third eval 😄 | 16:27:20 |
hexa | no reaction to further eval requests1 | 16:42:58 |
hexa | * no reaction to further eval requests | 16:43:01 |
hexa | are they queued? | 16:43:09 |
cole-h | Because I did the same on the other PRs, yeah :) | 16:43:13 |
cole-h | https://nix.ci/prometheus/graph?g0.expr=ofborg_queue_evaluator_waiting&g0.tab=1&g0.stacked=0&g0.show_exemplars=0&g0.range_input=1h&g1.expr=ofborg_queue_evaluator_in_progress&g1.tab=1&g1.stacked=0&g1.show_exemplars=0&g1.range_input=1h | 16:44:25 |
hexa | ah, there it is | 16:44:38 |
hexa | was looking below monitoring.nix.ci and couldn't find it | 16:44:55 |