[INFO] fetching crate ledger 0.2.5... [INFO] checking ledger-0.2.5 against try#169954edd744527414c631e9af1bbdc537b0cdf2 for pr-75192 [INFO] extracting crate ledger 0.2.5 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate ledger 0.2.5 on toolchain 169954edd744527414c631e9af1bbdc537b0cdf2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+169954edd744527414c631e9af1bbdc537b0cdf2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate ledger 0.2.5 [INFO] finished tweaking crates.io crate ledger 0.2.5 [INFO] tweaked toml for crates.io crate ledger 0.2.5 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+169954edd744527414c631e9af1bbdc537b0cdf2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+169954edd744527414c631e9af1bbdc537b0cdf2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+169954edd744527414c631e9af1bbdc537b0cdf2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] aa92ccd93294f8dbb7e8eb79a62dac5ef5bf5e20b36a05ef754072593e9ee661 [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" "aa92ccd93294f8dbb7e8eb79a62dac5ef5bf5e20b36a05ef754072593e9ee661", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aa92ccd93294f8dbb7e8eb79a62dac5ef5bf5e20b36a05ef754072593e9ee661", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa92ccd93294f8dbb7e8eb79a62dac5ef5bf5e20b36a05ef754072593e9ee661", kill_on_drop: false }` [INFO] [stdout] aa92ccd93294f8dbb7e8eb79a62dac5ef5bf5e20b36a05ef754072593e9ee661 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+169954edd744527414c631e9af1bbdc537b0cdf2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1f453efcd4f0c3d367b720e4f32a10c189a2adef3a3cfc313ba4f33c5165299c [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" "1f453efcd4f0c3d367b720e4f32a10c189a2adef3a3cfc313ba4f33c5165299c", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.39 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Checking gimli v0.22.0 [INFO] [stderr] Checking rustc-demangle v0.1.16 [INFO] [stderr] Checking object v0.20.0 [INFO] [stderr] Checking hex v0.3.2 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling hidapi v0.5.2 [INFO] [stderr] Checking addr2line v0.13.0 [INFO] [stderr] Checking backtrace v0.3.50 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Checking ledger v0.2.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib.rs:398:56 [INFO] [stdout] | [INFO] [stdout] 398 | let mut desc_raw: HidrawReportDescriptor = 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/lib.rs:398:56 [INFO] [stdout] | [INFO] [stdout] 398 | let mut desc_raw: HidrawReportDescriptor = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.23s [INFO] running `Command { std: "docker" "inspect" "1f453efcd4f0c3d367b720e4f32a10c189a2adef3a3cfc313ba4f33c5165299c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f453efcd4f0c3d367b720e4f32a10c189a2adef3a3cfc313ba4f33c5165299c", kill_on_drop: false }` [INFO] [stdout] 1f453efcd4f0c3d367b720e4f32a10c189a2adef3a3cfc313ba4f33c5165299c