[INFO] fetching crate lazy-panic 1.0.0... [INFO] testing lazy-panic-1.0.0 against master#562dee4820c458d823175268e41601d4c060588a for pr-154210-1 [INFO] extracting crate lazy-panic 1.0.0 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate lazy-panic 1.0.0 [INFO] finished tweaking crates.io crate lazy-panic 1.0.0 [INFO] tweaked toml for crates.io crate lazy-panic 1.0.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate lazy-panic 1.0.0 on toolchain 562dee4820c458d823175268e41601d4c060588a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "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" "+562dee4820c458d823175268e41601d4c060588a" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 11 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f13e18d847581a29c5522811cbc72b1a815209440a4e104b64325bf051be6793 [INFO] running `Command { std: "docker" "start" "-a" "f13e18d847581a29c5522811cbc72b1a815209440a4e104b64325bf051be6793", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f13e18d847581a29c5522811cbc72b1a815209440a4e104b64325bf051be6793", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f13e18d847581a29c5522811cbc72b1a815209440a4e104b64325bf051be6793", kill_on_drop: false }` [INFO] [stdout] f13e18d847581a29c5522811cbc72b1a815209440a4e104b64325bf051be6793 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "+562dee4820c458d823175268e41601d4c060588a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 61dff85e9a28f9ec095a4971ab7e80c0f804454f7693588524f2bf0eaf3fc746 [INFO] running `Command { std: "docker" "start" "-a" "61dff85e9a28f9ec095a4971ab7e80c0f804454f7693588524f2bf0eaf3fc746", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] Compiling lazy-panic v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead [INFO] [stdout] --> src/formatter.rs:18:61 [INFO] [stdout] | [INFO] [stdout] 18 | fn write_in(writer: &mut W, info: &panic::PanicInfo) -> io::Result<()>; [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/formatter.rs:129:28 [INFO] [stdout] | [INFO] [stdout] 129 | fn print(info: &panic::PanicInfo) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead [INFO] [stdout] --> src/formatter.rs:49:53 [INFO] [stdout] | [INFO] [stdout] 49 | fn write_in(_: &mut W, _: &panic::PanicInfo) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead [INFO] [stdout] --> src/formatter.rs:90:61 [INFO] [stdout] | [INFO] [stdout] 90 | fn write_in(writer: &mut W, info: &panic::PanicInfo) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead [INFO] [stdout] --> src/formatter.rs:163:25 [INFO] [stdout] | [INFO] [stdout] 163 | fn print(_: &panic::PanicInfo) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead [INFO] [stdout] --> src/formatter.rs:252:61 [INFO] [stdout] | [INFO] [stdout] 252 | fn write_in(writer: &mut W, info: &panic::PanicInfo) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s [INFO] running `Command { std: "docker" "inspect" "61dff85e9a28f9ec095a4971ab7e80c0f804454f7693588524f2bf0eaf3fc746", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61dff85e9a28f9ec095a4971ab7e80c0f804454f7693588524f2bf0eaf3fc746", kill_on_drop: false }` [INFO] [stdout] 61dff85e9a28f9ec095a4971ab7e80c0f804454f7693588524f2bf0eaf3fc746 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 55c6386c886ccb7c3213512522084d67f781682dad583a4253e01578e94a6f75 [INFO] running `Command { std: "docker" "start" "-a" "55c6386c886ccb7c3213512522084d67f781682dad583a4253e01578e94a6f75", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead [INFO] [stdout] --> src/formatter.rs:18:61 [INFO] [stdout] | [INFO] [stdout] 18 | fn write_in(writer: &mut W, info: &panic::PanicInfo) -> io::Result<()>; [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/formatter.rs:129:28 [INFO] [stdout] | [INFO] [stdout] 129 | fn print(info: &panic::PanicInfo) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead [INFO] [stdout] --> src/formatter.rs:49:53 [INFO] [stdout] | [INFO] [stdout] 49 | fn write_in(_: &mut W, _: &panic::PanicInfo) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead [INFO] [stdout] --> src/formatter.rs:90:61 [INFO] [stdout] | [INFO] [stdout] 90 | fn write_in(writer: &mut W, info: &panic::PanicInfo) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead [INFO] [stdout] --> src/formatter.rs:163:25 [INFO] [stdout] | [INFO] [stdout] 163 | fn print(_: &panic::PanicInfo) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead [INFO] [stdout] --> src/formatter.rs:252:61 [INFO] [stdout] | [INFO] [stdout] 252 | fn write_in(writer: &mut W, info: &panic::PanicInfo) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling lazy-panic v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead [INFO] [stdout] --> src/formatter.rs:18:61 [INFO] [stdout] | [INFO] [stdout] 18 | fn write_in(writer: &mut W, info: &panic::PanicInfo) -> io::Result<()>; [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/formatter.rs:129:28 [INFO] [stdout] | [INFO] [stdout] 129 | fn print(info: &panic::PanicInfo) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead [INFO] [stdout] --> src/formatter.rs:49:53 [INFO] [stdout] | [INFO] [stdout] 49 | fn write_in(_: &mut W, _: &panic::PanicInfo) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead [INFO] [stdout] --> src/formatter.rs:90:61 [INFO] [stdout] | [INFO] [stdout] 90 | fn write_in(writer: &mut W, info: &panic::PanicInfo) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead [INFO] [stdout] --> src/formatter.rs:163:25 [INFO] [stdout] | [INFO] [stdout] 163 | fn print(_: &panic::PanicInfo) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead [INFO] [stdout] --> src/formatter.rs:252:61 [INFO] [stdout] | [INFO] [stdout] 252 | fn write_in(writer: &mut W, info: &panic::PanicInfo) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.56s [INFO] running `Command { std: "docker" "inspect" "55c6386c886ccb7c3213512522084d67f781682dad583a4253e01578e94a6f75", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55c6386c886ccb7c3213512522084d67f781682dad583a4253e01578e94a6f75", kill_on_drop: false }` [INFO] [stdout] 55c6386c886ccb7c3213512522084d67f781682dad583a4253e01578e94a6f75 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d51f2795e477e95955639ed93300f7b7e91ac4b4ecbdd7f6de26f952252d17c1 [INFO] running `Command { std: "docker" "start" "-a" "d51f2795e477e95955639ed93300f7b7e91ac4b4ecbdd7f6de26f952252d17c1", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead [INFO] [stderr] --> src/formatter.rs:18:61 [INFO] [stderr] | [INFO] [stderr] 18 | fn write_in(writer: &mut W, info: &panic::PanicInfo) -> io::Result<()>; [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/formatter.rs:129:28 [INFO] [stderr] | [INFO] [stderr] 129 | fn print(info: &panic::PanicInfo) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead [INFO] [stderr] --> src/formatter.rs:49:53 [INFO] [stderr] | [INFO] [stderr] 49 | fn write_in(_: &mut W, _: &panic::PanicInfo) -> io::Result<()> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead [INFO] [stderr] --> src/formatter.rs:90:61 [INFO] [stderr] | [INFO] [stderr] 90 | fn write_in(writer: &mut W, info: &panic::PanicInfo) -> io::Result<()> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead [INFO] [stderr] --> src/formatter.rs:163:25 [INFO] [stderr] | [INFO] [stderr] 163 | fn print(_: &panic::PanicInfo) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead [INFO] [stderr] --> src/formatter.rs:252:61 [INFO] [stderr] | [INFO] [stderr] 252 | fn write_in(writer: &mut W, info: &panic::PanicInfo) -> io::Result<()> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `lazy-panic` (lib) generated 6 warnings [INFO] [stderr] warning: `lazy-panic` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lazy_panic-73fe1a50c44aa761) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stderr] Panic: src/formatter.rs:292 - lolka [INFO] [stderr] lolka [INFO] [stdout] test formatter::tests::should_debug_panic - should panic ... ok [INFO] [stdout] test formatter::tests::should_empty_panic - should panic ... ok [INFO] [stdout] test formatter::tests::should_just_error_panic - should panic ... ok [INFO] [stdout] test formatter::tests::should_simple_panic - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Panic: src/formatter.rs:278 - lolka [INFO] [stderr] Doc-tests lazy_panic [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" "d51f2795e477e95955639ed93300f7b7e91ac4b4ecbdd7f6de26f952252d17c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d51f2795e477e95955639ed93300f7b7e91ac4b4ecbdd7f6de26f952252d17c1", kill_on_drop: false }` [INFO] [stdout] d51f2795e477e95955639ed93300f7b7e91ac4b4ecbdd7f6de26f952252d17c1