[INFO] fetching crate pelite 0.9.0... [INFO] building pelite-0.9.0 against master#d5c88c22807925c189328ef9d923c5d2b11a95b8 for pr-87066-3 [INFO] extracting crate pelite 0.9.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate pelite 0.9.0 on toolchain d5c88c22807925c189328ef9d923c5d2b11a95b8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate pelite 0.9.0 [INFO] finished tweaking crates.io crate pelite 0.9.0 [INFO] tweaked toml for crates.io crate pelite 0.9.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate pelite 0.9.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e4e7edac102771d7e7a2e9e828e80ffd21564005940220343c5530599a27237b [INFO] running `Command { std: "docker" "start" "-a" "e4e7edac102771d7e7a2e9e828e80ffd21564005940220343c5530599a27237b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e4e7edac102771d7e7a2e9e828e80ffd21564005940220343c5530599a27237b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e4e7edac102771d7e7a2e9e828e80ffd21564005940220343c5530599a27237b", kill_on_drop: false }` [INFO] [stdout] e4e7edac102771d7e7a2e9e828e80ffd21564005940220343c5530599a27237b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c146495d97ebb6bc852dd4076daf627ac37a71109ccbacefb46c197a45bfb735 [INFO] running `Command { std: "docker" "start" "-a" "c146495d97ebb6bc852dd4076daf627ac37a71109ccbacefb46c197a45bfb735", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.76 [INFO] [stderr] Compiling derive_pod v0.1.0 [INFO] [stderr] Compiling no-std-compat v0.4.1 [INFO] [stderr] Compiling pelite-macros v0.1.1 [INFO] [stderr] Compiling dataview v0.1.1 [INFO] [stderr] Compiling pelite v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/mmap/unix.rs:24:24 [INFO] [stdout] | [INFO] [stdout] 24 | let mut stat = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/util/mod.rs:23:13 [INFO] [stdout] | [INFO] [stdout] 23 | unsafe { &(*(0 as *const $ty)).$($field_bits)* as *const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] | [INFO] [stdout] ::: src/pe64/headers.rs:35:13 [INFO] [stdout] | [INFO] [stdout] 35 | offset_of!(IMAGE_NT_HEADERS, OptionalHeader.CheckSum)) / 4; [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deref_nullptr)]` on by default [INFO] [stdout] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/util/mod.rs:23:13 [INFO] [stdout] | [INFO] [stdout] 23 | unsafe { &(*(0 as *const $ty)).$($field_bits)* as *const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] | [INFO] [stdout] ::: src/pe32/../pe64/headers.rs:35:13 [INFO] [stdout] | [INFO] [stdout] 35 | offset_of!(IMAGE_NT_HEADERS, OptionalHeader.CheckSum)) / 4; [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.90s [INFO] running `Command { std: "docker" "inspect" "c146495d97ebb6bc852dd4076daf627ac37a71109ccbacefb46c197a45bfb735", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c146495d97ebb6bc852dd4076daf627ac37a71109ccbacefb46c197a45bfb735", kill_on_drop: false }` [INFO] [stdout] c146495d97ebb6bc852dd4076daf627ac37a71109ccbacefb46c197a45bfb735 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 608b4bf815de20c2884b99e7ac84a1b833ba087c76a8e0bdb23532a0122721e9 [INFO] running `Command { std: "docker" "start" "-a" "608b4bf815de20c2884b99e7ac84a1b833ba087c76a8e0bdb23532a0122721e9", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling lde v0.3.0 [INFO] [stderr] Compiling format_xml v0.1.5 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/mmap/unix.rs:24:24 [INFO] [stdout] | [INFO] [stdout] 24 | let mut stat = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/util/mod.rs:23:13 [INFO] [stdout] | [INFO] [stdout] 23 | unsafe { &(*(0 as *const $ty)).$($field_bits)* as *const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] | [INFO] [stdout] ::: src/pe64/headers.rs:35:13 [INFO] [stdout] | [INFO] [stdout] 35 | offset_of!(IMAGE_NT_HEADERS, OptionalHeader.CheckSum)) / 4; [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deref_nullptr)]` on by default [INFO] [stdout] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/util/mod.rs:23:13 [INFO] [stdout] | [INFO] [stdout] 23 | unsafe { &(*(0 as *const $ty)).$($field_bits)* as *const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] | [INFO] [stdout] ::: src/pe32/../pe64/headers.rs:35:13 [INFO] [stdout] | [INFO] [stdout] 35 | offset_of!(IMAGE_NT_HEADERS, OptionalHeader.CheckSum)) / 4; [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling pelite v0.9.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/mmap/unix.rs:24:24 [INFO] [stdout] | [INFO] [stdout] 24 | let mut stat = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/util/mod.rs:23:13 [INFO] [stdout] | [INFO] [stdout] 23 | unsafe { &(*(0 as *const $ty)).$($field_bits)* as *const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] | [INFO] [stdout] ::: src/pe64/headers.rs:35:13 [INFO] [stdout] | [INFO] [stdout] 35 | offset_of!(IMAGE_NT_HEADERS, OptionalHeader.CheckSum)) / 4; [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deref_nullptr)]` on by default [INFO] [stdout] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/util/mod.rs:23:13 [INFO] [stdout] | [INFO] [stdout] 23 | unsafe { &(*(0 as *const $ty)).$($field_bits)* as *const _ as usize } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] | [INFO] [stdout] ::: src/pe32/../pe64/headers.rs:35:13 [INFO] [stdout] | [INFO] [stdout] 35 | offset_of!(IMAGE_NT_HEADERS, OptionalHeader.CheckSum)) / 4; [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 8.01s [INFO] running `Command { std: "docker" "inspect" "608b4bf815de20c2884b99e7ac84a1b833ba087c76a8e0bdb23532a0122721e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "608b4bf815de20c2884b99e7ac84a1b833ba087c76a8e0bdb23532a0122721e9", kill_on_drop: false }` [INFO] [stdout] 608b4bf815de20c2884b99e7ac84a1b833ba087c76a8e0bdb23532a0122721e9