[INFO] fetching crate rusty_junctions 0.1.0... [INFO] testing rusty_junctions-0.1.0 against master#8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e for pr-74409 [INFO] extracting crate rusty_junctions 0.1.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate rusty_junctions 0.1.0 on toolchain 8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate rusty_junctions 0.1.0 [INFO] finished tweaking crates.io crate rusty_junctions 0.1.0 [INFO] tweaked toml for crates.io crate rusty_junctions 0.1.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 79a395c410cd6507529b52047e3ff528352be55bfb5d5fdee2210978ad5096eb [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" "79a395c410cd6507529b52047e3ff528352be55bfb5d5fdee2210978ad5096eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "79a395c410cd6507529b52047e3ff528352be55bfb5d5fdee2210978ad5096eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79a395c410cd6507529b52047e3ff528352be55bfb5d5fdee2210978ad5096eb", kill_on_drop: false }` [INFO] [stdout] 79a395c410cd6507529b52047e3ff528352be55bfb5d5fdee2210978ad5096eb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6c0943ef24388b820db0c14fcf5c05e27961c76e70517c83e11c71555722be59 [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" "6c0943ef24388b820db0c14fcf5c05e27961c76e70517c83e11c71555722be59", kill_on_drop: false }` [INFO] [stderr] Compiling rusty_junctions v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `contains_items` [INFO] [stdout] --> src/bag.rs:56:19 [INFO] [stdout] | [INFO] [stdout] 56 | pub(crate) fn contains_items(&self, key: &K) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `id` [INFO] [stdout] --> src/channels.rs:36:19 [INFO] [stdout] | [INFO] [stdout] 36 | pub(crate) fn id(&self) -> ids::ChannelId { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `id` [INFO] [stdout] --> src/channels.rs:127:19 [INFO] [stdout] | [INFO] [stdout] 127 | pub(crate) fn id(&self) -> ids::ChannelId { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `id` [INFO] [stdout] --> src/channels.rs:238:19 [INFO] [stdout] | [INFO] [stdout] 238 | pub(crate) fn id(&self) -> ids::ChannelId { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `insert_multiple` [INFO] [stdout] --> src/inverted_index.rs:49:19 [INFO] [stdout] | [INFO] [stdout] 49 | pub(crate) fn insert_multiple(&mut self, key: K, values: impl IntoIterator) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `peek_first` [INFO] [stdout] --> src/inverted_index.rs:65:19 [INFO] [stdout] | [INFO] [stdout] 65 | pub(crate) fn peek_first(&self, key: &K) -> Option<&V> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `junction_id` [INFO] [stdout] --> src/patterns.rs:768:9 [INFO] [stdout] | [INFO] [stdout] 768 | junction_id: ids::JunctionId, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/types.rs:222:23 [INFO] [stdout] | [INFO] [stdout] 222 | pub(crate) fn new(value: usize) -> ChannelId { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.16s [INFO] running `Command { std: "docker" "inspect" "6c0943ef24388b820db0c14fcf5c05e27961c76e70517c83e11c71555722be59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c0943ef24388b820db0c14fcf5c05e27961c76e70517c83e11c71555722be59", kill_on_drop: false }` [INFO] [stdout] 6c0943ef24388b820db0c14fcf5c05e27961c76e70517c83e11c71555722be59 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6ba95d2bc46e79cfdb8e94f62f00d6fd94674879671ec2fadec5215a4a6ea793 [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" "6ba95d2bc46e79cfdb8e94f62f00d6fd94674879671ec2fadec5215a4a6ea793", kill_on_drop: false }` [INFO] [stderr] Compiling rusty_junctions v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `contains_items` [INFO] [stdout] --> src/bag.rs:56:19 [INFO] [stdout] | [INFO] [stdout] 56 | pub(crate) fn contains_items(&self, key: &K) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `id` [INFO] [stdout] --> src/channels.rs:36:19 [INFO] [stdout] | [INFO] [stdout] 36 | pub(crate) fn id(&self) -> ids::ChannelId { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `id` [INFO] [stdout] --> src/channels.rs:127:19 [INFO] [stdout] | [INFO] [stdout] 127 | pub(crate) fn id(&self) -> ids::ChannelId { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `id` [INFO] [stdout] --> src/channels.rs:238:19 [INFO] [stdout] | [INFO] [stdout] 238 | pub(crate) fn id(&self) -> ids::ChannelId { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `insert_multiple` [INFO] [stdout] --> src/inverted_index.rs:49:19 [INFO] [stdout] | [INFO] [stdout] 49 | pub(crate) fn insert_multiple(&mut self, key: K, values: impl IntoIterator) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `peek_first` [INFO] [stdout] --> src/inverted_index.rs:65:19 [INFO] [stdout] | [INFO] [stdout] 65 | pub(crate) fn peek_first(&self, key: &K) -> Option<&V> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `junction_id` [INFO] [stdout] --> src/patterns.rs:768:9 [INFO] [stdout] | [INFO] [stdout] 768 | junction_id: ids::JunctionId, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/types.rs:222:23 [INFO] [stdout] | [INFO] [stdout] 222 | pub(crate) fn new(value: usize) -> ChannelId { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `id` [INFO] [stdout] --> src/channels.rs:36:19 [INFO] [stdout] | [INFO] [stdout] 36 | pub(crate) fn id(&self) -> ids::ChannelId { [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `id` [INFO] [stdout] --> src/channels.rs:127:19 [INFO] [stdout] | [INFO] [stdout] 127 | pub(crate) fn id(&self) -> ids::ChannelId { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `id` [INFO] [stdout] --> src/channels.rs:238:19 [INFO] [stdout] | [INFO] [stdout] 238 | pub(crate) fn id(&self) -> ids::ChannelId { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `junction_id` [INFO] [stdout] --> src/patterns.rs:768:9 [INFO] [stdout] | [INFO] [stdout] 768 | junction_id: ids::JunctionId, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/types.rs:222:23 [INFO] [stdout] | [INFO] [stdout] 222 | pub(crate) fn new(value: usize) -> ChannelId { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.89s [INFO] running `Command { std: "docker" "inspect" "6ba95d2bc46e79cfdb8e94f62f00d6fd94674879671ec2fadec5215a4a6ea793", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ba95d2bc46e79cfdb8e94f62f00d6fd94674879671ec2fadec5215a4a6ea793", kill_on_drop: false }` [INFO] [stdout] 6ba95d2bc46e79cfdb8e94f62f00d6fd94674879671ec2fadec5215a4a6ea793 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e514fb063003ece55d7bed74238fb491b12506d37e1200dc9abfba2ddff6c419 [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" "e514fb063003ece55d7bed74238fb491b12506d37e1200dc9abfba2ddff6c419", kill_on_drop: false }` [INFO] [stderr] warning: associated function is never used: `contains_items` [INFO] [stderr] --> src/bag.rs:56:19 [INFO] [stderr] | [INFO] [stderr] 56 | pub(crate) fn contains_items(&self, key: &K) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `id` [INFO] [stderr] --> src/channels.rs:36:19 [INFO] [stderr] | [INFO] [stderr] 36 | pub(crate) fn id(&self) -> ids::ChannelId { [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `id` [INFO] [stderr] --> src/channels.rs:127:19 [INFO] [stderr] | [INFO] [stderr] 127 | pub(crate) fn id(&self) -> ids::ChannelId { [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `id` [INFO] [stderr] --> src/channels.rs:238:19 [INFO] [stderr] | [INFO] [stderr] 238 | pub(crate) fn id(&self) -> ids::ChannelId { [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `insert_multiple` [INFO] [stderr] --> src/inverted_index.rs:49:19 [INFO] [stderr] | [INFO] [stderr] 49 | pub(crate) fn insert_multiple(&mut self, key: K, values: impl IntoIterator) { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `peek_first` [INFO] [stderr] --> src/inverted_index.rs:65:19 [INFO] [stderr] | [INFO] [stderr] 65 | pub(crate) fn peek_first(&self, key: &K) -> Option<&V> { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `junction_id` [INFO] [stderr] --> src/patterns.rs:768:9 [INFO] [stderr] | [INFO] [stderr] 768 | junction_id: ids::JunctionId, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> src/types.rs:222:23 [INFO] [stderr] | [INFO] [stderr] 222 | pub(crate) fn new(value: usize) -> ChannelId { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: 8 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `id` [INFO] [stderr] --> src/channels.rs:36:19 [INFO] [stderr] | [INFO] [stderr] 36 | pub(crate) fn id(&self) -> ids::ChannelId { [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `id` [INFO] [stderr] --> src/channels.rs:127:19 [INFO] [stderr] | [INFO] [stderr] 127 | pub(crate) fn id(&self) -> ids::ChannelId { [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `id` [INFO] [stderr] --> src/channels.rs:238:19 [INFO] [stderr] | [INFO] [stderr] 238 | pub(crate) fn id(&self) -> ids::ChannelId { [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `junction_id` [INFO] [stderr] --> src/patterns.rs:768:9 [INFO] [stderr] | [INFO] [stderr] 768 | junction_id: ids::JunctionId, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> src/types.rs:222:23 [INFO] [stderr] | [INFO] [stderr] 222 | pub(crate) fn new(value: usize) -> ChannelId { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rusty_junctions-e5c8aeff7c9307c7 [INFO] [stdout] [INFO] [stdout] running 62 tests [INFO] [stdout] test bag::tests::test_contains_items_after_add_retrieve ... ok [INFO] [stdout] test bag::tests::test_assigned_correct_key ... ok [INFO] [stdout] test bag::tests::test_contains_items_with_multiple_items ... ok [INFO] [stdout] test bag::tests::test_count_items_with_no_item ... ok [INFO] [stdout] test bag::tests::test_count_items_after_add_retrieve ... ok [INFO] [stdout] test bag::tests::test_count_items_with_single_item ... ok [INFO] [stdout] test bag::tests::test_count_items_with_unknown_key ... ok [INFO] [stdout] test bag::tests::test_retrieving_existing ... ok [INFO] [stdout] test bag::tests::test_contains_items_with_no_item ... ok [INFO] [stdout] test bag::tests::test_contains_items_with_unknown_key ... ok [INFO] [stdout] test counter::tests::eq_relation::test_reflexifity ... ok [INFO] [stdout] test counter::tests::creation::test_create_with_from_single_digit ... ok [INFO] [stdout] test counter::tests::eq_relation::test_symmetry ... ok [INFO] [stdout] test bag::tests::test_count_items_with_multiple_items ... ok [INFO] [stdout] test counter::tests::increment::test_increment_max_value_two_digits ... ok [INFO] [stdout] test counter::tests::increment::test_increment_initial_value ... ok [INFO] [stdout] test counter::tests::eq_relation::test_transitivity ... ok [INFO] [stdout] test counter::tests::increment::test_increment_one_below_max_value ... ok [INFO] [stdout] test counter::tests::increment::test_increment_one_below_max_value_two_digits ... ok [INFO] [stdout] test counter::tests::increment::test_increment_one_digit_no_overflow ... ok [INFO] [stdout] test counter::tests::increment::test_increment_one_digit_overflow ... ok [INFO] [stdout] test counter::tests::increment::test_increment_three_digits_no_overflow ... ok [INFO] [stdout] test counter::tests::increment::test_increment_three_digits_overflow ... ok [INFO] [stdout] test counter::tests::increment::test_increment_two_digit_overflow ... ok [INFO] [stdout] test counter::tests::increment::test_increment_two_digits_no_overflow ... ok [INFO] [stdout] test counter::tests::ordering::test_eq_same ... ok [INFO] [stdout] test counter::tests::ordering::test_geq_diff_num_digits_false ... ok [INFO] [stdout] test counter::tests::ordering::test_geq_diff_num_digits_true ... ok [INFO] [stdout] test counter::tests::ordering::test_geq_same_num_digits_eq_true ... ok [INFO] [stdout] test counter::tests::ordering::test_geq_same_num_digits_false ... ok [INFO] [stdout] test counter::tests::ordering::test_geq_same_num_digits_gt_true ... ok [INFO] [stdout] test counter::tests::ordering::test_gt_diff_num_digits_false ... ok [INFO] [stdout] test bag::tests::test_new ... ok [INFO] [stdout] test counter::tests::ordering::test_gt_diff_num_digits_true ... ok [INFO] [stdout] test counter::tests::creation::test_default_is_initial_digit_value ... ok [INFO] [stdout] test bag::tests::test_retrieving_all_fifo_order ... ok [INFO] [stdout] test bag::tests::test_contains_items_with_single_item ... ok [INFO] [stdout] test bag::tests::test_retrieving_first ... ok [INFO] [stdout] test counter::tests::ordering::test_leq_diff_num_digits_false ... ok [INFO] [stdout] test counter::tests::ordering::test_leq_diff_num_digits_true ... ok [INFO] [stdout] test counter::tests::ordering::test_leq_same_num_digits_eq_true ... ok [INFO] [stdout] test counter::tests::ordering::test_leq_same_num_digits_false ... ok [INFO] [stdout] test counter::tests::ordering::test_leq_same_num_digits_lt_true ... ok [INFO] [stdout] test counter::tests::ordering::test_gt_same_num_digits_false ... ok [INFO] [stdout] test counter::tests::ordering::test_gt_same_num_digits_true ... ok [INFO] [stdout] test counter::tests::ordering::test_lt_same_num_digits_false ... ok [INFO] [stdout] test counter::tests::ordering::test_neq_differnt_length ... ok [INFO] [stdout] test inverted_index::tests::test_existing_key_insert_multiple_peek_all ... ok [INFO] [stdout] test inverted_index::tests::test_existing_key_insert_multiple_peek_first ... ok [INFO] [stdout] test inverted_index::tests::test_insert_single_peek_first ... ok [INFO] [stdout] test inverted_index::tests::test_multiple_different_key_insert_single_peek_all ... ok [INFO] [stdout] test counter::tests::ordering::test_lt_same_num_digits_true ... ok [INFO] [stdout] test inverted_index::tests::test_multiple_same_key_insert_single_peek_all ... ok [INFO] [stdout] test inverted_index::tests::test_new ... ok [INFO] [stdout] test inverted_index::tests::test_new_key_insert_multiple_peek_all ... ok [INFO] [stdout] test inverted_index::tests::test_new_key_insert_multiple_peek_first ... ok [INFO] [stdout] test bag::tests::test_retrieving_non_existent ... ok [INFO] [stdout] test counter::tests::creation::test_create_with_default ... ok [INFO] [stdout] test counter::tests::creation::test_create_with_from_multiple_digits ... ok [INFO] [stdout] test counter::tests::ordering::test_lt_diff_num_digits_true ... ok [INFO] [stdout] test counter::tests::ordering::test_lt_diff_num_digits_false ... ok [INFO] [stdout] test counter::tests::ordering::test_neq_same_length ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 62 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests rusty_junctions [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 10) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e514fb063003ece55d7bed74238fb491b12506d37e1200dc9abfba2ddff6c419", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e514fb063003ece55d7bed74238fb491b12506d37e1200dc9abfba2ddff6c419", kill_on_drop: false }` [INFO] [stdout] e514fb063003ece55d7bed74238fb491b12506d37e1200dc9abfba2ddff6c419