| 14 Apr 2023 |
@linus:schreibt.jetzt | systemctl edit --runtime hydra-queue-runner and add more -vs | 08:33:21 |
@linus:schreibt.jetzt | maybe | 08:33:22 |
@linus:schreibt.jetzt | lol | 08:33:23 |
aciceri | haven't I to restart hydra every time, right? I can simply click "restart" from the Hydra UI, right? | 08:33:38 |
@linus:schreibt.jetzt | I think so | 08:34:14 |
aciceri | In reply to @linus:schreibt.jetzt
systemctl edit --runtime hydra-queue-runner and add more -vs I simply add more v to the command and then I don't have to restart the service, right? | 08:41:00 |
aciceri | I think I never used systemctl edit | 08:41:10 |
@linus:schreibt.jetzt | you do have to restart it | 08:41:11 |
@linus:schreibt.jetzt | so what you want is the following content:
[Service
| 08:41:58 |
@linus:schreibt.jetzt | * so what you want is the following content:
[Service]
ExecStart=
ExecStart=...hydra-queue-runner -vvvvv
| 08:42:13 |
@linus:schreibt.jetzt | (replacing the ... with the path) | 08:42:23 |
aciceri | Apr 14 10:46:43 mothership hydra-queue-runner[3404956]: got notification: builds restarted
Apr 14 10:46:43 mothership hydra-queue-runner[3404956]: checking the queue for builds > 0...
Apr 14 10:46:43 mothership hydra-queue-runner[3404956]: loading build 371 (trotten:master:aarch64-linux.treefmt)
Apr 14 10:46:43 mothership hydra-queue-runner[3404956]: considering derivation ‘/nix/store/7bg507zig8qgd9ia7mwxx2f3s9dr98m4-treefmt-check.drv’
Apr 14 10:46:43 mothership hydra-queue-runner[3404956]: checking substituter 'https://cache.nixos.org' for path '/nix/store/rnv6ihvxwpifsrf08ygz512d8vmjmbsn-treefmt-check'
Apr 14 10:46:43 mothership hydra-queue-runner[3404956]: creating build step ‘/nix/store/7bg507zig8qgd9ia7mwxx2f3s9dr98m4-treefmt-check.drv’
Apr 14 10:46:43 mothership hydra-queue-runner[3404956]: considering derivation ‘/nix/store/4lfglvkwn03h7wvkyqvc1p1phrkxl4bc-treefmt.drv’
Apr 14 10:46:43 mothership hydra-queue-runner[3404956]: checking substituter 'https://cache.nixos.org' for path '/nix/store/xbg6zhljgis3cxh9nnjvhdz7dpzivr7d-treefmt'
Apr 14 10:46:43 mothership hydra-queue-runner[3404956]: creating build step ‘/nix/store/4lfglvkwn03h7wvkyqvc1p1phrkxl4bc-treefmt.drv’
Apr 14 10:46:43 mothership hydra-queue-runner[3404956]: considering derivation ‘/nix/store/1w9rfhqrx5a02w4i5n5c1cv9lrikhzmx-treefmt-0.5.0.drv’
Apr 14 10:46:43 mothership hydra-queue-runner[3404956]: considering derivation ‘/nix/store/cf0kfmf12cqrcvjjsp48zbzp20nw1q5q-treefmt.toml.drv’
Apr 14 10:46:43 mothership hydra-queue-runner[3404956]: checking substituter 'https://cache.nixos.org' for path '/nix/store/drs571mfnnr403fk41888s5h5hl1igzf-treefmt.toml'
Apr 14 10:46:43 mothership hydra-queue-runner[3404956]: creating build step ‘/nix/store/cf0kfmf12cqrcvjjsp48zbzp20nw1q5q-treefmt.toml.drv’
Apr 14 10:46:43 mothership hydra-queue-runner[3404956]: considering derivation ‘/nix/store/bvfd3rifjjqdvfznhmgbmxlswzdm1hxm-python3.10-remarshal-0.14.0.drv’
Apr 14 10:46:43 mothership hydra-queue-runner[3404956]: considering derivation ‘/nix/store/kjml9xax070ypa3i0xbzypkhksqmjq0r-bash-5.2-p15.drv’
Apr 14 10:46:43 mothership hydra-queue-runner[3404956]: considering derivation ‘/nix/store/vqbz4jksa1zvnipdh6phvpbvbp8icpmr-clang-tools-14.0.6.drv’
Apr 14 10:46:43 mothership hydra-queue-runner[3404956]: considering derivation ‘/nix/store/x596syczphr08qvrf9nj47mv265w8x3i-stdenv-linux.drv’
Apr 14 10:46:43 mothership hydra-queue-runner[3404956]: considering derivation ‘/nix/store/zlf873z5j0ng6y9mfdahv3c5m1k49mg2-alejandra-3.0.0.drv’
Apr 14 10:46:43 mothership hydra-queue-runner[3404956]: considering derivation ‘/nix/store/7ygdrhj2hbsqkh7v7dkdp0vhij7ysaiz-git-2.39.2.drv’
Apr 14 10:46:43 mothership hydra-queue-runner[3404956]: added build 371 (top-level step /nix/store/7bg507zig8qgd9ia7mwxx2f3s9dr98m4-treefmt-check.drv, 3 new steps)
Apr 14 10:46:43 mothership hydra-queue-runner[3404956]: got 1 new runnable steps from 1 new builds
Apr 14 10:46:43 mothership hydra-queue-runner[3404956]: step ‘/nix/store/cf0kfmf12cqrcvjjsp48zbzp20nw1q5q-treefmt.toml.drv’ is now runnable
Apr 14 10:46:43 mothership hydra-queue-runner[3404956]: dispatcher woken up
Apr 14 10:46:43 mothership hydra-queue-runner[3404956]: machine 'localhost' does not support step '/nix/store/cf0kfmf12cqrcvjjsp48zbzp20nw1q5q-treefmt.toml.drv' (system type 'aarch64-linux')
Apr 14 10:46:43 mothership hydra-queue-runner[3404956]: aborting unsupported build step '/nix/store/cf0kfmf12cqrcvjjsp48zbzp20nw1q5q-treefmt.toml.drv' (type 'aarch64-linux')
Apr 14 10:46:43 mothership hydra-queue-runner[3404956]: marking build 371 as failed
Apr 14 10:46:43 mothership hydra-queue-runner[3404956]: finishing build step ‘/nix/store/cf0kfmf12cqrcvjjsp48zbzp20nw1q5q-treefmt.toml.drv’
Apr 14 10:46:43 mothership hydra-queue-runner[3404956]: finishing build step ‘/nix/store/4lfglvkwn03h7wvkyqvc1p1phrkxl4bc-treefmt.drv’
Apr 14 10:46:43 mothership hydra-queue-runner[3404956]: finishing build step ‘/nix/store/7bg507zig8qgd9ia7mwxx2f3s9dr98m4-treefmt-check.drv’
Apr 14 10:46:43 mothership hydra-queue-runner[3404956]: dispatcher sleeping for 7541910033s
| 08:46:59 |
aciceri | In reply to @linus:schreibt.jetzt
so what you want is the following content:
[Service]
ExecStart=
ExecStart=...hydra-queue-runner -vvvvv
oh thanks :) I just figured it out that I had to clear ExecStart before. This systemctl edit is really convenient | 08:47:40 |
aciceri | it seems that it doesn't even know that it has a remote builder | 08:48:34 |
aciceri |  Download image.png | 08:48:37 |
aciceri | but here it seems to know | 08:48:48 |
| 15 Apr 2023 |
| @janik0:matrix.org changed their display name from Janik (they/them) (es/ihr) to Janik. | 11:28:13 |
| @janik0:matrix.org changed their display name from Janik to Janik (they/them) (es/ihr). | 11:47:10 |
| Yinfeng changed their profile picture. | 15:05:01 |
| Yinfeng changed their profile picture. | 15:08:56 |
| Yinfeng removed their profile picture. | 15:12:06 |
| Yinfeng set a profile picture. | 15:12:30 |
| @nahfe:nahfe.xyz left the room. | 20:52:05 |
| 16 Apr 2023 |
| ian luo joined the room. | 02:26:27 |
| @dooy:matrix.org joined the room. | 09:30:00 |
| Yuddite G changed their profile picture. | 23:09:23 |
| 17 Apr 2023 |
| ac joined the room. | 08:23:32 |
| @genericnerdyusername:matrix.org joined the room. | 22:55:45 |
| 20 Apr 2023 |
| @federicodschonborn:matrix.org changed their display name from Federico Damián Schonborn to Federico Schonborn. | 01:02:24 |
| 21 Apr 2023 |
| @rimuru:gentoo.chat changed their profile picture. | 00:26:12 |