[INFO] fetching crate gilrs-core 0.2.6... [INFO] checking gilrs-core-0.2.6 against master#893fadd11a52aa26fc19c67ee1b79f03d6a1bed3 for pr-77153 [INFO] extracting crate gilrs-core 0.2.6 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate gilrs-core 0.2.6 on toolchain 893fadd11a52aa26fc19c67ee1b79f03d6a1bed3 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+893fadd11a52aa26fc19c67ee1b79f03d6a1bed3" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate gilrs-core 0.2.6 [INFO] finished tweaking crates.io crate gilrs-core 0.2.6 [INFO] tweaked toml for crates.io crate gilrs-core 0.2.6 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate gilrs-core 0.2.6 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+893fadd11a52aa26fc19c67ee1b79f03d6a1bed3" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+893fadd11a52aa26fc19c67ee1b79f03d6a1bed3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 44fe9c3a7476ff52bb26a07b3a7d32478737621f6bd37e9e3280ce78448422f3 [INFO] running `Command { std: "docker" "start" "-a" "44fe9c3a7476ff52bb26a07b3a7d32478737621f6bd37e9e3280ce78448422f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "44fe9c3a7476ff52bb26a07b3a7d32478737621f6bd37e9e3280ce78448422f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44fe9c3a7476ff52bb26a07b3a7d32478737621f6bd37e9e3280ce78448422f3", kill_on_drop: false }` [INFO] [stdout] 44fe9c3a7476ff52bb26a07b3a7d32478737621f6bd37e9e3280ce78448422f3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+893fadd11a52aa26fc19c67ee1b79f03d6a1bed3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ea0bc32370445c750917ae3bc415c0968789932f2772cbd8322f00e2a0befbb7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ea0bc32370445c750917ae3bc415c0968789932f2772cbd8322f00e2a0befbb7", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Checking termcolor v1.1.0 [INFO] [stderr] Checking uuid v0.8.1 [INFO] [stderr] Checking aho-corasick v0.7.10 [INFO] [stderr] Checking humantime v1.3.0 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Checking regex v1.3.7 [INFO] [stderr] Checking nix v0.15.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking gilrs-core v0.2.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/platform/linux/ff.rs:87:28 [INFO] [stdout] | [INFO] [stdout] 87 | time: unsafe { mem::uninitialized() }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/platform/linux/gamepad.rs:356:32 [INFO] [stdout] | [INFO] [stdout] 356 | let mut namebuff = mem::uninitialized::<[u8; 128]>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/platform/linux/gamepad.rs:397:19 [INFO] [stdout] | [INFO] [stdout] 397 | iid = mem::uninitialized::(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/platform/linux/gamepad.rs:523:33 [INFO] [stdout] | [INFO] [stdout] 523 | let mut event = mem::uninitialized::(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/platform/linux/gamepad.rs:542:35 [INFO] [stdout] | [INFO] [stdout] 542 | let mut absinfo = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/platform/linux/ff.rs:87:28 [INFO] [stdout] | [INFO] [stdout] 87 | time: unsafe { mem::uninitialized() }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/platform/linux/gamepad.rs:356:32 [INFO] [stdout] | [INFO] [stdout] 356 | let mut namebuff = mem::uninitialized::<[u8; 128]>(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/platform/linux/gamepad.rs:397:19 [INFO] [stdout] | [INFO] [stdout] 397 | iid = mem::uninitialized::(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/platform/linux/gamepad.rs:523:33 [INFO] [stdout] | [INFO] [stdout] 523 | let mut event = mem::uninitialized::(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/platform/linux/gamepad.rs:542:35 [INFO] [stdout] | [INFO] [stdout] 542 | let mut absinfo = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.19s [INFO] running `Command { std: "docker" "inspect" "ea0bc32370445c750917ae3bc415c0968789932f2772cbd8322f00e2a0befbb7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea0bc32370445c750917ae3bc415c0968789932f2772cbd8322f00e2a0befbb7", kill_on_drop: false }` [INFO] [stdout] ea0bc32370445c750917ae3bc415c0968789932f2772cbd8322f00e2a0befbb7