[INFO] cloning repository https://github.com/tylerhawkes/adventofcode2019 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tylerhawkes/adventofcode2019" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftylerhawkes%2Fadventofcode2019", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftylerhawkes%2Fadventofcode2019'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9c17ae77eb1b4b472b1cb8253fce7677f18cb890 [INFO] checking tylerhawkes/adventofcode2019 against try#39e1293fce4b650061e85dda88aa428f726a8444 for pr-88041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftylerhawkes%2Fadventofcode2019" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tylerhawkes/adventofcode2019 on toolchain 39e1293fce4b650061e85dda88aa428f726a8444 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+39e1293fce4b650061e85dda88aa428f726a8444" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tylerhawkes/adventofcode2019 [INFO] finished tweaking git repo https://github.com/tylerhawkes/adventofcode2019 [INFO] tweaked toml for git repo https://github.com/tylerhawkes/adventofcode2019 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/tylerhawkes/adventofcode2019 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+39e1293fce4b650061e85dda88aa428f726a8444" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+39e1293fce4b650061e85dda88aa428f726a8444" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 92a123355a37470d18a8a308f7ddaedd58a329fcd75b70de2f8f4a29d1a752c5 [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" "92a123355a37470d18a8a308f7ddaedd58a329fcd75b70de2f8f4a29d1a752c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "92a123355a37470d18a8a308f7ddaedd58a329fcd75b70de2f8f4a29d1a752c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92a123355a37470d18a8a308f7ddaedd58a329fcd75b70de2f8f4a29d1a752c5", kill_on_drop: false }` [INFO] [stdout] 92a123355a37470d18a8a308f7ddaedd58a329fcd75b70de2f8f4a29d1a752c5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+39e1293fce4b650061e85dda88aa428f726a8444" "check" "--frozen" "--all" "--all-targets" "--message-format=json", 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] 785682de32b54745af0bb4f4dd61800adf6ce5f31a0003b1276e6f7ccd279101 [INFO] running `Command { std: "docker" "start" "-a" "785682de32b54745af0bb4f4dd61800adf6ce5f31a0003b1276e6f7ccd279101", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Checking adventofcode2019 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find function `optimize_thrust` in this scope [INFO] [stdout] --> src/bin/day07.rs:9:20 [INFO] [stdout] | [INFO] [stdout] 9 | let max_thrust = optimize_thrust(&base_program); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] error[E0004]: non-exhaustive patterns: `Input(_)` not covered [INFO] [stdout] --> src/bin/day05.rs:104:11 [INFO] [stdout] | [INFO] [stdout] 61 | / enum OpCode { [INFO] [stdout] 62 | | Add(ParameterMode, ParameterMode, ParameterMode), [INFO] [stdout] 63 | | Multiply(ParameterMode, ParameterMode, ParameterMode), [INFO] [stdout] 64 | | Input(ParameterMode), [INFO] [stdout] | | ----- not covered [INFO] [stdout] ... | [INFO] [stdout] 74 | | Equals(ParameterMode, ParameterMode, ParameterMode), [INFO] [stdout] 75 | | } [INFO] [stdout] | |_- `OpCode` defined here [INFO] [stdout] ... [INFO] [stdout] 104 | match self { [INFO] [stdout] | ^^^^ pattern `Input(_)` not covered [INFO] [stdout] | [INFO] [stdout] = help: ensure that all possible cases are being handled, possibly by adding wildcards or more match arms [INFO] [stdout] = note: the matched value is of type `OpCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `codes_1` [INFO] [stdout] --> src/bin/day05.rs:180:11 [INFO] [stdout] | [INFO] [stdout] 180 | let mut codes_1 = vec![3, 9, 8, 9, 10, 9, 4, 9, 99, -1, 8]; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_codes_1` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `codes_2` [INFO] [stdout] --> src/bin/day05.rs:182:11 [INFO] [stdout] | [INFO] [stdout] 182 | let mut codes_2 = vec![3, 9, 7, 9, 10, 9, 4, 9, 99, -1, 8]; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_codes_2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `codes_3` [INFO] [stdout] --> src/bin/day05.rs:184:11 [INFO] [stdout] | [INFO] [stdout] 184 | let mut codes_3 = vec![3, 3, 1108, -1, 8, 3, 4, 3, 99]; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_codes_3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `codes_4` [INFO] [stdout] --> src/bin/day05.rs:186:11 [INFO] [stdout] | [INFO] [stdout] 186 | let mut codes_4 = vec![3, 3, 1107, -1, 8, 3, 4, 3, 99]; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_codes_4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `codes_5` [INFO] [stdout] --> src/bin/day05.rs:188:11 [INFO] [stdout] | [INFO] [stdout] 188 | let mut codes_5 = vec![3, 12, 6, 12, 15, 1, 13, 14, 13, 4, 13, 99, -1, 0, 1, 9]; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_codes_5` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `codes_6` [INFO] [stdout] --> src/bin/day05.rs:190:11 [INFO] [stdout] | [INFO] [stdout] 190 | let mut codes_6 = vec![3, 3, 1105, -1, 9, 1101, 0, 0, 12, 4, 12, 99, 1]; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_codes_6` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `codes` [INFO] [stdout] --> src/bin/day05.rs:78:42 [INFO] [stdout] | [INFO] [stdout] 78 | fn move_position(self, current: usize, codes: &[i32]) -> usize { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_codes` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `adventofcode2019` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bin/day05.rs:180:7 [INFO] [stdout] | [INFO] [stdout] 180 | let mut codes_1 = vec![3, 9, 8, 9, 10, 9, 4, 9, 99, -1, 8]; [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/bin/day05.rs:182:7 [INFO] [stdout] | [INFO] [stdout] 182 | let mut codes_2 = vec![3, 9, 7, 9, 10, 9, 4, 9, 99, -1, 8]; [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/bin/day05.rs:184:7 [INFO] [stdout] | [INFO] [stdout] 184 | let mut codes_3 = vec![3, 3, 1108, -1, 8, 3, 4, 3, 99]; [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/bin/day05.rs:186:7 [INFO] [stdout] | [INFO] [stdout] 186 | let mut codes_4 = vec![3, 3, 1107, -1, 8, 3, 4, 3, 99]; [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `name` [INFO] [stdout] --> src/bin/day11.rs:155:6 [INFO] [stdout] | [INFO] [stdout] 155 | fn name(mut self, s: impl Into) -> Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bin/day05.rs:188:7 [INFO] [stdout] | [INFO] [stdout] 188 | let mut codes_5 = vec![3, 12, 6, 12, 15, 1, 13, 14, 13, 4, 13, 99, -1, 0, 1, 9]; [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/bin/day05.rs:190:7 [INFO] [stdout] | [INFO] [stdout] 190 | let mut codes_6 = vec![3, 3, 1105, -1, 9, 1101, 0, 0, 12, 4, 12, 99, 1]; [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0004`. [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `i` [INFO] [stdout] --> src/bin/day11.rs:263:6 [INFO] [stdout] | [INFO] [stdout] 263 | fn i(mut self, i: I) -> Self { [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::time::Instant` [INFO] [stdout] --> src/bin/day16.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::time::Instant; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/bin/day16.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | let mut new_elements = self [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] error[E0610]: `usize` is a primitive type and therefore doesn't have fields [INFO] [stdout] --> src/bin/day24.rs:299:47 [INFO] [stdout] | [INFO] [stdout] 299 | assert_eq!(99, eris.find_recursive_bugs(10).0) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0610`. [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/bin/day10.rs:197:5 [INFO] [stdout] | [INFO] [stdout] 197 | assert_eq!(most_visible, 8); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected tuple, found integer [INFO] [stdout] | [INFO] [stdout] = note: expected tuple `((usize, usize), usize)` [INFO] [stdout] found type `{integer}` [INFO] [stdout] = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "785682de32b54745af0bb4f4dd61800adf6ce5f31a0003b1276e6f7ccd279101", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "785682de32b54745af0bb4f4dd61800adf6ce5f31a0003b1276e6f7ccd279101", kill_on_drop: false }` [INFO] [stdout] 785682de32b54745af0bb4f4dd61800adf6ce5f31a0003b1276e6f7ccd279101