| 31 Dec 2022 |
hexa | see https://gist.github.com/GrahamcOfBorg/1a00090d6aacdb87903de3e2e4aebe45 | 16:35:39 |
hexa | can someone flush the dns cache please? 😄 | 16:36:36 |
@trofi:matrix.org | Sounds suspiciously similar to https://github.com/systemd/systemd/issues/22492 | 16:58:44 |
@trofi:matrix.org | I would suggest re-host patches via github if possible :) | 16:59:41 |
hexa | better suggestion: don't rely on resolved for dnssec validation | 19:47:23 |
hexa | unbound validates this domain just fine | 19:47:43 |
hexa | https://dnsviz.net/d/foss.heptapod.net/dnssec/ | 19:49:47 |
hexa | looks fine to me | 19:50:09 |
@trofi:matrix.org | It works today for me as well. I closed upstream bug. | 19:55:16 |
| 1 Jan 2023 |
Sandro | resolvectl is wonky anyway especially with DNSSEC | 00:14:15 |
hexa | In reply to @hexa:lossy.network better suggestion: don't rely on resolved for dnssec validation rephrasing this statement | 01:34:24 |
| 10 Jan 2023 |
Artturin | https://github.com/NixOS/nixpkgs/pull/208614#issuecomment-1377643899 | 17:59:40 |
Artturin | works locally though | 17:59:46 |
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:matrix.org | 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 |