[INFO] cloning repository https://github.com/CarterScadden/mushy
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CarterScadden/mushy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCarterScadden%2Fmushy", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCarterScadden%2Fmushy'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0d3f4fbf495565826dbe704bddb162a62bb7f741
[INFO] checking CarterScadden/mushy against master#8f21a5c92ea55c348c275a1bc4fedbdf181e0d64 for pr-143011
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCarterScadden%2Fmushy" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/CarterScadden/mushy
[INFO] finished tweaking git repo https://github.com/CarterScadden/mushy
[INFO] tweaked toml for git repo https://github.com/CarterScadden/mushy written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/CarterScadden/mushy on toolchain 8f21a5c92ea55c348c275a1bc4fedbdf181e0d64
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/CarterScadden/mushy already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pkg-config v0.3.22
[INFO] [stderr]   Downloaded vulkano-win v0.26.0
[INFO] [stderr]   Downloaded mio-misc v1.2.1
[INFO] [stderr]   Downloaded shaderc v0.7.3
[INFO] [stderr]   Downloaded crossbeam-epoch v0.9.5
[INFO] [stderr]   Downloaded vk-parse v0.6.0
[INFO] [stderr]   Downloaded vulkano-shaders v0.26.0
[INFO] [stderr]   Downloaded crossbeam-queue v0.3.2
[INFO] [stderr]   Downloaded vulkano v0.26.0
[INFO] [stderr]   Downloaded shaderc-sys v0.7.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7107802d02a792a13a8b22dceeacb4a1ec21e513cb2e69f336e6a3c4710d5f0d
[INFO] running `Command { std: "docker" "start" "-a" "7107802d02a792a13a8b22dceeacb4a1ec21e513cb2e69f336e6a3c4710d5f0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7107802d02a792a13a8b22dceeacb4a1ec21e513cb2e69f336e6a3c4710d5f0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7107802d02a792a13a8b22dceeacb4a1ec21e513cb2e69f336e6a3c4710d5f0d", kill_on_drop: false }`
[INFO] [stdout] 7107802d02a792a13a8b22dceeacb4a1ec21e513cb2e69f336e6a3c4710d5f0d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9d516ec8d8dd9746d5d039020c92263ac1a01f0d78729e82c9475162fa93be3c
[INFO] running `Command { std: "docker" "start" "-a" "9d516ec8d8dd9746d5d039020c92263ac1a01f0d78729e82c9475162fa93be3c", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.108
[INFO] [stderr]    Compiling proc-macro2 v1.0.32
[INFO] [stderr]    Compiling crossbeam-utils v0.8.5
[INFO] [stderr]    Compiling pkg-config v0.3.22
[INFO] [stderr]     Checking libloading v0.7.2
[INFO] [stderr]    Compiling syn v1.0.82
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling crossbeam-queue v0.3.2
[INFO] [stderr]     Checking smallvec v1.7.0
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling ryu v1.0.6
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]     Checking dlib v0.5.0
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]    Compiling memoffset v0.6.4
[INFO] [stderr]    Compiling wayland-sys v0.28.6
[INFO] [stderr]    Compiling serde_json v1.0.72
[INFO] [stderr]    Compiling nom v7.1.0
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling wayland-scanner v0.28.6
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.5
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling unicode-segmentation v1.8.0
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]     Checking nix v0.20.0
[INFO] [stderr]     Checking dirs-sys v0.3.6
[INFO] [stderr]    Compiling vk-parse v0.6.0
[INFO] [stderr]    Compiling cc v1.0.72
[INFO] [stderr]     Checking dirs v3.0.2
[INFO] [stderr]    Compiling cmake v0.1.46
[INFO] [stderr]    Compiling wayland-client v0.28.6
[INFO] [stderr]    Compiling wayland-protocols v0.28.6
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.5
[INFO] [stderr]     Checking nix v0.18.0
[INFO] [stderr]    Compiling shaderc-sys v0.7.3
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]     Checking rusttype v0.9.2
[INFO] [stderr]     Checking crossbeam-deque v0.8.1
[INFO] [stderr]     Checking xcursor v0.3.4
[INFO] [stderr]     Checking xdg v2.4.0
[INFO] [stderr]    Compiling x11-dl v2.19.1
[INFO] [stderr]     Checking crossbeam-channel v0.5.1
[INFO] [stderr]     Checking lock_api v0.4.5
[INFO] [stderr]     Checking cty v0.2.2
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]     Checking andrew v0.3.1
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking raw-window-handle v0.4.2
[INFO] [stderr]     Checking crossbeam v0.8.1
[INFO] [stderr]     Checking mio v0.7.14
[INFO] [stderr]     Checking memmap2 v0.1.0
[INFO] [stderr]    Compiling winit v0.25.0
[INFO] [stderr]    Compiling ash v0.33.3+1.2.191
[INFO] [stderr]     Checking mio-misc v1.2.1
[INFO] [stderr]     Checking wayland-commons v0.28.6
[INFO] [stderr]     Checking calloop v0.6.5
[INFO] [stderr]     Checking raw-window-handle v0.3.4
[INFO] [stderr]     Checking shared_library v0.1.9
[INFO] [stderr]     Checking half v1.8.2
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]     Checking wayland-cursor v0.28.6
[INFO] [stderr] error: could not compile `ash` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/8f21a5c92ea55c348c275a1bc4fedbdf181e0d64/bin/rustc --crate-name ash --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ash-0.33.3+1.2.191/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="libloading"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libloading"))' -C metadata=66878d75f0a05715 -C extra-filename=-0cea8a8c7c8876fb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-980682de757ffdc8.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: could not compile `ash` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/8f21a5c92ea55c348c275a1bc4fedbdf181e0d64/bin/rustc --crate-name ash --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ash-0.33.3+1.2.191/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="libloading"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libloading"))' -C metadata=a0a909117cd2bcf7 -C extra-filename=-8d1305eeebc25e45 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-25d5387f67db6a2c.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "9d516ec8d8dd9746d5d039020c92263ac1a01f0d78729e82c9475162fa93be3c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9d516ec8d8dd9746d5d039020c92263ac1a01f0d78729e82c9475162fa93be3c", kill_on_drop: false }`
[INFO] [stdout] 9d516ec8d8dd9746d5d039020c92263ac1a01f0d78729e82c9475162fa93be3c
