gchristensen changed the topic of #nixos-dev to: NixOS Development (#nixos for questions) | NixOS 19.09 is released! https://discourse.nixos.org/t/nixos-19-09-release/4306 | 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
drakonis has quit [Quit: WeeChat 2.6]
drakonis has joined #nixos-dev
bhipple has quit [Ping timeout: 240 seconds]
bhipple has joined #nixos-dev
bhipple has quit [Remote host closed the connection]
ris has quit [Ping timeout: 258 seconds]
lovesegfault has quit [Ping timeout: 260 seconds]
bhipple has joined #nixos-dev
bhipple has quit [Ping timeout: 240 seconds]
bhipple has joined #nixos-dev
thoughtpolice has quit [Ping timeout: 245 seconds]
alunduil has quit [Ping timeout: 245 seconds]
elvishjerricco has quit [Ping timeout: 245 seconds]
alunduil has joined #nixos-dev
Shados_ has joined #nixos-dev
Shados has quit [Read error: Connection reset by peer]
thoughtpolice has joined #nixos-dev
elvishjerricco has joined #nixos-dev
{`-`} has joined #nixos-dev
NinjaTrappeur has joined #nixos-dev
octe has joined #nixos-dev
drakonis has quit [Ping timeout: 248 seconds]
Shados_ has quit [Quit: Shados_]
Shados has joined #nixos-dev
phreedom has quit [Ping timeout: 240 seconds]
bhipple has quit [Remote host closed the connection]
edef has quit [Remote host closed the connection]
<bennofs[m]> Is it possible to get a derivation hash -> Hydra job (Name + ID) mapping?
edef has joined #nixos-dev
edef has joined #nixos-dev
edef has quit [Changing host]
__monty__ has joined #nixos-dev
<LnL> not without enumerating builds AFAIK
<LnL> but it would be really cool if hydra would include some extra metadata in the narinfo (or s3 headers)
ris has joined #nixos-dev
<pie_[bnc]> sidenote; i would like it if binaries could be linked back to their build expression
bennofs has joined #nixos-dev
kenjis1 has joined #nixos-dev
<infinisil> bennofs[m]: I think you can search for the /nix/store path (or hash) in the hydra search field
<bennofs[m]> Oh, hmm... But doing that for all paths in an evaluation is probably a bit expensive ;)
<infinisil> Yup..
<infinisil> I'd love if the API allowed that
<bennofs[m]> I was thinking about just making hydra-eval-jobs produce the mapping and push it to s3
<clever> infinisil: if you know the nixpkgs rev of the eval, then you can eval it locally, to see every path within it
<infinisil> Well yeah, but the interesting bits would be the hydra results
<clever> i think there is an api to list all evals in a jobset
<bennofs[m]> Assuming you have >4G ram
<bennofs[m]> And some time
<clever> and you can then get an eval# from there, if you know the rev
<LnL> does anybody know if there's something like allowedRequisites but for build inputs?
<gchristensen> https://r13y.com/ 98.84%
<andi-> yay :-)
mrCyborg has joined #nixos-dev
<bennofs> does the name r13y have some meaning? or is just random 4 letters? :)
<yorick> bennofs: r[eproducibilit]y
<yorick> much like i18n
<bennofs> cool, thanks! learned something new
<gchristensen> it is a terrible name, I grant you that :P
<bennofs> it's short, so it's ok
<gchristensen> though I hope the text logo helps most people
drakonis has joined #nixos-dev
<infinisil> > numeronym = text: let len = stringLength text; in substring 0 1 text + toString (len - 2) + substring (len - 1) 1 text
<{^_^}> error: undefined variable 'stringLength' at (string):155:30
<infinisil> > numeronym = text: let len = lib.stringLength text; in lib.substring 0 1 text + toString (len - 2) + lib.substring (len - 1) 1 text
<{^_^}> numeronym defined
<infinisil> > numeronym "reproducibility"
<{^_^}> "r13y"
mrCyborg has quit [Ping timeout: 260 seconds]
<thefloweringash> > numeronym "recognizability"
<{^_^}> "r13y"
<thefloweringash> `grep -E '^r.{13}y$' /usr/share/dict/words | wc -l` => 26
<infinisil> > numeronym "laziness's point is to avoid effort"
<{^_^}> "l33t"
mmlb has quit [Quit: The Lounge - https://thelounge.github.io]
<infinisil> :O
mmlb has joined #nixos-dev
<simpson> > numeronym "um"
<{^_^}> "u0m"
<drakonis> > numeronym "eat my shorts"
<{^_^}> "e11s"
bhipple has joined #nixos-dev
mmlb has quit [Quit: The Lounge - https://thelounge.github.io]
mmlb has joined #nixos-dev
mmlb has quit [Quit: The Lounge - https://thelounge.github.io]
cptchaos83 has joined #nixos-dev
drakonis has quit [Ping timeout: 245 seconds]
misuzu has quit [Remote host closed the connection]
misuzu has joined #nixos-dev
drakonis has joined #nixos-dev
<thefloweringash> > numeronym "kernelless"
<{^_^}> "k8s"
<yorick> > numeronym "i"
<{^_^}> "i-1i"
<yorick> neat
<yorick> > numeronym ""
<{^_^}> negative start position in 'substring', at (string):155:102
mrCyborg has joined #nixos-dev
mrCyborg has quit [Ping timeout: 246 seconds]
bhipple has quit [Ping timeout: 268 seconds]
bhipple has joined #nixos-dev
<drakonis> > numeronym "kubernetes"
<{^_^}> "k8s"
<drakonis> just chekin'
<drakonis> > numeronym "internationalization"
<{^_^}> "i18n"
<clever> > numeronym "lets just break it :P"
<{^_^}> "l19P"
<samueldr> > numeronym "6 plus 6"
<{^_^}> "666"
<drakonis> incredible.
<Taneb> > numeronym "recognisability"
<{^_^}> "r13y"
<Taneb> > numeronym "radiotelegraphy"
<{^_^}> "r13y"
mrCyborg has joined #nixos-dev
bhipple has quit [Ping timeout: 258 seconds]
<mrCyborg> How do I fix the labels on my PR? ofborg has giving it "cleanup" instead of "package (update)". (altough cleanup could be accurate, the whole definition was rewritten because upstream was rewritten.)
<mrCyborg> The PR in question: https://github.com/NixOS/nixpkgs/pull/77552
<{^_^}> #77552 (by nloomans, 7 hours ago, open): hakuneko: 1.4.2 -> 5.0.8
<mrCyborg> Well I gave to go, wrong moment to ask a question...
<mrCyborg> *have
<mrCyborg> I'm back, if anyone would like to update the labels that would be great.
lovesegfault has joined #nixos-dev
mrCyborg has quit [Ping timeout: 245 seconds]
lovesegfault has quit [Quit: WeeChat 2.7]
drakonis has quit [Ping timeout: 252 seconds]
phreedom has joined #nixos-dev
drakonis has joined #nixos-dev
__monty__ has quit [Quit: leaving]
bhipple has joined #nixos-dev
<gchristensen> samueldr: do you have any insight in to what it'll take to have the test framework support EFI, or am I going in blind?
<samueldr> some idea
<gchristensen> what can you share? :)
<samueldr> looking for the info
<gchristensen> thank
<gchristensen> s
lovesegfault has joined #nixos-dev
<samueldr> the "start command" will need to be configurable
<samueldr> but it's not enough
* samueldr needs to re-review stuff
<samueldr> the tests were still with the perl harness
<gchristensen> interesting
<gchristensen> do you happen to know the correct incantation to start EFI mode?
<samueldr> ah!
<samueldr> gchristensen: that's plenty fine for EFI mode
<samueldr> but it's lacking the NVRAM area to save state
* samueldr is still looking for it
<gchristensen> yeah so I can't find any info on enrolling custom keys
<samueldr> (I don't know about that)
<samueldr> okay, so here's the big uhly wart with the perl harness
<gchristensen> I've only ever found EnrollDefaultKeys.efi
<samueldr> it uses whatever the test does to start the VM, which in the perl harness is always a legacy bios boot
<samueldr> it shuts down the machine and *creates a new one* with custom params
<gchristensen> lol!
<samueldr> so, I guess the appropriate plan is to re-do the installer tests in python, they should maybe be called "installer and bootloader tests" in reality
<gchristensen> gosh, I don't think I can page all this stuff in to my brain and make progress on this right now.
<samueldr> understandable
<gchristensen> maybe next week :P thank you for walking through it, I've copied this for next time I look
<samueldr> I haven't looked to see if there's a PR with the tests ported to python
Jackneill has joined #nixos-dev
ciil_ has quit [Ping timeout: 268 seconds]
ciil has joined #nixos-dev
Jackneill has quit [Remote host closed the connection]
<Ericson2314> tetdim: did you ever look at my PRs to your meson branch?
<Ericson2314> i am merging master into my branch with your work, and I see those 2 weren't merged
<Ericson2314> We're going to get some CI for nix itself it seems, so it's a good time to return to this
<Ericson2314> (and grahamc let me know on the off-chance I can help with any of the ofborg stuff)
<gchristensen> thanks, Ericson2314, I was going to do it on Friday but had a very high priority issue come up
<Ericson2314> nw, those things do happen!
<gchristensen> most every Friday is fairly open for general community improvement work, so if not sooner, next Friday :)
bhipple has quit [Ping timeout: 265 seconds]
ixxie has joined #nixos-dev
orivej has quit [Ping timeout: 268 seconds]
bhipple has joined #nixos-dev
orivej has joined #nixos-dev