<Taneb>
(is me checking and reporting builds that seem to have stalled here helpful?)
misuzu has quit [Remote host closed the connection]
misuzu has joined #nixos-dev
<gchristensen>
Taneb: yeah :)
<Taneb>
:)
<gchristensen>
looks like we have a bug in nix
<Taneb>
Oof
<gchristensen>
not so bad, just a bit annoying
<gchristensen>
if the remote builder is still technically up but can't do IO, nix assumes everything is fine ~forever
<gchristensen>
since SSH is able to say "still here!" every 30s or whatever, nothing seems wrong
johanot has quit [Ping timeout: 240 seconds]
st8less has joined #nixos-dev
<globin>
gchristensen: are you working on fixing or this, or reverting to a previouse version? it's a bit annoying just days before a release
<gchristensen>
I'm getting interesting info from hydra, then I'll kill those stuck builds so they can restart
<gchristensen>
this isn't a new bug in Nix, so no revert
init_6 has quit []
arianvp has quit [Quit: WeeChat 2.6]
arianvp has joined #nixos-dev
<Taneb>
Down to 525 failing builds for nixos 19.09
justanotheruser has quit [Ping timeout: 265 seconds]
<eyJhb>
Yay! :D Good job!
justanotheruser has joined #nixos-dev
justan0theruser has joined #nixos-dev
justanotheruser has quit [Ping timeout: 276 seconds]
<disasm>
looks like a number of ZHF failures are a result of go failing to build with this error: gc_test.go:33: expected "OK\n", but got "using too much memory: 44978176 bytes\n"
__monty__ has quit [Ping timeout: 268 seconds]
<Taneb>
Is that 45MB?
<globin>
disasm: that's only i686 and not properly debuggable
<infinisil>
I built the path /nix/store/a18bblx3izgm48knq4khz27z26zrrxww-tree-sitter-0.15.7 successfully
<infinisil>
All tests pass for me, whereas in hydra fails one test with `thread 'tests::parser_test::test_parsing_with_a_timeout' panicked at 'called `Result::unwrap()` on an `Err` value: Error(["/build/source/target/scratch/json.so: file too short", "Error opening dynamic library \"/build/source/target/scratch/json.so\""])', src/libcore/result.rs:999:5`
<gchristensen>
I guess, though, now we need to upgrade ceres to 19.09 so it can get the NetPrometheus package
<niksnut>
well, ceres is running the flake branch of hydra
<gchristensen>
oh
<gchristensen>
maybe we could merge master in to the flake branch, and upgrade to 19.09 soonish? :)
st8less has quit [Quit: WeeChat 2.4]
ris has joined #nixos-dev
<niksnut>
yes, I'll have a look at that tomorrow
<gchristensen>
great!
<gchristensen>
it'll be nice to get this data in to prometheus so Taneb doesn't have to peruse the page to find suspicious builds :)
Jackneill has quit [Read error: Connection reset by peer]
justan0theruser has quit [Ping timeout: 245 seconds]
orivej has joined #nixos-dev
<fpletz>
sphalerite: btw. #49534 might be a blocker for the release since it makes some network configurations like bonded networking interfaces behave badly (please don't read all the comments, it's confusing)