[INFO] fetching crate intcode 0.3.2... [INFO] testing intcode-0.3.2 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate intcode 0.3.2 into /workspace/builds/worker-3-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-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate intcode 0.3.2 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1fe39b83a63c710a0bd8c7f10e657502856d145d7735b84a9c102fee16eebab4 [INFO] running `Command { std: "docker" "start" "-a" "1fe39b83a63c710a0bd8c7f10e657502856d145d7735b84a9c102fee16eebab4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1fe39b83a63c710a0bd8c7f10e657502856d145d7735b84a9c102fee16eebab4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1fe39b83a63c710a0bd8c7f10e657502856d145d7735b84a9c102fee16eebab4", kill_on_drop: false }` [INFO] [stdout] 1fe39b83a63c710a0bd8c7f10e657502856d145d7735b84a9c102fee16eebab4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 547c25de6c276b4dc7325c65acb32bfceae928748214a3c91c4e5edc01d15984 [INFO] running `Command { std: "docker" "start" "-a" "547c25de6c276b4dc7325c65acb32bfceae928748214a3c91c4e5edc01d15984", 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.26s [INFO] running `Command { std: "docker" "inspect" "547c25de6c276b4dc7325c65acb32bfceae928748214a3c91c4e5edc01d15984", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "547c25de6c276b4dc7325c65acb32bfceae928748214a3c91c4e5edc01d15984", kill_on_drop: false }` [INFO] [stdout] 547c25de6c276b4dc7325c65acb32bfceae928748214a3c91c4e5edc01d15984 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9551bfe13519ecde641bfefb019999f2830bc2bceead7fb420217cfee32efb82 [INFO] running `Command { std: "docker" "start" "-a" "9551bfe13519ecde641bfefb019999f2830bc2bceead7fb420217cfee32efb82", 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.63s [INFO] running `Command { std: "docker" "inspect" "9551bfe13519ecde641bfefb019999f2830bc2bceead7fb420217cfee32efb82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9551bfe13519ecde641bfefb019999f2830bc2bceead7fb420217cfee32efb82", kill_on_drop: false }` [INFO] [stdout] 9551bfe13519ecde641bfefb019999f2830bc2bceead7fb420217cfee32efb82 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e022834621d06df0e58ae62ead64bfdd922d2c0a3b703d5e9b72d783b36ebec5 [INFO] running `Command { std: "docker" "start" "-a" "e022834621d06df0e58ae62ead64bfdd922d2c0a3b703d5e9b72d783b36ebec5", 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.02s [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_1 ... ok [INFO] [stdout] test test::given_examples_day5_2_comp ... ok [INFO] [stdout] test test::next_output ... ok [INFO] [stdout] test test::parse_parameter_mode ... ok [INFO] [stdout] test test::run_after_halt ... ok [INFO] [stdout] test test::mess_with_memory ... ok [INFO] [stdout] test test::test_given_examples_day5_2_jump ... ok [INFO] [stdout] test test::opcode_based_on_input ... ok [INFO] [stdout] test test::parse_opcode ... ok [INFO] [stdout] test test::given_example_day2_2 ... ok [INFO] [stdout] test test::input_output ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests intcode [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" "e022834621d06df0e58ae62ead64bfdd922d2c0a3b703d5e9b72d783b36ebec5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e022834621d06df0e58ae62ead64bfdd922d2c0a3b703d5e9b72d783b36ebec5", kill_on_drop: false }` [INFO] [stdout] e022834621d06df0e58ae62ead64bfdd922d2c0a3b703d5e9b72d783b36ebec5