tribuchet: building on jamie Running phase: unpackPhase unpacking source archive /nix/store/1fl1pk929lbp3rff1lg39d9j4yrm526m-source source root is source Running phase: patchPhase Executing configureCargoCommonVars decompressing cargo artifacts from /nix/store/x3gp5shbvvcy7pnynm5ddy28cabdsn8c-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/jxxaqpmrhm5g52xqkc3hr0csgfc32rwh-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 --release --message-format json-render-diagnostics --locked 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-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) error[E0308]: mismatched types --> harmonia-cache/src/zstd_body.rs:135:27 | 135 | enc.set_parameter(CParameter::EnableLongDistanceMatching(true))?; | ------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `zstd::zstd_safe::CParameter`, found `zstd_safe::CParameter` | | | arguments to this method are incorrect | note: there are multiple different versions of crate `zstd_safe` in the dependency graph --> /nix/store/jxxaqpmrhm5g52xqkc3hr0csgfc32rwh-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/zstd-safe-7.3.0/src/lib.rs:2125:1 | 2125 | pub enum CParameter { | ^^^^^^^^^^^^^^^^^^^ this is the expected type | ::: /nix/store/jxxaqpmrhm5g52xqkc3hr0csgfc32rwh-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/zstd-safe-8.0.0/src/lib.rs:2246:1 | 2246 | pub enum CParameter { | ------------------- this is the found type = help: you can use `cargo tree` to explore your dependency tree note: method defined here --> /nix/store/jxxaqpmrhm5g52xqkc3hr0csgfc32rwh-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/zstd-0.13.3/src/stream/mod.rs:203:16 | 203 | pub fn set_parameter( | ^^^^^^^^^^^^^ | ::: /nix/store/jxxaqpmrhm5g52xqkc3hr0csgfc32rwh-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/zstd-0.13.3/src/stream/write/mod.rs:322:5 | 322 | crate::encoder_common!(writer); | ------------------------------ in this macro invocation = note: this error originates in the macro `crate::encoder_common` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0308]: mismatched types --> harmonia-cache/src/zstd_body.rs:147:27 | 147 | enc.set_parameter(CParameter::WindowLog(window_log))?; | ------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `zstd::zstd_safe::CParameter`, found `zstd_safe::CParameter` | | | arguments to this method are incorrect | note: there are multiple different versions of crate `zstd_safe` in the dependency graph --> /nix/store/jxxaqpmrhm5g52xqkc3hr0csgfc32rwh-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/zstd-safe-7.3.0/src/lib.rs:2125:1 | 2125 | pub enum CParameter { | ^^^^^^^^^^^^^^^^^^^ this is the expected type | ::: /nix/store/jxxaqpmrhm5g52xqkc3hr0csgfc32rwh-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/zstd-safe-8.0.0/src/lib.rs:2246:1 | 2246 | pub enum CParameter { | ------------------- this is the found type = help: you can use `cargo tree` to explore your dependency tree note: method defined here --> /nix/store/jxxaqpmrhm5g52xqkc3hr0csgfc32rwh-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/zstd-0.13.3/src/stream/mod.rs:203:16 | 203 | pub fn set_parameter( | ^^^^^^^^^^^^^ | ::: /nix/store/jxxaqpmrhm5g52xqkc3hr0csgfc32rwh-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/zstd-0.13.3/src/stream/write/mod.rs:322:5 | 322 | crate::encoder_common!(writer); | ------------------------------ in this macro invocation = note: this error originates in the macro `crate::encoder_common` (in Nightly builds, run with -Z macro-backtrace for more info) For more information about this error, try `rustc --explain E0308`. error: could not compile `harmonia-cache` (bin "harmonia-cache") due to 2 previous errors warning: build failed, waiting for other jobs to finish...