worldofpeace_ changed the topic of #nixos-dev to: #nixos-dev NixOS Development (#nixos for questions) | NixOS stable: 20.03 ✨ https://discourse.nixos.org/t/nixos-20-03-release/6785 | https://hydra.nixos.org/jobset/nixos/trunk-combined https://channels.nix.gsc.io/graph.html | https://r13y.com | 19.09 RMs: disasm, sphalerite; 20.03: worldofpeace, disasm | https://logs.nix.samueldr.com/nixos-dev
orivej has quit [Ping timeout: 260 seconds]
ris has quit [Ping timeout: 256 seconds]
justanotheruser has joined #nixos-dev
rajivr has joined #nixos-dev
alp has quit [Ping timeout: 272 seconds]
justanotheruser has quit [Ping timeout: 244 seconds]
justanotheruser has joined #nixos-dev
LnL has quit [Read error: Connection reset by peer]
LnL has joined #nixos-dev
drakonis- has joined #nixos-dev
drakonis- has quit [Quit: ZNC 1.8.1 - https://znc.in]
drakonis has quit [Quit: ZNC 1.8.1 - https://znc.in]
drakonis has joined #nixos-dev
drakonis has quit [Read error: Connection reset by peer]
drakonis_ has joined #nixos-dev
drakonis_ has quit [Read error: Connection reset by peer]
drakonis_ has joined #nixos-dev
orivej has joined #nixos-dev
justanotheruser has quit [Ping timeout: 272 seconds]
drakonis has joined #nixos-dev
cole-h has joined #nixos-dev
orivej has quit [Ping timeout: 240 seconds]
alp has joined #nixos-dev
<Mic92> What options do I have to parse drv files from go?
cole-h has quit [Quit: Goodbye]
b42 has joined #nixos-dev
orivej has joined #nixos-dev
alp has quit [Ping timeout: 244 seconds]
domenkozar[m] has quit [Quit: killed]
dtz has quit [Quit: killed]
emily has quit [Quit: killed]
bbigras has quit [Quit: killed]
Ericson2314 has quit [Quit: killed]
Ox4A6F has quit [Quit: killed]
aanderse has quit [Quit: killed]
vaibhavsagar has quit [Quit: killed]
danielrf[m] has quit [Quit: killed]
philipp[m] has quit [Quit: killed]
colemickens has quit [Quit: killed]
jonge[m] has quit [Quit: killed]
Valodim[m] has quit [Quit: killed]
thefloweringash has quit [Quit: killed]
DamienCassou has quit [Quit: killed]
Irenes[m] has quit [Quit: killed]
arcnmx has quit [Quit: killed]
michaelpj has quit [Quit: killed]
matthewbauer has quit [Quit: killed]
worldofpeace has quit [Quit: killed]
codyopel has quit [Quit: killed]
theotherjimmy[m] has quit [Quit: killed]
ryantm has quit [Quit: killed]
zowoq[m] has quit [Quit: killed]
doronbehar has quit [Quit: killed]
ma27[m] has quit [Quit: killed]
rycee has quit [Quit: killed]
JJJollyjim has quit [Quit: killed]
jtojnar has quit [Quit: killed]
puzzlewolf has quit [Quit: killed]
rnhmjoj has quit [Quit: killed]
alexarice[m] has quit [Quit: killed]
timokau[m] has quit [Quit: killed]
roberth has quit [Quit: killed]
regnat has quit [Quit: killed]
<Graypup_> Mic92, probably just https://github.com/orivej/go-nix
<Mic92> Graypup_: does not parse drv files, but I probably will just use `nix show-derivation` and parse the json
<Mic92> good enough and reduces the dependencies
<Graypup_> oh *facepalm* I thought the .drvs were nix source for some reason
<Graypup_> sorry
lopsided98 has quit [Ping timeout: 260 seconds]
alexarice[m] has joined #nixos-dev
<Mic92> no worries
lopsided98 has joined #nixos-dev
<Graypup_> tbh it looks like fairly trivial syntax though it is not documented anywhere
<Graypup_> you could probably write a parser without that much difficulty
michaelpj has joined #nixos-dev
Valodim[m] has joined #nixos-dev
ryantm has joined #nixos-dev
aanderse has joined #nixos-dev
timokau[m] has joined #nixos-dev
colemickens has joined #nixos-dev
ma27[m] has joined #nixos-dev
vaibhavsagar has joined #nixos-dev
domenkozar[m] has joined #nixos-dev
jonge[m] has joined #nixos-dev
jtojnar has joined #nixos-dev
emily has joined #nixos-dev
Ericson2314 has joined #nixos-dev
Irenes[m] has joined #nixos-dev
worldofpeace has joined #nixos-dev
DamienCassou has joined #nixos-dev
codyopel has joined #nixos-dev
arcnmx has joined #nixos-dev
thefloweringash has joined #nixos-dev
JJJollyjim has joined #nixos-dev
Ox4A6F has joined #nixos-dev
dtz has joined #nixos-dev
bbigras has joined #nixos-dev
danielrf[m] has joined #nixos-dev
regnat has joined #nixos-dev
puzzlewolf has joined #nixos-dev
theotherjimmy[m] has joined #nixos-dev
philipp[m] has joined #nixos-dev
rycee has joined #nixos-dev
rnhmjoj has joined #nixos-dev
zowoq[m] has joined #nixos-dev
doronbehar has joined #nixos-dev
matthewbauer has joined #nixos-dev
roberth has joined #nixos-dev
AlwaysLivid has joined #nixos-dev
alp has joined #nixos-dev
<adisbladis> I have a question re the purpose of staging/staging-next.
<{^_^}> #95179 (by jtojnar, 20 hours ago, merged): meson: Fix rpath clearing
<adisbladis> Since it's blocking channel progression this one should imho go straight to master
<adisbladis> I don't see the purpose of going via a staging branch when the unstable channel is not going to get bumped until a fix reaches master?
<adisbladis> cc flokli jtojnar
<flokli> adisbladis: yeah, I fully agree
<flokli> and already wrote that in #nixos-systemd
<flokli> there has been a build requested.
<flokli> IMHO, we should just cherry-pick that fix into master. A lot of stuff has already been built, and it's better to unbreak master
<flokli> no-one can run any VM tests currently because of that
<adisbladis> Alright, I think we should just do the cherry-pick then.
<adisbladis> cc Mic92 ajs124 (checking the discussion in #nixos-systemd)
<Mic92> adisbladis: ok with me
<adisbladis> I'm gonna go ahead and cherry-pick that one on master
<Mic92> this would have been the alternative
<adisbladis> Mic92: I saw that one too, but I think it's better to rip off the proverbial band-aid and just get the proper fix over and done with
<flokli> same here
<Mic92> adisbladis: probably I justed wanted to fix my own system
<flokli> we don't know where meson ended up producing other broken paths
<flokli> so better to fix this properly
<adisbladis> I'm just doing a smoke test before pushing
orivej has quit [Ping timeout: 265 seconds]
<flokli> adisbladis: Thanks! I also successfully switched my system to master
alp has quit [Ping timeout: 272 seconds]
ky0ko has quit [Quit: killed]
ky0ko has joined #nixos-dev
<flokli> hmm, seems the bump to systemd 245.7 wasn't part of the previous staging round
AlwaysLivid has quit [Read error: Connection reset by peer]
justanotheruser has joined #nixos-dev
alp has joined #nixos-dev
alp has quit [Quit: Leaving]
andi- has quit [Ping timeout: 260 seconds]
andi- has joined #nixos-dev
andi- has quit [Excess Flood]
andi- has joined #nixos-dev
orivej has joined #nixos-dev
drakonis has quit [Quit: ZNC 1.8.1 - https://znc.in]
<Ericson2314> https://github.com/NixOS/nix/pull/3922 anyone wanna help me debug this?
<{^_^}> nix#3922 (by Ericson2314, 34 minutes ago, open): WIP: Test `RemoteStore::buildDerivation`
<Ericson2314> I left 3 commands in PR description to illustrate the basic issue
<Ericson2314> looks like it has to do with "double chroot" or something
<Ericson2314> ah, i think I know what the problem is
drakonis has joined #nixos-dev
drakonis1 has joined #nixos-dev
drakonis1 has quit [Ping timeout: 260 seconds]
drakonis_ has quit [Ping timeout: 260 seconds]
<Ericson2314> ok cool fixed
<Ericson2314> anyone know why system-features is a global setting and not store setting?
drakonis_ has joined #nixos-dev
drakonis1 has joined #nixos-dev
drakonis1 has quit [Quit: WeeChat 2.9]
drakonis1 has joined #nixos-dev
ckauhaus has joined #nixos-dev
ris has joined #nixos-dev
drakonis has quit [Quit: ZNC 1.8.1 - https://znc.in]
drakonis_ has quit [Read error: Connection reset by peer]
drakonis_ has joined #nixos-dev
drakonis has joined #nixos-dev
drakonis2 has joined #nixos-dev
drakonis_ has quit [Read error: Connection reset by peer]
drakonis2 has quit [Read error: Connection reset by peer]
drakonis2 has joined #nixos-dev
<aminechikhaoui> anyone knows what error code 99 from hydra-eval-jobset corresponds to ?
<aminechikhaoui> hydra-eval-jobs returned exit code 99:
<aminechikhaoui> (no output)
<aminechikhaoui> hydra-eval-jobs *
ckauhaus has quit [Quit: WeeChat 2.7.1]
rajivr has quit [Quit: Connection closed for inactivity]
Shados_ has joined #nixos-dev
mdlayher_ has joined #nixos-dev
georgyo_ has joined #nixos-dev
taktoa[c]_ has joined #nixos-dev
marek_ has joined #nixos-dev
orivej has quit [Ping timeout: 264 seconds]
rycee has quit [*.net *.split]
ryantm has quit [*.net *.split]
ma27[m] has quit [*.net *.split]
Ox4A6F has quit [*.net *.split]
taktoa[c] has quit [*.net *.split]
Mic92 has quit [*.net *.split]
marek has quit [*.net *.split]
Shados has quit [*.net *.split]
mdlayher has quit [*.net *.split]
georgyo has quit [*.net *.split]
_scott has quit [*.net *.split]
taktoa[c]_ is now known as taktoa[c]
mdlayher_ is now known as mdlayher
georgyo_ is now known as georgyo
<samueldr> aminechikhaoui: might not be the same issue, but last time I had tracked down a no output situation, I saw with strace that something was eating messages and not passing them down
aanderse has quit [Remote host closed the connection]
thefloweringash has quit [Remote host closed the connection]
theotherjimmy[m] has quit [Remote host closed the connection]
vaibhavsagar has quit [Remote host closed the connection]
puzzlewolf has quit [Read error: Connection reset by peer]
Valodim[m] has quit [Read error: Connection reset by peer]
emily has quit [Write error: Connection reset by peer]
codyopel has quit [Read error: Connection reset by peer]
bbigras has quit [Read error: Connection reset by peer]
timokau[m] has quit [Remote host closed the connection]
colemickens has quit [Read error: Connection reset by peer]
arcnmx has quit [Read error: Connection reset by peer]
doronbehar has quit [Remote host closed the connection]
michaelpj has quit [Remote host closed the connection]
zowoq[m] has quit [Remote host closed the connection]
worldofpeace has quit [Remote host closed the connection]
dtz has quit [Write error: Connection reset by peer]
regnat has quit [Read error: Connection reset by peer]
roberth has quit [Remote host closed the connection]
matthewbauer has quit [Remote host closed the connection]
jtojnar has quit [Read error: Connection reset by peer]
philipp[m] has quit [Remote host closed the connection]
danielrf[m] has quit [Read error: Connection reset by peer]
domenkozar[m] has quit [Remote host closed the connection]
JJJollyjim has quit [Write error: Connection reset by peer]
Ericson2314 has quit [Remote host closed the connection]
jonge[m] has quit [Read error: Connection reset by peer]
rnhmjoj has quit [Remote host closed the connection]
alexarice[m] has quit [Remote host closed the connection]
Irenes[m] has quit [Read error: Connection reset by peer]
DamienCassou has quit [Read error: Connection reset by peer]
<aminechikhaoui> turned out that issue was caused by a builtins.trace I added
orivej has joined #nixos-dev
<aminechikhaoui> but it didn't happen with nix-instantiate, only hydra-eval-jobs seems to have the issue
ericnoan has quit [Ping timeout: 264 seconds]
Mic92 has joined #nixos-dev
ericnoan has joined #nixos-dev
lopsided98 has quit [Ping timeout: 244 seconds]
lopsided98 has joined #nixos-dev
rycee has joined #nixos-dev
AlwaysLivid has joined #nixos-dev
Valodim[m] has joined #nixos-dev
michaelpj has joined #nixos-dev
ryantm has joined #nixos-dev
puzzlewolf has joined #nixos-dev
aanderse has joined #nixos-dev
timokau[m] has joined #nixos-dev
philipp[m] has joined #nixos-dev
domenkozar[m] has joined #nixos-dev
vaibhavsagar has joined #nixos-dev
colemickens has joined #nixos-dev
ma27[m] has joined #nixos-dev
jonge[m] has joined #nixos-dev
jtojnar has joined #nixos-dev
emily has joined #nixos-dev
Ericson2314 has joined #nixos-dev
Irenes[m] has joined #nixos-dev
worldofpeace has joined #nixos-dev
DamienCassou has joined #nixos-dev
thefloweringash has joined #nixos-dev
dtz has joined #nixos-dev
arcnmx has joined #nixos-dev
JJJollyjim has joined #nixos-dev
Ox4A6F has joined #nixos-dev
bbigras has joined #nixos-dev
danielrf[m] has joined #nixos-dev
roberth has joined #nixos-dev
matthewbauer has joined #nixos-dev
theotherjimmy[m] has joined #nixos-dev
regnat has joined #nixos-dev
rnhmjoj has joined #nixos-dev
codyopel has joined #nixos-dev
zowoq[m] has joined #nixos-dev
doronbehar has joined #nixos-dev
alexarice[m] has joined #nixos-dev
drakonis2 has quit [Ping timeout: 256 seconds]
drakonis1 has quit [Quit: WeeChat 2.9]
drakonis has quit [Quit: ZNC 1.8.1 - https://znc.in]
drakonis has joined #nixos-dev
lopsided98 has quit [Ping timeout: 260 seconds]
lopsided98 has joined #nixos-dev
kalbasit has joined #nixos-dev
kalbasit_ has joined #nixos-dev
nschoe has joined #nixos-dev
__monty__ has joined #nixos-dev
drakonis has quit [Quit: ZNC 1.8.1 - https://znc.in]
cole-h has joined #nixos-dev
nschoe has quit [Ping timeout: 272 seconds]
drakonis has joined #nixos-dev
drakonis has quit [Ping timeout: 246 seconds]
drakonis has joined #nixos-dev
__monty__ has quit [Quit: leaving]
kalbasit_ has quit [Ping timeout: 240 seconds]
kalbasit_ has joined #nixos-dev
AlwaysLivid has quit [Ping timeout: 246 seconds]
tdeo has quit [Read error: Connection reset by peer]
tdeo has joined #nixos-dev
kalbasit has quit [Ping timeout: 244 seconds]
abathur has quit [Read error: Connection reset by peer]
abathur has joined #nixos-dev
{`-`} has joined #nixos-dev
abathur has quit [Quit: abathur]