[INFO] crate wc-lock 0.2.1 is already in cache [INFO] checking wc-lock-0.2.1 against try#3ae4c050387df9f7fbb379ee90ce8bf05e566870 for pr-70872 [INFO] extracting crate wc-lock 0.2.1 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate wc-lock 0.2.1 on toolchain 3ae4c050387df9f7fbb379ee90ce8bf05e566870 [INFO] running `"/workspace/cargo-home/bin/cargo" "+3ae4c050387df9f7fbb379ee90ce8bf05e566870" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate wc-lock 0.2.1 [INFO] finished tweaking crates.io crate wc-lock 0.2.1 [INFO] tweaked toml for crates.io crate wc-lock 0.2.1 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+3ae4c050387df9f7fbb379ee90ce8bf05e566870" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+3ae4c050387df9f7fbb379ee90ce8bf05e566870" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "/opt/rustwide/cargo-home/bin/cargo" "+3ae4c050387df9f7fbb379ee90ce8bf05e566870" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a18eeca89fc4bb8844eed05c0e5be69106d809e478e90096ed4a72800f56114f [INFO] running `"docker" "start" "-a" "a18eeca89fc4bb8844eed05c0e5be69106d809e478e90096ed4a72800f56114f"` [INFO] [stderr] Compiling wayland-scanner v0.9.10 [INFO] [stderr] Checking dbus v0.5.4 [INFO] [stderr] Checking wayland-sys v0.9.10 [INFO] [stderr] Compiling wayland-client v0.9.10 [INFO] [stderr] Compiling wc-lock v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'gcc::Config': gcc::Config has been renamed to gcc::Build [INFO] [stderr] --> build.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use gcc::Config; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'gcc::Config': gcc::Config has been renamed to gcc::Build [INFO] [stderr] --> build.rs:16:22 [INFO] [stderr] | [INFO] [stderr] 16 | let mut config = Config::new(); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'gcc::Build::new': crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stderr] --> build.rs:16:22 [INFO] [stderr] | [INFO] [stderr] 16 | let mut config = Config::new(); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Checking way-cooler-client-helpers v0.1.0 [INFO] [stderr] Checking wayland-kbd v0.9.1 [INFO] [stderr] warning: unnecessary braces around assigned value [INFO] [stderr] --> /opt/rustwide/target/debug/build/wc-lock-9ad19f0514318faa/out/desktop-shell_api.rs:188:33 [INFO] [stderr] | [INFO] [stderr] 188 | let edges = {*(args.offset(0) as *const u32)}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_braces)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around assigned value [INFO] [stderr] --> /opt/rustwide/target/debug/build/wc-lock-9ad19f0514318faa/out/desktop-shell_api.rs:189:35 [INFO] [stderr] | [INFO] [stderr] 189 | let surface = {Proxy::from_ptr_initialized(*(args.offset(1) as *const *mut wl_proxy))}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around assigned value [INFO] [stderr] --> /opt/rustwide/target/debug/build/wc-lock-9ad19f0514318faa/out/desktop-shell_api.rs:190:33 [INFO] [stderr] | [INFO] [stderr] 190 | let width = {*(args.offset(2) as *const i32)}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around assigned value [INFO] [stderr] --> /opt/rustwide/target/debug/build/wc-lock-9ad19f0514318faa/out/desktop-shell_api.rs:191:34 [INFO] [stderr] | [INFO] [stderr] 191 | let height = {*(args.offset(3) as *const i32)}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around assigned value [INFO] [stderr] --> /opt/rustwide/target/debug/build/wc-lock-9ad19f0514318faa/out/desktop-shell_api.rs:198:34 [INFO] [stderr] | [INFO] [stderr] 198 | let cursor = {*(args.offset(0) as *const u32)}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around assigned value [INFO] [stderr] --> /opt/rustwide/target/debug/build/wc-lock-9ad19f0514318faa/out/desktop-shell_api.rs:188:33 [INFO] [stderr] | [INFO] [stderr] 188 | let edges = {*(args.offset(0) as *const u32)}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_braces)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around assigned value [INFO] [stderr] --> /opt/rustwide/target/debug/build/wc-lock-9ad19f0514318faa/out/desktop-shell_api.rs:189:35 [INFO] [stderr] | [INFO] [stderr] 189 | let surface = {Proxy::from_ptr_initialized(*(args.offset(1) as *const *mut wl_proxy))}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around assigned value [INFO] [stderr] --> /opt/rustwide/target/debug/build/wc-lock-9ad19f0514318faa/out/desktop-shell_api.rs:190:33 [INFO] [stderr] | [INFO] [stderr] 190 | let width = {*(args.offset(2) as *const i32)}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around assigned value [INFO] [stderr] --> /opt/rustwide/target/debug/build/wc-lock-9ad19f0514318faa/out/desktop-shell_api.rs:191:34 [INFO] [stderr] | [INFO] [stderr] 191 | let height = {*(args.offset(3) as *const i32)}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around assigned value [INFO] [stderr] --> /opt/rustwide/target/debug/build/wc-lock-9ad19f0514318faa/out/desktop-shell_api.rs:198:34 [INFO] [stderr] | [INFO] [stderr] 198 | let cursor = {*(args.offset(0) as *const u32)}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.98s [INFO] running `"docker" "inspect" "a18eeca89fc4bb8844eed05c0e5be69106d809e478e90096ed4a72800f56114f"` [INFO] running `"docker" "rm" "-f" "a18eeca89fc4bb8844eed05c0e5be69106d809e478e90096ed4a72800f56114f"` [INFO] [stdout] a18eeca89fc4bb8844eed05c0e5be69106d809e478e90096ed4a72800f56114f