gchristensen changed the topic of #nixos-borg to: https://www.patreon.com/ofborg https://monitoring.nix.ci/dashboard/db/ofborg?refresh=10s&orgId=1&from=now-1h&to=now "I get to skip reviewing the PHP code and just wait until it is rewritten in something sane, like POSIX shell. || https://logs.nix.samueldr.com/nixos-borg
LnL has quit [Quit: exit 1]
LnL has joined #nixos-borg
cole-h has quit [Quit: Goodbye]
cole-h has joined #nixos-borg
orivej has quit [Remote host closed the connection]
orivej has joined #nixos-borg
evanjs has quit [Ping timeout: 272 seconds]
evanjs has joined #nixos-borg
orivej has quit [Ping timeout: 258 seconds]
flokli has quit [Ping timeout: 260 seconds]
flokli has joined #nixos-borg
cole-h has quit [Quit: Goodbye]
orivej has joined #nixos-borg
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos-borg
cole-h has joined #nixos-borg
gleber has quit [Ping timeout: 272 seconds]
gleber has joined #nixos-borg
orivej has quit [Ping timeout: 265 seconds]
orivej has joined #nixos-borg
<cole-h> andi-: ping
<andi-> cole-h: pong
<cole-h> andi-: Seeing as you updated the PHP stuff last time (https://github.com/NixOS/ofborg/pull/436), do you think you could do that again? php72 is gone from unstable, causing eval errors in the hydra jobset: https://hydra.nixos.org/jobset/ofborg/release#tabs-errors
<{^_^}> #436 (by andir, 31 weeks ago, merged): Update to current nixpkgs-unstable
<andi-> ipdates php stuff O.O
<andi-> maybe
<andi-> let me see that link
<cole-h> tbh I should probably update borg to flakes sooner rather than later...
<andi-> is flakes stable yet?
<cole-h> OK nvm
<cole-h> I forgot it's not
<cole-h> because I've been using it so much lol
<andi-> I used it and I honestly am not sure of the benefits vs the costs
<cole-h> Well, one benefit would be in this case: evals wouldn't be failing, because we'd be purely pinned to a specific nixos-unstable rev (but the reliance on NIX_PATH, I'm assuming, is causing it to use a "newer" nixpkgs)
<andi-> I'll have a look at php in a bit
<cole-h> andi-++ Cheers, thanks.
<{^_^}> andi-'s karma got increased to 36
<cole-h> If you can't find time, I could try and just ask for your review :P
<andi-> also works for me ;)
<cole-h> If only I had a way to test that the php stuff actually worked
<andi-> haha yeah
<andi-> I think I didn't even test it as gchristensen said there is no way for anyone but him to test it
<cole-h> heh
<cole-h> I think we should aim to increase the bus factor once he's generally available again. I hate bothering him every time Something™ goes wrong (especially now).
<andi-> What is that thing required for? Just the GitHub event arriving somewhere?
<cole-h> Looks like it's subscription to some GitHub events, yeah.
<andi-> I am wondering if we couldn't just deploy that on an additional server and let that receive events as well. Eventually, once we verified things we could fail it over.
<andi-> I've no feeling for the volume of events tho..
<cole-h> Probably about the same as number of PRs, I'd guess
<andi-> I'd expect the number to a a fair bit higher, all comments, edits, pushes, merges, … should arrive there, no?
<cole-h> * Probably about the same as number of PRs times number of events, I'd guess
<cole-h> :P
<cole-h> gchristensen: I think something is up with buildkite + aarch64 -- seems like they're all "Waiting on concurrency group"
<LnL> cole-h: we pin nixpkgs for builds/deployments
<LnL> point of the jobset is the see when stuff breaks before you _have_ to update
<cole-h> oic
<cole-h> Great idea tbh.
<cole-h> LnL: Do you happen to know why aarch64 stuff is busted? c.f. https://logs.nix.ci/?attempt_id=c90133ed-f2a2-47eb-8ec5-719e34ff52bb&key=nixos%2Fnixpkgs.98598
<gchristensen> link, cole-h?
<LnL> nope, but we don't really do anything special for the system
<cole-h> also 180, 179, 178, and 177
<cole-h> LnL: Which is why I'm scratching my head -- how is aarch busted and x86_64 isn't?
<cole-h> Impurity... :/
<cole-h> gchristensen: "Waiting on concurrency group"
<LnL> supportedSystems is a release thing tho not default.nix
<LnL> nixos tests?
<LnL> looks right here so no idea: subset: Some(Nixpkgs), attrs: ["ponyc", "ponyc.passthru.tests"]
<LnL> gchristensen: btw, maybe should we get rid of the darwin queue?
<gchristensen> yea
<LnL> should be enough to disable that until get another builder online right
<cole-h> I take it your machine is still busted? :P
<LnL> I haven't tried to just fully reinstall it yet
<cole-h> Right