[INFO] fetching crate explode 0.1.2...
[INFO] testing explode-0.1.2 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate explode 0.1.2 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate explode 0.1.2
[INFO] finished tweaking crates.io crate explode 0.1.2
[INFO] tweaked toml for crates.io crate explode 0.1.2 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate explode 0.1.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]     Updating crates.io index
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] [stderr]       Adding arraydeque v0.4.5 (available: v0.5.1)
[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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 47bffbf4c3cfbd4c9bb02cf91a449d561a6af0ade7d8bd0301902f1889ba6a5f
[INFO] running `Command { std: "docker" "start" "-a" "47bffbf4c3cfbd4c9bb02cf91a449d561a6af0ade7d8bd0301902f1889ba6a5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "47bffbf4c3cfbd4c9bb02cf91a449d561a6af0ade7d8bd0301902f1889ba6a5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "47bffbf4c3cfbd4c9bb02cf91a449d561a6af0ade7d8bd0301902f1889ba6a5f", kill_on_drop: false }`
[INFO] [stdout] 47bffbf4c3cfbd4c9bb02cf91a449d561a6af0ade7d8bd0301902f1889ba6a5f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 66efff46058b97d63bc89dedacd2f92d4ebd3045d8e5603203f8ec7ab3111325
[INFO] running `Command { std: "docker" "start" "-a" "66efff46058b97d63bc89dedacd2f92d4ebd3045d8e5603203f8ec7ab3111325", kill_on_drop: false }`
[INFO] [stderr]    Compiling arraydeque v0.4.5
[INFO] [stderr]    Compiling explode v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/codes.rs:121:20
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub fn decoder(&self) -> Decoder<T> {
[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] 121 |     pub fn decoder(&self) -> Decoder<'_, T> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
[INFO] running `Command { std: "docker" "inspect" "66efff46058b97d63bc89dedacd2f92d4ebd3045d8e5603203f8ec7ab3111325", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "66efff46058b97d63bc89dedacd2f92d4ebd3045d8e5603203f8ec7ab3111325", kill_on_drop: false }`
[INFO] [stdout] 66efff46058b97d63bc89dedacd2f92d4ebd3045d8e5603203f8ec7ab3111325
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 8b9072e29f540846f13e2448d10646c428a49fb628084f8e757994b867902be8
[INFO] running `Command { std: "docker" "start" "-a" "8b9072e29f540846f13e2448d10646c428a49fb628084f8e757994b867902be8", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/codes.rs:121:20
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub fn decoder(&self) -> Decoder<T> {
[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] 121 |     pub fn decoder(&self) -> Decoder<'_, T> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling explode v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/codes.rs:121:20
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub fn decoder(&self) -> Decoder<T> {
[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] 121 |     pub fn decoder(&self) -> Decoder<'_, T> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.66s
[INFO] running `Command { std: "docker" "inspect" "8b9072e29f540846f13e2448d10646c428a49fb628084f8e757994b867902be8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8b9072e29f540846f13e2448d10646c428a49fb628084f8e757994b867902be8", kill_on_drop: false }`
[INFO] [stdout] 8b9072e29f540846f13e2448d10646c428a49fb628084f8e757994b867902be8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 02056a5d411a882988ee8edbad135787ca88c6d9caa33dfcd90a20d4d9ce476f
[INFO] running `Command { std: "docker" "start" "-a" "02056a5d411a882988ee8edbad135787ca88c6d9caa33dfcd90a20d4d9ce476f", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/codes.rs:121:20
[INFO] [stderr]     |
[INFO] [stderr] 121 |     pub fn decoder(&self) -> Decoder<T> {
[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] 121 |     pub fn decoder(&self) -> Decoder<'_, T> {
[INFO] [stderr]     |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: `explode` (lib) generated 1 warning (run `cargo fix --lib -p explode` to apply 1 suggestion)
[INFO] [stderr] warning: `explode` (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/explode-47df0581baf80fdd)
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test codes::tests::constructors ... ok
[INFO] [stdout] test codes::tests::incomplete ... ok
[INFO] [stdout] test codes::tests::oversubscribed ... ok
[INFO] [stdout] test codes::tests::decode ... ok
[INFO] [stdout] test codes::tests::empty ... ok
[INFO] [stdout] test codes::tests::undersubscribed ... ok
[INFO] [stdout] test explode::tests::explode_extra ... ok
[INFO] [stdout] test explode::tests::explode_incomplete ... ok
[INFO] [stdout] test tables::tests::distance ... ok
[INFO] [stdout] test tables::tests::length ... ok
[INFO] [stdout] test tables::tests::literal ... ok
[INFO] [stdout] test explode::tests::explode_small ... ok
[INFO] [stdout] test reader::tests::reader ... ok
[INFO] [stdout] test reader::tests::reader_small ... ok
[INFO] [stdout] test explode::tests::explode_simple ... ok
[INFO] [stdout] test reader::tests::reader_extra ... ok
[INFO] [stdout] test reader::tests::reader_incomplete ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests explode
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test src/explode.rs - explode::explode (line 487) ... ok
[INFO] [stdout] test src/explode.rs - explode::explode_with_buffer (line 445) ... ok
[INFO] [stdout] test src/lib.rs - (line 14) ... ok
[INFO] [stdout] test src/explode.rs - explode::Explode (line 20) ... ok
[INFO] [stdout] test src/reader.rs - reader::ExplodeReader (line 15) ... ok
[INFO] [stdout] test src/lib.rs - (line 28) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.75s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "02056a5d411a882988ee8edbad135787ca88c6d9caa33dfcd90a20d4d9ce476f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "02056a5d411a882988ee8edbad135787ca88c6d9caa33dfcd90a20d4d9ce476f", kill_on_drop: false }`
[INFO] [stdout] 02056a5d411a882988ee8edbad135787ca88c6d9caa33dfcd90a20d4d9ce476f
