| 20 Sep 2023 |
colemickens ๐ณ๏ธโ๐ | ๐thanks Jonas Chevalier! | 15:14:54 |
colemickens ๐ณ๏ธโ๐ | Is there an x86_64-linux community build box? I thought so at one point but lost track of it. Context: Artturin added a nixos test for flake-firefox-nightly and I merged it before remembering that GitHub Actions don't have nested building. | 16:18:31 |
colemickens ๐ณ๏ธโ๐ | The GH runner makes my insides hurt, but if we could get a runner on the build box that would solve the problem somewhat quickly-ish. | 16:18:57 |
@linus:schreibt.jetzt | colemickens: https://nix-community.org/community-builder/ | 16:19:26 |
Artturin | https://hercules-ci.com/agents/github/nix-community | 16:21:58 |
Artturin | https://nix-community.org/continuous-integration/ | 16:22:28 |
colemickens ๐ณ๏ธโ๐ | In reply to @artturin:matrix.org https://nix-community.org/continuous-integration/ oof "namespace" does not lend itself to SEO. Any idea if they support KVM? | 16:50:01 |
colemickens ๐ณ๏ธโ๐ | If so, that seems like new best candidate. | 16:50:07 |
colemickens ๐ณ๏ธโ๐ | (I'm asking in their ๐คฎ Discord) | 16:52:25 |
Artturin | In reply to @colemickens:matrix.org oof "namespace" does not lend itself to SEO. Any idea if they support KVM? KVM is in the agents list | 17:00:43 |
Artturin | In reply to @colemickens:matrix.org oof "namespace" does not lend itself to SEO. Any idea if they support KVM? * KVM is in the features in the agents list | 17:00:52 |
colemickens ๐ณ๏ธโ๐ | do you know how to on-board us onto their builders / the nix-community "plan" ? | 17:01:54 |
Artturin | In reply to @colemickens:matrix.org do you know how to on-board us onto their builders / the nix-community "plan" ? It's available for all repos in nix-community | 17:03:32 |
colemickens ๐ณ๏ธโ๐ | I just don't know how to move the workflow to it, is all. | 17:06:16 |
colemickens ๐ณ๏ธโ๐ | oh its in the namespace docs | 17:09:32 |
colemickens ๐ณ๏ธโ๐ | lets give this a shot | 17:09:34 |
raitobezarius | aarch64-linux has no kvm fwiw | 17:12:31 |
colemickens ๐ณ๏ธโ๐ | (un)fortunately moz doesn't publish aarch64 nightlies, so ๐คท | 17:13:56 |
colemickens ๐ณ๏ธโ๐ |
nix-installer needs to run as root, attempting to escalate now via sudo... systemd was not active.
| 17:18:47 |
colemickens ๐ณ๏ธโ๐ | sigh | 17:18:47 |
colemickens ๐ณ๏ธโ๐ | if anyone wants to play along: https://discord.com/channels/975088590705012777/1154105010972532736/1154105010972532736 | 17:21:41 |
colemickens ๐ณ๏ธโ๐ | * if anyone wants to play along: https://discord.com/channels/975088590705012777/1154105010972532736/1154105010972532736 (the namespace discord #help) | 17:21:50 |
colemickens ๐ณ๏ธโ๐ | I'm looking for another nix-community project using nscloud to crib from, no luck yet. | 17:27:53 |
[0x4A6F] | zowoq: regarding removal of nix.settings.trusted-users: I've noticed, that some builds (i.e. deploy-rs) failed now with error: you are not privileged to build input-addressed derivations while I've specified the community-builder in nix.buildMachines. | 21:01:25 |
[0x4A6F] | i.e. nix build --builders "ssh-ng://build01.nix-community.org x86_64-linux - 100 1 big-parallel,kvm,nixos-test" github:serokell/deploy-rs results in:
[...]
error: unexpected end-of-file
error: unexpected end-of-file
error: builder for '/nix/store/4a2z5fbfj08cl7rzbpj0ix078zn23q0v-autocfg-1.0.1.drv' failed with exit code 1;
last 1 log lines:
> error: you are not privileged to build input-addressed derivations
For full logs, run 'nix log /nix/store/4a2z5fbfj08cl7rzbpj0ix078zn23q0v-autocfg-1.0.1.drv'.
error: 1 dependencies of derivation '/nix/store/v4h6jvq2j9s6jnlxsd78vplykmkxf8yn-cargo-vendor-dir.drv' failed to build
error: 1 dependencies of derivation '/nix/store/i1vyklc1y9gf0hznxlva8sg9arxgz0dh-deploy-rs-0.1.0.drv' failed to build
| 21:11:07 |
| 21 Sep 2023 |
Ilan Joselevich (Kranzes) |  Download image.png | 12:59:44 |
Ilan Joselevich (Kranzes) | Something's off with the HCI agents... | 12:59:49 |
zowoq | In reply to @kranzes:matrix.org Something's off with the HCI agents... I removed the hercules secrets as they weren't in use but seems effects need the file anyway. | 23:03:01 |
| dedmunwalk joined the room. | 23:07:39 |
zowoq | In reply to @0x4a6f:matrix.org zowoq: regarding removal of nix.settings.trusted-users: I've noticed, that some builds (i.e. deploy-rs) failed now with error: you are not privileged to build input-addressed derivations while I've specified the community-builder in nix.buildMachines. store/eval-store should work for this? nix build --eval-store auto --store "ssh-ng://build01.nix-community.org" github:serokell/deploy-rs | 23:07:40 |