[INFO] cloning repository https://github.com/StardustXR/client-template
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/StardustXR/client-template" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FStardustXR%2Fclient-template", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FStardustXR%2Fclient-template'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b1ced05e73fc6a154bdeadddc772f2d7bcb8b911
[INFO] checking StardustXR/client-template against master#8c52f735abd1af9a73941b78fe7ed2ab08b9c0dd for pr-150557
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FStardustXR%2Fclient-template" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/StardustXR/client-template
[INFO] finished tweaking git repo https://github.com/StardustXR/client-template
[INFO] tweaked toml for git repo https://github.com/StardustXR/client-template written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/StardustXR/client-template on toolchain 8c52f735abd1af9a73941b78fe7ed2ab08b9c0dd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c52f735abd1af9a73941b78fe7ed2ab08b9c0dd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/StardustXR/client-template 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" "+8c52f735abd1af9a73941b78fe7ed2ab08b9c0dd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded prost-types v0.13.5
[INFO] [stderr]   Downloaded stardust-xr v0.50.0
[INFO] [stderr]   Downloaded flatbuffers v25.9.23
[INFO] [stderr]   Downloaded dioxus-core-types v0.7.0-rc.0
[INFO] [stderr]   Downloaded derive_setters v0.1.7
[INFO] [stderr]   Downloaded derive-where v1.4.0
[INFO] [stderr]   Downloaded angle v0.5.0
[INFO] [stderr]   Downloaded global_counter v0.2.2
[INFO] [stderr]   Downloaded shiva-color-rs v0.0.1
[INFO] [stderr]   Downloaded generational-box v0.7.0-rc.0
[INFO] [stderr]   Downloaded subsecond v0.7.0-rc.0
[INFO] [stderr]   Downloaded map-range v0.1.2
[INFO] [stderr]   Downloaded dioxus-cli-config v0.7.0-rc.0
[INFO] [stderr]   Downloaded dioxus-core v0.7.0-rc.0
[INFO] [stderr]   Downloaded ashpd v0.12.0
[INFO] [stderr]   Downloaded ron v0.11.0
[INFO] [stderr]   Downloaded dioxus-devtools-types v0.7.0-rc.0
[INFO] [stderr]   Downloaded color-spantrace v0.2.2
[INFO] [stderr]   Downloaded dioxus-signals v0.7.0-rc.0
[INFO] [stderr]   Downloaded subsecond-types v0.7.0-rc.0
[INFO] [stderr]   Downloaded warnings-macro v0.2.0
[INFO] [stderr]   Downloaded warnings v0.2.1
[INFO] [stderr]   Downloaded dioxus-devtools v0.7.0-rc.0
[INFO] [stderr]   Downloaded directories v6.0.0
[INFO] [stderr]   Downloaded lerp v0.5.0
[INFO] [stderr]   Downloaded prost-derive v0.13.5
[INFO] [stderr]   Downloaded prost v0.13.5
[INFO] [stderr]   Downloaded flexbuffers v25.9.23
[INFO] [stderr]   Downloaded glam v0.30.3
[INFO] [stderr]   Downloaded manifest-dir-macros v0.1.18
[INFO] [stderr]   Downloaded stardust-xr-schemas v2.0.0
[INFO] [stderr]   Downloaded color-eyre v0.6.4
[INFO] [stderr]   Downloaded stardust-xr-fusion v0.50.0
[INFO] [stderr]   Downloaded stardust-xr-asteroids v0.50.0
[INFO] [stderr]   Downloaded stardust-xr-molecules v0.50.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+8c52f735abd1af9a73941b78fe7ed2ab08b9c0dd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d541d844b8445feed8be9f98de124bb9c673affb6bf9a38a108edf0a84cc21a3
[INFO] running `Command { std: "docker" "start" "-a" "d541d844b8445feed8be9f98de124bb9c673affb6bf9a38a108edf0a84cc21a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d541d844b8445feed8be9f98de124bb9c673affb6bf9a38a108edf0a84cc21a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d541d844b8445feed8be9f98de124bb9c673affb6bf9a38a108edf0a84cc21a3", kill_on_drop: false }`
[INFO] [stdout] d541d844b8445feed8be9f98de124bb9c673affb6bf9a38a108edf0a84cc21a3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+8c52f735abd1af9a73941b78fe7ed2ab08b9c0dd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f9b512ec4aa0d97c727a9f268606986a81ebc4aa429a066cfee14dd287a9a1a1
[INFO] running `Command { std: "docker" "start" "-a" "f9b512ec4aa0d97c727a9f268606986a81ebc4aa429a066cfee14dd287a9a1a1", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling hashbrown v0.15.3
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]    Compiling toml_datetime v0.6.9
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling winnow v0.7.10
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]     Checking event-listener v5.4.0
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling endi v1.1.0
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling owo-colors v4.2.1
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]     Checking futures-lite v2.6.0
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking signal-hook-registry v1.4.5
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking socket2 v0.5.9
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]    Compiling toml_edit v0.22.26
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling adler2 v2.0.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling miniz_oxide v0.8.8
[INFO] [stderr]    Compiling flatbuffers v25.9.23
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling color-spantrace v0.2.2
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]     Checking async-lock v3.4.0
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]    Compiling matchit v0.7.3
[INFO] [stderr]     Checking async-channel v2.3.1
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling flate2 v1.1.5
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking piper v0.2.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling gimli v0.31.1
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]     Checking blocking v1.6.1
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling async-broadcast v0.7.2
[INFO] [stderr]     Checking async-executor v1.13.2
[INFO] [stderr]    Compiling num_enum_derive v0.5.11
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling hdrhistogram v7.5.4
[INFO] [stderr]    Compiling ordered-stream v0.2.0
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]    Compiling rustc-demangle v0.1.24
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]    Compiling humantime v2.3.0
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/8c52f735abd1af9a73941b78fe7ed2ab08b9c0dd/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/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="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=ba610723fe695afa -C extra-filename=-a9a4bd25a871eb8a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-7ce6b3f4dc219eb0.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-44d9337c4ae43907.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-b3925cc8f83e9ac1.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 `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/8c52f735abd1af9a73941b78fe7ed2ab08b9c0dd/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/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="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=a488daeb6112830e -C extra-filename=-3b6db0389e083e06 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-26e014fb57ceda6c.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-30a9f114e902e040.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-31777e920fb1a026.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "f9b512ec4aa0d97c727a9f268606986a81ebc4aa429a066cfee14dd287a9a1a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f9b512ec4aa0d97c727a9f268606986a81ebc4aa429a066cfee14dd287a9a1a1", kill_on_drop: false }`
[INFO] [stdout] f9b512ec4aa0d97c727a9f268606986a81ebc4aa429a066cfee14dd287a9a1a1
