tribuchet: building on eliza Running phase: unpackPhase unpacking source archive /nix/store/4r3b4iq452v71qr71fz3kn9qkjbdbwc6-source source root is source Running phase: patchPhase Executing configureCargoCommonVars decompressing cargo artifacts from /nix/store/ka2wvgin5jgdch17rlvq5y7lnmd0c8jh-harmonia-deps-3.2.0/target.tar.zst to target Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase will append /build/source/.cargo-home/config.toml with contents of /nix/store/3a8wcgir2044ik5d7q5wzjdn48wwwhq9-vendor-cargo-deps/config.toml default configurePhase, nothing to do Running phase: buildPhase +++ command cargo --version cargo 1.97.0 (c980f4866 2026-06-30) +++ command cargo build --workspace Compiling harmonia-utils-base-encoding v0.0.0-alpha.0 (/build/source/harmonia-utils-base-encoding) Compiling harmonia-file-core v3.2.0 (/build/source/harmonia-file-core) Compiling harmonia-protocol-derive v3.2.0 (/build/source/harmonia-protocol-derive) Compiling harmonia-client v3.2.0 (/build/source/harmonia-client) Compiling harmonia-ssh-store v3.2.0 (/build/source/harmonia-ssh-store) Compiling harmonia-utils-test v0.0.0-alpha.0 (/build/source/harmonia-utils-test) Compiling harmonia-utils-hash v0.0.0-alpha.0 (/build/source/harmonia-utils-hash) Compiling harmonia-utils-signature v3.2.0 (/build/source/harmonia-utils-signature) Compiling harmonia-store-path v3.2.0 (/build/source/harmonia-store-path) Compiling harmonia-utils-io v0.0.0-alpha.0 (/build/source/harmonia-utils-io) Compiling harmonia-store-content-address v3.2.0 (/build/source/harmonia-store-content-address) Compiling harmonia-store-fs v3.2.0 (/build/source/harmonia-store-fs) Compiling harmonia-store-ref-scan v0.0.0-alpha.0 (/build/source/harmonia-store-ref-scan) Compiling harmonia-file-nar v3.2.0 (/build/source/harmonia-file-nar) Compiling harmonia-store-derivation v0.0.0-alpha.0 (/build/source/harmonia-store-derivation) Compiling harmonia-store-path-info v3.2.0 (/build/source/harmonia-store-path-info) Compiling harmonia-store-nar-info v3.2.0 (/build/source/harmonia-store-nar-info) Compiling harmonia-store-db v3.2.0 (/build/source/harmonia-store-db) Compiling harmonia-store-build-result v3.2.0 (/build/source/harmonia-store-build-result) Compiling harmonia-store-aterm v0.0.0-alpha.0 (/build/source/harmonia-store-aterm) Compiling harmonia-store-gc v3.2.0 (/build/source/harmonia-store-gc) Compiling harmonia-protocol v3.2.0 (/build/source/harmonia-protocol) Compiling harmonia-cache v3.2.0 (/build/source/harmonia-cache) Compiling harmonia-daemon v3.2.0 (/build/source/harmonia-daemon) Compiling harmonia-store-remote v3.2.0 (/build/source/harmonia-store-remote) Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.96s +++ command cargo nextest run --workspace Compiling harmonia-utils-hash v0.0.0-alpha.0 (/build/source/harmonia-utils-hash) Compiling harmonia-utils-test v0.0.0-alpha.0 (/build/source/harmonia-utils-test) Compiling harmonia-utils-signature v3.2.0 (/build/source/harmonia-utils-signature) Compiling harmonia-protocol-derive v3.2.0 (/build/source/harmonia-protocol-derive) Compiling harmonia-utils-base-encoding v0.0.0-alpha.0 (/build/source/harmonia-utils-base-encoding) Compiling harmonia-client v3.2.0 (/build/source/harmonia-client) Compiling harmonia-ssh-store v3.2.0 (/build/source/harmonia-ssh-store) Compiling harmonia-file-core v3.2.0 (/build/source/harmonia-file-core) Compiling harmonia-store-path v3.2.0 (/build/source/harmonia-store-path) Compiling harmonia-utils-io v0.0.0-alpha.0 (/build/source/harmonia-utils-io) Compiling harmonia-store-content-address v3.2.0 (/build/source/harmonia-store-content-address) Compiling harmonia-store-fs v3.2.0 (/build/source/harmonia-store-fs) Compiling harmonia-store-ref-scan v0.0.0-alpha.0 (/build/source/harmonia-store-ref-scan) Compiling harmonia-file-nar v3.2.0 (/build/source/harmonia-file-nar) Compiling harmonia-store-derivation v0.0.0-alpha.0 (/build/source/harmonia-store-derivation) Compiling harmonia-store-path-info v3.2.0 (/build/source/harmonia-store-path-info) Compiling harmonia-store-nar-info v3.2.0 (/build/source/harmonia-store-nar-info) Compiling harmonia-store-db v3.2.0 (/build/source/harmonia-store-db) Compiling harmonia-store-aterm v0.0.0-alpha.0 (/build/source/harmonia-store-aterm) Compiling harmonia-store-build-result v3.2.0 (/build/source/harmonia-store-build-result) Compiling harmonia-protocol v3.2.0 (/build/source/harmonia-protocol) Compiling harmonia-store-gc v3.2.0 (/build/source/harmonia-store-gc) Compiling harmonia-cache v3.2.0 (/build/source/harmonia-cache) warning: unused import: `Rng` --> harmonia-store-gc/src/gc_socket/stress_tests.rs:24:12 | 24 | use rand::{Rng, SeedableRng}; | ^^^ | = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default error[E0599]: no method named `random_bool` found for mutable reference `&mut StdRng` in the current scope --> harmonia-store-gc/src/gc_socket/stress_tests.rs:44:20 | 44 | if rng.random_bool(0.25) { | ^^^^^^^^^^^ | = help: items from traits can only be used if the trait is in scope help: there is a method `random` with a similar name, but with different arguments --> /nix/store/3a8wcgir2044ik5d7q5wzjdn48wwwhq9-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/rand-0.10.2/src/rng.rs:93:5 | 93 | / fn random(&mut self) -> T 94 | | where 95 | | StandardUniform: Distribution, | |_________________________________________^ help: trait `RngExt` which provides `random_bool` is implemented but not in scope; perhaps you want to import it | 15 + use rand::RngExt; | error[E0599]: no method named `random_range` found for struct `StdRng` in the current scope --> harmonia-store-gc/src/gc_socket/stress_tests.rs:74:23 | 74 | .take(rng.random_range(1..=4)) | ^^^^^^^^^^^^ | ::: /nix/store/3a8wcgir2044ik5d7q5wzjdn48wwwhq9-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/rand-0.10.2/src/rng.rs:163:8 | 163 | fn random_range(&mut self, range: R) -> T | ------------ the method is available for `StdRng` here | = help: items from traits can only be used if the trait is in scope help: there is a method `random` with a similar name, but with different arguments --> /nix/store/3a8wcgir2044ik5d7q5wzjdn48wwwhq9-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/rand-0.10.2/src/rng.rs:93:5 | 93 | / fn random(&mut self) -> T 94 | | where 95 | | StandardUniform: Distribution, | |_________________________________________^ help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it | 15 + use rand::RngExt; | error[E0599]: no method named `random_range` found for struct `StdRng` in the current scope --> harmonia-store-gc/src/gc_socket/stress_tests.rs:119:28 | 119 | let root = all[rng.random_range(0..all.len())]; | ^^^^^^^^^^^^ | ::: /nix/store/3a8wcgir2044ik5d7q5wzjdn48wwwhq9-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/rand-0.10.2/src/rng.rs:163:8 | 163 | fn random_range(&mut self, range: R) -> T | ------------ the method is available for `StdRng` here | = help: items from traits can only be used if the trait is in scope help: there is a method `random` with a similar name, but with different arguments --> /nix/store/3a8wcgir2044ik5d7q5wzjdn48wwwhq9-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/rand-0.10.2/src/rng.rs:93:5 | 93 | / fn random(&mut self) -> T 94 | | where 95 | | StandardUniform: Distribution, | |_________________________________________^ help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it | 15 + use rand::RngExt; | error[E0599]: no method named `random_range` found for struct `StdRng` in the current scope --> harmonia-store-gc/src/gc_socket/stress_tests.rs:140:17 | 140 | let n = rng.random_range(4..44); | ^^^^^^^^^^^^ | ::: /nix/store/3a8wcgir2044ik5d7q5wzjdn48wwwhq9-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/rand-0.10.2/src/rng.rs:163:8 | 163 | fn random_range(&mut self, range: R) -> T | ------------ the method is available for `StdRng` here | = help: items from traits can only be used if the trait is in scope help: there is a method `random` with a similar name, but with different arguments --> /nix/store/3a8wcgir2044ik5d7q5wzjdn48wwwhq9-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/rand-0.10.2/src/rng.rs:93:5 | 93 | / fn random(&mut self) -> T 94 | | where 95 | | StandardUniform: Distribution, | |_________________________________________^ help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it | 15 + use rand::RngExt; | For more information about this error, try `rustc --explain E0599`. warning: `harmonia-store-gc` (lib test) generated 1 warning error: could not compile `harmonia-store-gc` (lib test) due to 4 previous errors; 1 warning emitted warning: build failed, waiting for other jobs to finish... error: command `/nix/store/bd17xxvj4lyxnf7hgankn95a8h3pmw4d-cargo-1.97.1/bin/cargo test --no-run --message-format json-render-diagnostics --workspace` exited with code 101