tincd-clippy-0.1.0
checks.x86_64-linux.clippy
· build #190
· raw
1tribuchet: building on jamie
unpackPhase
2unpacking source archive /nix/store/vx20k22cfysilb0nkk0lkdkfiqbncksf-source3source root is sourcepatchPhase
4Executing configureCargoCommonVars5decompressing cargo artifacts from /nix/store/0sq4mi0sbg5kid707jv34z4giiwgl2h8-tincd-deps-0.1.0/target.tar.zst to targetconfigurePhase
6will append /build/source/.cargo-home/config.toml with contents of /nix/store/bd3bkarqsc1baa7788iyglm64r5yspv6-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 --workspace --all-targets -- -D warnings11 Checking bitflags v2.13.212 Compiling rustix v1.1.413 Checking linux-raw-sys v0.12.114 Checking once_cell v1.21.415 Checking fastrand v2.4.016 Compiling num-traits v0.2.1917 Compiling zerocopy v0.8.5718 Checking tinc-proto v0.0.0 (/build/source/crates/tinc-proto)19 Compiling tincd v0.1.0 (/build/source/crates/tincd)20 Compiling getrandom v0.3.421 Checking wait-timeout v0.2.122 Checking quick-error v1.2.323 Checking bit-vec v0.8.024 Checking fnv v1.0.725 Checking regex-syntax v0.8.1126 Checking unarray v0.1.427 Compiling tinc-ffi v0.0.0 (/build/source/crates/tinc-ffi)28 Checking inout v0.2.229 Checking hex v0.4.330 Checking nix v0.31.331 Checking cipher v0.5.232 Checking bit-set v0.8.033 Checking chacha20 v0.10.234 Checking rand_core v0.9.535 Checking rand_xorshift v0.4.036 Checking rand v0.9.237 Checking module-lattice v0.2.338 Checking crypto-bigint v0.7.539 Checking ml-kem v0.3.240 Checking tempfile v3.27.041 Checking tinc-crypto v0.0.0 (/build/source/crates/tinc-crypto)42 Checking rusty-fork v0.3.143 Checking tinc-sptps v0.0.0 (/build/source/crates/tinc-sptps)44 Checking tinc-conf v0.0.0 (/build/source/crates/tinc-conf)45 Checking tinc-device v0.0.0 (/build/source/crates/tinc-device)46 Checking crypto-primes v0.7.247 Checking ppv-lite86 v0.2.2148 Checking netlink-packet-route v0.33.049 Checking rand_chacha v0.10.050 Checking rand_chacha v0.9.051 Checking proptest v1.11.052 Checking rsa v0.10.0-rc.1853 Checking tinc-tools v0.0.0 (/build/source/crates/tinc-tools)54 Checking netdev v0.46.255error: item in documentation is missing backticks56 --> crates/tincd/src/daemon.rs:549:5057 |58549 | /// candidates owned by another node, e.g. a NATed leaf reported at59 | ^^^^^60 |61 = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown62 = note: `-D clippy::doc-markdown` implied by `-D warnings`63 = help: to override `-D warnings` add `#[allow(clippy::doc_markdown)]`64help: try65 |66549 - /// candidates owned by another node, e.g. a NATed leaf reported at67549 + /// candidates owned by another node, e.g. a `NATed` leaf reported at68 |6970error: could not compile `tincd` (lib) due to 1 previous error71warning: build failed, waiting for other jobs to finish...72error: could not compile `tincd` (lib test) due to 1 previous error