[INFO] cloning repository https://github.com/JustinRyanH/wgpu-snake [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JustinRyanH/wgpu-snake" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJustinRyanH%2Fwgpu-snake", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJustinRyanH%2Fwgpu-snake'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a99a0cead7b196c394e502f839f345192996e234 [INFO] checking JustinRyanH/wgpu-snake against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJustinRyanH%2Fwgpu-snake" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/JustinRyanH/wgpu-snake 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 git repo https://github.com/JustinRyanH/wgpu-snake [INFO] finished tweaking git repo https://github.com/JustinRyanH/wgpu-snake [INFO] tweaked toml for git repo https://github.com/JustinRyanH/wgpu-snake written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/JustinRyanH/wgpu-snake already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "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-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" "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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ad8eeffa5d2d41e8e359917553b0962d03ddba4697b5ac99383a2486f2a8464f [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" "ad8eeffa5d2d41e8e359917553b0962d03ddba4697b5ac99383a2486f2a8464f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ad8eeffa5d2d41e8e359917553b0962d03ddba4697b5ac99383a2486f2a8464f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad8eeffa5d2d41e8e359917553b0962d03ddba4697b5ac99383a2486f2a8464f", kill_on_drop: false }` [INFO] [stdout] ad8eeffa5d2d41e8e359917553b0962d03ddba4697b5ac99383a2486f2a8464f [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" "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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 891ec28225bdaab5268872849342654192c6799febbb8b047d3c5279eb34cbf0 [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" "891ec28225bdaab5268872849342654192c6799febbb8b047d3c5279eb34cbf0", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cc v1.0.55 [INFO] [stderr] Checking futures-core v0.3.5 [INFO] [stderr] Checking futures-sink v0.3.5 [INFO] [stderr] Checking ahash v0.4.2 [INFO] [stderr] Checking tobj v1.0.0 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling x11 v2.18.2 [INFO] [stderr] Compiling paste-impl v0.1.18 [INFO] [stderr] Checking tracing-core v0.1.11 [INFO] [stderr] Checking hibitset v0.6.3 [INFO] [stderr] Checking inflate v0.4.5 [INFO] [stderr] Checking deflate v0.7.20 [INFO] [stderr] Checking gfx-hal v0.5.2 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling derivative v1.0.4 [INFO] [stderr] Compiling tracing-attributes v0.1.9 [INFO] [stderr] Compiling derivative v2.1.1 [INFO] [stderr] Checking futures-channel v0.3.5 [INFO] [stderr] Checking assets_manager v0.3.2 [INFO] [stderr] Compiling peek-poke-derive v0.2.1 [INFO] [stderr] Checking rand_distr v0.2.2 [INFO] [stderr] Checking jpeg-decoder v0.1.19 [INFO] [stderr] Checking png v0.15.3 [INFO] [stderr] Checking futures-util v0.3.5 [INFO] [stderr] Compiling cmake v0.1.44 [INFO] [stderr] Checking mio-extras v2.0.6 [INFO] [stderr] Checking paste v0.1.18 [INFO] [stderr] Checking calloop v0.4.4 [INFO] [stderr] Checking wayland-client v0.23.6 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling imgui-sys v0.4.0 [INFO] [stderr] Compiling shaderc-sys v0.6.2 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking num-integer v0.1.43 [INFO] [stderr] Checking line_drawing v0.7.0 [INFO] [stderr] Checking num-complex v0.2.4 [INFO] [stderr] Checking peek-poke v0.2.0 [INFO] [stderr] Checking rusttype v0.8.3 [INFO] [stderr] Checking num-rational v0.2.4 [INFO] [stderr] Checking num-iter v0.1.41 [INFO] [stderr] Checking wgpu-types v0.5.1 [INFO] [stderr] Checking tiff v0.3.1 [INFO] [stderr] Checking ash v0.30.0 [INFO] [stderr] Checking rusttype v0.7.9 [INFO] [stderr] Checking wayland-protocols v0.23.6 [INFO] [stderr] Checking simba v0.1.5 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Checking tracing v0.1.16 [INFO] [stderr] Checking image v0.22.5 [INFO] [stderr] Checking nalgebra v0.21.1 [INFO] [stderr] error: could not compile `futures-util` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name futures_util --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.5/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="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="proc-macro-hack"' --cfg 'feature="proc-macro-nested"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=b0f0d5e5f39fda56 -C extra-filename=-b0f0d5e5f39fda56 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-a8242ad3bb67266e.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-a6ecd8ebfa0c0f16.rmeta --extern futures_io=/opt/rustwide/target/debug/deps/libfutures_io-47532d7a055962ae.rmeta --extern futures_macro=/opt/rustwide/target/debug/deps/libfutures_macro-c42d76a5c0279ab0.so --extern futures_sink=/opt/rustwide/target/debug/deps/libfutures_sink-fba6f51385958687.rmeta --extern futures_task=/opt/rustwide/target/debug/deps/libfutures_task-6f2296b42195d96f.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-7c0aafbec5e5841d.rmeta --extern pin_project=/opt/rustwide/target/debug/deps/libpin_project-4337c7504c5fd407.rmeta --extern pin_utils=/opt/rustwide/target/debug/deps/libpin_utils-3d51a938ac21e975.rmeta --extern proc_macro_hack=/opt/rustwide/target/debug/deps/libproc_macro_hack-facc1f1031ecabe5.so --extern proc_macro_nested=/opt/rustwide/target/debug/deps/libproc_macro_nested-4e184443387fa366.rmeta --extern slab=/opt/rustwide/target/debug/deps/libslab-e0e0e35ef9a5003f.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: Checking for system installed libraries. Use --features = build-from-source to disable this behavior [INFO] [stderr] warning: System installed library not found. Falling back to build from source [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "891ec28225bdaab5268872849342654192c6799febbb8b047d3c5279eb34cbf0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "891ec28225bdaab5268872849342654192c6799febbb8b047d3c5279eb34cbf0", kill_on_drop: false }` [INFO] [stdout] 891ec28225bdaab5268872849342654192c6799febbb8b047d3c5279eb34cbf0