[INFO] fetching crate app-center 0.1.0...
[INFO] testing app-center-0.1.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate app-center 0.1.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate app-center 0.1.0
[INFO] finished tweaking crates.io crate app-center 0.1.0
[INFO] tweaked toml for crates.io crate app-center 0.1.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate app-center 0.1.0 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 151 packages to latest compatible versions
[INFO] [stderr]       Adding base64 v0.12.3 (available: v0.22.1)
[INFO] [stderr]       Adding core-foundation v0.2.3 (available: v0.10.1)
[INFO] [stderr]       Adding reqwest v0.10.10 (available: v0.12.24)
[INFO] [stderr]       Adding uuid v0.8.2 (available: v1.18.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-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] c02b692030004da1bce065a3b95e21c7863fc105a8ab7138fc41b4dd3fb596b5
[INFO] running `Command { std: "docker" "start" "-a" "c02b692030004da1bce065a3b95e21c7863fc105a8ab7138fc41b4dd3fb596b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c02b692030004da1bce065a3b95e21c7863fc105a8ab7138fc41b4dd3fb596b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c02b692030004da1bce065a3b95e21c7863fc105a8ab7138fc41b4dd3fb596b5", kill_on_drop: false }`
[INFO] [stdout] c02b692030004da1bce065a3b95e21c7863fc105a8ab7138fc41b4dd3fb596b5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 0c19d2525eedf16c20052c5606291cfb4f741aa8014df2e8bec8193f3c17f753
[INFO] running `Command { std: "docker" "start" "-a" "0c19d2525eedf16c20052c5606291cfb4f741aa8014df2e8bec8193f3c17f753", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling cc v1.2.45
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling base64 v0.12.3
[INFO] [stderr]    Compiling http-body v0.3.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling httpdate v0.3.2
[INFO] [stderr]    Compiling tracing-futures v0.2.5
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling net2 v0.2.39
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling socket2 v0.3.19
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling mio v0.6.23
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling tokio v0.2.25
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling tokio-util v0.3.1
[INFO] [stderr]    Compiling h2 v0.2.7
[INFO] [stderr]    Compiling webpki v0.21.4
[INFO] [stderr]    Compiling sct v0.6.1
[INFO] [stderr]    Compiling rustls v0.18.1
[INFO] [stderr]    Compiling webpki-roots v0.20.0
[INFO] [stderr]    Compiling tokio-rustls v0.14.1
[INFO] [stderr]    Compiling hyper v0.13.10
[INFO] [stderr]    Compiling hyper-rustls v0.21.0
[INFO] [stderr]    Compiling reqwest v0.10.10
[INFO] [stderr]    Compiling app-center v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]  --> src/lib.rs:7:24
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::panic::{self, PanicInfo};
[INFO] [stdout]   |                        ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]    --> src/lib.rs:171:25
[INFO] [stdout]     |
[INFO] [stdout] 171 |     fn new(panic_info: &PanicInfo) -> Self {
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]    --> src/lib.rs:222:40
[INFO] [stdout]     |
[INFO] [stdout] 222 |     fn new_payload(&self, panic_info: &PanicInfo) -> AppCenterLogs {
[INFO] [stdout]     |                                        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:222:20
[INFO] [stdout]     |
[INFO] [stdout] 222 |     fn new_payload(&self, panic_info: &PanicInfo) -> AppCenterLogs {
[INFO] [stdout]     |                    ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden 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] 222 |     fn new_payload(&self, panic_info: &PanicInfo) -> AppCenterLogs<'_> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.23s
[INFO] running `Command { std: "docker" "inspect" "0c19d2525eedf16c20052c5606291cfb4f741aa8014df2e8bec8193f3c17f753", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c19d2525eedf16c20052c5606291cfb4f741aa8014df2e8bec8193f3c17f753", kill_on_drop: false }`
[INFO] [stdout] 0c19d2525eedf16c20052c5606291cfb4f741aa8014df2e8bec8193f3c17f753
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 08fcd2ab6c3213038ce51d0f8824eee09b2eb30460370cfc927fd76d6c8e6edb
[INFO] running `Command { std: "docker" "start" "-a" "08fcd2ab6c3213038ce51d0f8824eee09b2eb30460370cfc927fd76d6c8e6edb", kill_on_drop: false }`
[INFO] [stderr]    Compiling app-center v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]  --> src/lib.rs:7:24
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::panic::{self, PanicInfo};
[INFO] [stdout]   |                        ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]    --> src/lib.rs:171:25
[INFO] [stdout]     |
[INFO] [stdout] 171 |     fn new(panic_info: &PanicInfo) -> Self {
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]    --> src/lib.rs:222:40
[INFO] [stdout]     |
[INFO] [stdout] 222 |     fn new_payload(&self, panic_info: &PanicInfo) -> AppCenterLogs {
[INFO] [stdout]     |                                        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:222:20
[INFO] [stdout]     |
[INFO] [stdout] 222 |     fn new_payload(&self, panic_info: &PanicInfo) -> AppCenterLogs {
[INFO] [stdout]     |                    ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden 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] 222 |     fn new_payload(&self, panic_info: &PanicInfo) -> AppCenterLogs<'_> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]  --> src/lib.rs:7:24
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::panic::{self, PanicInfo};
[INFO] [stdout]   |                        ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]    --> src/lib.rs:171:25
[INFO] [stdout]     |
[INFO] [stdout] 171 |     fn new(panic_info: &PanicInfo) -> Self {
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]    --> src/lib.rs:222:40
[INFO] [stdout]     |
[INFO] [stdout] 222 |     fn new_payload(&self, panic_info: &PanicInfo) -> AppCenterLogs {
[INFO] [stdout]     |                                        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:222:20
[INFO] [stdout]     |
[INFO] [stdout] 222 |     fn new_payload(&self, panic_info: &PanicInfo) -> AppCenterLogs {
[INFO] [stdout]     |                    ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden 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] 222 |     fn new_payload(&self, panic_info: &PanicInfo) -> AppCenterLogs<'_> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.03s
[INFO] running `Command { std: "docker" "inspect" "08fcd2ab6c3213038ce51d0f8824eee09b2eb30460370cfc927fd76d6c8e6edb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "08fcd2ab6c3213038ce51d0f8824eee09b2eb30460370cfc927fd76d6c8e6edb", kill_on_drop: false }`
[INFO] [stdout] 08fcd2ab6c3213038ce51d0f8824eee09b2eb30460370cfc927fd76d6c8e6edb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] f0efc5395a0e4f4c0afe8cd695c4139c6752a7e9824079e85fb1d4597bf23593
[INFO] running `Command { std: "docker" "start" "-a" "f0efc5395a0e4f4c0afe8cd695c4139c6752a7e9824079e85fb1d4597bf23593", kill_on_drop: false }`
[INFO] [stderr] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stderr]  --> src/lib.rs:7:24
[INFO] [stderr]   |
[INFO] [stderr] 7 | use std::panic::{self, PanicInfo};
[INFO] [stderr]   |                        ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stderr]    --> src/lib.rs:171:25
[INFO] [stderr]     |
[INFO] [stderr] 171 |     fn new(panic_info: &PanicInfo) -> Self {
[INFO] [stderr]     |                         ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stderr]    --> src/lib.rs:222:40
[INFO] [stderr]     |
[INFO] [stderr] 222 |     fn new_payload(&self, panic_info: &PanicInfo) -> AppCenterLogs {
[INFO] [stderr]     |                                        ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:222:20
[INFO] [stderr]     |
[INFO] [stderr] 222 |     fn new_payload(&self, panic_info: &PanicInfo) -> AppCenterLogs {
[INFO] [stderr]     |                    ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden 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] 222 |     fn new_payload(&self, panic_info: &PanicInfo) -> AppCenterLogs<'_> {
[INFO] [stderr]     |                                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `app-center` (lib) generated 4 warnings (run `cargo fix --lib -p app-center` to apply 1 suggestion)
[INFO] [stderr] warning: `app-center` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/app_center-a4bcee6cb42d8d48)
[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] [stderr]    Doc-tests app_center
[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" "f0efc5395a0e4f4c0afe8cd695c4139c6752a7e9824079e85fb1d4597bf23593", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f0efc5395a0e4f4c0afe8cd695c4139c6752a7e9824079e85fb1d4597bf23593", kill_on_drop: false }`
[INFO] [stdout] f0efc5395a0e4f4c0afe8cd695c4139c6752a7e9824079e85fb1d4597bf23593
