[INFO] fetching crate drm 0.11.0...
[INFO] checking drm-0.11.0 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate drm 0.11.0 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate drm 0.11.0 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate drm 0.11.0
[INFO] finished tweaking crates.io crate drm 0.11.0
[INFO] tweaked toml for crates.io crate drm 0.11.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] crate crates.io crate drm 0.11.0 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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded nibble_vec v0.1.0
[INFO] [stderr]   Downloaded drm-sys v0.6.0
[INFO] [stderr]   Downloaded fd-lock v3.0.13
[INFO] [stderr]   Downloaded drm-ffi v0.7.0
[INFO] [stderr]   Downloaded prettyplease v0.2.15
[INFO] [stderr]   Downloaded drm-fourcc v2.2.0
[INFO] [stderr]   Downloaded rustyline v12.0.0
[INFO] [stderr]   Downloaded rustix v0.38.23
[INFO] [stderr]   Downloaded radix_trie v0.2.1
[INFO] [stderr]   Downloaded linux-raw-sys v0.6.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 37f60abcbd8b046542ba98f3411785467ce28d0d36a30b084d0e6724fc68aef3
[INFO] running `Command { std: "docker" "start" "-a" "37f60abcbd8b046542ba98f3411785467ce28d0d36a30b084d0e6724fc68aef3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "37f60abcbd8b046542ba98f3411785467ce28d0d36a30b084d0e6724fc68aef3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "37f60abcbd8b046542ba98f3411785467ce28d0d36a30b084d0e6724fc68aef3", kill_on_drop: false }`
[INFO] [stdout] 37f60abcbd8b046542ba98f3411785467ce28d0d36a30b084d0e6724fc68aef3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 33a2d21db4f879a519fdd3f986b29cb378350553b37cdb52cd3eac4be1666837
[INFO] running `Command { std: "docker" "start" "-a" "33a2d21db4f879a519fdd3f986b29cb378350553b37cdb52cd3eac4be1666837", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling rustix v0.38.23
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]     Checking bitflags v2.4.1
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]     Checking linux-raw-sys v0.4.11
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling drm-sys v0.6.0
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]     Checking linux-raw-sys v0.6.1
[INFO] [stderr]     Checking smallvec v1.11.2
[INFO] [stderr]    Compiling drm-fourcc v2.2.0
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]     Checking fdeflate v0.3.1
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]     Checking endian-type v0.1.2
[INFO] [stderr]     Checking png v0.17.10
[INFO] [stderr]     Checking radix_trie v0.2.1
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]     Checking home v0.5.5
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]     Checking unicode-segmentation v1.10.1
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking drm-ffi v0.7.0
[INFO] [stderr]     Checking fd-lock v3.0.13
[INFO] [stderr]    Compiling bytemuck_derive v1.5.0
[INFO] [stderr]     Checking rustyline v12.0.0
[INFO] [stderr]     Checking bytemuck v1.14.0
[INFO] [stderr]     Checking image v0.24.7
[INFO] [stderr]     Checking drm v0.11.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `TryFrom` is imported redundantly
[INFO] [stdout]   --> src/control/mod.rs:54:5
[INFO] [stdout]    |
[INFO] [stdout] 54 | use std::convert::TryFrom;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `TryFrom` is already defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: casting references to a bigger memory layout than the backing allocation is undefined behavior, even if the reference is unused
[INFO] [stdout]     --> src/control/mod.rs:1133:34
[INFO] [stdout]      |
[INFO] [stdout] 1128 |             let event = unsafe { &*(self.event_buf.as_ptr().add(self.i) as *const ffi::drm_event) };
[INFO] [stdout]      |                                   --------------------------------------------------------------- backing allocation comes from here
[INFO] [stdout] ...
[INFO] [stdout] 1133 |                         unsafe { &*(event as *const _ as *const ffi::drm_event_vblank) };
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: casting from `drm_event` (8 bytes) to `drm_event_vblank` (32 bytes)
[INFO] [stdout]      = note: `#[deny(invalid_reference_casting)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: casting references to a bigger memory layout than the backing allocation is undefined behavior, even if the reference is unused
[INFO] [stdout]     --> src/control/mod.rs:1147:34
[INFO] [stdout]      |
[INFO] [stdout] 1128 |             let event = unsafe { &*(self.event_buf.as_ptr().add(self.i) as *const ffi::drm_event) };
[INFO] [stdout]      |                                   --------------------------------------------------------------- backing allocation comes from here
[INFO] [stdout] ...
[INFO] [stdout] 1147 |                         unsafe { &*(event as *const _ as *const ffi::drm_event_vblank) };
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: casting from `drm_event` (8 bytes) to `drm_event_vblank` (32 bytes)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `drm` (lib) due to 3 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "33a2d21db4f879a519fdd3f986b29cb378350553b37cdb52cd3eac4be1666837", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "33a2d21db4f879a519fdd3f986b29cb378350553b37cdb52cd3eac4be1666837", kill_on_drop: false }`
[INFO] [stdout] 33a2d21db4f879a519fdd3f986b29cb378350553b37cdb52cd3eac4be1666837
[INFO] checking drm-0.11.0 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate drm 0.11.0 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate drm 0.11.0 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate drm 0.11.0
[INFO] finished tweaking crates.io crate drm 0.11.0
[INFO] tweaked toml for crates.io crate drm 0.11.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] crate crates.io crate drm 0.11.0 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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3f0362edf330cb5850d7a69755de80d1a8a6a092a9771fd8f02b4bc95468493f
[INFO] running `Command { std: "docker" "start" "-a" "3f0362edf330cb5850d7a69755de80d1a8a6a092a9771fd8f02b4bc95468493f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3f0362edf330cb5850d7a69755de80d1a8a6a092a9771fd8f02b4bc95468493f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3f0362edf330cb5850d7a69755de80d1a8a6a092a9771fd8f02b4bc95468493f", kill_on_drop: false }`
[INFO] [stdout] 3f0362edf330cb5850d7a69755de80d1a8a6a092a9771fd8f02b4bc95468493f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c613d829fb2cfbd9d62535bf6e6baf053c1dedc2ec9b027f995284a4ca902720
[INFO] running `Command { std: "docker" "start" "-a" "c613d829fb2cfbd9d62535bf6e6baf053c1dedc2ec9b027f995284a4ca902720", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling rustix v0.38.23
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]     Checking bitflags v2.4.1
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]     Checking linux-raw-sys v0.4.11
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]    Compiling drm-sys v0.6.0
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]     Checking smallvec v1.11.2
[INFO] [stderr]     Checking linux-raw-sys v0.6.1
[INFO] [stderr]    Compiling drm-fourcc v2.2.0
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]     Checking fdeflate v0.3.1
[INFO] [stderr]     Checking endian-type v0.1.2
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]     Checking radix_trie v0.2.1
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]     Checking png v0.17.10
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking unicode-segmentation v1.10.1
[INFO] [stderr]     Checking home v0.5.5
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]    Compiling bytemuck_derive v1.5.0
[INFO] [stderr]     Checking fd-lock v3.0.13
[INFO] [stderr]     Checking drm-ffi v0.7.0
[INFO] [stderr]     Checking rustyline v12.0.0
[INFO] [stderr]     Checking bytemuck v1.14.0
[INFO] [stderr]     Checking image v0.24.7
[INFO] [stderr]     Checking drm v0.11.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `TryFrom` is imported redundantly
[INFO] [stdout]   --> src/control/mod.rs:54:5
[INFO] [stdout]    |
[INFO] [stdout] 54 | use std::convert::TryFrom;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `TryFrom` is already defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: casting references to a bigger memory layout than the backing allocation is undefined behavior, even if the reference is unused
[INFO] [stdout]     --> src/control/mod.rs:1133:34
[INFO] [stdout]      |
[INFO] [stdout] 1128 |             let event = unsafe { &*(self.event_buf.as_ptr().add(self.i) as *const ffi::drm_event) };
[INFO] [stdout]      |                                   --------------------------------------------------------------- backing allocation comes from here
[INFO] [stdout] ...
[INFO] [stdout] 1133 |                         unsafe { &*(event as *const _ as *const ffi::drm_event_vblank) };
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: casting from `drm_event` (8 bytes) to `drm_event_vblank` (32 bytes)
[INFO] [stdout]      = note: `#[deny(invalid_reference_casting)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: casting references to a bigger memory layout than the backing allocation is undefined behavior, even if the reference is unused
[INFO] [stdout]     --> src/control/mod.rs:1147:34
[INFO] [stdout]      |
[INFO] [stdout] 1128 |             let event = unsafe { &*(self.event_buf.as_ptr().add(self.i) as *const ffi::drm_event) };
[INFO] [stdout]      |                                   --------------------------------------------------------------- backing allocation comes from here
[INFO] [stdout] ...
[INFO] [stdout] 1147 |                         unsafe { &*(event as *const _ as *const ffi::drm_event_vblank) };
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: casting from `drm_event` (8 bytes) to `drm_event_vblank` (32 bytes)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `drm` (lib) due to 3 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "c613d829fb2cfbd9d62535bf6e6baf053c1dedc2ec9b027f995284a4ca902720", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c613d829fb2cfbd9d62535bf6e6baf053c1dedc2ec9b027f995284a4ca902720", kill_on_drop: false }`
[INFO] [stdout] c613d829fb2cfbd9d62535bf6e6baf053c1dedc2ec9b027f995284a4ca902720
