!PbtOpdWBSRFbEZRLIf:numtide.com

Nix Community Projects

652 Members
Meta discussions related to https://nix-community.org. (For project specific discussions use github issues or projects own matrix channel). Need help from an admin? Open an issue on https://github.com/nix-community/infra/issues164 Servers

Load older messages


SenderMessageTime
20 Sep 2023
@colemickens:matrix.orgcolemickens ๐Ÿณ๏ธโ€๐ŸŒˆ ๐Ÿ™thanks Jonas Chevalier! 15:14:54
@colemickens:matrix.orgcolemickens ๐Ÿณ๏ธโ€๐ŸŒˆ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:matrix.orgcolemickens ๐Ÿณ๏ธโ€๐ŸŒˆ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@linus:schreibt.jetzt colemickens: https://nix-community.org/community-builder/ 16:19:26
@artturin:matrix.orgArtturinhttps://hercules-ci.com/agents/github/nix-community16:21:58
@artturin:matrix.orgArtturinhttps://nix-community.org/continuous-integration/16:22:28
@colemickens:matrix.orgcolemickens ๐Ÿณ๏ธโ€๐ŸŒˆ
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:matrix.orgcolemickens ๐Ÿณ๏ธโ€๐ŸŒˆIf so, that seems like new best candidate.16:50:07
@colemickens:matrix.orgcolemickens ๐Ÿณ๏ธโ€๐ŸŒˆ(I'm asking in their ๐Ÿคฎ Discord)16:52:25
@artturin:matrix.orgArtturin
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:matrix.orgArtturin
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:matrix.orgcolemickens ๐Ÿณ๏ธโ€๐ŸŒˆdo you know how to on-board us onto their builders / the nix-community "plan" ?17:01:54
@artturin:matrix.orgArtturin
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:matrix.orgcolemickens ๐Ÿณ๏ธโ€๐ŸŒˆI just don't know how to move the workflow to it, is all.17:06:16
@colemickens:matrix.orgcolemickens ๐Ÿณ๏ธโ€๐ŸŒˆoh its in the namespace docs17:09:32
@colemickens:matrix.orgcolemickens ๐Ÿณ๏ธโ€๐ŸŒˆlets give this a shot17:09:34
@raitobezarius:matrix.orgraitobezariusaarch64-linux has no kvm fwiw17:12:31
@colemickens:matrix.orgcolemickens ๐Ÿณ๏ธโ€๐ŸŒˆ(un)fortunately moz doesn't publish aarch64 nightlies, so ๐Ÿคท17:13:56
@colemickens:matrix.orgcolemickens ๐Ÿณ๏ธโ€๐ŸŒˆ

nix-installer needs to run as root, attempting to escalate now via sudo... systemd was not active.

17:18:47
@colemickens:matrix.orgcolemickens ๐Ÿณ๏ธโ€๐ŸŒˆsigh17:18:47
@colemickens:matrix.orgcolemickens ๐Ÿณ๏ธโ€๐ŸŒˆ if anyone wants to play along: https://discord.com/channels/975088590705012777/1154105010972532736/1154105010972532736 17:21:41
@colemickens:matrix.orgcolemickens ๐Ÿณ๏ธโ€๐ŸŒˆ * if anyone wants to play along: https://discord.com/channels/975088590705012777/1154105010972532736/1154105010972532736 (the namespace discord #help) 17:21:50
@colemickens:matrix.orgcolemickens ๐Ÿณ๏ธโ€๐ŸŒˆI'm looking for another nix-community project using nscloud to crib from, no luck yet.17:27:53
@0x4a6f:matrix.org[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:matrix.org[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
@kranzes:matrix.orgIlan Joselevich (Kranzes)image.png
Download image.png
12:59:44
@kranzes:matrix.orgIlan Joselevich (Kranzes)Something's off with the HCI agents...12:59:49
@zowoq:matrix.orgzowoq
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:matrix.orgdedmunwalk joined the room.23:07:39
@zowoq:matrix.orgzowoq
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

Show newer messages


Back to Room ListRoom Version: 6