[INFO] cloning repository https://github.com/SyouSanGin/USDZ-SImple-Simulator
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SyouSanGin/USDZ-SImple-Simulator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSyouSanGin%2FUSDZ-SImple-Simulator", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSyouSanGin%2FUSDZ-SImple-Simulator'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e6a47c21059de24c15000a9970c9e5aab64edbfd
[INFO] checking SyouSanGin/USDZ-SImple-Simulator against 6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa for pr-159356
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSyouSanGin%2FUSDZ-SImple-Simulator" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/SyouSanGin/USDZ-SImple-Simulator
[INFO] finished tweaking git repo https://github.com/SyouSanGin/USDZ-SImple-Simulator
[INFO] tweaked toml for git repo https://github.com/SyouSanGin/USDZ-SImple-Simulator written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SyouSanGin/USDZ-SImple-Simulator on toolchain 6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SyouSanGin/USDZ-SImple-Simulator 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" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:c36f533e8924a726b63f9d01e781fa8c8c28c96d1d595403829afb31452ee0f5" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 778c506e90d7fefb61860db288f26ac8dfb20127aaaa07a72d3c421f2c96995c
[INFO] running `Command { std: "docker" "start" "778c506e90d7fefb61860db288f26ac8dfb20127aaaa07a72d3c421f2c96995c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "778c506e90d7fefb61860db288f26ac8dfb20127aaaa07a72d3c421f2c96995c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "778c506e90d7fefb61860db288f26ac8dfb20127aaaa07a72d3c421f2c96995c" "/opt/rustwide/cargo-home/bin/cargo" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "778c506e90d7fefb61860db288f26ac8dfb20127aaaa07a72d3c421f2c96995c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "778c506e90d7fefb61860db288f26ac8dfb20127aaaa07a72d3c421f2c96995c" "/opt/rustwide/cargo-home/bin/cargo" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking bytes v1.12.1
[INFO] [stderr]    Compiling zerocopy v0.8.54
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]     Checking zlib-rs v0.6.6
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]     Checking socket2 v0.6.4
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]    Compiling ash v0.37.3+1.3.251
[INFO] [stderr]    Compiling pulp v0.22.3
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking http v1.4.2
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling wgpu-hal v0.21.1
[INFO] [stderr]     Checking gpu-descriptor-types v0.2.0
[INFO] [stderr]     Checking libloading v0.7.4
[INFO] [stderr]     Checking gpu-alloc-types v0.3.1
[INFO] [stderr]     Checking spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]     Checking bumpalo v3.20.3
[INFO] [stderr]    Compiling rustversion v1.0.23
[INFO] [stderr]     Checking arrayvec v0.7.8
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking zopfli v0.8.3
[INFO] [stderr]     Checking gpu-alloc v0.6.2
[INFO] [stderr]    Compiling regex-automata v0.4.15
[INFO] [stderr]     Checking gpu-descriptor v0.3.2
[INFO] [stderr]     Checking khronos-egl v6.0.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling wgpu-core v0.21.1
[INFO] [stderr]     Checking raw-cpuid v11.6.0
[INFO] [stderr]     Checking wgpu-types v0.20.0
[INFO] [stderr]     Checking pulp-wasm-simd-flag v0.1.1
[INFO] [stderr]     Checking profiling v1.0.18
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking reborrow v0.5.5
[INFO] [stderr]    Compiling anyhow v1.0.103
[INFO] [stderr]     Checking glow v0.13.1
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling wgpu v0.20.1
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking pxfm v0.1.30
[INFO] [stderr]     Checking zune-core v0.5.1
[INFO] [stderr]     Checking bit_field v0.10.3
[INFO] [stderr]     Checking typed-path v0.12.3
[INFO] [stderr]     Checking twox-hash v2.1.2
[INFO] [stderr]     Checking lebe v0.5.3
[INFO] [stderr]    Compiling zip v2.4.2
[INFO] [stderr]     Checking lz4_flex v0.13.1
[INFO] [stderr]     Checking zune-jpeg v0.5.15
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking zip v8.6.0
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]    Compiling logos-codegen v0.16.1
[INFO] [stderr]     Checking pollster v0.3.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling zerocopy-derive v0.8.54
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking naga v0.20.0
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling logos-derive v0.16.1
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]    Compiling strum_macros v0.28.0
[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/6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa/bin/rustc --crate-name ash --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ash-0.37.3+1.3.251/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "libloading", "linked", "loaded"))' -C metadata=a1138be497b5f2b0 -C extra-filename=-4182438869de10ef --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-0a284e369c3e1101.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" "778c506e90d7fefb61860db288f26ac8dfb20127aaaa07a72d3c421f2c96995c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "778c506e90d7fefb61860db288f26ac8dfb20127aaaa07a72d3c421f2c96995c", kill_on_drop: false }`
[INFO] [stdout] 778c506e90d7fefb61860db288f26ac8dfb20127aaaa07a72d3c421f2c96995c
