<flokli>
Is there something still odd with the log viewer? https://logs.nix.ci/?key=nixos/nixpkgs.84136&attempt_id=451053b6-02c5-434c-8046-82c866f2cd0a still seems stuck at 'Subscribing to "nixos/nixpkgs.84136"...', and doesn't show other "tabs" (even though builds have run)
* cole-h
wishes the "Clear All" button only cleared the already-displayed logs instead of the query
<gchristensen>
heh
<gchristensen>
you should see the processes restart here in a second
<cole-h>
I'm really confused. Last night, all the new log output was at the bottom. This morning, it's at the top???
<gchristensen>
heh
<gchristensen>
I think I know why live logs are busted
<gchristensen>
cole-h: they should work now if you reload the page and try again
<cole-h>
Woo!
<cole-h>
Indeed it does.
<cole-h>
<3 gchristensen
<{^_^}>
gchristensen's karma got increased to 254
<gchristensen>
hrm
<gchristensen>
a lot of tasks end with a SendError unwrap panic and I'm not sure why
<gchristensen>
see that?
<cole-h>
Yeah, just did
<gchristensen>
I've seen those come through before, today
<cole-h>
I ran into that with my pass-rs project when handling events in the UI...
<cole-h>
I believe it happens because a/the thread died between ticks (or, that was it in my case)
<LnL>
gchristensen: about <nixpkgs> references, I remember talking about using -I plaesedontreferencethis=./nixpkgs in ofborg to make restric-eval happy but catch bad references
<LnL>
but I don't think that was ever added
<gchristensen>
oh that is a nice idea! right!
<{^_^}>
[ofborg] @LnL7 opened pull request #451 → rename nixpkgs entry in NIX_PATH → https://git.io/JvNRr
<cole-h>
gchristensen: Is it cool to make ofborg re-eval some of these PRs that have gone untagged for 7 hours?
<gchristensen>
evaluating it just to be sure it got the new code
<cole-h>
"No attempt
<cole-h>
"
<LnL>
oh yeah, the builds did fail
<gchristensen>
file 'nixpkgs' was not found in the Nix search path (add it using $NIX_PATH or -I), at /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/packet-spot-eval-3/pkgs/applications/networking/cluster/k3s/default.nix:1:13
<gchristensen>
nice
<gchristensen>
so then why it passed eval I'm not sure
<LnL>
eval should also be going through safe_command from what I can tell