[INFO] fetching crate hash-rings 1.1.0... [INFO] testing hash-rings-1.1.0 against beta-2021-01-01 for beta-1.50-1 [INFO] extracting crate hash-rings 1.1.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate hash-rings 1.1.0 on toolchain beta-2021-01-01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate hash-rings 1.1.0 [INFO] finished tweaking crates.io crate hash-rings 1.1.0 [INFO] tweaked toml for crates.io crate hash-rings 1.1.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate hash-rings 1.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 09b055a27125c760ddf5ce9caf6719411a5697985fa34308b2e658fdc3cdd05d [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" "09b055a27125c760ddf5ce9caf6719411a5697985fa34308b2e658fdc3cdd05d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "09b055a27125c760ddf5ce9caf6719411a5697985fa34308b2e658fdc3cdd05d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09b055a27125c760ddf5ce9caf6719411a5697985fa34308b2e658fdc3cdd05d", kill_on_drop: false }` [INFO] [stdout] 09b055a27125c760ddf5ce9caf6719411a5697985fa34308b2e658fdc3cdd05d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d21c9c17add2ee8100cc0cf346683affa21e92993805541a4e0640311244948d [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" "d21c9c17add2ee8100cc0cf346683affa21e92993805541a4e0640311244948d", kill_on_drop: false }` [INFO] [stderr] Compiling hamming v0.1.3 [INFO] [stderr] Compiling primal-estimate v0.2.1 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling primal-bit v0.2.4 [INFO] [stderr] Compiling primal-sieve v0.2.9 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling primal-check v0.2.3 [INFO] [stderr] Compiling primal v0.2.3 [INFO] [stderr] Compiling hash-rings v1.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/maglev.rs:207:17 [INFO] [stdout] | [INFO] [stdout] 207 | type Item = (&'a T); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mpc.rs:269:17 [INFO] [stdout] | [INFO] [stdout] 269 | type Item = (&'a T); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.27s [INFO] running `Command { std: "docker" "inspect" "d21c9c17add2ee8100cc0cf346683affa21e92993805541a4e0640311244948d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d21c9c17add2ee8100cc0cf346683affa21e92993805541a4e0640311244948d", kill_on_drop: false }` [INFO] [stdout] d21c9c17add2ee8100cc0cf346683affa21e92993805541a4e0640311244948d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b13f6640603e8ea6fd49493668af175c20df8764b3a9fd720c65dfae48dfb68c [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" "b13f6640603e8ea6fd49493668af175c20df8764b3a9fd720c65dfae48dfb68c", kill_on_drop: false }` [INFO] [stderr] Compiling hash-rings v1.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/maglev.rs:207:17 [INFO] [stdout] | [INFO] [stdout] 207 | type Item = (&'a T); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mpc.rs:269:17 [INFO] [stdout] | [INFO] [stdout] 269 | type Item = (&'a T); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/maglev.rs:207:17 [INFO] [stdout] | [INFO] [stdout] 207 | type Item = (&'a T); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mpc.rs:269:17 [INFO] [stdout] | [INFO] [stdout] 269 | type Item = (&'a T); [INFO] [stdout] | ^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/consistent.rs:734:13 [INFO] [stdout] | [INFO] [stdout] 734 | let mut client: Client<'_, u32, u32, BuildDefaultHasher> = Client::default(); [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/rendezvous.rs:689:13 [INFO] [stdout] | [INFO] [stdout] 689 | let mut client: Client<'_, u32, u32, BuildDefaultHasher> = Client::default(); [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/weighted_rendezvous.rs:675:13 [INFO] [stdout] | [INFO] [stdout] 675 | let mut client: Client<'_, u32, u32, BuildDefaultHasher> = Client::default(); [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.02s [INFO] running `Command { std: "docker" "inspect" "b13f6640603e8ea6fd49493668af175c20df8764b3a9fd720c65dfae48dfb68c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b13f6640603e8ea6fd49493668af175c20df8764b3a9fd720c65dfae48dfb68c", kill_on_drop: false }` [INFO] [stdout] b13f6640603e8ea6fd49493668af175c20df8764b3a9fd720c65dfae48dfb68c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "test" "--frozen", 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] d23cc93601b588b1dbdfd1d56fad92d05db99a8a7c6eae3d0c14649206357a8d [INFO] running `Command { std: "docker" "start" "-a" "d23cc93601b588b1dbdfd1d56fad92d05db99a8a7c6eae3d0c14649206357a8d", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/maglev.rs:207:17 [INFO] [stderr] | [INFO] [stderr] 207 | type Item = (&'a T); [INFO] [stderr] | ^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/mpc.rs:269:17 [INFO] [stderr] | [INFO] [stderr] 269 | type Item = (&'a T); [INFO] [stderr] | ^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/maglev.rs:207:17 [INFO] [stderr] | [INFO] [stderr] 207 | type Item = (&'a T); [INFO] [stderr] | ^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/mpc.rs:269:17 [INFO] [stderr] | [INFO] [stderr] 269 | type Item = (&'a T); [INFO] [stderr] | ^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/consistent.rs:734:13 [INFO] [stderr] | [INFO] [stderr] 734 | let mut client: Client<'_, u32, u32, BuildDefaultHasher> = Client::default(); [INFO] [stderr] | ----^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/rendezvous.rs:689:13 [INFO] [stderr] | [INFO] [stderr] 689 | let mut client: Client<'_, u32, u32, BuildDefaultHasher> = Client::default(); [INFO] [stderr] | ----^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/weighted_rendezvous.rs:675:13 [INFO] [stderr] | [INFO] [stderr] 675 | let mut client: Client<'_, u32, u32, BuildDefaultHasher> = Client::default(); [INFO] [stderr] | ----^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/hash_rings-c209c5b2e4239055 [INFO] [stdout] running 63 tests [INFO] [stdout] test carp::tests::test_size_empty ... ok [INFO] [stdout] test consistent::tests::test_insert_node_share_node ... ok [INFO] [stdout] test carp::tests::test_insert_node ... ok [INFO] [stdout] test carp::tests::test_correct_weights ... ok [INFO] [stdout] test carp::tests::test_insert_node_replace ... ok [INFO] [stdout] test carp::tests::test_iter ... ok [INFO] [stdout] test carp::tests::test_remove_node ... ok [INFO] [stdout] test carp::tests::test_new_replace ... ok [INFO] [stdout] test carp::tests::test_get_node ... ok [INFO] [stdout] test consistent::tests::test_get_node ... ok [INFO] [stdout] test consistent::tests::test_insert_point ... ok [INFO] [stdout] test consistent::tests::test_insert_node_same_node ... ok [INFO] [stdout] test consistent::tests::test_iter ... ok [INFO] [stdout] test consistent::tests::test_size_empty ... ok [INFO] [stdout] test jump::tests::test_get_node ... ok [INFO] [stdout] test jump::tests::test_nodes ... ok [INFO] [stdout] test mpc::tests::test_get_node ... ok [INFO] [stdout] test maglev::tests::test_get_node ... ok [INFO] [stdout] test maglev::tests::test_iter ... ok [INFO] [stdout] test consistent::tests::test_remove_node ... ok [INFO] [stdout] test maglev::tests::test_capacity ... ok [INFO] [stdout] test mpc::tests::test_is_empty ... ok [INFO] [stdout] test consistent::tests::test_remove_point ... ok [INFO] [stdout] test mpc::tests::test_iter ... ok [INFO] [stdout] test maglev::tests::test_nodes ... ok [INFO] [stdout] test mpc::tests::test_len ... ok [INFO] [stdout] test rendezvous::tests::test_get_node ... ok [INFO] [stdout] test rendezvous::tests::test_iter ... ok [INFO] [stdout] test rendezvous::tests::test_insert_point ... ok [INFO] [stdout] test rendezvous::tests::test_remove_node ... ok [INFO] [stdout] test rendezvous::tests::test_insert_node ... ok [INFO] [stdout] test rendezvous::tests::test_remove_point ... ok [INFO] [stdout] test rendezvous::tests::test_ring_len ... ok [INFO] [stdout] test rendezvous::tests::test_ring_iter ... ok [INFO] [stdout] test weighted_rendezvous::tests::test_get_node ... ok [INFO] [stdout] test weighted_rendezvous::tests::test_insert_node ... ok [INFO] [stdout] test rendezvous::tests::test_size_empty ... ok [INFO] [stdout] test weighted_rendezvous::tests::test_insert_point ... ok [INFO] [stdout] test weighted_rendezvous::tests::test_iter ... ok [INFO] [stdout] test consistent::tests::test_panic_insert_point_empty_client ... ok [INFO] [stdout] test weighted_rendezvous::tests::test_panic_remove_node_empty_client ... ok [INFO] [stdout] test weighted_rendezvous::tests::test_panic_remove_node_non_existent_node ... ok [INFO] [stdout] test consistent::tests::test_panic_remove_point_empty_client ... ok [INFO] [stdout] test weighted_rendezvous::tests::test_remove_node ... ok [INFO] [stdout] test maglev::tests::test_new_empty ... ok [INFO] [stdout] test weighted_rendezvous::tests::test_ring_iter ... ok [INFO] [stdout] test jump::tests::test_new_zero_nodes ... ok [INFO] [stdout] test consistent::tests::test_panic_remove_node_non_existent_node ... ok [INFO] [stdout] test consistent::tests::test_panic_get_node_empty_client ... ok [INFO] [stdout] test weighted_rendezvous::tests::test_ring_len ... ok [INFO] [stdout] test weighted_rendezvous::tests::test_size_empty ... ok [INFO] [stdout] test weighted_rendezvous::tests::test_remove_point ... ok [INFO] [stdout] test mpc::tests::test_get_node_empty_ring ... ok [INFO] [stdout] test mpc::tests::test_new_zero_hash_count ... ok [INFO] [stdout] test rendezvous::tests::test_panic_insert_point_empty_client ... ok [INFO] [stdout] test rendezvous::tests::test_panic_remove_node_empty_client ... ok [INFO] [stdout] test rendezvous::tests::test_panic_remove_point_empty_client ... ok [INFO] [stdout] test rendezvous::tests::test_panic_remove_node_non_existent_node ... ok [INFO] [stdout] test rendezvous::tests::test_panic_get_node_empty_client ... ok [INFO] [stdout] test weighted_rendezvous::tests::test_panic_get_node_empty_client ... ok [INFO] [stdout] test weighted_rendezvous::tests::test_panic_insert_point_empty_client ... ok [INFO] [stderr] Running /opt/rustwide/target/debug/deps/bench-662c3c2a7c273d76 [INFO] [stdout] test consistent::tests::test_panic_remove_node_empty_client ... ok [INFO] [stdout] test weighted_rendezvous::tests::test_panic_remove_point_empty_client ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 63 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s [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] Doc-tests hash-rings [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/maglev.rs:207:17 [INFO] [stderr] | [INFO] [stderr] 207 | type Item = (&'a T); [INFO] [stderr] | ^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/mpc.rs:269:17 [INFO] [stderr] | [INFO] [stderr] 269 | type Item = (&'a T); [INFO] [stderr] | ^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 97 tests [INFO] [stdout] test src/carp.rs - carp::Node::new (line 25) ... ok [INFO] [stdout] test src/carp.rs - carp::Ring::len (line 261) ... ok [INFO] [stdout] test src/carp.rs - carp::Ring::get_node (line 223) ... ok [INFO] [stdout] test src/consistent.rs - consistent::Client::get_node (line 527) ... FAILED [INFO] [stdout] test src/consistent.rs - consistent::Client::is_empty (line 625) ... FAILED [INFO] [stdout] test src/consistent.rs - consistent::Client::iter (line 646) ... FAILED [INFO] [stdout] test src/carp.rs - carp::Ring::is_empty (line 276) ... ok [INFO] [stdout] test src/carp.rs - carp::Ring::new (line 77) ... ok [INFO] [stdout] test src/carp.rs - carp::Ring (line 46) ... ok [INFO] [stdout] test src/carp.rs - carp::Ring::with_hasher (line 119) ... ok [INFO] [stdout] test src/carp.rs - carp::Ring::remove_node (line 198) ... ok [INFO] [stdout] test src/carp.rs - carp::Ring::iter (line 293) ... ok [INFO] [stdout] test src/carp.rs - carp::Ring::insert_node (line 164) ... ok [INFO] [stdout] test src/consistent.rs - consistent::Client (line 299) ... ok [INFO] [stdout] test src/consistent.rs - consistent::Ring::is_empty (line 232) ... FAILED [INFO] [stdout] test src/consistent.rs - consistent::Ring::len (line 213) ... FAILED [INFO] [stdout] test src/consistent.rs - consistent::Client::insert_point (line 552) ... FAILED [INFO] [stdout] test src/consistent.rs - consistent::Client::get_points (line 490) ... FAILED [INFO] [stdout] test src/consistent.rs - consistent::Client::new (line 323) ... ok [INFO] [stdout] test src/consistent.rs - consistent::Client::insert_node (line 384) ... ok [INFO] [stdout] test src/consistent.rs - consistent::Client::with_hasher (line 342) ... ok [INFO] [stdout] test src/consistent.rs - consistent::Client::len (line 606) ... ok [INFO] [stdout] test src/jump.rs - jump::Ring::get_node (line 85) ... FAILED [INFO] [stdout] test src/lib.rs - (line 20) ... FAILED [INFO] [stdout] test src/jump.rs - jump::Ring::new (line 45) ... FAILED [INFO] [stdout] test src/consistent.rs - consistent::Ring::new (line 51) ... ok [INFO] [stdout] test src/consistent.rs - consistent::Ring (line 19) ... ok [INFO] [stdout] test src/consistent.rs - consistent::Ring::iter (line 253) ... ok [INFO] [stdout] test src/consistent.rs - consistent::Ring::insert_node (line 106) ... ok [INFO] [stdout] test src/consistent.rs - consistent::Ring::get_node (line 178) ... ok [INFO] [stdout] test src/jump.rs - jump::Ring::with_hasher (line 64) ... ok [INFO] [stdout] test src/jump.rs - jump::Ring::nodes (line 117) ... ok [INFO] [stdout] test src/consistent.rs - consistent::Ring::with_hasher (line 69) ... ok [INFO] [stdout] test src/jump.rs - jump::Ring (line 19) ... ok [INFO] [stdout] test src/consistent.rs - consistent::Client::remove_node (line 447) ... ok [INFO] [stdout] test src/lib.rs - (line 69) ... ok [INFO] [stdout] test src/consistent.rs - consistent::Ring::remove_node (line 135) ... ok [INFO] [stdout] test src/consistent.rs - consistent::Client::remove_point (line 581) ... ok [INFO] [stdout] test src/maglev.rs - maglev::Ring::iter (line 186) ... ok [INFO] [stdout] test src/mpc.rs - mpc::Ring::get_node (line 186) ... FAILED [INFO] [stdout] test src/mpc.rs - mpc::Ring::remove_node (line 162) ... FAILED [INFO] [stdout] test src/lib.rs - (line 39) ... FAILED [INFO] [stdout] test src/mpc.rs - mpc::Ring::len (line 215) ... FAILED [INFO] [stdout] test src/maglev.rs - maglev::Ring::new (line 43) ... FAILED [INFO] [stdout] test src/maglev.rs - maglev::Ring::get_node (line 168) ... FAILED [INFO] [stdout] test src/maglev.rs - maglev::Ring::with_capacity_hint (line 64) ... ok [INFO] [stdout] test src/maglev.rs - maglev::Ring::nodes (line 139) ... ok [INFO] [stdout] test src/mpc.rs - mpc::Ring::is_empty (line 231) ... ok [INFO] [stdout] test src/maglev.rs - maglev::Ring (line 15) ... ok [INFO] [stdout] test src/maglev.rs - maglev::Ring::capacity (line 154) ... ok [INFO] [stdout] test src/mpc.rs - mpc::Ring::insert_node (line 143) ... ok [INFO] [stdout] test src/mpc.rs - mpc::Ring (line 19) ... ok [INFO] [stdout] test src/mpc.rs - mpc::Ring::new (line 52) ... ok [INFO] [stdout] test src/mpc.rs - mpc::Ring::iter (line 249) ... ok [INFO] [stdout] test src/mpc.rs - mpc::Ring::with_hasher (line 116) ... ok [INFO] [stdout] test src/rendezvous.rs - rendezvous::Ring::is_empty (line 211) ... FAILED [INFO] [stdout] test src/rendezvous.rs - rendezvous::Client::get_node (line 483) ... FAILED [INFO] [stdout] test src/rendezvous.rs - rendezvous::Client::remove_node (line 411) ... FAILED [INFO] [stdout] test src/rendezvous.rs - rendezvous::Client (line 278) ... FAILED [INFO] [stdout] test src/rendezvous.rs - rendezvous::Client::is_empty (line 591) ... ok [INFO] [stdout] test src/rendezvous.rs - rendezvous::Client::len (line 572) ... ok [INFO] [stdout] test src/rendezvous.rs - rendezvous::Client::with_hasher (line 323) ... ok [INFO] [stdout] test src/rendezvous.rs - rendezvous::Ring (line 17) ... ok [INFO] [stdout] test src/rendezvous.rs - rendezvous::Client::new (line 304) ... ok [INFO] [stdout] test src/rendezvous.rs - rendezvous::Client::get_points (line 458) ... FAILED [INFO] [stdout] test src/rendezvous.rs - rendezvous::Client::iter (line 612) ... FAILED [INFO] [stdout] test src/rendezvous.rs - rendezvous::Client::insert_point (line 509) ... FAILED [INFO] [stdout] test src/rendezvous.rs - rendezvous::Client::remove_point (line 546) ... FAILED [INFO] [stdout] test src/rendezvous.rs - rendezvous::Ring::insert_node (line 94) ... ok [INFO] [stdout] test src/rendezvous.rs - rendezvous::Ring::get_node (line 148) ... ok [INFO] [stdout] test src/rendezvous.rs - rendezvous::Client::insert_node (line 354) ... ok [INFO] [stdout] test src/rendezvous.rs - rendezvous::Ring::remove_node (line 124) ... ok [INFO] [stdout] test src/rendezvous.rs - rendezvous::Ring::with_hasher (line 66) ... ok [INFO] [stdout] test src/rendezvous.rs - rendezvous::Ring::iter (line 232) ... ok [INFO] [stdout] test src/rendezvous.rs - rendezvous::Ring::len (line 192) ... ok [INFO] [stdout] test src/rendezvous.rs - rendezvous::Ring::new (line 48) ... ok [INFO] [stdout] test src/weighted_rendezvous.rs - weighted_rendezvous::Client::new (line 292) ... ok [INFO] [stdout] test src/weighted_rendezvous.rs - weighted_rendezvous::Client (line 266) ... ok [INFO] [stdout] test src/weighted_rendezvous.rs - weighted_rendezvous::Client::get_points (line 441) ... FAILED [INFO] [stdout] test src/weighted_rendezvous.rs - weighted_rendezvous::Ring::iter (line 220) ... FAILED [INFO] [stdout] test src/weighted_rendezvous.rs - weighted_rendezvous::Client::iter (line 597) ... FAILED [INFO] [stdout] test src/weighted_rendezvous.rs - weighted_rendezvous::Client::get_node (line 466) ... FAILED [INFO] [stdout] test src/weighted_rendezvous.rs - weighted_rendezvous::Client::insert_point (line 492) ... FAILED [INFO] [stdout] test src/weighted_rendezvous.rs - weighted_rendezvous::Ring::len (line 180) ... FAILED [INFO] [stdout] test src/weighted_rendezvous.rs - weighted_rendezvous::Client::remove_node (line 393) ... FAILED [INFO] [stdout] test src/weighted_rendezvous.rs - weighted_rendezvous::Client::len (line 557) ... FAILED [INFO] [stdout] test src/weighted_rendezvous.rs - weighted_rendezvous::Client::insert_node (line 342) ... ok [INFO] [stdout] test src/weighted_rendezvous.rs - weighted_rendezvous::Client::is_empty (line 576) ... ok [INFO] [stdout] test src/weighted_rendezvous.rs - weighted_rendezvous::Ring::insert_node (line 93) ... ok [INFO] [stdout] test src/weighted_rendezvous.rs - weighted_rendezvous::Ring::is_empty (line 199) ... ok [INFO] [stdout] test src/weighted_rendezvous.rs - weighted_rendezvous::Ring (line 16) ... ok [INFO] [stdout] test src/weighted_rendezvous.rs - weighted_rendezvous::Client::with_hasher (line 311) ... ok [INFO] [stdout] test src/weighted_rendezvous.rs - weighted_rendezvous::Ring::get_node (line 137) ... ok [INFO] [stdout] test src/weighted_rendezvous.rs - weighted_rendezvous::Ring::new (line 47) ... ok [INFO] [stdout] test src/weighted_rendezvous.rs - weighted_rendezvous::Client::remove_point (line 531) ... ok [INFO] [stdout] test src/weighted_rendezvous.rs - weighted_rendezvous::Ring::with_hasher (line 65) ... ok [INFO] [stdout] test src/weighted_rendezvous.rs - weighted_rendezvous::Ring::remove_node (line 113) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/consistent.rs - consistent::Client::get_node (line 527) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/consistent.rs - consistent::Client::is_empty (line 625) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/consistent.rs - consistent::Client::iter (line 646) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/consistent.rs - consistent::Ring::is_empty (line 232) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/consistent.rs - consistent::Ring::len (line 213) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/consistent.rs - consistent::Client::insert_point (line 552) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/consistent.rs - consistent::Client::get_points (line 490) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/jump.rs - jump::Ring::get_node (line 85) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 20) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/jump.rs - jump::Ring::new (line 45) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/mpc.rs - mpc::Ring::get_node (line 186) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/mpc.rs - mpc::Ring::remove_node (line 162) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 39) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/mpc.rs - mpc::Ring::len (line 215) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/maglev.rs - maglev::Ring::new (line 43) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/maglev.rs - maglev::Ring::get_node (line 168) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/rendezvous.rs - rendezvous::Ring::is_empty (line 211) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/rendezvous.rs - rendezvous::Client::get_node (line 483) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/rendezvous.rs - rendezvous::Client::remove_node (line 411) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/rendezvous.rs - rendezvous::Client (line 278) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/rendezvous.rs - rendezvous::Client::get_points (line 458) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/rendezvous.rs - rendezvous::Client::iter (line 612) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/rendezvous.rs - rendezvous::Client::insert_point (line 509) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/rendezvous.rs - rendezvous::Client::remove_point (line 546) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/weighted_rendezvous.rs - weighted_rendezvous::Client::get_points (line 441) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/weighted_rendezvous.rs - weighted_rendezvous::Ring::iter (line 220) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/weighted_rendezvous.rs - weighted_rendezvous::Client::iter (line 597) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/weighted_rendezvous.rs - weighted_rendezvous::Client::get_node (line 466) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/weighted_rendezvous.rs - weighted_rendezvous::Client::insert_point (line 492) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/weighted_rendezvous.rs - weighted_rendezvous::Ring::len (line 180) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/weighted_rendezvous.rs - weighted_rendezvous::Client::remove_node (line 393) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/weighted_rendezvous.rs - weighted_rendezvous::Client::len (line 557) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/consistent.rs - consistent::Client::get_node (line 527) [INFO] [stdout] src/consistent.rs - consistent::Client::get_points (line 490) [INFO] [stdout] src/consistent.rs - consistent::Client::insert_point (line 552) [INFO] [stdout] src/consistent.rs - consistent::Client::is_empty (line 625) [INFO] [stdout] src/consistent.rs - consistent::Client::iter (line 646) [INFO] [stdout] src/consistent.rs - consistent::Ring::is_empty (line 232) [INFO] [stdout] src/consistent.rs - consistent::Ring::len (line 213) [INFO] [stdout] src/jump.rs - jump::Ring::get_node (line 85) [INFO] [stdout] src/jump.rs - jump::Ring::new (line 45) [INFO] [stdout] src/lib.rs - (line 20) [INFO] [stdout] src/lib.rs - (line 39) [INFO] [stdout] src/maglev.rs - maglev::Ring::get_node (line 168) [INFO] [stdout] src/maglev.rs - maglev::Ring::new (line 43) [INFO] [stdout] src/mpc.rs - mpc::Ring::get_node (line 186) [INFO] [stdout] src/mpc.rs - mpc::Ring::len (line 215) [INFO] [stdout] src/mpc.rs - mpc::Ring::remove_node (line 162) [INFO] [stdout] src/rendezvous.rs - rendezvous::Client (line 278) [INFO] [stdout] src/rendezvous.rs - rendezvous::Client::get_node (line 483) [INFO] [stdout] src/rendezvous.rs - rendezvous::Client::get_points (line 458) [INFO] [stdout] src/rendezvous.rs - rendezvous::Client::insert_point (line 509) [INFO] [stdout] src/rendezvous.rs - rendezvous::Client::iter (line 612) [INFO] [stdout] src/rendezvous.rs - rendezvous::Client::remove_node (line 411) [INFO] [stdout] src/rendezvous.rs - rendezvous::Client::remove_point (line 546) [INFO] [stdout] src/rendezvous.rs - rendezvous::Ring::is_empty (line 211) [INFO] [stdout] src/weighted_rendezvous.rs - weighted_rendezvous::Client::get_node (line 466) [INFO] [stdout] src/weighted_rendezvous.rs - weighted_rendezvous::Client::get_points (line 441) [INFO] [stdout] src/weighted_rendezvous.rs - weighted_rendezvous::Client::insert_point (line 492) [INFO] [stdout] src/weighted_rendezvous.rs - weighted_rendezvous::Client::iter (line 597) [INFO] [stdout] src/weighted_rendezvous.rs - weighted_rendezvous::Client::len (line 557) [INFO] [stdout] src/weighted_rendezvous.rs - weighted_rendezvous::Client::remove_node (line 393) [INFO] [stdout] src/weighted_rendezvous.rs - weighted_rendezvous::Ring::iter (line 220) [INFO] [stdout] src/weighted_rendezvous.rs - weighted_rendezvous::Ring::len (line 180) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 65 passed; 32 failed; 0 ignored; 0 measured; 0 filtered out; finished in 19.32s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "d23cc93601b588b1dbdfd1d56fad92d05db99a8a7c6eae3d0c14649206357a8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d23cc93601b588b1dbdfd1d56fad92d05db99a8a7c6eae3d0c14649206357a8d", kill_on_drop: false }` [INFO] [stdout] d23cc93601b588b1dbdfd1d56fad92d05db99a8a7c6eae3d0c14649206357a8d