harmonia-clippy-3.2.0
checks.x86_64-linux.clippy
· build #500
· raw
1tribuchet: building on jamie
unpackPhase
2unpacking source archive /nix/store/1fl1pk929lbp3rff1lg39d9j4yrm526m-source3source root is sourcepatchPhase
4Executing configureCargoCommonVars5decompressing cargo artifacts from /nix/store/x3gp5shbvvcy7pnynm5ddy28cabdsn8c-harmonia-deps-3.2.0/target.tar.zst to targetconfigurePhase
6will append /build/source/.cargo-home/config.toml with contents of /nix/store/jxxaqpmrhm5g52xqkc3hr0csgfc32rwh-vendor-cargo-deps/config.toml7default configurePhase, nothing to dobuildPhase
8+++ command cargo --version9cargo 1.97.0 (c980f4866 2026-06-30)10+++ command cargo clippy --release --locked --all-targets --all-features -- -D warnings11 Checking harmonia-utils-base-encoding v0.0.0-alpha.0 (/build/source/harmonia-utils-base-encoding)12 Checking harmonia-file-core v3.2.0 (/build/source/harmonia-file-core)13 Checking harmonia-utils-test v0.0.0-alpha.0 (/build/source/harmonia-utils-test)14 Compiling harmonia-protocol-derive v3.2.0 (/build/source/harmonia-protocol-derive)15 Checking harmonia-client v3.2.0 (/build/source/harmonia-client)16 Checking harmonia-ssh-store v3.2.0 (/build/source/harmonia-ssh-store)17 Checking harmonia-utils-hash v0.0.0-alpha.0 (/build/source/harmonia-utils-hash)18 Checking harmonia-utils-signature v3.2.0 (/build/source/harmonia-utils-signature)19 Checking harmonia-store-path v3.2.0 (/build/source/harmonia-store-path)20 Checking harmonia-utils-io v0.0.0-alpha.0 (/build/source/harmonia-utils-io)21 Checking harmonia-store-content-address v3.2.0 (/build/source/harmonia-store-content-address)22 Checking harmonia-store-fs v3.2.0 (/build/source/harmonia-store-fs)23 Checking harmonia-store-ref-scan v0.0.0-alpha.0 (/build/source/harmonia-store-ref-scan)24 Checking harmonia-file-nar v3.2.0 (/build/source/harmonia-file-nar)25 Checking harmonia-bench v3.2.0 (/build/source/harmonia-bench)26 Checking harmonia-store-derivation v0.0.0-alpha.0 (/build/source/harmonia-store-derivation)27 Checking harmonia-store-path-info v3.2.0 (/build/source/harmonia-store-path-info)28 Checking harmonia-store-nar-info v3.2.0 (/build/source/harmonia-store-nar-info)29 Checking harmonia-store-db v3.2.0 (/build/source/harmonia-store-db)30 Checking harmonia-store-aterm v0.0.0-alpha.0 (/build/source/harmonia-store-aterm)31 Checking harmonia-store-build-result v3.2.0 (/build/source/harmonia-store-build-result)32 Checking harmonia-store-gc v3.2.0 (/build/source/harmonia-store-gc)33 Checking harmonia-protocol v3.2.0 (/build/source/harmonia-protocol)34 Checking harmonia-cache v3.2.0 (/build/source/harmonia-cache)35error[E0308]: mismatched types36 --> harmonia-cache/src/zstd_body.rs:135:2737 |38 135 | enc.set_parameter(CParameter::EnableLongDistanceMatching(true))?;39 | ------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `zstd::zstd_safe::CParameter`, found `zstd_safe::CParameter`40 | |41 | arguments to this method are incorrect42 |43note: there are multiple different versions of crate `zstd_safe` in the dependency graph44 --> /nix/store/jxxaqpmrhm5g52xqkc3hr0csgfc32rwh-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/zstd-safe-7.3.0/src/lib.rs:2125:145 |462125 | pub enum CParameter {47 | ^^^^^^^^^^^^^^^^^^^ this is the expected type48 |49 ::: /nix/store/jxxaqpmrhm5g52xqkc3hr0csgfc32rwh-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/zstd-safe-8.0.0/src/lib.rs:2246:150 |512246 | pub enum CParameter {52 | ------------------- this is the found type53 = help: you can use `cargo tree` to explore your dependency tree54note: method defined here55 --> /nix/store/jxxaqpmrhm5g52xqkc3hr0csgfc32rwh-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/zstd-0.13.3/src/stream/mod.rs:203:1656 |57 203 | pub fn set_parameter(58 | ^^^^^^^^^^^^^59 |60 ::: /nix/store/jxxaqpmrhm5g52xqkc3hr0csgfc32rwh-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/zstd-0.13.3/src/stream/write/mod.rs:322:561 |62 322 | crate::encoder_common!(writer);63 | ------------------------------ in this macro invocation64 = note: this error originates in the macro `crate::encoder_common` (in Nightly builds, run with -Z macro-backtrace for more info)6566error[E0308]: mismatched types67 --> harmonia-cache/src/zstd_body.rs:147:2768 |69 147 | enc.set_parameter(CParameter::WindowLog(window_log))?;70 | ------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `zstd::zstd_safe::CParameter`, found `zstd_safe::CParameter`71 | |72 | arguments to this method are incorrect73 |74note: there are multiple different versions of crate `zstd_safe` in the dependency graph75 --> /nix/store/jxxaqpmrhm5g52xqkc3hr0csgfc32rwh-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/zstd-safe-7.3.0/src/lib.rs:2125:176 |772125 | pub enum CParameter {78 | ^^^^^^^^^^^^^^^^^^^ this is the expected type79 |80 ::: /nix/store/jxxaqpmrhm5g52xqkc3hr0csgfc32rwh-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/zstd-safe-8.0.0/src/lib.rs:2246:181 |822246 | pub enum CParameter {83 | ------------------- this is the found type84 = help: you can use `cargo tree` to explore your dependency tree85note: method defined here86 --> /nix/store/jxxaqpmrhm5g52xqkc3hr0csgfc32rwh-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/zstd-0.13.3/src/stream/mod.rs:203:1687 |88 203 | pub fn set_parameter(89 | ^^^^^^^^^^^^^90 |91 ::: /nix/store/jxxaqpmrhm5g52xqkc3hr0csgfc32rwh-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/zstd-0.13.3/src/stream/write/mod.rs:322:592 |93 322 | crate::encoder_common!(writer);94 | ------------------------------ in this macro invocation95 = note: this error originates in the macro `crate::encoder_common` (in Nightly builds, run with -Z macro-backtrace for more info)9697For more information about this error, try `rustc --explain E0308`.98error: could not compile `harmonia-cache` (bin "harmonia-cache") due to 2 previous errors99warning: build failed, waiting for other jobs to finish...100error: could not compile `harmonia-cache` (bin "harmonia-cache" test) due to 2 previous errors