[INFO] cloning repository https://github.com/chfi/rs-handlegraph [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/chfi/rs-handlegraph" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchfi%2Frs-handlegraph", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchfi%2Frs-handlegraph'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3ac575e4216ce16a16667503a8875e469a40a97a [INFO] testing chfi/rs-handlegraph against try#c066bf6804adc55193b71afdff6a56922f4a8689+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_in_2025-retry-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchfi%2Frs-handlegraph" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/chfi/rs-handlegraph [INFO] finished tweaking git repo https://github.com/chfi/rs-handlegraph [INFO] tweaked toml for git repo https://github.com/chfi/rs-handlegraph written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/chfi/rs-handlegraph on toolchain c066bf6804adc55193b71afdff6a56922f4a8689 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/chfi/rs-handlegraph already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bc1c463beca22400a57ad9afb749ac450017f08bd060a35cc33cb123370cb7ee [INFO] running `Command { std: "docker" "start" "-a" "bc1c463beca22400a57ad9afb749ac450017f08bd060a35cc33cb123370cb7ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bc1c463beca22400a57ad9afb749ac450017f08bd060a35cc33cb123370cb7ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc1c463beca22400a57ad9afb749ac450017f08bd060a35cc33cb123370cb7ee", kill_on_drop: false }` [INFO] [stdout] bc1c463beca22400a57ad9afb749ac450017f08bd060a35cc33cb123370cb7ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 48e42e89eb8a4e2b26e6e03e5b4850bd664657ddf0671c2581bd72b2a40bb992 [INFO] running `Command { std: "docker" "start" "-a" "48e42e89eb8a4e2b26e6e03e5b4850bd664657ddf0671c2581bd72b2a40bb992", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.78 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling const_fn v0.4.3 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling syn v1.0.38 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling anyhow v1.0.35 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling arrayvec v0.5.1 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling crossbeam-utils v0.8.0 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling aho-corasick v0.7.13 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling crossbeam-epoch v0.9.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling bstr v0.2.13 [INFO] [stderr] Compiling wyhash v0.4.2 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling succinct v0.5.2 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling bytemuck_derive v1.0.0 [INFO] [stderr] Compiling bytemuck v1.4.1 [INFO] [stderr] Compiling gfa v0.10.0 [INFO] [stderr] Compiling boomphf v0.5.8 [INFO] [stderr] Compiling handlegraph v0.7.0-alpha.9 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicU64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/disjoint.rs:52:27 [INFO] [stdout] | [INFO] [stdout] 52 | self.data[ix].compare_and_swap( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicU64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/disjoint.rs:99:51 [INFO] [stdout] | [INFO] [stdout] 99 | let old_parent = self.data[parent_ix].compare_and_swap( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicU64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/disjoint.rs:110:52 [INFO] [stdout] | [INFO] [stdout] 110 | let _old_rank = self.data[rank_ix].compare_and_swap( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `codec` is never read [INFO] [stdout] --> src/packed/paged.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct PagedIntVec { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 14 | codec: Codec, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PagedIntVec` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&LinkPath` instead of cloning the inner type [INFO] [stdout] --> src/consensus.rs:1111:45 [INFO] [stdout] | [INFO] [stdout] 1111 | perfect_link = Some(link.clone().clone()); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(suspicious_double_ref_op)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.05s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "48e42e89eb8a4e2b26e6e03e5b4850bd664657ddf0671c2581bd72b2a40bb992", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "48e42e89eb8a4e2b26e6e03e5b4850bd664657ddf0671c2581bd72b2a40bb992", kill_on_drop: false }` [INFO] [stdout] 48e42e89eb8a4e2b26e6e03e5b4850bd664657ddf0671c2581bd72b2a40bb992 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] d5f4c1f6a8a3709ea334145912a7929f93221f48f649243571a2120110b6d97e [INFO] running `Command { std: "docker" "start" "-a" "d5f4c1f6a8a3709ea334145912a7929f93221f48f649243571a2120110b6d97e", kill_on_drop: false }` [INFO] [stderr] Compiling ppv-lite86 v0.2.9 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicU64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/disjoint.rs:52:27 [INFO] [stdout] | [INFO] [stdout] 52 | self.data[ix].compare_and_swap( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicU64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/disjoint.rs:99:51 [INFO] [stdout] | [INFO] [stdout] 99 | let old_parent = self.data[parent_ix].compare_and_swap( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicU64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/disjoint.rs:110:52 [INFO] [stdout] | [INFO] [stdout] 110 | let _old_rank = self.data[rank_ix].compare_and_swap( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `codec` is never read [INFO] [stdout] --> src/packed/paged.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct PagedIntVec { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 14 | codec: Codec, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PagedIntVec` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&LinkPath` instead of cloning the inner type [INFO] [stdout] --> src/consensus.rs:1111:45 [INFO] [stdout] | [INFO] [stdout] 1111 | perfect_link = Some(link.clone().clone()); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(suspicious_double_ref_op)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling quickcheck v0.9.2 [INFO] [stderr] Compiling handlegraph v0.7.0-alpha.9 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `HashGraph`, `NodeId`, `StepIx`, and `Step` [INFO] [stdout] --> tests/gfa.rs:2:39 [INFO] [stdout] | [INFO] [stdout] 2 | handle::{Direction, Edge, Handle, NodeId}, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 5 | path::{Step, StepIx}, [INFO] [stdout] | ^^^^ ^^^^^^ [INFO] [stdout] 6 | HashGraph, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `bstr::ByteSlice` [INFO] [stdout] --> tests/gfa.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | use bstr::ByteSlice; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ByteVec` [INFO] [stdout] --> src/packedgraph.rs:617:31 [INFO] [stdout] | [INFO] [stdout] 617 | use bstr::{ByteSlice, ByteVec}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `paths::AsStepsRef` [INFO] [stdout] --> src/packedgraph.rs:618:13 [INFO] [stdout] | [INFO] [stdout] 618 | use paths::AsStepsRef; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicU64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/disjoint.rs:52:27 [INFO] [stdout] | [INFO] [stdout] 52 | self.data[ix].compare_and_swap( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicU64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/disjoint.rs:99:51 [INFO] [stdout] | [INFO] [stdout] 99 | let old_parent = self.data[parent_ix].compare_and_swap( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicU64::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/disjoint.rs:110:52 [INFO] [stdout] | [INFO] [stdout] 110 | let _old_rank = self.data[rank_ix].compare_and_swap( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/packedgraph/quickcheck/delta.rs:337:26 [INFO] [stdout] | [INFO] [stdout] 337 | fn compose(mut self, mut rhs: Self) -> Self { [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/packedgraph/quickcheck/ops.rs:176:30 [INFO] [stdout] | [INFO] [stdout] 176 | CreateOp::Path { name } => { [INFO] [stdout] | ^^^^ help: try ignoring the field: `name: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `new_count` [INFO] [stdout] --> src/packedgraph/quickcheck/ops.rs:308:21 [INFO] [stdout] | [INFO] [stdout] 308 | let new_count = if offsets_sum_len < node_len { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_new_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `prev` [INFO] [stdout] --> src/packedgraph/quickcheck/ops.rs:374:44 [INFO] [stdout] | [INFO] [stdout] 374 | MutPathOp::InsertAfter { path, prev, handle } => { [INFO] [stdout] | ^^^^ help: try ignoring the field: `prev: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `handle` [INFO] [stdout] --> src/packedgraph/quickcheck/ops.rs:374:50 [INFO] [stdout] | [INFO] [stdout] 374 | MutPathOp::InsertAfter { path, prev, handle } => { [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `handle: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `prev` [INFO] [stdout] --> src/packedgraph/quickcheck/ops.rs:403:44 [INFO] [stdout] | [INFO] [stdout] 403 | MutPathOp::RemoveAfter { path, prev } => { [INFO] [stdout] | ^^^^ help: try ignoring the field: `prev: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `next` [INFO] [stdout] --> src/packedgraph/quickcheck/ops.rs:411:45 [INFO] [stdout] | [INFO] [stdout] 411 | MutPathOp::InsertBefore { path, next, handle } => { [INFO] [stdout] | ^^^^ help: try ignoring the field: `next: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `handle` [INFO] [stdout] --> src/packedgraph/quickcheck/ops.rs:411:51 [INFO] [stdout] | [INFO] [stdout] 411 | MutPathOp::InsertBefore { path, next, handle } => { [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `handle: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `next` [INFO] [stdout] --> src/packedgraph/quickcheck/ops.rs:433:45 [INFO] [stdout] | [INFO] [stdout] 433 | MutPathOp::RemoveBefore { path, next } => { [INFO] [stdout] | ^^^^ help: try ignoring the field: `next: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `path` [INFO] [stdout] --> src/packedgraph/quickcheck/ops.rs:441:35 [INFO] [stdout] | [INFO] [stdout] 441 | MutPathOp::FlipStep { path, step } => lhs, [INFO] [stdout] | ^^^^ help: try ignoring the field: `path: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `step` [INFO] [stdout] --> src/packedgraph/quickcheck/ops.rs:441:41 [INFO] [stdout] | [INFO] [stdout] 441 | MutPathOp::FlipStep { path, step } => lhs, [INFO] [stdout] | ^^^^ help: try ignoring the field: `step: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `from` [INFO] [stdout] --> src/packedgraph/quickcheck/ops.rs:444:17 [INFO] [stdout] | [INFO] [stdout] 444 | from, [INFO] [stdout] | ^^^^ help: try ignoring the field: `from: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `to` [INFO] [stdout] --> src/packedgraph/quickcheck/ops.rs:445:17 [INFO] [stdout] | [INFO] [stdout] 445 | to, [INFO] [stdout] | ^^ help: try ignoring the field: `to: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `added` [INFO] [stdout] --> src/packedgraph/quickcheck/ops.rs:451:21 [INFO] [stdout] | [INFO] [stdout] 451 | let added = new.len() as isize; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_added` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `removed` [INFO] [stdout] --> src/packedgraph/quickcheck/ops.rs:453:21 [INFO] [stdout] | [INFO] [stdout] 453 | let removed = 0; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_removed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `graph` [INFO] [stdout] --> src/packedgraph/quickcheck/ops.rs:370:9 [INFO] [stdout] | [INFO] [stdout] 370 | graph: &PackedGraph, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `order` [INFO] [stdout] --> src/packedgraph/quickcheck/ops.rs:508:42 [INFO] [stdout] | [INFO] [stdout] 508 | GraphWideOp::ApplyOrdering { order } => lhs, [INFO] [stdout] | ^^^^^ help: try ignoring the field: `order: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `graph` [INFO] [stdout] --> src/packedgraph/quickcheck/ops.rs:503:9 [INFO] [stdout] | [INFO] [stdout] 503 | graph: &PackedGraph, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/packedgraph/quickcheck/ops.rs:504:9 [INFO] [stdout] | [INFO] [stdout] 504 | mut lhs: GraphOpDelta, [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> src/packedgraph/quickcheck.rs:54:36 [INFO] [stdout] | [INFO] [stdout] 54 | CreateOp::Handle { id, seq } => {} [INFO] [stdout] | ^^ help: try ignoring the field: `id: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `seq` [INFO] [stdout] --> src/packedgraph/quickcheck.rs:54:40 [INFO] [stdout] | [INFO] [stdout] 54 | CreateOp::Handle { id, seq } => {} [INFO] [stdout] | ^^^ help: try ignoring the field: `seq: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/packedgraph/quickcheck.rs:82:34 [INFO] [stdout] | [INFO] [stdout] 82 | CreateOp::Path { name } => {} [INFO] [stdout] | ^^^^ help: try ignoring the field: `name: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `handle` [INFO] [stdout] --> src/packedgraph/quickcheck.rs:85:36 [INFO] [stdout] | [INFO] [stdout] 85 | RemoveOp::Handle { handle } => {} [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `handle: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/packedgraph/quickcheck.rs:97:34 [INFO] [stdout] | [INFO] [stdout] 97 | RemoveOp::Path { name } => {} [INFO] [stdout] | ^^^^ help: try ignoring the field: `name: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `op` [INFO] [stdout] --> src/packedgraph/quickcheck.rs:99:34 [INFO] [stdout] | [INFO] [stdout] 99 | GraphOp::MutHandle { op } => {} [INFO] [stdout] | ^^ help: try ignoring the field: `op: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `op` [INFO] [stdout] --> src/packedgraph/quickcheck.rs:100:32 [INFO] [stdout] | [INFO] [stdout] 100 | GraphOp::MutPath { op } => {} [INFO] [stdout] | ^^ help: try ignoring the field: `op: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `op` [INFO] [stdout] --> src/packedgraph/quickcheck.rs:101:34 [INFO] [stdout] | [INFO] [stdout] 101 | GraphOp::GraphWide { op } => {} [INFO] [stdout] | ^^ help: try ignoring the field: `op: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `count` [INFO] [stdout] --> src/packedgraph/quickcheck.rs:265:9 [INFO] [stdout] | [INFO] [stdout] 265 | let count = delta_2.count; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/packedgraph/quickcheck.rs:234:9 [INFO] [stdout] | [INFO] [stdout] 234 | let mut graph_2 = crate::packedgraph::tests::test_graph_no_paths(); [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `codec` is never read [INFO] [stdout] --> src/packed/paged.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct PagedIntVec { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 14 | codec: Codec, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PagedIntVec` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&LinkPath` instead of cloning the inner type [INFO] [stdout] --> src/consensus.rs:1111:45 [INFO] [stdout] | [INFO] [stdout] 1111 | perfect_link = Some(link.clone().clone()); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(suspicious_double_ref_op)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/rcrt1.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crti.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtbeginS.o" "/tmp/rustcVLh0hs/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libtest-*,libgetopts-*,libunicode_width-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/{libboomphf-5662a4941faf11de.rlib,libwyhash-5f422f9287c62417.rlib,libsuccinct-c44c2c302636fe96.rlib,libnum_traits-e709234137b77527.rlib,libquickcheck-b22c9cbc01a982e2.rlib,librand-f69a4a5942354453.rlib,librand_chacha-0b117cffda01ab2e.rlib,libppv_lite86-fe4748cb9a4a903e.rlib,librand_core-1124a2ab272ea31b.rlib,libgetrandom-d2b13717cecedd63.rlib,libenv_logger-434cd18d471146e2.rlib,liblog-9eb3e35e0f591e8b.rlib,libcfg_if-2d17986ae484e939.rlib,librayon-11112e05f6f3823e.rlib,librayon_core-9f6414520e1c558a.rlib,libnum_cpus-52ffee47f7edc77d.rlib,libcrossbeam_deque-69bf8ac726de5c36.rlib,libcrossbeam_epoch-e2736283f27029e8.rlib,libmemoffset-d1f7fdae4314fb01.rlib,libscopeguard-73056285f12cb829.rlib,libcrossbeam_channel-7e2f35d616a6bd9e.rlib,libcrossbeam_utils-681cdd8ac694a997.rlib,libeither-e8a0ef7222037a64.rlib,libgfa-f4cb20f62de1a5e9.rlib,libmemmap-c8de4e1d6f2418ab.rlib,liblibc-94f9923c62dd7e24.rlib,libanyhow-4c7193ebe26ea440.rlib,libregex-430e00fca47259de.rlib,libthread_local-c6b88a4b7954c5cd.rlib,libregex_syntax-cb353ff079726287.rlib,libaho_corasick-61bf4caab8600cce.rlib,libfnv-81596130b397d5c3.rlib,libbstr-2cfcfe2f19dd3f2b.rlib,libregex_automata-98fff21112fa756f.rlib,libbyteorder-549def2b2525ef52.rlib,liblazy_static-4b136fc9bfbd2c4b.rlib,libnom-9c636b0a6f1971e9.rlib,liblexical_core-91482bac90b0f451.rlib,libbitflags-561a4f1321538a32.rlib,libryu-af883cd9b444a782.rlib,libstatic_assertions-df27c3b343cf637f.rlib,libarrayvec-2a0d738512637433.rlib,libcfg_if-66d55f6b302e88c8.rlib,libmemchr-66f21ea766679294.rlib,libbytemuck-7a7cc82f018889db.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*}.rlib" "-lunwind" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libcfg_if-*,liblibc-*}.rlib" "-lc" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/tmp/rustcVLh0hs/raw-dylibs" "-Wl,-Bdynamic" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-nostartfiles" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib" "-o" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/handlegraph-fbff21ef6c38110b" "-Wl,--gc-sections" "-static-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtendS.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtn.o" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libgetrandom-d2b13717cecedd63.rlib(getrandom-d2b13717cecedd63.getrandom.178a3744392421e1-cgu.0.rcgu.o): in function `getrandom::util_libc::open_readonly': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.1.15/src/util_libc.rs:112:(.text._ZN9getrandom9util_libc13open_readonly17hba75a861b3472e90E+0x79): undefined reference to `open64' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = note: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#rustc-link-lib) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `handlegraph` (lib test) due to 1 previous error; 36 warnings emitted [INFO] running `Command { std: "docker" "inspect" "d5f4c1f6a8a3709ea334145912a7929f93221f48f649243571a2120110b6d97e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d5f4c1f6a8a3709ea334145912a7929f93221f48f649243571a2120110b6d97e", kill_on_drop: false }` [INFO] [stdout] d5f4c1f6a8a3709ea334145912a7929f93221f48f649243571a2120110b6d97e