[INFO] cloning repository https://github.com/deadshot465/demo_game [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/deadshot465/demo_game" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdeadshot465%2Fdemo_game", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdeadshot465%2Fdemo_game'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d8a9f7e501623e6aab18157d22a5dd140a409264 [INFO] checking deadshot465/demo_game against master#4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5 for pr-81174 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdeadshot465%2Fdemo_game" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/deadshot465/demo_game on toolchain 4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/deadshot465/demo_game [INFO] finished tweaking git repo https://github.com/deadshot465/demo_game [INFO] tweaked toml for git repo https://github.com/deadshot465/demo_game written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/deadshot465/demo_game already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "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" "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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6d97debdd937d29311dfc6d725fc9fe6d895952ab5266f2557a1d882c4b94e23 [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" "6d97debdd937d29311dfc6d725fc9fe6d895952ab5266f2557a1d882c4b94e23", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6d97debdd937d29311dfc6d725fc9fe6d895952ab5266f2557a1d882c4b94e23", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d97debdd937d29311dfc6d725fc9fe6d895952ab5266f2557a1d882c4b94e23", kill_on_drop: false }` [INFO] [stdout] 6d97debdd937d29311dfc6d725fc9fe6d895952ab5266f2557a1d882c4b94e23 [INFO] running `Command { std: "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" "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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+4d0dd02ee07bddad9136f95c9f7846ebf3eb3fc5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1435e633e1fb32de2eb311f4250a8bdf9cd2c6233e2fa1a46425f6d0ddb6999b [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" "1435e633e1fb32de2eb311f4250a8bdf9cd2c6233e2fa1a46425f6d0ddb6999b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling syn v1.0.51 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling const_fn v0.4.3 [INFO] [stderr] Checking itoa v0.4.6 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Checking pin-project-lite v0.2.0 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Checking tower-layer v0.3.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Compiling native-tls v0.2.6 [INFO] [stderr] Checking ttf-parser v0.6.2 [INFO] [stderr] Checking tinyvec_macros v0.1.0 [INFO] [stderr] Checking scoped-tls v1.0.0 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling multimap v0.8.2 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Checking xdg v2.2.0 [INFO] [stderr] Compiling encoding_rs v0.8.26 [INFO] [stderr] Checking winapi v0.2.8 [INFO] [stderr] Checking lazycell v1.3.0 [INFO] [stderr] Compiling winit v0.23.0 [INFO] [stderr] Checking scoped_threadpool v0.1.9 [INFO] [stderr] Checking humantime v2.0.1 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Checking base64 v0.12.3 [INFO] [stderr] Checking slotmap v0.4.0 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Checking libloading v0.6.5 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling wayland-sys v0.28.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Checking futures-task v0.3.8 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling nom v6.0.1 [INFO] [stderr] Compiling nuklear-sys v4.0.5 [INFO] [stderr] Compiling glam v0.11.2 [INFO] [stderr] Compiling vk-mem v0.2.2 [INFO] [stderr] Checking dashmap v4.0.0-rc6 [INFO] [stderr] Checking form_urlencoded v1.0.0 [INFO] [stderr] Checking tracing-core v0.1.17 [INFO] [stderr] Checking miniz_oxide v0.3.7 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking tinyvec v1.1.0 [INFO] [stderr] Checking http v0.2.1 [INFO] [stderr] Checking walkdir v2.3.1 [INFO] [stderr] Checking gif v0.11.1 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Checking log v0.4.11 [INFO] [stderr] Checking dlib v0.4.2 [INFO] [stderr] Checking ash v0.31.0 [INFO] [stderr] Compiling anyhow v1.0.34 [INFO] [stderr] Checking crc32fast v1.2.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking deflate v0.8.6 [INFO] [stderr] Checking owned_ttf_parser v0.6.0 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking regex v1.4.2 [INFO] [stderr] Compiling wayland-scanner v0.28.2 [INFO] [stderr] Checking unicode-normalization v0.1.16 [INFO] [stderr] Checking rusttype v0.9.2 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Checking png v0.16.7 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Checking crossbeam-channel v0.5.0 [INFO] [stderr] Checking crossbeam-queue v0.3.1 [INFO] [stderr] Checking crossbeam-epoch v0.9.1 [INFO] [stderr] Checking andrew v0.3.1 [INFO] [stderr] Checking http-body v0.3.1 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking net2 v0.2.35 [INFO] [stderr] Checking parking_lot_core v0.8.0 [INFO] [stderr] Checking signal-hook-registry v1.2.2 [INFO] [stderr] Checking nix v0.18.0 [INFO] [stderr] Checking socket2 v0.3.17 [INFO] [stderr] Checking raw-window-handle v0.3.3 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking aligned_alloc v0.1.3 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Checking crossbeam-deque v0.8.0 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Checking env_logger v0.8.2 [INFO] [stderr] Checking crossbeam v0.8.0 [INFO] [stderr] Checking xcursor v0.3.3 [INFO] [stderr] Compiling prost-build v0.6.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand_pcg v0.2.1 [INFO] [stderr] Checking nuklear-rust v0.6.3 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Compiling wayland-client v0.28.2 [INFO] [stderr] Compiling wayland-protocols v0.28.2 [INFO] [stderr] Checking mio-uds v0.6.8 [INFO] [stderr] Checking mio-extras v2.0.6 [INFO] [stderr] Checking url v2.2.0 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Checking jpeg-decoder v0.1.20 [INFO] [stderr] Checking wayland-commons v0.28.2 [INFO] [stderr] Checking calloop v0.6.5 [INFO] [stderr] Checking tiff v0.6.0 [INFO] [stderr] Checking image v0.23.12 [INFO] [stderr] Checking wayland-cursor v0.28.2 [INFO] [stderr] Compiling tokio-macros v0.2.6 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling pin-project-internal v1.0.2 [INFO] [stderr] Compiling tracing-attributes v0.1.11 [INFO] [stderr] Compiling prost-derive v0.6.1 [INFO] [stderr] Compiling async-stream-impl v0.2.1 [INFO] [stderr] Compiling gltf-derive v0.15.2 [INFO] [stderr] Compiling async-stream-impl v0.3.0 [INFO] [stderr] Compiling async-trait v0.1.42 [INFO] [stderr] error: could not compile `ash` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name ash --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ash-0.31.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="libloading"' -C metadata=a7385edb1b1a565d -C extra-filename=-a7385edb1b1a565d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-991bb4c2e44b983a.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "1435e633e1fb32de2eb311f4250a8bdf9cd2c6233e2fa1a46425f6d0ddb6999b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1435e633e1fb32de2eb311f4250a8bdf9cd2c6233e2fa1a46425f6d0ddb6999b", kill_on_drop: false }` [INFO] [stdout] 1435e633e1fb32de2eb311f4250a8bdf9cd2c6233e2fa1a46425f6d0ddb6999b