setup
checks.aarch64-linux.package
· build #2
· raw
1these 11 derivations will be built:2 /nix/store/vzdm550bdi2hbb119s6b3lkxyqfzw56h-cargo-src-maud-0.27.0.drv3 /nix/store/h2rmwd93i47yldmj9m0za2ap150yvahq-cargo-package-maud-0.27.0.drv4 /nix/store/56zgrvr0hggv0w602di5kaq4k2vvxcw9-cargo-src-maud_macros-0.27.0.drv5 /nix/store/lw1nqdrblsil452n3qmf0w22v96ri9kp-cargo-package-maud_macros-0.27.0.drv6 /nix/store/ywf6dm1az7pzhf41hvnmi5dl1h5fifcb-cargo-package-proc-macro2-diagnostics-0.10.1.drv7 /nix/store/cqjrv5vcxqgf92s7cxjp70xif6sr2jf9-vendor-registry.drv8 /nix/store/0asv74pbm57g288k1w30zcanix86aia1-vendor-cargo-deps.drv9 /nix/store/cs6ss9k6gamw3wnkzldch2m9ybxvlagy-Cargo.toml.drv10 /nix/store/fs4r50rnijjqc8n78s0q85h6h7bjqr0z-source.drv11 /nix/store/glyicqddpd1jqhidx6g3a6yrrrpw9s0v-flakelet-relay-deps-0.1.0.drv12 /nix/store/anfcrk6awjvwhcyyilanjkwg58dkv1xy-flakelet-relay-0.1.0.drv13this path will be fetched (12.1 KiB download, 12.0 KiB unpacked):14 /nix/store/wj3ws2wfbm2z17afpsbck6nmzszlcbvm-cargo-src-proc-macro2-diagnostics-0.10.115Failed to find a machine for remote build!16derivation: cs6ss9k6gamw3wnkzldch2m9ybxvlagy-Cargo.toml.drv17required (system, features): (aarch64-linux, [])181 available machines:19(systems, maxjobs, supportedFeatures, mandatoryFeatures)20([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])21Failed to find a machine for remote build!22derivation: ywf6dm1az7pzhf41hvnmi5dl1h5fifcb-cargo-package-proc-macro2-diagnostics-0.10.1.drv23required (system, features): (aarch64-linux, [])241 available machines:25(systems, maxjobs, supportedFeatures, mandatoryFeatures)26([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])27Failed to find a machine for remote build!28derivation: fs4r50rnijjqc8n78s0q85h6h7bjqr0z-source.drv29required (system, features): (aarch64-linux, [])301 available machines:31(systems, maxjobs, supportedFeatures, mandatoryFeatures)32([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])33Failed to find a machine for remote build!34derivation: h2rmwd93i47yldmj9m0za2ap150yvahq-cargo-package-maud-0.27.0.drv35required (system, features): (aarch64-linux, [])361 available machines:37(systems, maxjobs, supportedFeatures, mandatoryFeatures)38([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])39Failed to find a machine for remote build!40derivation: lw1nqdrblsil452n3qmf0w22v96ri9kp-cargo-package-maud_macros-0.27.0.drv41required (system, features): (aarch64-linux, [])421 available machines:43(systems, maxjobs, supportedFeatures, mandatoryFeatures)44([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])45Failed to find a machine for remote build!46derivation: glyicqddpd1jqhidx6g3a6yrrrpw9s0v-flakelet-relay-deps-0.1.0.drv47required (system, features): (aarch64-linux, [])481 available machines:49(systems, maxjobs, supportedFeatures, mandatoryFeatures)50([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])51Failed to find a machine for remote build!52derivation: anfcrk6awjvwhcyyilanjkwg58dkv1xy-flakelet-relay-0.1.0.drv53required (system, features): (aarch64-linux, [])541 available machines:55(systems, maxjobs, supportedFeatures, mandatoryFeatures)56([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])57error: Cannot build '/nix/store/anfcrk6awjvwhcyyilanjkwg58dkv1xy-flakelet-relay-0.1.0.drv'.58 Reason: builder failed with exit code 101.59 Output paths:60 /nix/store/dj5s8qhg4vhg8wadp93ljwy0qb6hw8ag-flakelet-relay-0.1.061 Last 25 log lines:62 > default configurePhase, nothing to do63 > Running phase: buildPhase64 > +++ command cargo --version65 > cargo 1.97.0 (c980f4866 2026-06-30)66 > +++ command cargo build --release --message-format json-render-diagnostics --locked67 > Compiling flakelet-relay v0.1.0 (/build/source)68 > error[E0061]: this function takes 1 argument but 2 arguments were supplied69 > --> src/agent/conn.rs:41:1770 > |71 > 41 | let _ = sd_notify::notify(false, &[sd_notify::NotifyState::Status(&s)]);72 > | ^^^^^^^^^^^^^^^^^ ----- unexpected argument #1 of type `bool`73 > |74 > note: function defined here75 > --> /nix/store/ch5n9vlhyhxzkqr821k60s0vv89g9kgr-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/sd-notify-0.5.0/src/lib.rs:178:876 > |77 > 178 | pub fn notify(state: &[NotifyState]) -> io::Result<()> {78 > | ^^^^^^79 > help: remove the extra argument80 > |81 > 41 - let _ = sd_notify::notify(false, &[sd_notify::NotifyState::Status(&s)]);82 > 41 + let _ = sd_notify::notify(&[sd_notify::NotifyState::Status(&s)]);83 > |84 >85 > For more information about this error, try `rustc --explain E0061`.86 > error: could not compile `flakelet-relay` (lib) due to 1 previous error87 For full logs, run:88 nix log /nix/store/anfcrk6awjvwhcyyilanjkwg58dkv1xy-flakelet-relay-0.1.0.drv