[INFO] fetching crate hbs-acc 0.2.0... [INFO] checking hbs-acc-0.2.0 against beta for pr-78714 [INFO] extracting crate hbs-acc 0.2.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate hbs-acc 0.2.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "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-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8a97c8d920366537dababe1a2e393d64f0186056d7829845817f9b81cce0c182 [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" "8a97c8d920366537dababe1a2e393d64f0186056d7829845817f9b81cce0c182", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8a97c8d920366537dababe1a2e393d64f0186056d7829845817f9b81cce0c182", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a97c8d920366537dababe1a2e393d64f0186056d7829845817f9b81cce0c182", kill_on_drop: false }` [INFO] [stdout] 8a97c8d920366537dababe1a2e393d64f0186056d7829845817f9b81cce0c182 [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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6ff948d60ea1fc04654f93e27834aadd413cb72307da0ddb15e9512c4d77d1b4 [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" "6ff948d60ea1fc04654f93e27834aadd413cb72307da0ddb15e9512c4d77d1b4", kill_on_drop: false }` [INFO] [stderr] Compiling hbs-builder v0.2.1 [INFO] [stderr] Checking hbs-common-sys v0.2.1 [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 function `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 function `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 `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: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the type `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] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.99s [INFO] running `Command { std: "docker" "inspect" "6ff948d60ea1fc04654f93e27834aadd413cb72307da0ddb15e9512c4d77d1b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ff948d60ea1fc04654f93e27834aadd413cb72307da0ddb15e9512c4d77d1b4", kill_on_drop: false }` [INFO] [stdout] 6ff948d60ea1fc04654f93e27834aadd413cb72307da0ddb15e9512c4d77d1b4