[INFO] crate hbs-acc 0.2.0 is already in cache [INFO] checking hbs-acc-0.2.0 against try#c8bdaa84ec1b37f18f30375e196a65b7602f3790 for pr-73345 [INFO] extracting crate hbs-acc 0.2.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate hbs-acc 0.2.0 on toolchain c8bdaa84ec1b37f18f30375e196a65b7602f3790 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate hbs-acc 0.2.0 [INFO] finished tweaking crates.io crate hbs-acc 0.2.0 [INFO] tweaked toml for crates.io crate hbs-acc 0.2.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:6c9ffe128752d56c8d75334ed354142a5229917ed99767f56566dd8e857ad726" "/opt/rustwide/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b3c07f1b87c9dd7d113b3e822fef44076e64454966e0fec80ea8dcf18cc08b58 [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" "b3c07f1b87c9dd7d113b3e822fef44076e64454966e0fec80ea8dcf18cc08b58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b3c07f1b87c9dd7d113b3e822fef44076e64454966e0fec80ea8dcf18cc08b58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3c07f1b87c9dd7d113b3e822fef44076e64454966e0fec80ea8dcf18cc08b58", kill_on_drop: false }` [INFO] [stdout] b3c07f1b87c9dd7d113b3e822fef44076e64454966e0fec80ea8dcf18cc08b58 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:6c9ffe128752d56c8d75334ed354142a5229917ed99767f56566dd8e857ad726" "/opt/rustwide/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "check" "--frozen" "--all" "--all-targets" "--message-format=json", 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] 8141fd4f32ae168f88a366916c9d1bd52c84df31cec07b1c2597cf89cf16dfa7 [INFO] running `Command { std: "docker" "start" "-a" "8141fd4f32ae168f88a366916c9d1bd52c84df31cec07b1c2597cf89cf16dfa7", kill_on_drop: false }` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling hbs-acc-sys v0.2.1 [INFO] [stderr] Checking hbs-acc v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> lib.rs:30:26 [INFO] [stdout] | [INFO] [stdout] 30 | let mut hb = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> lib.rs:30:26 [INFO] [stdout] | [INFO] [stdout] 30 | let mut hb = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the type `hbs_acc_sys::heartbeat_acc_context` does not permit being left uninitialized [INFO] [stdout] --> lib.rs:30:26 [INFO] [stdout] | [INFO] [stdout] 30 | let mut hb = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this code causes undefined behavior when executed [INFO] [stdout] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_value)]` on by default [INFO] [stdout] note: function pointers must be non-null (in this struct field) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hbs-acc-sys-0.2.1/lib.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | pub hwc_callback: heartbeat_acc_window_complete, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the type `hbs_acc_sys::heartbeat_acc_context` does not permit being left uninitialized [INFO] [stdout] --> lib.rs:30:26 [INFO] [stdout] | [INFO] [stdout] 30 | let mut hb = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this code causes undefined behavior when executed [INFO] [stdout] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_value)]` on by default [INFO] [stdout] note: function pointers must be non-null (in this struct field) [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hbs-acc-sys-0.2.1/lib.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | pub hwc_callback: heartbeat_acc_window_complete, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `received_cb` should have an upper case name [INFO] [stdout] --> lib.rs:207:20 [INFO] [stdout] | [INFO] [stdout] 207 | static mut received_cb: bool = false; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `RECEIVED_CB` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.04s [INFO] running `Command { std: "docker" "inspect" "8141fd4f32ae168f88a366916c9d1bd52c84df31cec07b1c2597cf89cf16dfa7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8141fd4f32ae168f88a366916c9d1bd52c84df31cec07b1c2597cf89cf16dfa7", kill_on_drop: false }` [INFO] [stdout] 8141fd4f32ae168f88a366916c9d1bd52c84df31cec07b1c2597cf89cf16dfa7