| 19 Nov 2023 |
| PaulZ (pfz4) joined the room. | 20:46:47 |
| PaulZ (pfz4) changed their display name from Paul / pfz4 to PaulZ (pfz4). | 20:48:37 |
| 20 Nov 2023 |
| Paul-Nicolas Madelaine joined the room. | 10:33:19 |
| 21 Nov 2023 |
| niksnut changed their display name from niksnut to Eelco. | 16:37:37 |
@antifuchs:asf.computer | is there a way to configure hydra to load a user-defined plugin, or do I have to build/patch a new hydra package for that? | 22:14:15 |
@antifuchs:asf.computer | (sounds like you can set PERL5LIB to set the perl module search path; if the module is in the right namespace, it might work? I'll try it out (-:) | 22:20:55 |
@antifuchs:asf.computer | got a module that gets loaded & called when various eval hooks are called. This is gonna be a very fun time! | 22:58:17 |
| 22 Nov 2023 |
@antifuchs:asf.computer | oh man, so the evalStarted/evalFailed/etc hooks get a tmpId for the evaluation that is not available in the database? what good is that )-: | 14:22:48 |
@antifuchs:asf.computer | I think I can at least dissect that temporary ID on evalFailed to find a jobsetevals entry corresponding to the jobset that failed, which would let me set a github status on that eval's corresponding commit. but, damn, this would be much easier if there was a hydra-side ID that gets threaded through everywhere /: | 14:30:29 |
@antifuchs:asf.computer | * oh man, so the evalStarted/evalFailed/etc hooks get a tmpId for the evaluation that is not available in the database (and database IDs that aren't available on any hook)? what good is that )-: | 14:30:47 |
@antifuchs:asf.computer | oh wait, evalAdded and evalCached do get the evaluation ID. too bad about evalFailed though... | 14:39:19 |
| 23 Nov 2023 |
@antifuchs:asf.computer |  Download image.png | 14:54:52 |
@antifuchs:asf.computer | oh gossssshhhhhhh it works, I finally have a plugin that posts a github commit status if evaluation of a flake commit fails | 14:54:52 |
@antifuchs:asf.computer | would of course love a thing that lets me drop a "evaluation of this commit started" status, instead of just reporting the end of the evaluation but that is not how hydra hydra's | 14:56:06 |
raitobezarius | crazy | 16:01:06 |
@antifuchs:asf.computer | I’m so happy, this puts an end to me waiting for builds to finish that would never get started (: | 20:06:46 |
| 24 Nov 2023 |
@antifuchs:asf.computer | here's the code I use to get that commit status on my nixos config repo: https://gist.github.com/antifuchs/5c2394eb88e0ca436ba9113e2aaeaed7 | 15:43:48 |
| 25 Nov 2023 |
| edgar.vincent joined the room. | 00:26:36 |
magic_rb | im finally not dying of covid so im debugging, since i bumped my flake recently hydra-server (starman, the www part) just doesn't start
/ # HOME=~hydra-www chpst -b hydra-server -u hydra-www:hydra /nix/store/grgqdxx6z3jpbxdmfkaam9cdg485jj56-hydra-env/bin/hydra-server hydra-server -f -h '*' -p 3000 --max_spare_servers 5 --max_servers 25 --max_requests 100 -d
[debug] Debug messages enabled
[debug] Statistics enabled
[debug] Loaded Config "/var/lib/hydra/hydra.conf"
[debug] Setting up auth realm dbic
[debug] Session Store file: /var/lib/hydra/www/session_data
[info] Plugin::PrometheusTiny metrics endpoint installed at /metrics
any idea how i could debug this further? it just does nothing rn
| 16:06:01 |
magic_rb | looking at my commits, it was indeed the flake lock bump | 16:22:44 |
magic_rb | ah but im not following upstream | 16:23:25 |
magic_rb | scratch that, not using a random fork of hydra helps | 16:57:41 |
magic_rb | * scratch that, not using a random fork of hydra helped | 16:57:44 |
| 29 Nov 2023 |
magic_rb | well it came back, in even worse form, i dont get past [debug] Debug messages enabled | 23:23:04 |
magic_rb | and im not using a random fork of hydra.... | 23:23:28 |
magic_rb | i ran it with strace --status=detached,unfinished hoping to see which syscall it was blocking on, but didnt get anything out of it, maybe because i have to SIGKILL it for it to exit? | 23:47:09 |
| 30 Nov 2023 |
John Ericson | das_j: I am thinking about getting CA derivations, dyn derivations and other stuff in hydra again | 18:56:02 |
| 1 Dec 2023 |
| @lotte:chir.rs changed their profile picture. | 09:41:16 |
@mlyx:matrix.org | https://discourse.nixos.org/t/make-hydra-fail-early-on-unsupported-platforms/12143 | 10:05:32 |
@mlyx:matrix.org | * https://discourse.nixos.org/t/make-hydra-fail-early-on-unsupported-platforms/12143
| 10:05:50 |