[INFO] cloning repository https://github.com/l0nelybyte/rxscreen [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/l0nelybyte/rxscreen" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fl0nelybyte%2Frxscreen", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fl0nelybyte%2Frxscreen'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 56fea7f7f6150415a6a30126c6af3121e1bf5555 [INFO] checking l0nelybyte/rxscreen against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fl0nelybyte%2Frxscreen" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/l0nelybyte/rxscreen on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/l0nelybyte/rxscreen [INFO] finished tweaking git repo https://github.com/l0nelybyte/rxscreen [INFO] tweaked toml for git repo https://github.com/l0nelybyte/rxscreen written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/l0nelybyte/rxscreen already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ead793f8529425764184f0befe96edde5b9d89591bd2d4badb3f2500c133b1e6 [INFO] running `Command { std: "docker" "start" "-a" "ead793f8529425764184f0befe96edde5b9d89591bd2d4badb3f2500c133b1e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ead793f8529425764184f0befe96edde5b9d89591bd2d4badb3f2500c133b1e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ead793f8529425764184f0befe96edde5b9d89591bd2d4badb3f2500c133b1e6", kill_on_drop: false }` [INFO] [stdout] ead793f8529425764184f0befe96edde5b9d89591bd2d4badb3f2500c133b1e6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 80742eedb66e0b6c616b1d825c5026aa51e34e40c3dc2d537d0be23b4e8663bb [INFO] running `Command { std: "docker" "start" "-a" "80742eedb66e0b6c616b1d825c5026aa51e34e40c3dc2d537d0be23b4e8663bb", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Compiling rxscreen v0.1.3 (/tmp/fixit) [INFO] [stderr] Migrating build.rs from 2018 edition to 2021 [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stderr] Fixed src/lib.rs (1 fix) [INFO] [stdout] warning: constant is never used: `XYBitmap` [INFO] [stdout] --> src/ffi.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | pub const XYBitmap: c_int = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `XYPixmap` [INFO] [stdout] --> src/ffi.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | pub const XYPixmap: c_int = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `width` [INFO] [stdout] --> src/lib.rs:39:2 [INFO] [stdout] | [INFO] [stdout] 39 | width: u32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `height` [INFO] [stdout] --> src/lib.rs:40:2 [INFO] [stdout] | [INFO] [stdout] 40 | height: u32, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `XYBitmap` should have an upper case name [INFO] [stdout] --> src/ffi.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | pub const XYBitmap: c_int = 0; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `XYBITMAP` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `XYPixmap` should have an upper case name [INFO] [stdout] --> src/ffi.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | pub const XYPixmap: c_int = 1; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `XYPIXMAP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ZPixmap` should have an upper case name [INFO] [stdout] --> src/ffi.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | pub const ZPixmap: c_int = 2; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `ZPIXMAP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `AllPlanes` should have an upper case name [INFO] [stdout] --> src/ffi.rs:7:11 [INFO] [stdout] | [INFO] [stdout] 7 | pub const AllPlanes: c_ulong = !0; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `ALL_PLANES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `XYBitmap` [INFO] [stdout] --> src/ffi.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | pub const XYBitmap: c_int = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `XYPixmap` [INFO] [stdout] --> src/ffi.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | pub const XYPixmap: c_int = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `width` [INFO] [stdout] --> src/lib.rs:39:2 [INFO] [stdout] | [INFO] [stdout] 39 | width: u32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `height` [INFO] [stdout] --> src/lib.rs:40:2 [INFO] [stdout] | [INFO] [stdout] 40 | height: u32, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `XYBitmap` should have an upper case name [INFO] [stdout] --> src/ffi.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | pub const XYBitmap: c_int = 0; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `XYBITMAP` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `XYPixmap` should have an upper case name [INFO] [stdout] --> src/ffi.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | pub const XYPixmap: c_int = 1; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `XYPIXMAP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ZPixmap` should have an upper case name [INFO] [stdout] --> src/ffi.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | pub const ZPixmap: c_int = 2; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `ZPIXMAP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `AllPlanes` should have an upper case name [INFO] [stdout] --> src/ffi.rs:7:11 [INFO] [stdout] | [INFO] [stdout] 7 | pub const AllPlanes: c_ulong = !0; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `ALL_PLANES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.50s [INFO] [stderr] Running `cargo check` to verify 2021 [INFO] [stderr] Compiling rxscreen v0.1.3 (/tmp/fixit) [INFO] [stdout] warning: constant is never used: `XYBitmap` [INFO] [stdout] --> src/ffi.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | pub const XYBitmap: c_int = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `XYPixmap` [INFO] [stdout] --> src/ffi.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | pub const XYPixmap: c_int = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `width` [INFO] [stdout] --> src/lib.rs:39:2 [INFO] [stdout] | [INFO] [stdout] 39 | width: u32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `height` [INFO] [stdout] --> src/lib.rs:40:2 [INFO] [stdout] | [INFO] [stdout] 40 | height: u32, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `XYBitmap` should have an upper case name [INFO] [stdout] --> src/ffi.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | pub const XYBitmap: c_int = 0; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `XYBITMAP` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `XYPixmap` should have an upper case name [INFO] [stdout] --> src/ffi.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | pub const XYPixmap: c_int = 1; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `XYPIXMAP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ZPixmap` should have an upper case name [INFO] [stdout] --> src/ffi.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | pub const ZPixmap: c_int = 2; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `ZPIXMAP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `AllPlanes` should have an upper case name [INFO] [stdout] --> src/ffi.rs:7:11 [INFO] [stdout] | [INFO] [stdout] 7 | pub const AllPlanes: c_ulong = !0; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `ALL_PLANES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `XYBitmap` [INFO] [stdout] --> src/ffi.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | pub const XYBitmap: c_int = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `XYPixmap` [INFO] [stdout] --> src/ffi.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | pub const XYPixmap: c_int = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `width` [INFO] [stdout] --> src/lib.rs:39:2 [INFO] [stdout] | [INFO] [stdout] 39 | width: u32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `height` [INFO] [stdout] --> src/lib.rs:40:2 [INFO] [stdout] | [INFO] [stdout] 40 | height: u32, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `XYBitmap` should have an upper case name [INFO] [stdout] --> src/ffi.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | pub const XYBitmap: c_int = 0; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `XYBITMAP` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `XYPixmap` should have an upper case name [INFO] [stdout] --> src/ffi.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | pub const XYPixmap: c_int = 1; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `XYPIXMAP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ZPixmap` should have an upper case name [INFO] [stdout] --> src/ffi.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | pub const ZPixmap: c_int = 2; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `ZPIXMAP` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `AllPlanes` should have an upper case name [INFO] [stdout] --> src/ffi.rs:7:11 [INFO] [stdout] | [INFO] [stdout] 7 | pub const AllPlanes: c_ulong = !0; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper case: `ALL_PLANES` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.54s [INFO] running `Command { std: "docker" "inspect" "80742eedb66e0b6c616b1d825c5026aa51e34e40c3dc2d537d0be23b4e8663bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "80742eedb66e0b6c616b1d825c5026aa51e34e40c3dc2d537d0be23b4e8663bb", kill_on_drop: false }` [INFO] [stdout] 80742eedb66e0b6c616b1d825c5026aa51e34e40c3dc2d537d0be23b4e8663bb