[INFO] fetching crate partitions 0.2.4... [INFO] testing partitions-0.2.4 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate partitions 0.2.4 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate partitions 0.2.4 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate partitions 0.2.4 [INFO] finished tweaking crates.io crate partitions 0.2.4 [INFO] tweaked toml for crates.io crate partitions 0.2.4 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bit-vec v0.5.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a0bc5c85e732b99d79932f2c36b794f8efb24c65945c250b19f7c13d94956cc9 [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" "a0bc5c85e732b99d79932f2c36b794f8efb24c65945c250b19f7c13d94956cc9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a0bc5c85e732b99d79932f2c36b794f8efb24c65945c250b19f7c13d94956cc9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0bc5c85e732b99d79932f2c36b794f8efb24c65945c250b19f7c13d94956cc9", kill_on_drop: false }` [INFO] [stdout] a0bc5c85e732b99d79932f2c36b794f8efb24c65945c250b19f7c13d94956cc9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] cfdfcaed4cfe0a04e57fd671c7230f6c9e5cebf164d60cb74d4a7d76e24e25c8 [INFO] running `Command { std: "docker" "start" "-a" "cfdfcaed4cfe0a04e57fd671c7230f6c9e5cebf164d60cb74d4a7d76e24e25c8", kill_on_drop: false }` [INFO] [stderr] Compiling bit-vec v0.5.1 [INFO] [stderr] Compiling partitions v0.2.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:69:51 [INFO] [stdout] | [INFO] [stdout] 69 | bit_vec::BitVec::from_elem($len, $element); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/partition_vec.rs:528:24 [INFO] [stdout] | [INFO] [stdout] 528 | let mut done = bit_vec![false; self.len()]; [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:69:51 [INFO] [stdout] | [INFO] [stdout] 69 | bit_vec::BitVec::from_elem($len, $element); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/partition_vec.rs:1297:19 [INFO] [stdout] | [INFO] [stdout] 1297 | done: bit_vec![false; len], [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:69:51 [INFO] [stdout] | [INFO] [stdout] 69 | bit_vec::BitVec::from_elem($len, $element); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/partition_vec.rs:1345:19 [INFO] [stdout] | [INFO] [stdout] 1345 | done: bit_vec![false; len], [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.48s [INFO] running `Command { std: "docker" "inspect" "cfdfcaed4cfe0a04e57fd671c7230f6c9e5cebf164d60cb74d4a7d76e24e25c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cfdfcaed4cfe0a04e57fd671c7230f6c9e5cebf164d60cb74d4a7d76e24e25c8", kill_on_drop: false }` [INFO] [stdout] cfdfcaed4cfe0a04e57fd671c7230f6c9e5cebf164d60cb74d4a7d76e24e25c8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d8ff7350327ce25e7ad84dd44dbf1fe783095154930bd4b09be7a0f86d90c673 [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" "d8ff7350327ce25e7ad84dd44dbf1fe783095154930bd4b09be7a0f86d90c673", kill_on_drop: false }` [INFO] [stderr] Compiling partitions v0.2.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:69:51 [INFO] [stdout] | [INFO] [stdout] 69 | bit_vec::BitVec::from_elem($len, $element); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/partition_vec.rs:528:24 [INFO] [stdout] | [INFO] [stdout] 528 | let mut done = bit_vec![false; self.len()]; [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:69:51 [INFO] [stdout] | [INFO] [stdout] 69 | bit_vec::BitVec::from_elem($len, $element); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/partition_vec.rs:1297:19 [INFO] [stdout] | [INFO] [stdout] 1297 | done: bit_vec![false; len], [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:69:51 [INFO] [stdout] | [INFO] [stdout] 69 | bit_vec::BitVec::from_elem($len, $element); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/partition_vec.rs:1345:19 [INFO] [stdout] | [INFO] [stdout] 1345 | done: bit_vec![false; len], [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:69:51 [INFO] [stdout] | [INFO] [stdout] 69 | bit_vec::BitVec::from_elem($len, $element); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/partition_vec.rs:528:24 [INFO] [stdout] | [INFO] [stdout] 528 | let mut done = bit_vec![false; self.len()]; [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:69:51 [INFO] [stdout] | [INFO] [stdout] 69 | bit_vec::BitVec::from_elem($len, $element); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/partition_vec.rs:1297:19 [INFO] [stdout] | [INFO] [stdout] 1297 | done: bit_vec![false; len], [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:69:51 [INFO] [stdout] | [INFO] [stdout] 69 | bit_vec::BitVec::from_elem($len, $element); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/partition_vec.rs:1345:19 [INFO] [stdout] | [INFO] [stdout] 1345 | done: bit_vec![false; len], [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bit_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.89s [INFO] running `Command { std: "docker" "inspect" "d8ff7350327ce25e7ad84dd44dbf1fe783095154930bd4b09be7a0f86d90c673", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d8ff7350327ce25e7ad84dd44dbf1fe783095154930bd4b09be7a0f86d90c673", kill_on_drop: false }` [INFO] [stdout] d8ff7350327ce25e7ad84dd44dbf1fe783095154930bd4b09be7a0f86d90c673 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7faa3ebaadfb682f34e296f57de0628f27d0b072f2899a39d51ae14cb1033552 [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" "7faa3ebaadfb682f34e296f57de0628f27d0b072f2899a39d51ae14cb1033552", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:69:51 [INFO] [stderr] | [INFO] [stderr] 69 | bit_vec::BitVec::from_elem($len, $element); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/partition_vec.rs:528:24 [INFO] [stderr] | [INFO] [stderr] 528 | let mut done = bit_vec![false; self.len()]; [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `bit_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:69:51 [INFO] [stderr] | [INFO] [stderr] 69 | bit_vec::BitVec::from_elem($len, $element); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/partition_vec.rs:1297:19 [INFO] [stderr] | [INFO] [stderr] 1297 | done: bit_vec![false; len], [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `bit_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:69:51 [INFO] [stderr] | [INFO] [stderr] 69 | bit_vec::BitVec::from_elem($len, $element); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/partition_vec.rs:1345:19 [INFO] [stderr] | [INFO] [stderr] 1345 | done: bit_vec![false; len], [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `bit_vec` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `partitions` (lib) generated 3 warnings [INFO] [stderr] warning: `partitions` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/partitions-a949359cbe0f34a1) [INFO] [stdout] [INFO] [stderr] Doc-tests partitions [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] [stdout] [INFO] [stdout] running 34 tests [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::capacity (line 591) ... ok [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::is_empty (line 1061) ... ok [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::as_slice (line 1119) ... ok [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::into_vec (line 1079) ... ok [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::all_sets_mut (line 1313) ... ok [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec (line 35) ... ok [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::append (line 783) ... ok [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::as_mut_slice (line 1141) ... ok [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::insert (line 689) ... ok [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::clear (line 1040) ... ok [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::all_sets (line 1267) ... ok [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::len_of_set (line 475) ... ok [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::amount_of_sets (line 511) ... ok [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::make_singleton (line 385) ... ok [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::is_singleton (line 445) ... ok [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::into_boxed_slice (line 1099) ... ok [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::new (line 192) ... ok [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::reserve (line 834) ... ok [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::other_sets (line 355) ... ok [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::reserve_exact (line 866) ... ok [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::pop (line 652) ... ok [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::set (line 1168) ... ok [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::with_capacity (line 214) ... ok [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::same_set (line 322) ... ok [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::push (line 619) ... ok [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::set_mut (line 1223) ... ok [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::shrink_to_fit (line 890) ... ok [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::remove (line 736) ... ok [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::truncate (line 918) ... ok [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::resize (line 1001) ... ok [INFO] [stdout] test src/partition_vec.rs - partition_vec::partition_vec (line 70) ... ok [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::union (line 250) ... ok [INFO] [stdout] test src/partition_vec.rs - partition_vec::partition_vec (line 89) ... ok [INFO] [stdout] test src/partition_vec.rs - partition_vec::partition_vec (line 122) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.95s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7faa3ebaadfb682f34e296f57de0628f27d0b072f2899a39d51ae14cb1033552", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7faa3ebaadfb682f34e296f57de0628f27d0b072f2899a39d51ae14cb1033552", kill_on_drop: false }` [INFO] [stdout] 7faa3ebaadfb682f34e296f57de0628f27d0b072f2899a39d51ae14cb1033552