[INFO] fetching crate hulahoop 0.2.0... [INFO] testing hulahoop-0.2.0 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate hulahoop 0.2.0 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate hulahoop 0.2.0 [INFO] finished tweaking crates.io crate hulahoop 0.2.0 [INFO] tweaked toml for crates.io crate hulahoop 0.2.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate hulahoop 0.2.0 on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 65 packages to latest compatible versions [INFO] [stderr] Adding criterion v0.3.6 (available: v0.7.0) [INFO] [stderr] Adding rustc-hash v1.1.0 (available: v2.1.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b919d7051959e34329c96160511ab383a7d32f112cb8553fbc0b3c385845fc8c [INFO] running `Command { std: "docker" "start" "-a" "b919d7051959e34329c96160511ab383a7d32f112cb8553fbc0b3c385845fc8c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b919d7051959e34329c96160511ab383a7d32f112cb8553fbc0b3c385845fc8c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b919d7051959e34329c96160511ab383a7d32f112cb8553fbc0b3c385845fc8c", kill_on_drop: false }` [INFO] [stdout] b919d7051959e34329c96160511ab383a7d32f112cb8553fbc0b3c385845fc8c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cdb4a7239535594c3fd58b38190236189013ae26fac36779b4c5d1fe05dcb473 [INFO] running `Command { std: "docker" "start" "-a" "cdb4a7239535594c3fd58b38190236189013ae26fac36779b4c5d1fe05dcb473", kill_on_drop: false }` [INFO] [stderr] Compiling hulahoop v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `full` [INFO] [stdout] --> src/lib.rs:8:23 [INFO] [stdout] | [INFO] [stdout] 8 | #![cfg_attr(all(test, feature = "full"), deny(unreachable_pub))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `fxhash` [INFO] [stdout] = help: consider adding `full` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `full` [INFO] [stdout] --> src/lib.rs:9:23 [INFO] [stdout] | [INFO] [stdout] 9 | #![cfg_attr(all(test, feature = "full"), deny(warnings))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `fxhash` [INFO] [stdout] = help: consider adding `full` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `nightly` [INFO] [stdout] --> src/lib.rs:10:23 [INFO] [stdout] | [INFO] [stdout] 10 | #![cfg_attr(all(test, feature = "nightly"), feature(test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `fxhash` [INFO] [stdout] = help: consider adding `nightly` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s [INFO] running `Command { std: "docker" "inspect" "cdb4a7239535594c3fd58b38190236189013ae26fac36779b4c5d1fe05dcb473", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cdb4a7239535594c3fd58b38190236189013ae26fac36779b4c5d1fe05dcb473", kill_on_drop: false }` [INFO] [stdout] cdb4a7239535594c3fd58b38190236189013ae26fac36779b4c5d1fe05dcb473 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3f6cbb69864621a90c019687a7cd1acc867c8e6cc88a43462ad99a3a5a8b1c6c [INFO] running `Command { std: "docker" "start" "-a" "3f6cbb69864621a90c019687a7cd1acc867c8e6cc88a43462ad99a3a5a8b1c6c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling libc v0.2.176 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling regex-syntax v0.8.6 [INFO] [stderr] Compiling half v1.8.3 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stdout] warning: unexpected `cfg` condition value: `full` [INFO] [stdout] --> src/lib.rs:8:23 [INFO] [stdout] | [INFO] [stdout] 8 | #![cfg_attr(all(test, feature = "full"), deny(unreachable_pub))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `fxhash` [INFO] [stdout] = help: consider adding `full` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `full` [INFO] [stdout] --> src/lib.rs:9:23 [INFO] [stdout] | [INFO] [stdout] 9 | #![cfg_attr(all(test, feature = "full"), deny(warnings))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `fxhash` [INFO] [stdout] = help: consider adding `full` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `nightly` [INFO] [stdout] --> src/lib.rs:10:23 [INFO] [stdout] | [INFO] [stdout] 10 | #![cfg_attr(all(test, feature = "nightly"), feature(test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `fxhash` [INFO] [stdout] = help: consider adding `nightly` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling csv-core v0.1.12 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling csv v1.3.1 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling regex-automata v0.4.11 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion-plot v0.4.5 [INFO] [stderr] Compiling regex v1.11.3 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling criterion v0.3.6 [INFO] [stderr] Compiling hulahoop v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `full` [INFO] [stdout] --> src/lib.rs:8:23 [INFO] [stdout] | [INFO] [stdout] 8 | #![cfg_attr(all(test, feature = "full"), deny(unreachable_pub))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `fxhash` [INFO] [stdout] = help: consider adding `full` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `full` [INFO] [stdout] --> src/lib.rs:9:23 [INFO] [stdout] | [INFO] [stdout] 9 | #![cfg_attr(all(test, feature = "full"), deny(warnings))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `fxhash` [INFO] [stdout] = help: consider adding `full` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `nightly` [INFO] [stdout] --> src/lib.rs:10:23 [INFO] [stdout] | [INFO] [stdout] 10 | #![cfg_attr(all(test, feature = "nightly"), feature(test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `fxhash` [INFO] [stdout] = help: consider adding `nightly` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 17.74s [INFO] running `Command { std: "docker" "inspect" "3f6cbb69864621a90c019687a7cd1acc867c8e6cc88a43462ad99a3a5a8b1c6c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f6cbb69864621a90c019687a7cd1acc867c8e6cc88a43462ad99a3a5a8b1c6c", kill_on_drop: false }` [INFO] [stdout] 3f6cbb69864621a90c019687a7cd1acc867c8e6cc88a43462ad99a3a5a8b1c6c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7a39e7c8786222de7ff89eb4b354c7c12486f70ba01cbf16b3968b769f58a414 [INFO] running `Command { std: "docker" "start" "-a" "7a39e7c8786222de7ff89eb4b354c7c12486f70ba01cbf16b3968b769f58a414", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `full` [INFO] [stderr] --> src/lib.rs:8:23 [INFO] [stderr] | [INFO] [stderr] 8 | #![cfg_attr(all(test, feature = "full"), deny(unreachable_pub))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `fxhash` [INFO] [stderr] = help: consider adding `full` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `full` [INFO] [stderr] --> src/lib.rs:9:23 [INFO] [stderr] | [INFO] [stderr] 9 | #![cfg_attr(all(test, feature = "full"), deny(warnings))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `fxhash` [INFO] [stderr] = help: consider adding `full` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `nightly` [INFO] [stderr] --> src/lib.rs:10:23 [INFO] [stderr] | [INFO] [stderr] 10 | #![cfg_attr(all(test, feature = "nightly"), feature(test))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `fxhash` [INFO] [stderr] = help: consider adding `nightly` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `hulahoop` (lib) generated 3 warnings [INFO] [stderr] warning: `hulahoop` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/hulahoop-58de7d4413b284da) [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test tests::adding_multiple_nodes_with_many_virtual_nodes_works ... ok [INFO] [stdout] test tests::adding_multiple_nodes_and_getting_works ... ok [INFO] [stdout] test tests::adding_multiple_nodes_getting_and_removing_works ... ok [INFO] [stdout] test tests::adding_one_node_and_getting_works ... ok [INFO] [stdout] test tests::adding_a_node_works ... ok [INFO] [stdout] test tests::adding_a_node_with_many_virtual_nodes_works ... ok [INFO] [stdout] test tests::contains_node_works ... ok [INFO] [stdout] test tests::removing_a_node_works ... ok [INFO] [stdout] test tests::removing_a_node_with_many_virtual_nodes_works ... ok [INFO] [stdout] test tests::iterating_over_the_ring_works ... ok [INFO] [stdout] test tests::read_me_test ... ok [INFO] [stdout] test tests::virtual_node_collisions_is_not_an_issue ... ok [INFO] [stdout] test tests::creating_a_hashring_with_custom_hasher_and_adding_and_getting_works ... ok [INFO] [stdout] test tests::removing_multiple_nodes_with_many_virtual_nodes_works ... ok [INFO] [stdout] test tests::adding_the_same_node_twice_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests hulahoop [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test src/lib.rs - HashRing::hasher (line 166) ... ok [INFO] [stdout] test src/lib.rs - HashRing::contains_node (line 305) ... ok [INFO] [stdout] test src/lib.rs - HashRing (line 59) ... ok [INFO] [stdout] test src/lib.rs - HashRing::len (line 263) ... ok [INFO] [stdout] test src/lib.rs - HashRing::insert (line 188) ... ok [INFO] [stdout] test src/lib.rs - HashRing::get (line 227) ... ok [INFO] [stdout] test src/lib.rs - HashRing::with_hasher (line 145) ... ok [INFO] [stdout] test src/lib.rs - HashRing::is_empty (line 288) ... ok [INFO] [stdout] test src/lib.rs - HashRing::remove (line 378) ... ok [INFO] [stdout] test src/lib.rs - HashRing::iter (line 325) ... ok [INFO] [stdout] test src/lib.rs - HashRing>::new (line 88) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.09s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7a39e7c8786222de7ff89eb4b354c7c12486f70ba01cbf16b3968b769f58a414", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a39e7c8786222de7ff89eb4b354c7c12486f70ba01cbf16b3968b769f58a414", kill_on_drop: false }` [INFO] [stdout] 7a39e7c8786222de7ff89eb4b354c7c12486f70ba01cbf16b3968b769f58a414