[INFO] cloning repository https://github.com/hardikpnsp/advent-of-code-2022 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hardikpnsp/advent-of-code-2022" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhardikpnsp%2Fadvent-of-code-2022", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhardikpnsp%2Fadvent-of-code-2022'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a114edf646e0c5ab62f2c557af6d07ca18acc550 [INFO] testing hardikpnsp/advent-of-code-2022 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhardikpnsp%2Fadvent-of-code-2022" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/hardikpnsp/advent-of-code-2022 [INFO] finished tweaking git repo https://github.com/hardikpnsp/advent-of-code-2022 [INFO] tweaked toml for git repo https://github.com/hardikpnsp/advent-of-code-2022 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/hardikpnsp/advent-of-code-2022 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/hardikpnsp/advent-of-code-2022 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 45ec7adf075d87a5e8643cd646c64d62312fa41eabad27795c061dddd82a9bea [INFO] running `Command { std: "docker" "start" "-a" "45ec7adf075d87a5e8643cd646c64d62312fa41eabad27795c061dddd82a9bea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "45ec7adf075d87a5e8643cd646c64d62312fa41eabad27795c061dddd82a9bea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45ec7adf075d87a5e8643cd646c64d62312fa41eabad27795c061dddd82a9bea", kill_on_drop: false }` [INFO] [stdout] 45ec7adf075d87a5e8643cd646c64d62312fa41eabad27795c061dddd82a9bea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1cc4444039ee0450c2b71e706ca4e8357831f0bfc47a9a27aaba9fbd2b5ecdf8 [INFO] running `Command { std: "docker" "start" "-a" "1cc4444039ee0450c2b71e706ca4e8357831f0bfc47a9a27aaba9fbd2b5ecdf8", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Compiling utils v0.1.0 (/opt/rustwide/workdir/utils) [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling aho-corasick v0.7.20 [INFO] [stderr] Compiling tree_top_tree_house v0.1.0 (/opt/rustwide/workdir/tree_top_tree_house) [INFO] [stderr] Compiling no_space_left_on_device v0.1.0 (/opt/rustwide/workdir/no_space_left_on_device) [INFO] [stderr] Compiling rucksack_reorganization v0.1.0 (/opt/rustwide/workdir/rucksack_reorganization) [INFO] [stderr] Compiling distress_signal v0.1.0 (/opt/rustwide/workdir/distress_signal) [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> distress_signal/src/main.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | Value(i64), [INFO] [stdout] | ----- ^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `SignalValue` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 6 - Value(i64), [INFO] [stdout] 6 + Value(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> distress_signal/src/main.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | List(Vec), [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `SignalValue` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 7 - List(Vec), [INFO] [stdout] 7 + List(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling supply_stacks v0.1.0 (/opt/rustwide/workdir/supply_stacks) [INFO] [stderr] Compiling cathoderay_tube v0.1.0 (/opt/rustwide/workdir/cathoderay_tube) [INFO] [stderr] Compiling tuning_trouble v0.1.0 (/opt/rustwide/workdir/tuning_trouble) [INFO] [stderr] Compiling hill_climbing_algorithm v0.1.0 (/opt/rustwide/workdir/hill_climbing_algorithm) [INFO] [stderr] Compiling camp_cleanup v0.1.0 (/opt/rustwide/workdir/camp_cleanup) [INFO] [stderr] Compiling rock_paper_scissors v0.1.0 (/opt/rustwide/workdir/rock_paper_scissors) [INFO] [stderr] Compiling rope_bridge v0.1.0 (/opt/rustwide/workdir/rope_bridge) [INFO] [stderr] Compiling calorie_counting v0.1.0 (/opt/rustwide/workdir/calorie_counting) [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-complex v0.4.2 [INFO] [stderr] Compiling regex v1.7.1 [INFO] [stderr] Compiling num v0.4.0 [INFO] [stderr] Compiling monkey_in_the_middle v0.1.0 (/opt/rustwide/workdir/monkey_in_the_middle) [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> monkey_in_the_middle/src/main.rs:220:9 [INFO] [stdout] | [INFO] [stdout] 220 | for i in 0..rounds { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> monkey_in_the_middle/src/main.rs:269:9 [INFO] [stdout] | [INFO] [stdout] 269 | let mut monkeys: HashMap = re [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `id` is never read [INFO] [stdout] --> monkey_in_the_middle/src/main.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 65 | struct Monkey { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] 66 | id: i64, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `Monkey` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.67s [INFO] running `Command { std: "docker" "inspect" "1cc4444039ee0450c2b71e706ca4e8357831f0bfc47a9a27aaba9fbd2b5ecdf8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1cc4444039ee0450c2b71e706ca4e8357831f0bfc47a9a27aaba9fbd2b5ecdf8", kill_on_drop: false }` [INFO] [stdout] 1cc4444039ee0450c2b71e706ca4e8357831f0bfc47a9a27aaba9fbd2b5ecdf8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7dde5987d5fafdff8e0760f44c0ea1a4336fd82ca750d87cac00aa870967f12f [INFO] running `Command { std: "docker" "start" "-a" "7dde5987d5fafdff8e0760f44c0ea1a4336fd82ca750d87cac00aa870967f12f", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Compiling monkey_in_the_middle v0.1.0 (/opt/rustwide/workdir/monkey_in_the_middle) [INFO] [stderr] Compiling rock_paper_scissors v0.1.0 (/opt/rustwide/workdir/rock_paper_scissors) [INFO] [stderr] Compiling calorie_counting v0.1.0 (/opt/rustwide/workdir/calorie_counting) [INFO] [stderr] Compiling tuning_trouble v0.1.0 (/opt/rustwide/workdir/tuning_trouble) [INFO] [stderr] Compiling rucksack_reorganization v0.1.0 (/opt/rustwide/workdir/rucksack_reorganization) [INFO] [stderr] Compiling distress_signal v0.1.0 (/opt/rustwide/workdir/distress_signal) [INFO] [stderr] Compiling no_space_left_on_device v0.1.0 (/opt/rustwide/workdir/no_space_left_on_device) [INFO] [stderr] Compiling supply_stacks v0.1.0 (/opt/rustwide/workdir/supply_stacks) [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> monkey_in_the_middle/src/main.rs:220:9 [INFO] [stdout] | [INFO] [stdout] 220 | for i in 0..rounds { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> monkey_in_the_middle/src/main.rs:269:9 [INFO] [stdout] | [INFO] [stdout] 269 | let mut monkeys: HashMap = re [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `id` is never read [INFO] [stdout] --> monkey_in_the_middle/src/main.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 65 | struct Monkey { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] 66 | id: i64, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `Monkey` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling camp_cleanup v0.1.0 (/opt/rustwide/workdir/camp_cleanup) [INFO] [stderr] Compiling tree_top_tree_house v0.1.0 (/opt/rustwide/workdir/tree_top_tree_house) [INFO] [stderr] Compiling hill_climbing_algorithm v0.1.0 (/opt/rustwide/workdir/hill_climbing_algorithm) [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> distress_signal/src/main.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | Value(i64), [INFO] [stdout] | ----- ^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `SignalValue` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 6 - Value(i64), [INFO] [stdout] 6 + Value(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> distress_signal/src/main.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | List(Vec), [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `SignalValue` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 7 - List(Vec), [INFO] [stdout] 7 + List(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rope_bridge v0.1.0 (/opt/rustwide/workdir/rope_bridge) [INFO] [stderr] Compiling cathoderay_tube v0.1.0 (/opt/rustwide/workdir/cathoderay_tube) [INFO] [stderr] Compiling utils v0.1.0 (/opt/rustwide/workdir/utils) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.36s [INFO] running `Command { std: "docker" "inspect" "7dde5987d5fafdff8e0760f44c0ea1a4336fd82ca750d87cac00aa870967f12f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7dde5987d5fafdff8e0760f44c0ea1a4336fd82ca750d87cac00aa870967f12f", kill_on_drop: false }` [INFO] [stdout] 7dde5987d5fafdff8e0760f44c0ea1a4336fd82ca750d87cac00aa870967f12f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6842f7262204b01af0f366afeb169f92726c54f25c1a39067aaa7c86bfc69524 [INFO] running `Command { std: "docker" "start" "-a" "6842f7262204b01af0f366afeb169f92726c54f25c1a39067aaa7c86bfc69524", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> distress_signal/src/main.rs:6:11 [INFO] [stderr] | [INFO] [stderr] 6 | Value(i64), [INFO] [stderr] | ----- ^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this variant [INFO] [stderr] | [INFO] [stderr] = note: `SignalValue` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 6 - Value(i64), [INFO] [stderr] 6 + Value(()), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> distress_signal/src/main.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | List(Vec), [INFO] [stderr] | ---- ^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this variant [INFO] [stderr] | [INFO] [stderr] = note: `SignalValue` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 7 - List(Vec), [INFO] [stderr] 7 + List(()), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `distress_signal` (bin "distress_signal" test) generated 2 warnings [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> monkey_in_the_middle/src/main.rs:220:9 [INFO] [stderr] | [INFO] [stderr] 220 | for i in 0..rounds { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> monkey_in_the_middle/src/main.rs:269:9 [INFO] [stderr] | [INFO] [stderr] 269 | let mut monkeys: HashMap = re [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: field `id` is never read [INFO] [stderr] --> monkey_in_the_middle/src/main.rs:66:5 [INFO] [stderr] | [INFO] [stderr] 65 | struct Monkey { [INFO] [stderr] | ------ field in this struct [INFO] [stderr] 66 | id: i64, [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: `Monkey` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `monkey_in_the_middle` (bin "monkey_in_the_middle" test) generated 3 warnings (run `cargo fix --bin "monkey_in_the_middle" --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/calorie_counting-9aa701bf64cc588c) [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/camp_cleanup-a4091df600b7f6cd) [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 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] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/cathoderay_tube-74aa8bfbc4272b3d) [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] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/distress_signal-603f8c870ecb2b14) [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] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/hill_climbing_algorithm-70c43b2208271449) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/monkey_in_the_middle-fe2dcf9f253c3d13) [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 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] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/no_space_left_on_device-e12275eedead622c) [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] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rock_paper_scissors-25aaecfb272f6bd5) [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] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rope_bridge-4a02f4bec57464c4) [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rucksack_reorganization-3eae0970176ebb88) [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/supply_stacks-bd93f4df2eb37188) [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/tree_top_tree_house-b5811f5c2d690861) [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/tuning_trouble-df96a0bb453994f0) [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/utils-a011a6ed45495d64) [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] [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] [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] [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] [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] [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 utils [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] running `Command { std: "docker" "inspect" "6842f7262204b01af0f366afeb169f92726c54f25c1a39067aaa7c86bfc69524", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6842f7262204b01af0f366afeb169f92726c54f25c1a39067aaa7c86bfc69524", kill_on_drop: false }` [INFO] [stdout] 6842f7262204b01af0f366afeb169f92726c54f25c1a39067aaa7c86bfc69524