[INFO] fetching crate yacurses 0.2.4... [INFO] checking yacurses-0.2.4 against try#47988eeabf6090a44f37845ce0a796693c491c97 for pr-115974 [INFO] extracting crate yacurses 0.2.4 into /workspace/builds/worker-4-tc2/source [INFO] validating manifest of crates.io crate yacurses 0.2.4 on toolchain 47988eeabf6090a44f37845ce0a796693c491c97 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+47988eeabf6090a44f37845ce0a796693c491c97" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate yacurses 0.2.4 [INFO] finished tweaking crates.io crate yacurses 0.2.4 [INFO] tweaked toml for crates.io crate yacurses 0.2.4 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate crates.io crate yacurses 0.2.4 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+47988eeabf6090a44f37845ce0a796693c491c97" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+47988eeabf6090a44f37845ce0a796693c491c97" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] df69423015588b313a528effd23228ef743b50844417353c04f4ad3841f7b958 [INFO] running `Command { std: "docker" "start" "-a" "df69423015588b313a528effd23228ef743b50844417353c04f4ad3841f7b958", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "df69423015588b313a528effd23228ef743b50844417353c04f4ad3841f7b958", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df69423015588b313a528effd23228ef743b50844417353c04f4ad3841f7b958", kill_on_drop: false }` [INFO] [stdout] df69423015588b313a528effd23228ef743b50844417353c04f4ad3841f7b958 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+47988eeabf6090a44f37845ce0a796693c491c97" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9012daf002cb16cc9ce094f21cb89ba8c981af79462d8ba4c3d1396e9da783d4 [INFO] running `Command { std: "docker" "start" "-a" "9012daf002cb16cc9ce094f21cb89ba8c981af79462d8ba4c3d1396e9da783d4", kill_on_drop: false }` [INFO] [stderr] Compiling yacurses v0.2.4 (/opt/rustwide/workdir) [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:122:36 [INFO] [stdout] | [INFO] [stdout] 122 | std::panic::set_hook(replace(&mut self.old_hook, Box::new(|_| {}))); [INFO] [stdout] | ------- ^^^^^^^^^^^^^^^^^^ expected `std::panic::PanicInfo<'_>`, found `core::panic::PanicInfo<'_>` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: `core::panic::PanicInfo<'_>` and `std::panic::PanicInfo<'_>` have similar names, but are actually distinct types [INFO] [stdout] note: `core::panic::PanicInfo<'_>` is defined in crate `core` [INFO] [stdout] --> /rustc/47988eeabf6090a44f37845ce0a796693c491c97/library/core/src/panic/panic_info.rs:10:1 [INFO] [stdout] note: `std::panic::PanicInfo<'_>` is defined in crate `std` [INFO] [stdout] --> /rustc/47988eeabf6090a44f37845ce0a796693c491c97/library/std/src/panic.rs:33:1 [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/47988eeabf6090a44f37845ce0a796693c491c97/library/core/src/mem/mod.rs:911:14 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:122:36 [INFO] [stdout] | [INFO] [stdout] 122 | std::panic::set_hook(replace(&mut self.old_hook, Box::new(|_| {}))); [INFO] [stdout] | ------- ^^^^^^^^^^^^^^^^^^ expected `std::panic::PanicInfo<'_>`, found `core::panic::PanicInfo<'_>` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: `core::panic::PanicInfo<'_>` and `std::panic::PanicInfo<'_>` have similar names, but are actually distinct types [INFO] [stdout] note: `core::panic::PanicInfo<'_>` is defined in crate `core` [INFO] [stdout] --> /rustc/47988eeabf6090a44f37845ce0a796693c491c97/library/core/src/panic/panic_info.rs:10:1 [INFO] [stdout] note: `std::panic::PanicInfo<'_>` is defined in crate `std` [INFO] [stdout] --> /rustc/47988eeabf6090a44f37845ce0a796693c491c97/library/std/src/panic.rs:33:1 [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/47988eeabf6090a44f37845ce0a796693c491c97/library/core/src/mem/mod.rs:911:14 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:157:52 [INFO] [stdout] | [INFO] [stdout] 157 | let mut w = Self { ptr: unsafe { stdscr }, old_hook }; [INFO] [stdout] | ^^^^^^^^ expected `core::panic::PanicInfo<'_>`, found `std::panic::PanicInfo<'_>` [INFO] [stdout] | [INFO] [stdout] = note: `std::panic::PanicInfo<'_>` and `core::panic::PanicInfo<'_>` have similar names, but are actually distinct types [INFO] [stdout] note: `std::panic::PanicInfo<'_>` is defined in crate `std` [INFO] [stdout] --> /rustc/47988eeabf6090a44f37845ce0a796693c491c97/library/std/src/panic.rs:33:1 [INFO] [stdout] note: `core::panic::PanicInfo<'_>` is defined in crate `core` [INFO] [stdout] --> /rustc/47988eeabf6090a44f37845ce0a796693c491c97/library/core/src/panic/panic_info.rs:10:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:157:52 [INFO] [stdout] | [INFO] [stdout] 157 | let mut w = Self { ptr: unsafe { stdscr }, old_hook }; [INFO] [stdout] | ^^^^^^^^ expected `core::panic::PanicInfo<'_>`, found `std::panic::PanicInfo<'_>` [INFO] [stdout] | [INFO] [stdout] = note: `std::panic::PanicInfo<'_>` and `core::panic::PanicInfo<'_>` have similar names, but are actually distinct types [INFO] [stdout] note: `std::panic::PanicInfo<'_>` is defined in crate `std` [INFO] [stdout] --> /rustc/47988eeabf6090a44f37845ce0a796693c491c97/library/std/src/panic.rs:33:1 [INFO] [stdout] note: `core::panic::PanicInfo<'_>` is defined in crate `core` [INFO] [stdout] --> /rustc/47988eeabf6090a44f37845ce0a796693c491c97/library/core/src/panic/panic_info.rs:10:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:161:53 [INFO] [stdout] | [INFO] [stdout] 161 | let win = Self { ptr: unsafe { initscr() }, old_hook }; [INFO] [stdout] | ^^^^^^^^ expected `core::panic::PanicInfo<'_>`, found `std::panic::PanicInfo<'_>` [INFO] [stdout] | [INFO] [stdout] = note: `std::panic::PanicInfo<'_>` and `core::panic::PanicInfo<'_>` have similar names, but are actually distinct types [INFO] [stdout] note: `std::panic::PanicInfo<'_>` is defined in crate `std` [INFO] [stdout] --> /rustc/47988eeabf6090a44f37845ce0a796693c491c97/library/std/src/panic.rs:33:1 [INFO] [stdout] note: `core::panic::PanicInfo<'_>` is defined in crate `core` [INFO] [stdout] --> /rustc/47988eeabf6090a44f37845ce0a796693c491c97/library/core/src/panic/panic_info.rs:10:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:161:53 [INFO] [stdout] | [INFO] [stdout] 161 | let win = Self { ptr: unsafe { initscr() }, old_hook }; [INFO] [stdout] | ^^^^^^^^ expected `core::panic::PanicInfo<'_>`, found `std::panic::PanicInfo<'_>` [INFO] [stdout] | [INFO] [stdout] = note: `std::panic::PanicInfo<'_>` and `core::panic::PanicInfo<'_>` have similar names, but are actually distinct types [INFO] [stdout] note: `std::panic::PanicInfo<'_>` is defined in crate `std` [INFO] [stdout] --> /rustc/47988eeabf6090a44f37845ce0a796693c491c97/library/std/src/panic.rs:33:1 [INFO] [stdout] note: `core::panic::PanicInfo<'_>` is defined in crate `core` [INFO] [stdout] --> /rustc/47988eeabf6090a44f37845ce0a796693c491c97/library/core/src/panic/panic_info.rs:10:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `yacurses` (lib) due to 4 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `yacurses` (lib test) due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "9012daf002cb16cc9ce094f21cb89ba8c981af79462d8ba4c3d1396e9da783d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9012daf002cb16cc9ce094f21cb89ba8c981af79462d8ba4c3d1396e9da783d4", kill_on_drop: false }` [INFO] [stdout] 9012daf002cb16cc9ce094f21cb89ba8c981af79462d8ba4c3d1396e9da783d4