[INFO] cloning repository https://github.com/bretthancox/advent_of_code_asides [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bretthancox/advent_of_code_asides" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbretthancox%2Fadvent_of_code_asides"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbretthancox%2Fadvent_of_code_asides'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ba420e1afb31ccd92294380331bae1cdf9f37625 [INFO] checking bretthancox/advent_of_code_asides against try#e60d9e09c55855f5a848fde8ad83e13131a5b241 for pr-68350 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbretthancox%2Fadvent_of_code_asides" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bretthancox/advent_of_code_asides on toolchain e60d9e09c55855f5a848fde8ad83e13131a5b241 [INFO] running `"/workspace/cargo-home/bin/cargo" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/bretthancox/advent_of_code_asides [INFO] finished tweaking git repo https://github.com/bretthancox/advent_of_code_asides [INFO] tweaked toml for git repo https://github.com/bretthancox/advent_of_code_asides written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/bretthancox/advent_of_code_asides already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "/opt/rustwide/cargo-home/bin/cargo" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] cbdb9f835cc1a52896015cb002a8e0cdbc5630320b8f547dd7c787ee4daa2bbe [INFO] running `"docker" "start" "-a" "cbdb9f835cc1a52896015cb002a8e0cdbc5630320b8f547dd7c787ee4daa2bbe"` [INFO] [stderr] Checking pretty_assertions v0.6.1 [INFO] [stderr] Checking atty v0.2.13 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking structopt v0.3.5 [INFO] [stderr] Checking advent_of_code v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Opcode` [INFO] [stderr] --> src/day_five.rs:32:62 [INFO] [stderr] | [INFO] [stderr] 32 | assert_eq!(ext_opcode_test, ExtendedOpcode { opcode: Opcode::Add, mode_1: Modes::Position, mode_2: Modes::Position, mode_3: Modes::Immediate}); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Opcode` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modes` [INFO] [stderr] --> src/day_five.rs:32:83 [INFO] [stderr] | [INFO] [stderr] 32 | assert_eq!(ext_opcode_test, ExtendedOpcode { opcode: Opcode::Add, mode_1: Modes::Position, mode_2: Modes::Position, mode_3: Modes::Immediate}); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Modes` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modes` [INFO] [stderr] --> src/day_five.rs:32:108 [INFO] [stderr] | [INFO] [stderr] 32 | assert_eq!(ext_opcode_test, ExtendedOpcode { opcode: Opcode::Add, mode_1: Modes::Position, mode_2: Modes::Position, mode_3: Modes::Immediate}); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Modes` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modes` [INFO] [stderr] --> src/day_five.rs:32:133 [INFO] [stderr] | [INFO] [stderr] 32 | assert_eq!(ext_opcode_test, ExtendedOpcode { opcode: Opcode::Add, mode_1: Modes::Position, mode_2: Modes::Position, mode_3: Modes::Immediate}); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Modes` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Opcode` [INFO] [stderr] --> src/day_five.rs:41:62 [INFO] [stderr] | [INFO] [stderr] 41 | assert_eq!(ext_opcode_test, ExtendedOpcode { opcode: Opcode::Add, mode_1: Modes::Position, mode_2: Modes::Position, mode_3: Modes::Immediate}); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Opcode` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modes` [INFO] [stderr] --> src/day_five.rs:41:83 [INFO] [stderr] | [INFO] [stderr] 41 | assert_eq!(ext_opcode_test, ExtendedOpcode { opcode: Opcode::Add, mode_1: Modes::Position, mode_2: Modes::Position, mode_3: Modes::Immediate}); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Modes` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modes` [INFO] [stderr] --> src/day_five.rs:41:108 [INFO] [stderr] | [INFO] [stderr] 41 | assert_eq!(ext_opcode_test, ExtendedOpcode { opcode: Opcode::Add, mode_1: Modes::Position, mode_2: Modes::Position, mode_3: Modes::Immediate}); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Modes` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Modes` [INFO] [stderr] --> src/day_five.rs:41:133 [INFO] [stderr] | [INFO] [stderr] 41 | assert_eq!(ext_opcode_test, ExtendedOpcode { opcode: Opcode::Add, mode_1: Modes::Position, mode_2: Modes::Position, mode_3: Modes::Immediate}); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Modes` [INFO] [stderr] [INFO] [stderr] error[E0624]: method `get_opcode_method` is private [INFO] [stderr] --> src/day_five.rs:30:48 [INFO] [stderr] | [INFO] [stderr] 30 | let ext_opcode_test = intcode_obj_test.get_opcode_method(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0624]: method `get_opcode_method` is private [INFO] [stderr] --> src/day_five.rs:40:48 [INFO] [stderr] | [INFO] [stderr] 40 | let ext_opcode_test = intcode_obj_test.get_opcode_method(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `work_on_intcode` found for struct `intcode::Intcode` in the current scope [INFO] [stderr] --> src/day_five.rs:48:48 [INFO] [stderr] | [INFO] [stderr] 48 | let ext_opcode_test = intcode_obj_test.work_on_intcode(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: there is a method with a similar name: `work_on_intcode_auto` [INFO] [stderr] | [INFO] [stderr] ::: src/intcode.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | pub struct Intcode { [INFO] [stderr] | ------------------ method `work_on_intcode` not found for this [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0433, E0599, E0624. [INFO] [stderr] For more information about an error, try `rustc --explain E0433`. [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/day_seven.rs:53:25 [INFO] [stderr] | [INFO] [stderr] 53 | amp_e.work_on_intcode_auto(r, amp_d.debug_output); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] error: could not compile `advent_of_code`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "cbdb9f835cc1a52896015cb002a8e0cdbc5630320b8f547dd7c787ee4daa2bbe"` [INFO] running `"docker" "rm" "-f" "cbdb9f835cc1a52896015cb002a8e0cdbc5630320b8f547dd7c787ee4daa2bbe"` [INFO] [stdout] cbdb9f835cc1a52896015cb002a8e0cdbc5630320b8f547dd7c787ee4daa2bbe