[INFO] fetching crate intcode 0.3.2... [INFO] testing intcode-0.3.2 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-1 [INFO] extracting crate intcode 0.3.2 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate intcode 0.3.2 [INFO] finished tweaking crates.io crate intcode 0.3.2 [INFO] tweaked toml for crates.io crate intcode 0.3.2 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate intcode 0.3.2 on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cb6b86962ce88f97a7fc4e6b40ced3986c93bbfe24f46ccc55fff48e700759cb [INFO] running `Command { std: "docker" "start" "-a" "cb6b86962ce88f97a7fc4e6b40ced3986c93bbfe24f46ccc55fff48e700759cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cb6b86962ce88f97a7fc4e6b40ced3986c93bbfe24f46ccc55fff48e700759cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb6b86962ce88f97a7fc4e6b40ced3986c93bbfe24f46ccc55fff48e700759cb", kill_on_drop: false }` [INFO] [stdout] cb6b86962ce88f97a7fc4e6b40ced3986c93bbfe24f46ccc55fff48e700759cb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a6a71cf5441fff1ef1c3f495e7aad710cbf0403fee8b62bdce0f25b513e80717 [INFO] running `Command { std: "docker" "start" "-a" "a6a71cf5441fff1ef1c3f495e7aad710cbf0403fee8b62bdce0f25b513e80717", kill_on_drop: false }` [INFO] [stderr] Compiling intcode v0.3.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:148:62 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn iter_output<'a>(&'a self) -> impl Iterator { [INFO] [stdout] | -- the lifetime is named here ^^^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 148 | pub fn iter_output<'a>(&'a self) -> impl Iterator { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s [INFO] running `Command { std: "docker" "inspect" "a6a71cf5441fff1ef1c3f495e7aad710cbf0403fee8b62bdce0f25b513e80717", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6a71cf5441fff1ef1c3f495e7aad710cbf0403fee8b62bdce0f25b513e80717", kill_on_drop: false }` [INFO] [stdout] a6a71cf5441fff1ef1c3f495e7aad710cbf0403fee8b62bdce0f25b513e80717 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 736cca4153620ebe6e3a052b59830511c27e75a5e19def2fb2f8f895d530e09b [INFO] running `Command { std: "docker" "start" "-a" "736cca4153620ebe6e3a052b59830511c27e75a5e19def2fb2f8f895d530e09b", kill_on_drop: false }` [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:148:62 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn iter_output<'a>(&'a self) -> impl Iterator { [INFO] [stdout] | -- the lifetime is named here ^^^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 148 | pub fn iter_output<'a>(&'a self) -> impl Iterator { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling intcode v0.3.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:148:62 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn iter_output<'a>(&'a self) -> impl Iterator { [INFO] [stdout] | -- the lifetime is named here ^^^^ the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 148 | pub fn iter_output<'a>(&'a self) -> impl Iterator { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.79s [INFO] running `Command { std: "docker" "inspect" "736cca4153620ebe6e3a052b59830511c27e75a5e19def2fb2f8f895d530e09b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "736cca4153620ebe6e3a052b59830511c27e75a5e19def2fb2f8f895d530e09b", kill_on_drop: false }` [INFO] [stdout] 736cca4153620ebe6e3a052b59830511c27e75a5e19def2fb2f8f895d530e09b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1a91ef3a30bbdae10152551a8037541ab884fb0783a4cdadcbfa00e35b976c7c [INFO] running `Command { std: "docker" "start" "-a" "1a91ef3a30bbdae10152551a8037541ab884fb0783a4cdadcbfa00e35b976c7c", kill_on_drop: false }` [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/lib.rs:148:62 [INFO] [stderr] | [INFO] [stderr] 148 | pub fn iter_output<'a>(&'a self) -> impl Iterator { [INFO] [stderr] | -- the lifetime is named here ^^^^ the same 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: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 148 | pub fn iter_output<'a>(&'a self) -> impl Iterator { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: `intcode` (lib) generated 1 warning (run `cargo fix --lib -p intcode` to apply 1 suggestion) [INFO] [stderr] warning: `intcode` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/intcode-c5f489744b794721) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test test::given_example_day2_2 ... ok [INFO] [stdout] test test::input_output ... ok [INFO] [stdout] test test::given_examples_day5_2_comp ... ok [INFO] [stdout] test test::mess_with_memory ... ok [INFO] [stdout] test test::next_output ... ok [INFO] [stdout] test test::opcode_based_on_input ... ok [INFO] [stdout] test test::parse_opcode ... ok [INFO] [stdout] test test::parse_parameter_mode ... ok [INFO] [stdout] test test::run_after_halt ... ok [INFO] [stdout] test test::test_given_examples_day5_2_jump ... ok [INFO] [stdout] test test::given_example_day2_1 ... ok [INFO] [stderr] Doc-tests intcode [INFO] [stdout] [INFO] [stdout] test result: ok. 11 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] running `Command { std: "docker" "inspect" "1a91ef3a30bbdae10152551a8037541ab884fb0783a4cdadcbfa00e35b976c7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a91ef3a30bbdae10152551a8037541ab884fb0783a4cdadcbfa00e35b976c7c", kill_on_drop: false }` [INFO] [stdout] 1a91ef3a30bbdae10152551a8037541ab884fb0783a4cdadcbfa00e35b976c7c