[INFO] fetching crate ncurses-rs 0.0.3... [INFO] testing ncurses-rs-0.0.3 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate ncurses-rs 0.0.3 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate ncurses-rs 0.0.3 [INFO] finished tweaking crates.io crate ncurses-rs 0.0.3 [INFO] tweaked toml for crates.io crate ncurses-rs 0.0.3 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate ncurses-rs 0.0.3 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1c8e0cf3a11e7cd9d456a9062e3700078b88594f029bc49af500f0d21387616b [INFO] running `Command { std: "docker" "start" "-a" "1c8e0cf3a11e7cd9d456a9062e3700078b88594f029bc49af500f0d21387616b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1c8e0cf3a11e7cd9d456a9062e3700078b88594f029bc49af500f0d21387616b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c8e0cf3a11e7cd9d456a9062e3700078b88594f029bc49af500f0d21387616b", kill_on_drop: false }` [INFO] [stdout] 1c8e0cf3a11e7cd9d456a9062e3700078b88594f029bc49af500f0d21387616b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 69098b97a27b15c7de909a9207070c55e501e81fc7398e659291fa93ba1e9582 [INFO] running `Command { std: "docker" "start" "-a" "69098b97a27b15c7de909a9207070c55e501e81fc7398e659291fa93ba1e9582", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling ncurses-rs v0.0.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/window/mod.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/context/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/print/mod.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `height`, `width`, `x`, and `y` are never read [INFO] [stdout] --> src/window/mod.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct Window { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] 4 | /// the height of the window in characters [INFO] [stdout] 5 | height: u64, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 6 | /// the width of the window in characters [INFO] [stdout] 7 | width: u64, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 8 | /// the x-coordinate that the window starts at [INFO] [stdout] 9 | x: u64, [INFO] [stdout] | ^ [INFO] [stdout] 10 | /// the y-coordinate that the window starts at [INFO] [stdout] 11 | y: u64, [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s [INFO] running `Command { std: "docker" "inspect" "69098b97a27b15c7de909a9207070c55e501e81fc7398e659291fa93ba1e9582", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69098b97a27b15c7de909a9207070c55e501e81fc7398e659291fa93ba1e9582", kill_on_drop: false }` [INFO] [stdout] 69098b97a27b15c7de909a9207070c55e501e81fc7398e659291fa93ba1e9582 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2c4b067bd4fc84adaf03dc626fd46813d9b61a2ec80c985da3f2a5af0750587b [INFO] running `Command { std: "docker" "start" "-a" "2c4b067bd4fc84adaf03dc626fd46813d9b61a2ec80c985da3f2a5af0750587b", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/window/mod.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/context/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ncurses-rs v0.0.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/print/mod.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `height`, `width`, `x`, and `y` are never read [INFO] [stdout] --> src/window/mod.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct Window { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] 4 | /// the height of the window in characters [INFO] [stdout] 5 | height: u64, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 6 | /// the width of the window in characters [INFO] [stdout] 7 | width: u64, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 8 | /// the x-coordinate that the window starts at [INFO] [stdout] 9 | x: u64, [INFO] [stdout] | ^ [INFO] [stdout] 10 | /// the y-coordinate that the window starts at [INFO] [stdout] 11 | y: u64, [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/window/mod.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/context/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/print/mod.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `height`, `width`, `x`, and `y` are never read [INFO] [stdout] --> src/window/mod.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct Window { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] 4 | /// the height of the window in characters [INFO] [stdout] 5 | height: u64, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 6 | /// the width of the window in characters [INFO] [stdout] 7 | width: u64, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 8 | /// the x-coordinate that the window starts at [INFO] [stdout] 9 | x: u64, [INFO] [stdout] | ^ [INFO] [stdout] 10 | /// the y-coordinate that the window starts at [INFO] [stdout] 11 | y: u64, [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s [INFO] running `Command { std: "docker" "inspect" "2c4b067bd4fc84adaf03dc626fd46813d9b61a2ec80c985da3f2a5af0750587b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c4b067bd4fc84adaf03dc626fd46813d9b61a2ec80c985da3f2a5af0750587b", kill_on_drop: false }` [INFO] [stdout] 2c4b067bd4fc84adaf03dc626fd46813d9b61a2ec80c985da3f2a5af0750587b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 031b95c0540a92f81e913574833547c4cf000577633ff80b45d336bc3952a134 [INFO] running `Command { std: "docker" "start" "-a" "031b95c0540a92f81e913574833547c4cf000577633ff80b45d336bc3952a134", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stderr] --> src/window/mod.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | extern { [INFO] [stderr] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(missing_abi)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stderr] --> src/context/mod.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | extern { [INFO] [stderr] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stderr] [INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stderr] --> src/print/mod.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | extern { [INFO] [stderr] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stderr] [INFO] [stderr] warning: fields `height`, `width`, `x`, and `y` are never read [INFO] [stderr] --> src/window/mod.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 3 | pub struct Window { [INFO] [stderr] | ------ fields in this struct [INFO] [stderr] 4 | /// the height of the window in characters [INFO] [stderr] 5 | height: u64, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 6 | /// the width of the window in characters [INFO] [stderr] 7 | width: u64, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 8 | /// the x-coordinate that the window starts at [INFO] [stderr] 9 | x: u64, [INFO] [stderr] | ^ [INFO] [stderr] 10 | /// the y-coordinate that the window starts at [INFO] [stderr] 11 | y: u64, [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `ncurses-rs` (lib) generated 4 warnings (run `cargo fix --lib -p ncurses-rs` to apply 3 suggestions) [INFO] [stderr] warning: `ncurses-rs` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ncurses_rs-14a1b799dddf9ef5) [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 ncurses_rs [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" "031b95c0540a92f81e913574833547c4cf000577633ff80b45d336bc3952a134", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "031b95c0540a92f81e913574833547c4cf000577633ff80b45d336bc3952a134", kill_on_drop: false }` [INFO] [stdout] 031b95c0540a92f81e913574833547c4cf000577633ff80b45d336bc3952a134