[INFO] fetching crate ncurses-rs 0.0.3... [INFO] testing ncurses-rs-0.0.3 against master#562dee4820c458d823175268e41601d4c060588a for pr-154210-2 [INFO] extracting crate ncurses-rs 0.0.3 into /workspace/builds/worker-0-tc1/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-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate ncurses-rs 0.0.3 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] 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] 70e239dbbe57c39c8765b7b771ecb1b711b8f5d143e140a3daca37c85845935a [INFO] running `Command { std: "docker" "start" "-a" "70e239dbbe57c39c8765b7b771ecb1b711b8f5d143e140a3daca37c85845935a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "70e239dbbe57c39c8765b7b771ecb1b711b8f5d143e140a3daca37c85845935a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70e239dbbe57c39c8765b7b771ecb1b711b8f5d143e140a3daca37c85845935a", kill_on_drop: false }` [INFO] [stdout] 70e239dbbe57c39c8765b7b771ecb1b711b8f5d143e140a3daca37c85845935a [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] ff3d882e8804968d23e3cef77d87248c3ade9dc77733932975696a92a86c169a [INFO] running `Command { std: "docker" "start" "-a" "ff3d882e8804968d23e3cef77d87248c3ade9dc77733932975696a92a86c169a", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` 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.42s [INFO] running `Command { std: "docker" "inspect" "ff3d882e8804968d23e3cef77d87248c3ade9dc77733932975696a92a86c169a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff3d882e8804968d23e3cef77d87248c3ade9dc77733932975696a92a86c169a", kill_on_drop: false }` [INFO] [stdout] ff3d882e8804968d23e3cef77d87248c3ade9dc77733932975696a92a86c169a [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] 9927c0d5a1faad1dd3d1aa5a58f5303d91743e44ba4bd3d28ca5a49b04ecbd6d [INFO] running `Command { std: "docker" "start" "-a" "9927c0d5a1faad1dd3d1aa5a58f5303d91743e44ba4bd3d28ca5a49b04ecbd6d", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` 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] [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] 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 `test` profile [unoptimized + debuginfo] target(s) in 0.30s [INFO] running `Command { std: "docker" "inspect" "9927c0d5a1faad1dd3d1aa5a58f5303d91743e44ba4bd3d28ca5a49b04ecbd6d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9927c0d5a1faad1dd3d1aa5a58f5303d91743e44ba4bd3d28ca5a49b04ecbd6d", kill_on_drop: false }` [INFO] [stdout] 9927c0d5a1faad1dd3d1aa5a58f5303d91743e44ba4bd3d28ca5a49b04ecbd6d [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] 19e07af30efe78ca4614735bd186bd23e684b69c6e125c714bfd4c4f66c1be42 [INFO] running `Command { std: "docker" "start" "-a" "19e07af30efe78ca4614735bd186bd23e684b69c6e125c714bfd4c4f66c1be42", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` 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.04s [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" "19e07af30efe78ca4614735bd186bd23e684b69c6e125c714bfd4c4f66c1be42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19e07af30efe78ca4614735bd186bd23e684b69c6e125c714bfd4c4f66c1be42", kill_on_drop: false }` [INFO] [stdout] 19e07af30efe78ca4614735bd186bd23e684b69c6e125c714bfd4c4f66c1be42