| 20 Sep 2023 |
Jonas Chevalier | you should be able to invite atturrin | 14:25:12 |
colemickens ๐ณ๏ธโ๐ | Jonas Chevalier: again, I'm always worried about lag. I can see "Settings" but its very limited, no access to contributors like I have with nix-community/nixpkgs-wayladn. | 14:26:39 |
Jonas Chevalier | In reply to @colemickens:matrix.org Jonas Chevalier: again, I'm always worried about lag. I can see "Settings" but its very limited, no access to contributors like I have with nix-community/nixpkgs-wayladn. you should be able to edit https://github.com/orgs/nix-community/teams/flake-firefox-nightly . But I can also make you an admin on the repo | 15:02:35 |
colemickens ๐ณ๏ธโ๐ | that would be great, just in case I need it, temp disable actions, etc. (context: fighting a fire with new nightly builds being broken) | 15:03:40 |
colemickens ๐ณ๏ธโ๐ | and thanks, I've added Artturin. Congrats and I'm sorry Artturin ๐ | 15:04:26 |
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 |