<tomberek>
why does nix-shell spawn so many processes and take so long? (strace -tt -f -e clone nix-shell -p bash --run "exit")
drakonis has quit [Remote host closed the connection]
<makefu>
tomberek: my guess is that it first needs to evaluate your complete configuration to figure out what "bash" actually means as an expression
tomberek has quit [Ping timeout: 256 seconds]
__Sander__ has joined #nixos-dev
orivej_ has quit [Ping timeout: 240 seconds]
averell has quit [Read error: Connection reset by peer]
orivej has joined #nixos-dev
<srhb>
It seems to me that reverting the increased vm connect timeout in master did cause more failures in the installer tests again. So now I guess I feel that there's two separate problems: 1: the timeout is too low and 2: there is some bug that causes the vms to sometimes never connect. :/
<srhb>
Any thoughts on the matter? I feel like re-bumping the timeout. Not sure if anyone's been following along, trying to assess the impact.
averell has joined #nixos-dev
orivej has quit [Ping timeout: 240 seconds]
__Sander__ has quit [Read error: No route to host]
__Sander__ has joined #nixos-dev
orivej has joined #nixos-dev
Lisanna has joined #nixos-dev
orivej has quit [Ping timeout: 240 seconds]
<jtojnar>
dtz: Do you think the meson upgrade is ready?
orivej has joined #nixos-dev
<kgz>
anyone from here want to join ##contribex? general discussion about improving contributor experience in foss projects
orivej has quit [Ping timeout: 245 seconds]
orivej has joined #nixos-dev
lassulus has quit [Ping timeout: 268 seconds]
lassulus has joined #nixos-dev
__Sander__ has quit [Quit: Konversation terminated!]
orivej has quit [Ping timeout: 276 seconds]
orivej has joined #nixos-dev
drakonis has joined #nixos-dev
orivej has quit [Ping timeout: 245 seconds]
drakonis has quit [Quit: WeeChat 2.3]
<ma27>
does anybody want to have a look at this PR? https://github.com/NixOS/nixpkgs/pull/48911 The change fails irreproducibly during install phase on machines (with sandbox enabled) and I'm not sure how to proceed here