[INFO] fetching crate collected 0.4.0... [INFO] testing collected-0.4.0 against 1.59.0 for beta-1.60-1 [INFO] extracting crate collected 0.4.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate collected 0.4.0 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate collected 0.4.0 [INFO] finished tweaking crates.io crate collected 0.4.0 [INFO] tweaked toml for crates.io crate collected 0.4.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ce534d1b416ab1477372bfb84cc5003584fe76aa0ed7628f477aa5c743b1a1e9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ce534d1b416ab1477372bfb84cc5003584fe76aa0ed7628f477aa5c743b1a1e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ce534d1b416ab1477372bfb84cc5003584fe76aa0ed7628f477aa5c743b1a1e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce534d1b416ab1477372bfb84cc5003584fe76aa0ed7628f477aa5c743b1a1e9", kill_on_drop: false }` [INFO] [stdout] ce534d1b416ab1477372bfb84cc5003584fe76aa0ed7628f477aa5c743b1a1e9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 66990bf821ce53fc23170dc2623e64271291ffa8ccbffcafde7ff2dde52c1bb7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "66990bf821ce53fc23170dc2623e64271291ffa8ccbffcafde7ff2dde52c1bb7", kill_on_drop: false }` [INFO] [stderr] Compiling min-max-heap v1.3.0 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling collected v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `itertools::Itertools::fold1`: Use `Iterator::reduce` instead [INFO] [stdout] --> src/add.rs:12:36 [INFO] [stdout] | [INFO] [stdout] 12 | let sum = iter.into_iter().fold1(|lhs, rhs| lhs + rhs); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `itertools::Itertools::fold1`: Use `Iterator::reduce` instead [INFO] [stdout] --> src/add.rs:47:14 [INFO] [stdout] | [INFO] [stdout] 47 | .fold1(|lhs, rhs| lhs + rhs); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `itertools::Itertools::fold1`: Use `Iterator::reduce` instead [INFO] [stdout] --> src/max.rs:12:36 [INFO] [stdout] | [INFO] [stdout] 12 | let max = iter.into_iter().fold1(|lhs, rhs| lhs.max(rhs)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `itertools::Itertools::fold1`: Use `Iterator::reduce` instead [INFO] [stdout] --> src/max.rs:47:14 [INFO] [stdout] | [INFO] [stdout] 47 | .fold1(|lhs, rhs| lhs.max(rhs)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `itertools::Itertools::fold1`: Use `Iterator::reduce` instead [INFO] [stdout] --> src/min.rs:12:36 [INFO] [stdout] | [INFO] [stdout] 12 | let min = iter.into_iter().fold1(|lhs, rhs| lhs.min(rhs)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `itertools::Itertools::fold1`: Use `Iterator::reduce` instead [INFO] [stdout] --> src/min.rs:47:14 [INFO] [stdout] | [INFO] [stdout] 47 | .fold1(|lhs, rhs| lhs.min(rhs)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `itertools::Itertools::fold1`: Use `Iterator::reduce` instead [INFO] [stdout] --> src/mul.rs:12:37 [INFO] [stdout] | [INFO] [stdout] 12 | let prod = iter.into_iter().fold1(|lhs, rhs| lhs * rhs); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `itertools::Itertools::fold1`: Use `Iterator::reduce` instead [INFO] [stdout] --> src/mul.rs:47:14 [INFO] [stdout] | [INFO] [stdout] 47 | .fold1(|lhs, rhs| lhs * rhs); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.01s [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "66990bf821ce53fc23170dc2623e64271291ffa8ccbffcafde7ff2dde52c1bb7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66990bf821ce53fc23170dc2623e64271291ffa8ccbffcafde7ff2dde52c1bb7", kill_on_drop: false }` [INFO] [stdout] 66990bf821ce53fc23170dc2623e64271291ffa8ccbffcafde7ff2dde52c1bb7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6e9b34707f488690ddb63dbfc73726526c85fc7ffa76d380bbe9cbd14f10c7fa [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6e9b34707f488690ddb63dbfc73726526c85fc7ffa76d380bbe9cbd14f10c7fa", kill_on_drop: false }` [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stdout] warning: use of deprecated associated function `itertools::Itertools::fold1`: Use `Iterator::reduce` instead [INFO] [stdout] --> src/add.rs:12:36 [INFO] [stdout] | [INFO] [stdout] 12 | let sum = iter.into_iter().fold1(|lhs, rhs| lhs + rhs); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `itertools::Itertools::fold1`: Use `Iterator::reduce` instead [INFO] [stdout] --> src/add.rs:47:14 [INFO] [stdout] | [INFO] [stdout] 47 | .fold1(|lhs, rhs| lhs + rhs); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `itertools::Itertools::fold1`: Use `Iterator::reduce` instead [INFO] [stdout] --> src/max.rs:12:36 [INFO] [stdout] | [INFO] [stdout] 12 | let max = iter.into_iter().fold1(|lhs, rhs| lhs.max(rhs)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `itertools::Itertools::fold1`: Use `Iterator::reduce` instead [INFO] [stdout] --> src/max.rs:47:14 [INFO] [stdout] | [INFO] [stdout] 47 | .fold1(|lhs, rhs| lhs.max(rhs)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `itertools::Itertools::fold1`: Use `Iterator::reduce` instead [INFO] [stdout] --> src/min.rs:12:36 [INFO] [stdout] | [INFO] [stdout] 12 | let min = iter.into_iter().fold1(|lhs, rhs| lhs.min(rhs)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `itertools::Itertools::fold1`: Use `Iterator::reduce` instead [INFO] [stdout] --> src/min.rs:47:14 [INFO] [stdout] | [INFO] [stdout] 47 | .fold1(|lhs, rhs| lhs.min(rhs)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `itertools::Itertools::fold1`: Use `Iterator::reduce` instead [INFO] [stdout] --> src/mul.rs:12:37 [INFO] [stdout] | [INFO] [stdout] 12 | let prod = iter.into_iter().fold1(|lhs, rhs| lhs * rhs); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `itertools::Itertools::fold1`: Use `Iterator::reduce` instead [INFO] [stdout] --> src/mul.rs:47:14 [INFO] [stdout] | [INFO] [stdout] 47 | .fold1(|lhs, rhs| lhs * rhs); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling collected v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `itertools::Itertools::fold1`: Use `Iterator::reduce` instead [INFO] [stdout] --> src/add.rs:12:36 [INFO] [stdout] | [INFO] [stdout] 12 | let sum = iter.into_iter().fold1(|lhs, rhs| lhs + rhs); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `itertools::Itertools::fold1`: Use `Iterator::reduce` instead [INFO] [stdout] --> src/add.rs:47:14 [INFO] [stdout] | [INFO] [stdout] 47 | .fold1(|lhs, rhs| lhs + rhs); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `itertools::Itertools::fold1`: Use `Iterator::reduce` instead [INFO] [stdout] --> src/max.rs:12:36 [INFO] [stdout] | [INFO] [stdout] 12 | let max = iter.into_iter().fold1(|lhs, rhs| lhs.max(rhs)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `itertools::Itertools::fold1`: Use `Iterator::reduce` instead [INFO] [stdout] --> src/max.rs:47:14 [INFO] [stdout] | [INFO] [stdout] 47 | .fold1(|lhs, rhs| lhs.max(rhs)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `itertools::Itertools::fold1`: Use `Iterator::reduce` instead [INFO] [stdout] --> src/min.rs:12:36 [INFO] [stdout] | [INFO] [stdout] 12 | let min = iter.into_iter().fold1(|lhs, rhs| lhs.min(rhs)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `itertools::Itertools::fold1`: Use `Iterator::reduce` instead [INFO] [stdout] --> src/min.rs:47:14 [INFO] [stdout] | [INFO] [stdout] 47 | .fold1(|lhs, rhs| lhs.min(rhs)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `itertools::Itertools::fold1`: Use `Iterator::reduce` instead [INFO] [stdout] --> src/mul.rs:12:37 [INFO] [stdout] | [INFO] [stdout] 12 | let prod = iter.into_iter().fold1(|lhs, rhs| lhs * rhs); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `itertools::Itertools::fold1`: Use `Iterator::reduce` instead [INFO] [stdout] --> src/mul.rs:47:14 [INFO] [stdout] | [INFO] [stdout] 47 | .fold1(|lhs, rhs| lhs * rhs); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.12s [INFO] running `Command { std: "docker" "inspect" "6e9b34707f488690ddb63dbfc73726526c85fc7ffa76d380bbe9cbd14f10c7fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e9b34707f488690ddb63dbfc73726526c85fc7ffa76d380bbe9cbd14f10c7fa", kill_on_drop: false }` [INFO] [stdout] 6e9b34707f488690ddb63dbfc73726526c85fc7ffa76d380bbe9cbd14f10c7fa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b8e4efbb69ad8274c64845143e352d139c53ec2ee8d286100569fff6e98b8864 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b8e4efbb69ad8274c64845143e352d139c53ec2ee8d286100569fff6e98b8864", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated associated function `itertools::Itertools::fold1`: Use `Iterator::reduce` instead [INFO] [stderr] --> src/add.rs:12:36 [INFO] [stderr] | [INFO] [stderr] 12 | let sum = iter.into_iter().fold1(|lhs, rhs| lhs + rhs); [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `itertools::Itertools::fold1`: Use `Iterator::reduce` instead [INFO] [stderr] --> src/add.rs:47:14 [INFO] [stderr] | [INFO] [stderr] 47 | .fold1(|lhs, rhs| lhs + rhs); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `itertools::Itertools::fold1`: Use `Iterator::reduce` instead [INFO] [stderr] --> src/max.rs:12:36 [INFO] [stderr] | [INFO] [stderr] 12 | let max = iter.into_iter().fold1(|lhs, rhs| lhs.max(rhs)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `itertools::Itertools::fold1`: Use `Iterator::reduce` instead [INFO] [stderr] --> src/max.rs:47:14 [INFO] [stderr] | [INFO] [stderr] 47 | .fold1(|lhs, rhs| lhs.max(rhs)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `itertools::Itertools::fold1`: Use `Iterator::reduce` instead [INFO] [stderr] --> src/min.rs:12:36 [INFO] [stderr] | [INFO] [stderr] 12 | let min = iter.into_iter().fold1(|lhs, rhs| lhs.min(rhs)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `itertools::Itertools::fold1`: Use `Iterator::reduce` instead [INFO] [stderr] --> src/min.rs:47:14 [INFO] [stderr] | [INFO] [stderr] 47 | .fold1(|lhs, rhs| lhs.min(rhs)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `itertools::Itertools::fold1`: Use `Iterator::reduce` instead [INFO] [stderr] --> src/mul.rs:12:37 [INFO] [stderr] | [INFO] [stderr] 12 | let prod = iter.into_iter().fold1(|lhs, rhs| lhs * rhs); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `itertools::Itertools::fold1`: Use `Iterator::reduce` instead [INFO] [stderr] --> src/mul.rs:47:14 [INFO] [stderr] | [INFO] [stderr] 47 | .fold1(|lhs, rhs| lhs * rhs); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `collected` (lib) generated 8 warnings [INFO] [stderr] warning: `collected` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/collected-0510b652fd2877fb) [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] test add::tests::add_test ... ok [INFO] [stdout] test from_unique_ord::tests::unique_ord_test ... ok [INFO] [stdout] test group_hash_map::tests::group_hash_map_test ... ok [INFO] [stdout] test max::tests::max_test ... ok [INFO] [stdout] test last::tests::last_test ... ok [INFO] [stdout] test min::tests::min_test ... ok [INFO] [stdout] test product::tests::product_test ... ok [INFO] [stdout] test sum::tests::sum_test ... ok [INFO] [stdout] test topk::tests::top_k_test ... ok [INFO] [stdout] test unique_hash_set::tests::unque_hash_set_test ... ok [INFO] [stdout] test last_n::tests::last_n_test ... ok [INFO] [stdout] test first::tests::first_test ... ok [INFO] [stdout] test mul::tests::mul_test ... ok [INFO] [stdout] test count::tests::count_test ... ok [INFO] [stdout] test noop::tests::noop_test ... ok [INFO] [stdout] test from_unique_hash::tests::unique_hash_test ... ok [INFO] [stdout] test unique_btree_set::tests::unque_hash_set_test ... ok [INFO] [stdout] test unique_index_set::tests::unque_hash_set_test ... ok [INFO] [stdout] test uniquify_hash::tests::uniquify_hash_test ... ok [INFO] [stdout] test uniquify_ord::tests::uniquify_hash_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests collected [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 19) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.73s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b8e4efbb69ad8274c64845143e352d139c53ec2ee8d286100569fff6e98b8864", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8e4efbb69ad8274c64845143e352d139c53ec2ee8d286100569fff6e98b8864", kill_on_drop: false }` [INFO] [stdout] b8e4efbb69ad8274c64845143e352d139c53ec2ee8d286100569fff6e98b8864