<gchristensen>
LnL: when you mentioned the thing about deploying yesterday, I stopped deploying
<gchristensen>
I'm happy to merge these PRs, but I'd like to deploy them around the same time -- let me know what I should do :)
<LnL>
yeah, the debugging stuff I mentioned doesn't have to block that
cust0dian has joined #nixos-borg
<cole-h>
I like how the switch to tracing appears to be mostly changing the imports from log -> tracing
<LnL>
but I think you'll have to at least reboot the aarch server soon
<LnL>
I don't have enough permissions to look at the stuck builders or restart them
<LnL>
cole-h: yeah, it's really implemented as a superset in a lot of ways
<cust0dian>
borg seems to have hung on my PR: https://github.com/NixOS/nixpkgs/pull/86334 — is this a minor issue and I should just push something else there to trigger another run or do I need to raise an issue?
<LnL>
one thing that's neat that I already noticed is that it also handles logging of libraries (like lapin) by default
<cole-h>
cust0dian: Usually it's fine to just `@ofborg eval` and restart the eval. I think I know the issue but haven't been able to find time to actually look into fixing it.
<cust0dian>
gotcha, thanks!
<cole-h>
Unless you see a big purple label that says `ofborg-internal-error` -- then, come find me.
<LnL>
why is clippy yelling at me? :/
<cole-h>
LnL++ Thanks for adding a picture -- I was gonna ask for one :P
<{^_^}>
LnL's karma got increased to 46
<cole-h>
LnL: I think clippy wants you to split `head_waiter`'s closure to a separate function and `thread::spawn()` that
<cole-h>
idk about the others
<cole-h>
I smile every time I see "lmao I got a job?" show up in the logs
<gchristensen>
lol
<cole-h>
LnL: jk, splitting that closure did nothing
<LnL>
urgh yeah
<cole-h>
LnL: It appears to be related to the `info!` macro. Commenting out lines 134-5 gets rid of that one error
<LnL>
btw I don't get these with latest
<cole-h>
Latest what, clippy?
<LnL>
oh, sounds like the heuristic might be counting the expanded macro then
<cole-h>
Yep, just found that too
<LnL>
yeah
<LnL>
I generally work in a ~nixpkgs-unstable shell
<cole-h>
LnL: What are your clippy, cargo, and rustc versions when this doesn't happen?
<cole-h>
0.0.212, 1.43.0, and 1.43.0, respectively?
<LnL>
1.42
<LnL>
also posted some output of the json formatter
<cole-h>
Now the question is how it looks in Loki
<LnL>
yeah I don't know how that integrates
<cole-h>
It might be useful to remove the date "segment", since Loki does that automagically
<LnL>
btw, I really don't have much of an opionion on the library
<LnL>
if either of you think slog or whatever is the better option I can also try that out
<cole-h>
<3
<LnL>
cole-h: there's a without_time so that looks straightforward if we don't want it