[INFO] fetching crate daggy 0.9.0... [INFO] testing daggy-0.9.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate daggy 0.9.0 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate daggy 0.9.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate daggy 0.9.0 [INFO] tweaked toml for crates.io crate daggy 0.9.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate daggy 0.9.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate daggy 0.9.0 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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded petgraph v0.8.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 843d63a1b6676bdb4ac387cbf82826ff0f9277fcda71bdbf5294d9fd78b05c92 [INFO] running `Command { std: "docker" "start" "-a" "843d63a1b6676bdb4ac387cbf82826ff0f9277fcda71bdbf5294d9fd78b05c92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "843d63a1b6676bdb4ac387cbf82826ff0f9277fcda71bdbf5294d9fd78b05c92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "843d63a1b6676bdb4ac387cbf82826ff0f9277fcda71bdbf5294d9fd78b05c92", kill_on_drop: false }` [INFO] [stdout] 843d63a1b6676bdb4ac387cbf82826ff0f9277fcda71bdbf5294d9fd78b05c92 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] db2dd92dfb2e42b75047b91eaf598f57735e973a2c09f30697e3ccb76e9655ca [INFO] running `Command { std: "docker" "start" "-a" "db2dd92dfb2e42b75047b91eaf598f57735e973a2c09f30697e3ccb76e9655ca", kill_on_drop: false }` [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling fixedbitset v0.5.7 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Compiling petgraph v0.8.1 [INFO] [stderr] Compiling daggy v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:638:22 [INFO] [stdout] | [INFO] [stdout] 638 | pub fn raw_nodes(&self) -> RawNodes { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 638 | pub fn raw_nodes(&self) -> RawNodes<'_, N, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:645:29 [INFO] [stdout] | [INFO] [stdout] 645 | pub fn node_weights_mut(&mut self) -> NodeWeightsMut { [INFO] [stdout] | ^^^^^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 645 | pub fn node_weights_mut(&mut self) -> NodeWeightsMut<'_, N, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:660:22 [INFO] [stdout] | [INFO] [stdout] 660 | pub fn raw_edges(&self) -> RawEdges { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 660 | pub fn raw_edges(&self) -> RawEdges<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:667:29 [INFO] [stdout] | [INFO] [stdout] 667 | pub fn edge_weights_mut(&mut self) -> EdgeWeightsMut { [INFO] [stdout] | ^^^^^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 667 | pub fn edge_weights_mut(&mut self) -> EdgeWeightsMut<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s [INFO] running `Command { std: "docker" "inspect" "db2dd92dfb2e42b75047b91eaf598f57735e973a2c09f30697e3ccb76e9655ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db2dd92dfb2e42b75047b91eaf598f57735e973a2c09f30697e3ccb76e9655ca", kill_on_drop: false }` [INFO] [stdout] db2dd92dfb2e42b75047b91eaf598f57735e973a2c09f30697e3ccb76e9655ca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 98cba43b07a16c637199c8d862a57f49acce5f97963c70cb2c59e965e55174fd [INFO] running `Command { std: "docker" "start" "-a" "98cba43b07a16c637199c8d862a57f49acce5f97963c70cb2c59e965e55174fd", kill_on_drop: false }` [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:638:22 [INFO] [stdout] | [INFO] [stdout] 638 | pub fn raw_nodes(&self) -> RawNodes { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 638 | pub fn raw_nodes(&self) -> RawNodes<'_, N, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling daggy v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:645:29 [INFO] [stdout] | [INFO] [stdout] 645 | pub fn node_weights_mut(&mut self) -> NodeWeightsMut { [INFO] [stdout] | ^^^^^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 645 | pub fn node_weights_mut(&mut self) -> NodeWeightsMut<'_, N, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:660:22 [INFO] [stdout] | [INFO] [stdout] 660 | pub fn raw_edges(&self) -> RawEdges { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 660 | pub fn raw_edges(&self) -> RawEdges<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:667:29 [INFO] [stdout] | [INFO] [stdout] 667 | pub fn edge_weights_mut(&mut self) -> EdgeWeightsMut { [INFO] [stdout] | ^^^^^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 667 | pub fn edge_weights_mut(&mut self) -> EdgeWeightsMut<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:638:22 [INFO] [stdout] | [INFO] [stdout] 638 | pub fn raw_nodes(&self) -> RawNodes { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 638 | pub fn raw_nodes(&self) -> RawNodes<'_, N, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:645:29 [INFO] [stdout] | [INFO] [stdout] 645 | pub fn node_weights_mut(&mut self) -> NodeWeightsMut { [INFO] [stdout] | ^^^^^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 645 | pub fn node_weights_mut(&mut self) -> NodeWeightsMut<'_, N, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:660:22 [INFO] [stdout] | [INFO] [stdout] 660 | pub fn raw_edges(&self) -> RawEdges { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 660 | pub fn raw_edges(&self) -> RawEdges<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:667:29 [INFO] [stdout] | [INFO] [stdout] 667 | pub fn edge_weights_mut(&mut self) -> EdgeWeightsMut { [INFO] [stdout] | ^^^^^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 667 | pub fn edge_weights_mut(&mut self) -> EdgeWeightsMut<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.21s [INFO] running `Command { std: "docker" "inspect" "98cba43b07a16c637199c8d862a57f49acce5f97963c70cb2c59e965e55174fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "98cba43b07a16c637199c8d862a57f49acce5f97963c70cb2c59e965e55174fd", kill_on_drop: false }` [INFO] [stdout] 98cba43b07a16c637199c8d862a57f49acce5f97963c70cb2c59e965e55174fd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] d7758e9030d20744c2299c26d62b3d36b7135a438776965ec82dfd0e7b03e732 [INFO] running `Command { std: "docker" "start" "-a" "d7758e9030d20744c2299c26d62b3d36b7135a438776965ec82dfd0e7b03e732", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/lib.rs:638:22 [INFO] [stderr] | [INFO] [stderr] 638 | pub fn raw_nodes(&self) -> RawNodes { [INFO] [stderr] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 638 | pub fn raw_nodes(&self) -> RawNodes<'_, N, Ix> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/lib.rs:645:29 [INFO] [stderr] | [INFO] [stderr] 645 | pub fn node_weights_mut(&mut self) -> NodeWeightsMut { [INFO] [stderr] | ^^^^^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 645 | pub fn node_weights_mut(&mut self) -> NodeWeightsMut<'_, N, Ix> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/lib.rs:660:22 [INFO] [stderr] | [INFO] [stderr] 660 | pub fn raw_edges(&self) -> RawEdges { [INFO] [stderr] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 660 | pub fn raw_edges(&self) -> RawEdges<'_, E, Ix> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/lib.rs:667:29 [INFO] [stderr] | [INFO] [stderr] 667 | pub fn edge_weights_mut(&mut self) -> EdgeWeightsMut { [INFO] [stderr] | ^^^^^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 667 | pub fn edge_weights_mut(&mut self) -> EdgeWeightsMut<'_, E, Ix> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `daggy` (lib) generated 4 warnings (run `cargo fix --lib -p daggy` to apply 4 suggestions) [INFO] [stderr] warning: `daggy` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/daggy-2ffdc4012985bb41) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] Running tests/add_edges.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/add_edges-1b98d4e6b2198f4e) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test add_edges_err ... ok [INFO] [stdout] test add_edges_err_loop ... ok [INFO] [stdout] test add_edges_more ... ok [INFO] [stdout] test add_edges_more2 ... ok [INFO] [stdout] test add_edges_ok ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] Running tests/add_edges_stable.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/add_edges_stable-942e1532bf985a06) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/iterators.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/iterators-edecf496b6920db6) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test parents ... ok [INFO] [stdout] test children ... ok [INFO] [stdout] test weights ... ok [INFO] [stdout] [INFO] [stderr] Running tests/iterators_stable.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/iterators_stable-0e76ca819ddff5d2) [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/stable_indices.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/stable_indices-5267844b48236cac) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/transitive_reduce.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/transitive_reduce-97b6845ffdbfdadb) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test transitive_reduce ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/walkers.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/walkers-e552aa5286e61fb5) [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test any ... ok [INFO] [stdout] test chain ... ok [INFO] [stdout] test all ... ok [INFO] [stdout] test children ... ok [INFO] [stdout] test filter ... ok [INFO] [stdout] test find ... ok [INFO] [stdout] test count ... ok [INFO] [stdout] test fold ... ok [INFO] [stdout] test nth ... ok [INFO] [stdout] test peekable ... ok [INFO] [stdout] test recursive_walk ... ok [INFO] [stdout] test last ... ok [INFO] [stdout] test skip ... ok [INFO] [stdout] test skip_while ... ok [INFO] [stdout] test take ... ok [INFO] [stdout] test take_while ... ok [INFO] [stdout] test parents ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/walkers_stable.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/walkers_stable-53bd6bbfd13dfa7b) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d7758e9030d20744c2299c26d62b3d36b7135a438776965ec82dfd0e7b03e732", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d7758e9030d20744c2299c26d62b3d36b7135a438776965ec82dfd0e7b03e732", kill_on_drop: false }` [INFO] [stdout] d7758e9030d20744c2299c26d62b3d36b7135a438776965ec82dfd0e7b03e732