[INFO] fetching crate partitions 0.2.4... [INFO] testing partitions-0.2.4 against 1.60.0 for beta-1.61-1 [INFO] extracting crate partitions 0.2.4 into /workspace/builds/worker-22/source [INFO] validating manifest of crates.io crate partitions 0.2.4 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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-22/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 959ca5fd9fed1a1f878825542e2b7d710cc45921e1fefdcc1b1db19966312242 [INFO] running `Command { std: "docker" "start" "-a" "959ca5fd9fed1a1f878825542e2b7d710cc45921e1fefdcc1b1db19966312242", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "959ca5fd9fed1a1f878825542e2b7d710cc45921e1fefdcc1b1db19966312242", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "959ca5fd9fed1a1f878825542e2b7d710cc45921e1fefdcc1b1db19966312242", kill_on_drop: false }` [INFO] [stdout] 959ca5fd9fed1a1f878825542e2b7d710cc45921e1fefdcc1b1db19966312242 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 642f280d7403473affcb92b5379c27059667eba4c32409ef3b0f259e005f3a43 [INFO] running `Command { std: "docker" "start" "-a" "642f280d7403473affcb92b5379c27059667eba4c32409ef3b0f259e005f3a43", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Compiling bit-vec v0.5.1 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.8 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.4 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling rayon-core v1.9.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 6.26s [INFO] running `Command { std: "docker" "inspect" "642f280d7403473affcb92b5379c27059667eba4c32409ef3b0f259e005f3a43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "642f280d7403473affcb92b5379c27059667eba4c32409ef3b0f259e005f3a43", kill_on_drop: false }` [INFO] [stdout] 642f280d7403473affcb92b5379c27059667eba4c32409ef3b0f259e005f3a43 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cfd347b7201f6790a53c33fbf90ae9757494fcd46e43273442fff47d1b9b8f1d [INFO] running `Command { std: "docker" "start" "-a" "cfd347b7201f6790a53c33fbf90ae9757494fcd46e43273442fff47d1b9b8f1d", kill_on_drop: false }` [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] [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: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.59s [INFO] running `Command { std: "docker" "inspect" "cfd347b7201f6790a53c33fbf90ae9757494fcd46e43273442fff47d1b9b8f1d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cfd347b7201f6790a53c33fbf90ae9757494fcd46e43273442fff47d1b9b8f1d", kill_on_drop: false }` [INFO] [stdout] cfd347b7201f6790a53c33fbf90ae9757494fcd46e43273442fff47d1b9b8f1d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d3cbc2ebb5cfe7b9f29788571500c4612ea02239935dfc456e1e75ea620a1852 [INFO] running `Command { std: "docker" "start" "-a" "d3cbc2ebb5cfe7b9f29788571500c4612ea02239935dfc456e1e75ea620a1852", 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.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/partitions-f244ae389efe5ddd) [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::all_sets_mut (line 1313) ... FAILED [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::append (line 783) ... FAILED [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::remove (line 736) ... FAILED [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::pop (line 652) ... FAILED [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::insert (line 689) ... FAILED [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::all_sets (line 1267) ... FAILED [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::resize (line 1001) ... FAILED [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::amount_of_sets (line 511) ... FAILED [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::push (line 619) ... FAILED [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::set_mut (line 1223) ... FAILED [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::set (line 1168) ... FAILED [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::truncate (line 918) ... FAILED [INFO] [stdout] test src/partition_vec.rs - partition_vec::partition_vec (line 89) ... FAILED [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::as_mut_slice (line 1141) ... FAILED [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::into_vec (line 1079) ... FAILED [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::into_boxed_slice (line 1099) ... FAILED [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::make_singleton (line 385) ... FAILED [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::shrink_to_fit (line 890) ... FAILED [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::is_singleton (line 445) ... FAILED [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::len_of_set (line 475) ... FAILED [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::other_sets (line 355) ... FAILED [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::union (line 250) ... FAILED [INFO] [stdout] test src/partition_vec.rs - partition_vec::partition_vec (line 122) ... FAILED [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::same_set (line 322) ... FAILED [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::with_capacity (line 214) ... FAILED [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec (line 35) ... FAILED [INFO] [stdout] test src/partition_vec.rs - partition_vec::partition_vec (line 70) ... FAILED [INFO] [stdout] test src/partition_vec.rs - partition_vec::PartitionVec::as_slice (line 1119) ... FAILED [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::capacity (line 591) ... 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::reserve_exact (line 866) ... 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::new (line 192) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/partition_vec.rs - partition_vec::PartitionVec::all_sets_mut (line 1313) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/partition_vec.rs - partition_vec::PartitionVec::append (line 783) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/partition_vec.rs - partition_vec::PartitionVec::remove (line 736) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/partition_vec.rs - partition_vec::PartitionVec::pop (line 652) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/partition_vec.rs - partition_vec::PartitionVec::insert (line 689) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/partition_vec.rs - partition_vec::PartitionVec::all_sets (line 1267) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/partition_vec.rs - partition_vec::PartitionVec::resize (line 1001) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/partition_vec.rs - partition_vec::PartitionVec::amount_of_sets (line 511) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/partition_vec.rs - partition_vec::PartitionVec::push (line 619) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/partition_vec.rs - partition_vec::PartitionVec::set_mut (line 1223) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/partition_vec.rs - partition_vec::PartitionVec::set (line 1168) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/partition_vec.rs - partition_vec::PartitionVec::truncate (line 918) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/partition_vec.rs - partition_vec::partition_vec (line 89) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/partition_vec.rs - partition_vec::PartitionVec::as_mut_slice (line 1141) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/partition_vec.rs - partition_vec::PartitionVec::into_vec (line 1079) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/partition_vec.rs - partition_vec::PartitionVec::into_boxed_slice (line 1099) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/partition_vec.rs - partition_vec::PartitionVec::make_singleton (line 385) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/partition_vec.rs - partition_vec::PartitionVec::shrink_to_fit (line 890) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/partition_vec.rs - partition_vec::PartitionVec::is_singleton (line 445) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/partition_vec.rs - partition_vec::PartitionVec::len_of_set (line 475) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/partition_vec.rs - partition_vec::PartitionVec::other_sets (line 355) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/partition_vec.rs - partition_vec::PartitionVec::union (line 250) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/partition_vec.rs - partition_vec::partition_vec (line 122) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/partition_vec.rs - partition_vec::PartitionVec::same_set (line 322) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/partition_vec.rs - partition_vec::PartitionVec::with_capacity (line 214) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/partition_vec.rs - partition_vec::PartitionVec (line 35) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/partition_vec.rs - partition_vec::partition_vec (line 70) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/partition_vec.rs - partition_vec::PartitionVec::as_slice (line 1119) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/partition_vec.rs - partition_vec::PartitionVec (line 35) [INFO] [stdout] src/partition_vec.rs - partition_vec::PartitionVec::all_sets (line 1267) [INFO] [stdout] src/partition_vec.rs - partition_vec::PartitionVec::all_sets_mut (line 1313) [INFO] [stdout] src/partition_vec.rs - partition_vec::PartitionVec::amount_of_sets (line 511) [INFO] [stdout] src/partition_vec.rs - partition_vec::PartitionVec::append (line 783) [INFO] [stdout] src/partition_vec.rs - partition_vec::PartitionVec::as_mut_slice (line 1141) [INFO] [stdout] src/partition_vec.rs - partition_vec::PartitionVec::as_slice (line 1119) [INFO] [stdout] src/partition_vec.rs - partition_vec::PartitionVec::insert (line 689) [INFO] [stdout] src/partition_vec.rs - partition_vec::PartitionVec::into_boxed_slice (line 1099) [INFO] [stdout] src/partition_vec.rs - partition_vec::PartitionVec::into_vec (line 1079) [INFO] [stdout] src/partition_vec.rs - partition_vec::PartitionVec::is_singleton (line 445) [INFO] [stdout] src/partition_vec.rs - partition_vec::PartitionVec::len_of_set (line 475) [INFO] [stdout] src/partition_vec.rs - partition_vec::PartitionVec::make_singleton (line 385) [INFO] [stdout] src/partition_vec.rs - partition_vec::PartitionVec::other_sets (line 355) [INFO] [stdout] src/partition_vec.rs - partition_vec::PartitionVec::pop (line 652) [INFO] [stdout] src/partition_vec.rs - partition_vec::PartitionVec::push (line 619) [INFO] [stdout] src/partition_vec.rs - partition_vec::PartitionVec::remove (line 736) [INFO] [stdout] src/partition_vec.rs - partition_vec::PartitionVec::resize (line 1001) [INFO] [stdout] src/partition_vec.rs - partition_vec::PartitionVec::same_set (line 322) [INFO] [stdout] src/partition_vec.rs - partition_vec::PartitionVec::set (line 1168) [INFO] [stdout] src/partition_vec.rs - partition_vec::PartitionVec::set_mut (line 1223) [INFO] [stdout] src/partition_vec.rs - partition_vec::PartitionVec::shrink_to_fit (line 890) [INFO] [stdout] src/partition_vec.rs - partition_vec::PartitionVec::truncate (line 918) [INFO] [stdout] src/partition_vec.rs - partition_vec::PartitionVec::union (line 250) [INFO] [stdout] src/partition_vec.rs - partition_vec::PartitionVec::with_capacity (line 214) [INFO] [stdout] src/partition_vec.rs - partition_vec::partition_vec (line 122) [INFO] [stdout] src/partition_vec.rs - partition_vec::partition_vec (line 70) [INFO] [stdout] src/partition_vec.rs - partition_vec::partition_vec (line 89) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 6 passed; 28 failed; 0 ignored; 0 measured; 0 filtered out; finished in 50.58s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "d3cbc2ebb5cfe7b9f29788571500c4612ea02239935dfc456e1e75ea620a1852", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3cbc2ebb5cfe7b9f29788571500c4612ea02239935dfc456e1e75ea620a1852", kill_on_drop: false }` [INFO] [stdout] d3cbc2ebb5cfe7b9f29788571500c4612ea02239935dfc456e1e75ea620a1852