[INFO] cloning repository https://github.com/podusowski/decay [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/podusowski/decay" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpodusowski%2Fdecay", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpodusowski%2Fdecay'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8db7b6de8c14f823f5211917447b9f6afe1d6707 [INFO] checking podusowski/decay against try#7a89b05fa7ebfbb9dd798a7dbd888c0550beb838 for pr-109119 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpodusowski%2Fdecay" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/podusowski/decay on toolchain 7a89b05fa7ebfbb9dd798a7dbd888c0550beb838 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7a89b05fa7ebfbb9dd798a7dbd888c0550beb838" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/podusowski/decay [INFO] finished tweaking git repo https://github.com/podusowski/decay [INFO] tweaked toml for git repo https://github.com/podusowski/decay written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/podusowski/decay 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" "+7a89b05fa7ebfbb9dd798a7dbd888c0550beb838" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:e2a9e7e193985ba0d5a8221c3984785a9e0a75acc409a02815633ff67a1f464e" "/opt/rustwide/cargo-home/bin/cargo" "+7a89b05fa7ebfbb9dd798a7dbd888c0550beb838" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f22adb492024952cfab9112906703c1a5b7578f4ca695be98aaab30b36e6b425 [INFO] running `Command { std: "docker" "start" "-a" "f22adb492024952cfab9112906703c1a5b7578f4ca695be98aaab30b36e6b425", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f22adb492024952cfab9112906703c1a5b7578f4ca695be98aaab30b36e6b425", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f22adb492024952cfab9112906703c1a5b7578f4ca695be98aaab30b36e6b425", kill_on_drop: false }` [INFO] [stdout] f22adb492024952cfab9112906703c1a5b7578f4ca695be98aaab30b36e6b425 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:e2a9e7e193985ba0d5a8221c3984785a9e0a75acc409a02815633ff67a1f464e" "/opt/rustwide/cargo-home/bin/cargo" "+7a89b05fa7ebfbb9dd798a7dbd888c0550beb838" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b498c05b2368e762ef20cf2731bda684111f6d60775bc70b03c967b1e5ddfb47 [INFO] running `Command { std: "docker" "start" "-a" "b498c05b2368e762ef20cf2731bda684111f6d60775bc70b03c967b1e5ddfb47", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling unicode-ident v1.0.3 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling libc v0.2.127 [INFO] [stderr] Compiling serde_derive v1.0.144 [INFO] [stderr] Compiling serde v1.0.144 [INFO] [stderr] Checking once_cell v1.14.0 [INFO] [stderr] Compiling futures-core v0.3.24 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Checking fixedbitset v0.4.2 [INFO] [stderr] Checking concurrent-queue v1.2.4 [INFO] [stderr] Compiling erased-serde v0.3.22 [INFO] [stderr] Checking futures-io v0.3.21 [INFO] [stderr] Checking tracing-core v0.1.29 [INFO] [stderr] Checking fastrand v1.8.0 [INFO] [stderr] Checking event-listener v2.5.3 [INFO] [stderr] Checking async-task v4.3.0 [INFO] [stderr] Checking thread_local v1.1.4 [INFO] [stderr] Checking bevy_ptr v0.8.0 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Checking regex-syntax v0.6.27 [INFO] [stderr] Checking futures-lite v1.12.0 [INFO] [stderr] Checking async-channel v1.6.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.11 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking raw-window-handle v0.4.3 [INFO] [stderr] Compiling ash v0.37.0+1.3.209 [INFO] [stderr] Checking tracing v0.1.36 [INFO] [stderr] Checking tracing-log v0.1.3 [INFO] [stderr] Checking unicode-xid v0.2.3 [INFO] [stderr] Checking bit-vec v0.6.3 [INFO] [stderr] Compiling anyhow v1.0.59 [INFO] [stderr] Checking itoa v1.0.3 [INFO] [stderr] Checking codespan-reporting v0.11.1 [INFO] [stderr] Checking pp-rs v0.2.1 [INFO] [stderr] Compiling wgpu-core v0.13.2 [INFO] [stderr] Checking wgpu-types v0.13.2 [INFO] [stderr] Checking bit-set v0.5.3 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Checking profiling v1.0.6 [INFO] [stderr] Checking crossbeam-channel v0.5.6 [INFO] [stderr] Checking inplace_it v0.3.4 [INFO] [stderr] Checking miniz_oxide v0.5.3 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Checking async-executor v1.4.1 [INFO] [stderr] Compiling uuid v1.1.2 [INFO] [stderr] Checking deflate v1.0.0 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Checking const_panic v0.2.4 [INFO] [stderr] Checking bytes v1.2.1 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Checking ryu v1.0.11 [INFO] [stderr] Checking spirv v0.2.0+1.5.4 [INFO] [stderr] Compiling tokio v1.21.0 [INFO] [stderr] Checking ttf-parser v0.15.2 [INFO] [stderr] Compiling serde_json v1.0.83 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Checking radsort v0.1.0 [INFO] [stderr] Checking png v0.17.5 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking mio v0.8.4 [INFO] [stderr] Checking ahash v0.7.6 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] Checking filetime v0.2.17 [INFO] [stderr] Checking bevy_tasks v0.8.0 [INFO] [stderr] Checking khronos-egl v4.1.0 [INFO] [stderr] Checking inotify v0.9.6 [INFO] [stderr] Checking socket2 v0.4.7 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Compiling futures-task v0.3.24 [INFO] [stderr] Checking matches v0.1.9 [INFO] [stderr] Checking notify v5.0.0-pre.15 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking regex v1.6.0 [INFO] [stderr] Checking nix v0.23.1 [INFO] [stderr] Checking approx v0.5.1 [INFO] [stderr] Checking euclid v0.22.7 [INFO] [stderr] Compiling x11-dl v2.19.1 [INFO] [stderr] Compiling openssl v0.10.41 [INFO] [stderr] Compiling cpal v0.13.5 [INFO] [stderr] Compiling futures-util v0.3.24 [INFO] [stderr] Checking gpu-descriptor v0.2.2 [INFO] [stderr] Checking form_urlencoded v1.0.1 [INFO] [stderr] Checking http v0.2.8 [INFO] [stderr] Checking nix v0.24.2 [INFO] [stderr] Checking unicode-normalization v0.1.21 [INFO] [stderr] Compiling openssl-sys v0.9.75 [INFO] [stderr] Checking futures-sink v0.3.24 [INFO] [stderr] Compiling futures-channel v0.3.24 [INFO] [stderr] Compiling native-tls v0.2.10 [INFO] [stderr] Checking matchers v0.1.0 [INFO] [stderr] Checking guillotiere v0.6.2 [INFO] [stderr] Checking lewton v0.10.2 [INFO] [stderr] Compiling ahash v0.8.0 [INFO] [stderr] Checking hash32 v0.2.1 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Checking png v0.16.8 [INFO] [stderr] Checking owned_ttf_parser v0.15.1 [INFO] [stderr] Checking ab_glyph v0.2.15 [INFO] [stderr] Checking http-body v0.4.5 [INFO] [stderr] Checking gethostname v0.2.3 [INFO] [stderr] Checking url v2.2.2 [INFO] [stderr] Checking nix v0.22.3 [INFO] [stderr] Checking nohash-hasher v0.2.0 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking ipnet v2.5.0 [INFO] [stderr] Checking glyph_brush_layout v0.2.3 [INFO] [stderr] Checking iana-time-zone v0.1.47 [INFO] [stderr] Checking unsafe-libyaml v0.2.2 [INFO] [stderr] Compiling encase_derive_impl v0.3.0 [INFO] [stderr] Checking chrono v0.4.22 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] error: could not compile `ash` (lib) [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/index.crates.io-6f17d22bba15001f/ash-0.37.0+1.3.209/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="debug"' --cfg 'feature="default"' --cfg 'feature="libloading"' --cfg 'feature="loaded"' -C metadata=c82f2de0fc90a14f -C extra-filename=-c82f2de0fc90a14f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-676a0755134ff1f2.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "b498c05b2368e762ef20cf2731bda684111f6d60775bc70b03c967b1e5ddfb47", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b498c05b2368e762ef20cf2731bda684111f6d60775bc70b03c967b1e5ddfb47", kill_on_drop: false }` [INFO] [stdout] b498c05b2368e762ef20cf2731bda684111f6d60775bc70b03c967b1e5ddfb47