| 28 Jul 2023 |
chayleaf | the actual non-cached error is Caught exception in Hydra::Controller::Build->build "[31;1merror:[0m cannot open connection to remote store '[35;1mdaemon[0m': [35;1m[31;1merror:[0m reading from file: [35;1mConnection reset by peer[0m[0m at /nix/store/971v8rm57fb2hpsgzx22df98vm87wqvm-hydra-2023-06-25/libexec/hydra/lib/Hydra/Controller/Build.pm line 83." btw, though I guess that was more or less to be expected | 15:28:11 |
Rick (Mindavi) | In reply to @andreas.schraegle:helsinki-systems.de which one? the nixpkgs one or the one from the hydra repo? I seem to remember them having some differences, but idk if that would be one of them. If you know about any consider making an issue on the nixpkgs tracker | 15:28:48 |
Rick (Mindavi) | I am running the nixpkgs one | 15:29:16 |
ajs124 | In reply to @rick:matrix.ciphernetics.nl If you know about any consider making an issue on the nixpkgs tracker it's probably just outdated information. there used to be a time where certain perl deps also were only part of the hydra flake instead of being in nixpkgs, but I think it's been some years since these issues. | 15:30:33 |
chayleaf | the symptoms:
- I can see the queue (it says 0/4, but the builds are actually running)
- "running builds" is empty
- "machine status" is idle
- "latest builds" populates after build finish (that's probably fine)
- "latest steps" works perfectly fine too
- build page (like /build/4) returns 500 with the issue above
| 15:31:27 |
chayleaf | * the symptoms:
- I can see the queue (it says 0/4, but the builds are actually running)
- "running builds" is empty
- "machine status" is idle
- "latest builds" populates after build finish (that's probably fine)
- "latest steps" works perfectly fine too
- build page (like /build/4) returns 500 with the error above
| 15:31:59 |
ajs124 | does your nix-daemon log anything? | 15:32:32 |
chayleaf | oh, error: error processing connection: user 'hydra-www' is not allowed to connect to the Nix daemon | 15:33:58 |
chayleaf | also a bunch of connections are from hydra user | 15:34:31 |
chayleaf | yeah it works after adding hydra-www to allowed-users | 15:39:42 |
| @rimuru:gentoo.chat changed their profile picture. | 16:19:54 |
| @loop:tchncs.de removed their profile picture. | 18:55:48 |
| @loop:tchncs.de removed their display name loop. | 18:57:02 |
| @loop:tchncs.de left the room. | 18:58:07 |
| 29 Jul 2023 |
| @dylan:fdylan.co.uk joined the room. | 00:33:05 |
| @miangraham:matrix.org left the room. | 06:19:18 |
hacker1024 | Is the jobset checkinterval persistent across restarts? I want to make a jobset check weekly. | 12:35:35 |
ajs124 | I think so, yes | 12:45:47 |
@dylan:fdylan.co.uk | what is the flake URI if it's a local path? every source i find shows github: but using a path says it's invalid, i run nix build /path/to#program | 17:39:40 |
K900 (deprecated) | It should work | 17:48:40 |
@dylan:fdylan.co.uk | error: cannot find flake 'flake:myprogram' in the flake registries | 17:48:59 |
@dylan:fdylan.co.uk | but i have the config set to a local path which is the path i can run .#myprogram on so im not sure | 17:49:15 |
@dylan:fdylan.co.uk | my flake uri is just myprogram | 17:49:24 |
K900 (deprecated) | What config? | 17:50:34 |
@dylan:fdylan.co.uk | the project's config | 17:50:59 |
K900 (deprecated) | Set the flake URI to the full reference | 17:51:51 |
K900 (deprecated) | As in /path/to/your/project#myprogram | 17:51:58 |
@dylan:fdylan.co.uk | oh i was leaving the spec file blank so it was undoing it. my .jobsets is now "cannot copy path /home/dylan/myprogram to the Nix store." | 17:51:59 |
@dylan:fdylan.co.uk | you cant do that | 17:52:01 |
@dylan:fdylan.co.uk | after i changed my spec file to my flake.nix i can't edit either of the jobsets | 17:53:14 |