[INFO] crate hbs-acc-sys 0.2.1 is already in cache [INFO] checking hbs-acc-sys-0.2.1 against try#85cc1486e1f000dce4bb8e1b3cfab2b654b102a8 for pr-73323 [INFO] extracting crate hbs-acc-sys 0.2.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate hbs-acc-sys 0.2.1 on toolchain 85cc1486e1f000dce4bb8e1b3cfab2b654b102a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate hbs-acc-sys 0.2.1 [INFO] finished tweaking crates.io crate hbs-acc-sys 0.2.1 [INFO] tweaked toml for crates.io crate hbs-acc-sys 0.2.1 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 92f33ecf899874d02c35fd6129a1d42aec16dfb4b3c215dba773afbc0c7a637f [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" "92f33ecf899874d02c35fd6129a1d42aec16dfb4b3c215dba773afbc0c7a637f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "92f33ecf899874d02c35fd6129a1d42aec16dfb4b3c215dba773afbc0c7a637f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92f33ecf899874d02c35fd6129a1d42aec16dfb4b3c215dba773afbc0c7a637f", kill_on_drop: false }` [INFO] [stdout] 92f33ecf899874d02c35fd6129a1d42aec16dfb4b3c215dba773afbc0c7a637f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d5602fba4e05696093927e180a2f8c1c7c643aa1ce33dd2c3f09c1d44a6aa176 [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" "d5602fba4e05696093927e180a2f8c1c7c643aa1ce33dd2c3f09c1d44a6aa176", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.72 [INFO] [stderr] Compiling hbs-acc-sys v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking hbs-common-sys v0.2.1 [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | use libc::{uint64_t, c_double, c_int}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | pub id: uint64_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:16:19 [INFO] [stdout] | [INFO] [stdout] 16 | pub user_tag: uint64_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:18:15 [INFO] [stdout] | [INFO] [stdout] 18 | pub work: uint64_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:20:21 [INFO] [stdout] | [INFO] [stdout] 20 | pub start_time: uint64_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:21:19 [INFO] [stdout] | [INFO] [stdout] 21 | pub end_time: uint64_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:25:19 [INFO] [stdout] | [INFO] [stdout] 25 | pub accuracy: uint64_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:35:18 [INFO] [stdout] | [INFO] [stdout] 35 | pub counter: uint64_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:48:44 [INFO] [stdout] | [INFO] [stdout] 48 | ... window_size: uint64_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:54:36 [INFO] [stdout] | [INFO] [stdout] 54 | user_tag: uint64_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:55:32 [INFO] [stdout] | [INFO] [stdout] 55 | work: uint64_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:56:38 [INFO] [stdout] | [INFO] [stdout] 56 | start_time: uint64_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:57:36 [INFO] [stdout] | [INFO] [stdout] 57 | end_time: uint64_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:58:36 [INFO] [stdout] | [INFO] [stdout] 58 | accuracy: uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:67:72 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn hb_acc_get_window_size(hb: *const heartbeat_acc_context) -> uint64_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:70:69 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn hb_acc_get_user_tag(hb: *const heartbeat_acc_context) -> uint64_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:72:72 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn hb_acc_get_global_time(hb: *const heartbeat_acc_context) -> uint64_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:73:72 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn hb_acc_get_window_time(hb: *const heartbeat_acc_context) -> uint64_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:74:72 [INFO] [stdout] | [INFO] [stdout] 74 | pub fn hb_acc_get_global_work(hb: *const heartbeat_acc_context) -> uint64_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:75:72 [INFO] [stdout] | [INFO] [stdout] 75 | pub fn hb_acc_get_window_work(hb: *const heartbeat_acc_context) -> uint64_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:81:76 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn hb_acc_get_global_accuracy(hb: *const heartbeat_acc_context) -> uint64_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:82:76 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn hb_acc_get_window_accuracy(hb: *const heartbeat_acc_context) -> uint64_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | use libc::{uint64_t, c_double, c_int}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | pub id: uint64_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:16:19 [INFO] [stdout] | [INFO] [stdout] 16 | pub user_tag: uint64_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:18:15 [INFO] [stdout] | [INFO] [stdout] 18 | pub work: uint64_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:20:21 [INFO] [stdout] | [INFO] [stdout] 20 | pub start_time: uint64_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:21:19 [INFO] [stdout] | [INFO] [stdout] 21 | pub end_time: uint64_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:25:19 [INFO] [stdout] | [INFO] [stdout] 25 | pub accuracy: uint64_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:35:18 [INFO] [stdout] | [INFO] [stdout] 35 | pub counter: uint64_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:48:44 [INFO] [stdout] | [INFO] [stdout] 48 | ... window_size: uint64_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:54:36 [INFO] [stdout] | [INFO] [stdout] 54 | user_tag: uint64_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:55:32 [INFO] [stdout] | [INFO] [stdout] 55 | work: uint64_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:56:38 [INFO] [stdout] | [INFO] [stdout] 56 | start_time: uint64_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:57:36 [INFO] [stdout] | [INFO] [stdout] 57 | end_time: uint64_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:58:36 [INFO] [stdout] | [INFO] [stdout] 58 | accuracy: uint64_t); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:67:72 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn hb_acc_get_window_size(hb: *const heartbeat_acc_context) -> uint64_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:70:69 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn hb_acc_get_user_tag(hb: *const heartbeat_acc_context) -> uint64_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:72:72 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn hb_acc_get_global_time(hb: *const heartbeat_acc_context) -> uint64_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:73:72 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn hb_acc_get_window_time(hb: *const heartbeat_acc_context) -> uint64_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:74:72 [INFO] [stdout] | [INFO] [stdout] 74 | pub fn hb_acc_get_global_work(hb: *const heartbeat_acc_context) -> uint64_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:75:72 [INFO] [stdout] | [INFO] [stdout] 75 | pub fn hb_acc_get_window_work(hb: *const heartbeat_acc_context) -> uint64_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:81:76 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn hb_acc_get_global_accuracy(hb: *const heartbeat_acc_context) -> uint64_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'libc::uint64_t': Use u64 instead. [INFO] [stdout] --> lib.rs:82:76 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn hb_acc_get_window_accuracy(hb: *const heartbeat_acc_context) -> uint64_t; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 22 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.04s [INFO] [stdout] warning: 22 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d5602fba4e05696093927e180a2f8c1c7c643aa1ce33dd2c3f09c1d44a6aa176", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d5602fba4e05696093927e180a2f8c1c7c643aa1ce33dd2c3f09c1d44a6aa176", kill_on_drop: false }` [INFO] [stdout] d5602fba4e05696093927e180a2f8c1c7c643aa1ce33dd2c3f09c1d44a6aa176