[INFO] cloning repository https://github.com/mcorrigan89/advent_of_code_2019_rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mcorrigan89/advent_of_code_2019_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmcorrigan89%2Fadvent_of_code_2019_rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmcorrigan89%2Fadvent_of_code_2019_rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2346171b33346f55bdda7a623ed0a508f049952e
[INFO] testing mcorrigan89/advent_of_code_2019_rust against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmcorrigan89%2Fadvent_of_code_2019_rust" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mcorrigan89/advent_of_code_2019_rust
[INFO] finished tweaking git repo https://github.com/mcorrigan89/advent_of_code_2019_rust
[INFO] tweaked toml for git repo https://github.com/mcorrigan89/advent_of_code_2019_rust written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mcorrigan89/advent_of_code_2019_rust on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mcorrigan89/advent_of_code_2019_rust 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" "+1.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rand v0.4.6
[INFO] [stderr]   Downloaded libmath v0.2.1
[INFO] [stderr]   Downloaded rdrand v0.4.0
[INFO] [stderr]   Downloaded rand_core v0.4.2
[INFO] [stderr]   Downloaded rand v0.3.23
[INFO] [stderr]   Downloaded fuchsia-cprng v0.1.1
[INFO] [stderr]   Downloaded libc v0.2.66
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 246adc2bb3fc98ef1eecbb6b4efb4e0d78a84d2a1b67cba0808dc3a2ed64a172
[INFO] running `Command { std: "docker" "start" "246adc2bb3fc98ef1eecbb6b4efb4e0d78a84d2a1b67cba0808dc3a2ed64a172", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "246adc2bb3fc98ef1eecbb6b4efb4e0d78a84d2a1b67cba0808dc3a2ed64a172", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "246adc2bb3fc98ef1eecbb6b4efb4e0d78a84d2a1b67cba0808dc3a2ed64a172" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "246adc2bb3fc98ef1eecbb6b4efb4e0d78a84d2a1b67cba0808dc3a2ed64a172", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "246adc2bb3fc98ef1eecbb6b4efb4e0d78a84d2a1b67cba0808dc3a2ed64a172" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.66
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling rand v0.3.23
[INFO] [stderr]    Compiling libmath v0.2.1
[INFO] [stderr]    Compiling advent_of_code_rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/day_two.rs:21:57
[INFO] [stdout]    |
[INFO] [stdout] 21 | fn handle_int_code(code: i32, index: usize, code_array: &mut Vec<i32>) -> IntCodeReturn {
[INFO] [stdout]    |                                                         ^^^^^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                                         |
[INFO] [stdout]    |                                                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 21 | fn handle_int_code(code: i32, index: usize, code_array: &mut Vec<i32>) -> IntCodeReturn<'_> {
[INFO] [stdout]    |                                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 2.14s
[INFO] running `Command { std: "docker" "inspect" "246adc2bb3fc98ef1eecbb6b4efb4e0d78a84d2a1b67cba0808dc3a2ed64a172", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "246adc2bb3fc98ef1eecbb6b4efb4e0d78a84d2a1b67cba0808dc3a2ed64a172" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling advent_of_code_rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/day_two.rs:21:57
[INFO] [stdout]    |
[INFO] [stdout] 21 | fn handle_int_code(code: i32, index: usize, code_array: &mut Vec<i32>) -> IntCodeReturn {
[INFO] [stdout]    |                                                         ^^^^^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                                         |
[INFO] [stdout]    |                                                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 21 | fn handle_int_code(code: i32, index: usize, code_array: &mut Vec<i32>) -> IntCodeReturn<'_> {
[INFO] [stdout]    |                                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.60s
[INFO] running `Command { std: "docker" "inspect" "246adc2bb3fc98ef1eecbb6b4efb4e0d78a84d2a1b67cba0808dc3a2ed64a172", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "246adc2bb3fc98ef1eecbb6b4efb4e0d78a84d2a1b67cba0808dc3a2ed64a172" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/day_two.rs:21:57
[INFO] [stderr]    |
[INFO] [stderr] 21 | fn handle_int_code(code: i32, index: usize, code_array: &mut Vec<i32>) -> IntCodeReturn {
[INFO] [stderr]    |                                                         ^^^^^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                                         |
[INFO] [stderr]    |                                                         the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 21 | fn handle_int_code(code: i32, index: usize, code_array: &mut Vec<i32>) -> IntCodeReturn<'_> {
[INFO] [stderr]    |                                                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `advent_of_code_rust` (bin "advent_of_code_rust" test) generated 1 warning (run `cargo fix --bin "advent_of_code_rust" -p advent_of_code_rust --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/advent_of_code_rust-2320f7970da2f08c)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test day_two::add_numbers_test ... ok
[INFO] [stdout] test day_two::handle_int_code_add_test ... ok
[INFO] [stdout] test day_two::handle_int_code_multiply_test ... ok
[INFO] [stdout] test day_two::handle_int_code_pass_through_test ... ok
[INFO] [stdout] test day_two::multiply_numbers_test ... ok
[INFO] [stdout] test day_two::read_works ... ok
[INFO] [stdout] test day_two::handle_int_code_halt_test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "246adc2bb3fc98ef1eecbb6b4efb4e0d78a84d2a1b67cba0808dc3a2ed64a172", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "246adc2bb3fc98ef1eecbb6b4efb4e0d78a84d2a1b67cba0808dc3a2ed64a172", kill_on_drop: false }`
[INFO] [stdout] 246adc2bb3fc98ef1eecbb6b4efb4e0d78a84d2a1b67cba0808dc3a2ed64a172
