[INFO] cloning repository https://github.com/oelrich/advent-of-code-2020 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/oelrich/advent-of-code-2020" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foelrich%2Fadvent-of-code-2020", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foelrich%2Fadvent-of-code-2020'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4f9e5213a48cda8b6ff4b8ae9db2f8199c7429d2 [INFO] checking oelrich/advent-of-code-2020 against try#9cfe725f0995b018340c519db1b2f3cf8a7e0631 for pr-81174 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foelrich%2Fadvent-of-code-2020" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/oelrich/advent-of-code-2020 on toolchain 9cfe725f0995b018340c519db1b2f3cf8a7e0631 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9cfe725f0995b018340c519db1b2f3cf8a7e0631" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/oelrich/advent-of-code-2020 [INFO] finished tweaking git repo https://github.com/oelrich/advent-of-code-2020 [INFO] tweaked toml for git repo https://github.com/oelrich/advent-of-code-2020 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/oelrich/advent-of-code-2020 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9cfe725f0995b018340c519db1b2f3cf8a7e0631" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+9cfe725f0995b018340c519db1b2f3cf8a7e0631" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 25be41b31d2ca68436583deec5dba2054de8cc407fb0d65a5838b52558340404 [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" "25be41b31d2ca68436583deec5dba2054de8cc407fb0d65a5838b52558340404", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "25be41b31d2ca68436583deec5dba2054de8cc407fb0d65a5838b52558340404", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "25be41b31d2ca68436583deec5dba2054de8cc407fb0d65a5838b52558340404", kill_on_drop: false }` [INFO] [stdout] 25be41b31d2ca68436583deec5dba2054de8cc407fb0d65a5838b52558340404 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+9cfe725f0995b018340c519db1b2f3cf8a7e0631" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b7904ea56ceb6bd432d4ea7804464991743579876dc9567acadb703ea9661a96 [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" "b7904ea56ceb6bd432d4ea7804464991743579876dc9567acadb703ea9661a96", kill_on_drop: false }` [INFO] [stderr] Checking regex-syntax v0.6.21 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Checking ansi_term v0.12.1 [INFO] [stderr] Checking strum v0.20.0 [INFO] [stderr] Checking tracing-core v0.1.17 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking sharded-slab v0.1.0 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Checking lexical-core v0.7.4 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling tracing-attributes v0.1.11 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Compiling strum_macros v0.20.1 [INFO] [stderr] Checking tracing-log v0.1.1 [INFO] [stderr] Checking nom v6.0.1 [INFO] [stderr] Checking tracing v0.1.22 [INFO] [stderr] Checking structopt v0.3.21 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Checking regex v1.4.2 [INFO] [stderr] Checking matchers v0.0.1 [INFO] [stderr] Checking serde v1.0.117 [INFO] [stderr] Checking tracing-serde v0.1.2 [INFO] [stderr] Checking bstr v0.2.14 [INFO] [stderr] Checking csv v1.1.5 [INFO] [stderr] Checking tracing-subscriber v0.2.15 [INFO] [stderr] Checking aoc v0.1.0 (/opt/rustwide/workdir/aoc) [INFO] [stdout] warning: unused variable: `result` [INFO] [stdout] --> aoc/src/bagateller.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | let result = 0; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `entries` [INFO] [stdout] --> aoc/src/bagateller.rs:8:25 [INFO] [stdout] | [INFO] [stdout] 8 | if let Some(entries) = truth.get(bag) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_entries` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `visits` [INFO] [stdout] --> aoc/src/intligen.rs:48:31 [INFO] [stdout] | [INFO] [stdout] 48 | fn step_toggle(&mut self, visits: &mut HashMap) -> Next { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_visits` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `result` [INFO] [stdout] --> aoc/src/bagateller.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | let result = 0; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `entries` [INFO] [stdout] --> aoc/src/bagateller.rs:8:25 [INFO] [stdout] | [INFO] [stdout] 8 | if let Some(entries) = truth.get(bag) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_entries` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `visits` [INFO] [stdout] --> aoc/src/intligen.rs:48:31 [INFO] [stdout] | [INFO] [stdout] 48 | fn step_toggle(&mut self, visits: &mut HashMap) -> Next { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_visits` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 58.13s [INFO] running `Command { std: "docker" "inspect" "b7904ea56ceb6bd432d4ea7804464991743579876dc9567acadb703ea9661a96", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b7904ea56ceb6bd432d4ea7804464991743579876dc9567acadb703ea9661a96", kill_on_drop: false }` [INFO] [stdout] b7904ea56ceb6bd432d4ea7804464991743579876dc9567acadb703ea9661a96