[INFO] cloning repository https://github.com/gfx-rs/wgpu-native [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gfx-rs/wgpu-native" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgfx-rs%2Fwgpu-native"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgfx-rs%2Fwgpu-native'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0a8bcdb6cffd1ef25fc9e6d611ea99af78a3861c [INFO] checking gfx-rs/wgpu-native against try#d7b51666469c792a8a3f40849607739bae1e705e for pr-71665 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgfx-rs%2Fwgpu-native" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gfx-rs/wgpu-native on toolchain d7b51666469c792a8a3f40849607739bae1e705e [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/gfx-rs/wgpu-native [INFO] finished tweaking git repo https://github.com/gfx-rs/wgpu-native [INFO] tweaked toml for git repo https://github.com/gfx-rs/wgpu-native written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/gfx-rs/wgpu-native already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+d7b51666469c792a8a3f40849607739bae1e705e" "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] c751eda698546b2d633db3850881bde2977482a754d9b7721c180681afcf8017 [INFO] running `"docker" "start" "-a" "c751eda698546b2d633db3850881bde2977482a754d9b7721c180681afcf8017"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Checking smallvec v1.3.0 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling x11 v2.18.2 [INFO] [stderr] Checking hibitset v0.6.3 [INFO] [stderr] Checking lock_api v0.3.4 [INFO] [stderr] Checking raw-window-handle v0.3.3 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking base64 v0.10.1 [INFO] [stderr] Checking parking_lot_core v0.7.1 [INFO] [stderr] Checking gfx-hal v0.5.0 [INFO] [stderr] Checking ash v0.30.0 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Checking gfx-descriptor v0.1.0 [INFO] [stderr] Checking gfx-memory v0.1.3 [INFO] [stderr] Checking gfx-backend-empty v0.5.0 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling peek-poke-derive v0.2.1 [INFO] [stderr] Checking peek-poke v0.2.0 [INFO] [stderr] Checking gfx-backend-vulkan v0.5.2 [INFO] [stderr] Checking wgpu-types v0.5.0 (https://github.com/gfx-rs/wgpu#e2100b69) [INFO] [stderr] Checking ron v0.5.1 [INFO] [stderr] Checking wgpu-core v0.5.0 (https://github.com/gfx-rs/wgpu#e2100b69) [INFO] [stderr] Checking wgpu-native v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `hub::Token` [INFO] [stderr] --> src/device.rs:3:38 [INFO] [stderr] | [INFO] [stderr] 3 | use wgc::{device::Label, gfx_select, hub::Token, id}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `hub::Token` [INFO] [stderr] --> src/device.rs:3:38 [INFO] [stderr] | [INFO] [stderr] 3 | use wgc::{device::Label, gfx_select, hub::Token, id}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 54s [INFO] running `"docker" "inspect" "c751eda698546b2d633db3850881bde2977482a754d9b7721c180681afcf8017"` [INFO] running `"docker" "rm" "-f" "c751eda698546b2d633db3850881bde2977482a754d9b7721c180681afcf8017"` [INFO] [stdout] c751eda698546b2d633db3850881bde2977482a754d9b7721c180681afcf8017