[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] be76ae8bcec1e11b3e23c23cc1f037d9bf53cace
[INFO] checking StardustXR/client-template against a621e2b446eafb53c7a8569f225e0b8cc2429a68 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FStardustXR%2Fclient-template" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/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-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/StardustXR/client-template on toolchain a621e2b446eafb53c7a8569f225e0b8cc2429a68
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "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" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cf9716248c84d0e9a7934fdf4bd43d88841aa2633f38c74be1fc036b1beb9d4d
[INFO] running `Command { std: "docker" "start" "cf9716248c84d0e9a7934fdf4bd43d88841aa2633f38c74be1fc036b1beb9d4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cf9716248c84d0e9a7934fdf4bd43d88841aa2633f38c74be1fc036b1beb9d4d", 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" "cf9716248c84d0e9a7934fdf4bd43d88841aa2633f38c74be1fc036b1beb9d4d" "/opt/rustwide/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cf9716248c84d0e9a7934fdf4bd43d88841aa2633f38c74be1fc036b1beb9d4d", 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" "cf9716248c84d0e9a7934fdf4bd43d88841aa2633f38c74be1fc036b1beb9d4d" "/opt/rustwide/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling crossbeam-utils v0.8.23
[INFO] [stderr]     Checking futures-core v0.3.34
[INFO] [stderr]    Compiling find-msvc-tools v0.1.12
[INFO] [stderr]    Compiling object v0.39.1
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling thiserror v2.0.20
[INFO] [stderr]    Compiling mio v1.2.3
[INFO] [stderr]    Compiling socket2 v0.6.5
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling futures-task v0.3.34
[INFO] [stderr]    Compiling smallvec v1.16.1
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling bitflags v2.13.2
[INFO] [stderr]    Compiling futures-sink v0.3.34
[INFO] [stderr]    Compiling cc v1.4.5
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling convert_case v0.11.0
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling winnow v1.0.4
[INFO] [stderr]    Compiling indexmap v2.14.2
[INFO] [stderr]     Checking futures-io v0.3.34
[INFO] [stderr]    Compiling syn v3.0.5
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling dashmap v6.2.1
[INFO] [stderr]     Checking fastrand v2.5.0
[INFO] [stderr]     Checking unicode-ident v1.0.24
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking event-listener v5.4.2
[INFO] [stderr]     Checking num-traits v0.2.19
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]    Compiling half v1.8.3
[INFO] [stderr]    Compiling mint v0.5.9
[INFO] [stderr]    Compiling stacker v0.1.25
[INFO] [stderr]    Compiling xdg v3.0.0
[INFO] [stderr]    Compiling endi v1.1.1
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]    Compiling glam v0.33.7
[INFO] [stderr]     Checking piper v0.2.5
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling inotify-sys v0.1.8
[INFO] [stderr]     Checking blocking v1.7.0
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]    Compiling toml_parser v1.1.3+spec-1.1.0
[INFO] [stderr]     Checking uuid v1.26.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking futures-channel v0.3.34
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]     Checking lerp v0.5.0
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking rustc-hash v2.1.3
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking aliasable v0.1.3
[INFO] [stderr]     Checking directories v6.0.0
[INFO] [stderr]     Checking map-range v0.1.2
[INFO] [stderr]     Checking bumpalo v3.20.3
[INFO] [stderr]    Compiling toml_edit v0.25.15+spec-1.1.0
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling ar_archive_writer v0.5.3
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling psm v0.1.32
[INFO] [stderr]    Compiling gluon-ipc-derive v0.1.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]    Compiling ouroboros_macro v0.18.5
[INFO] [stderr]    Compiling derive-where v1.6.1
[INFO] [stderr]    Compiling chumsky v0.12.0
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling tokio-macros v2.7.2
[INFO] [stderr]    Compiling futures-macro v0.3.34
[INFO] [stderr]    Compiling thiserror-impl v2.0.20
[INFO] [stderr]    Compiling async-trait v0.1.92
[INFO] [stderr]    Compiling serde_repr v0.1.21
[INFO] [stderr]     Checking ouroboros v0.18.5
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tokio v1.53.1
[INFO] [stderr]    Compiling futures-util v0.3.34
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling derive_setters v0.1.9
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking async-signal v0.2.14
[INFO] [stderr]     Checking async-process v2.5.0
[INFO] [stderr]     Checking futures v0.3.34
[INFO] [stderr]    Compiling zvariant_utils v4.2.0
[INFO] [stderr]    Compiling angle v0.5.0
[INFO] [stderr]    Compiling enumflags2 v0.7.12
[INFO] [stderr]    Compiling zcheapstr v1.1.0
[INFO] [stderr]    Compiling tokio-util v0.7.19
[INFO] [stderr]    Compiling shiva-color-rs v0.0.1
[INFO] [stderr]     Checking ron v0.11.0
[INFO] [stderr]    Compiling strong-ipc v0.1.0
[INFO] [stderr]    Compiling zvariant_derive v5.15.0
[INFO] [stderr]    Compiling gluon-ipc v0.1.0
[INFO] [stderr]    Compiling zvariant v5.15.0
[INFO] [stderr]     Checking tokio-stream v0.1.19
[INFO] [stderr]     Checking inotify v0.11.5
[INFO] [stderr]     Checking zbus_names v4.3.4
[INFO] [stderr]    Compiling gluon-ipc-parser v0.1.0
[INFO] [stderr]    Compiling zbus_macros v5.19.0
[INFO] [stderr]     Checking zbus v5.19.0
[INFO] [stderr]    Compiling gluon-ipc-codegen v0.1.0
[INFO] [stderr]    Compiling stardust-xr-protocol v0.52.1
[INFO] [stderr]    Compiling stardust-xr-molecules-protocols v0.52.0
[INFO] [stderr]     Checking stardust-xr-fusion v0.52.0
[INFO] [stderr]     Checking stardust-xr-molecules v0.52.0
[INFO] [stderr]     Checking stardust-xr-asteroids v0.52.0
[INFO] [stderr]     Checking client-template v0.52.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/main.rs:72:23
[INFO] [stdout]    |
[INFO] [stdout] 72 |                 .turn_unit_amount(0.2) // Defines how much 1 rotation will add or subtract from cube_edge_length
[INFO] [stdout]    |                                   ^^^ help: explicitly specify the type as `f32`: `0.2_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]    = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/main.rs:73:13
[INFO] [stdout]    |
[INFO] [stdout] 73 |                 .radius(0.05) // Defines the radius of the dial
[INFO] [stdout]    |                         ^^^^ help: explicitly specify the type as `f32`: `0.05_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/main.rs:74:16
[INFO] [stdout]    |
[INFO] [stdout] 74 |                 .thickness(0.04) // Defines the thickness of the dial
[INFO] [stdout]    |                            ^^^^ help: explicitly specify the type as `f32`: `0.04_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/main.rs:72:23
[INFO] [stdout]    |
[INFO] [stdout] 72 |                 .turn_unit_amount(0.2) // Defines how much 1 rotation will add or subtract from cube_edge_length
[INFO] [stdout]    |                                   ^^^ help: explicitly specify the type as `f32`: `0.2_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]    = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/main.rs:73:13
[INFO] [stdout]    |
[INFO] [stdout] 73 |                 .radius(0.05) // Defines the radius of the dial
[INFO] [stdout]    |                         ^^^^ help: explicitly specify the type as `f32`: `0.05_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/main.rs:74:16
[INFO] [stdout]    |
[INFO] [stdout] 74 |                 .thickness(0.04) // Defines the thickness of the dial
[INFO] [stdout]    |                            ^^^^ help: explicitly specify the type as `f32`: `0.04_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s
[INFO] running `Command { std: "docker" "inspect" "cf9716248c84d0e9a7934fdf4bd43d88841aa2633f38c74be1fc036b1beb9d4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf9716248c84d0e9a7934fdf4bd43d88841aa2633f38c74be1fc036b1beb9d4d", kill_on_drop: false }`
[INFO] [stdout] cf9716248c84d0e9a7934fdf4bd43d88841aa2633f38c74be1fc036b1beb9d4d
