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
<{^_^}> [ofborg] @grahamc closed pull request #346 → known-users: add tomfitzhenry → https://git.io/fjU6m
<{^_^}> [ofborg] @grahamc merged pull request #342 → nixpkgs: Tests nixos' `tested` job → https://git.io/fjJFq
<{^_^}> [ofborg] @grahamc pushed 2 commits to released: https://git.io/fj3TN
<gchristensen> samueldr: do you have a PR I can see which broken tested?
<gchristensen> (ie, made it disappear)
<{^_^}> #57557 (by matthewbauer, 5 weeks ago, merged): nixos/virtualbox: add swap file
<samueldr> (which is why I circled back to my PR, it hopefully would have made ofborg frown)
<gchristensen> I think I need some sort of /tmp cleaner
<gchristensen> not sure this is what I want?
<gchristensen> 310GB used up in /tmp
<samueldr> Example 4. Apply clean up during boot and based on time
<samueldr> the based on time seems likely
<gchristensen> $ sudo rm -rf ./nix-build-*
<samueldr> though not sure you want to nuke /tmp as some software might still be using it for shared tokens during a boot, expecting it won't get nuked
<gchristensen> sudo: unable to execute /nix/store/68z2cvbzws1pn0z8dhgfkmws75r2z7gm-coreutils-8.29/bin/rm: Argument list too long
<samueldr> lol
<samueldr> can nix be told to build into another directory than /tmp directly? e.g. /tmp/nix/nix-build-* so that it's easier to tell systemd to clean that directory wholesale?
<samueldr> though, it looks like it handles globs in its syntax
<gchristensen> not sure
<gchristensen> find . -maxdepth 1 -name 'nix-build-*' -print0 | xargs -0 -n 10 sudo rm -rf
<gchristensen> always thrilling
<gchristensen> looks like "R /tmp/nix-build-* - - - 1d -" seem right samueldr
<gchristensen> ?
<samueldr> let's hope, for many reasons, that there won't be a build longer than one day!
<gchristensen> hehe
<samueldr> the PR checks passed; but it looks like the tested one isn't there?
<gchristensen> I haven't deployed yet
<gchristensen> deploy failed because I ran out of space
<samueldr> good
<samueldr> "good"*
<gchristensen> :)
<gchristensen> https:?/butt.holdings/
<gchristensen> let's see
<infinisil> Lol
<gchristensen> is the "@grahamcofborg" prefix necessary, what if we just dropped it or replaced it with /build and /eval or something
<samueldr> not necessary, slash commands would work fine
<gchristensen> hmm okay
<samueldr> as long as you can receive them
<gchristensen> b/c @grahamcofborg has been not really necessary for a long time now
<samueldr> though it probably should handle it for a sunsetting period...
<gchristensen> yeah we could do that just fine
<gchristensen> https://github.com/NixOS/nixpkgs/pull/59994 great success!
<{^_^}> #59994 (by grahamc, 52 minutes ago, open): (do not merge) Revert "nixos/virtualbox: Fixes configuration to evaluate" to ensure ofborg checks this properly
<samueldr> though, only orthogonal, there needs to be a better kind of feedback for ofborg, that something is happening, I don't know what
<samueldr> nice
<gchristensen> +1
<samueldr> hopefully that's the last PR that disappears tested
<{^_^}> [ofborg] @grahamc merged pull request #341 → outpaths.nix: Makes callable → https://git.io/fjJHr
<{^_^}> [ofborg] @grahamc pushed 2 commits to released: https://git.io/fj3kr
<samueldr> yay, that one is almost silly
<gchristensen> :)
<infinisil> Well, I finally got a logging entry of these rabbitmq failures my nixbot has been seeing
<infinisil> Apr 22 03:24:21 protos nixbot[3834]: AMQP channel exception: Terminated True "received fatal error: UnexpectedMessage" (Error_Protocol ("remote side fatal error",True,UnexpectedMessage))
<gchristensen> interesting
<infinisil> That's 12 minutes ago, 6 seconds after worldofpeace did the ,locate in #nixos
<infinisil> I wish the error wasn't this vague..
<gchristensen> what are you using for your client?
<gchristensen> interestign
<gchristensen> I can't find "UnexpectedMessage" "Error_Protocol" or "remote side fatal error" in that lib or rabbitmq
<infinisil> Huh
<infinisil> The "AMQP channel exception" is from me at least
<gchristensen> Apr 22 01:24:21 zoidberg rabbitmq-server[16478]: TLS server: In state connection at ssl_connection.erl:1020 generated SERVER ALERT: Fatal - Unexpected Message - {unexpected_msg,{alert,2,20,
<gchristensen> Apr 22 01:24:21 zoidberg rabbitmq-server[16478]: {"ssl_cipher.erl",304},
<gchristensen> Apr 22 01:24:21 zoidberg rabbitmq-server[16478]: undefined,decryption_failed}}
<gchristensen> "closing AMQP connection: {inet_error,{tls_alert,"unexpected message"}}"
* infinisil digs into Haskell TLS library sources
<infinisil> Error_Protocol and UnexpectedMessage sure is from that one
<infinisil> remote side fatal error too
<infinisil> Really weird
<infinisil> No wonder my logs were always so short, I was getting spammed by (failed) connection attempts! https://paste.infinisil.com/2yvK6pC5N8
orivej has quit [Ping timeout: 268 seconds]
orivej has joined #nixos-borg
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #nixos-borg
orivej has quit [Ping timeout: 250 seconds]
orivej has joined #nixos-borg
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #nixos-borg
orivej has quit [Ping timeout: 255 seconds]
orivej has joined #nixos-borg
orivej has quit [Ping timeout: 245 seconds]
orivej has joined #nixos-borg
orivej has quit [Remote host closed the connection]
orivej has joined #nixos-borg
<{^_^}> [ofborg] @grahamc pushed 2 commits to revert-353-revert-351-stats: https://git.io/fj3sS
<{^_^}> [ofborg] @grahamc pushed to revert-353-revert-351-stats « nixenv: Return a different error if stats parse fails »: https://git.io/fj3sd
<{^_^}> [ofborg] @grahamc merged pull request #354 → Revert "Revert "Evaluation Stats"" → https://git.io/fjmMK
<{^_^}> [ofborg] @grahamc pushed 3 commits to released: https://git.io/fj3GT
<{^_^}> [ofborg] @grahamc pushed 0 commits to revert-353-revert-351-stats: https://git.io/fj3Gk
<gchristensen> samueldr: with the added nixos check, might be stretching eval time a bit
<gchristensen> might be time to upgrade to bigger evaluators
jtojnar has joined #nixos-borg
jtojnar has quit [Client Quit]
orivej has quit [Ping timeout: 250 seconds]
orivej has joined #nixos-borg
orivej has quit [Ping timeout: 250 seconds]
orivej has joined #nixos-borg
<infinisil> Huh, what's up with the eval here? https://github.com/NixOS/nixpkgs/pull/59820
<{^_^}> #59820 (by vbgl, 4 days ago, open): coqPackages.tlc: 20180316 -> 20181116
<infinisil> It's still pending, but nobody told it to eval since 4 days at least
<gchristensen> nice
<gchristensen> oops
<gchristensen> was scrolled up
<gchristensen> hmm I'm not sure
<gchristensen> fwiw though the queue is significantly backed up right now
<gchristensen> bringing up additional capacity
<gchristensen> man
<gchristensen> these servers are so much faster than the hetzner cloud machines
kalbasit has quit [Read error: Connection reset by peer]
<gchristensen> Apr 22 21:04:11 f228c1ee.packethost.net d5a15bwbydg2w1r1rhdy8vlshp631q2m-unit-script-ofborg-evaluator-start[850]: INFO:ofborg::tasks::evaluate: Working on 60051
kalbasit has joined #nixos-borg
<gchristensen> Apr 22 21:10:56 f228c1ee.packethost.net d5a15bwbydg2w1r1rhdy8vlshp631q2m-unit-script-ofborg-evaluator-start[850]: INFO:ofborg::tasks::evaluate: done!
<gchristensen> 7min, wow
<gchristensen> it is a dream
<infinisil> How fast were the hetzner machines usually/
<infinisil> ?*
<gchristensen> they seem like they take 20min now with the various evaluations
<infinisil> Oh, then 7min is indeed very impressive
<gchristensen> the steep drop-off when I added more evaluators ain't no coincidence :P
samueldr has quit [Ping timeout: 246 seconds]
samueldr has joined #nixos-borg
kalbasit has quit [Ping timeout: 276 seconds]
kalbasit has joined #nixos-borg
andi- has quit [Ping timeout: 250 seconds]
cransom has quit [Ping timeout: 250 seconds]
cransom has joined #nixos-borg
andi- has joined #nixos-borg
orivej_ has joined #nixos-borg
orivej has quit [Ping timeout: 245 seconds]