[INFO] cloning repository https://github.com/oldgreggsshoe/catinthegarden
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/oldgreggsshoe/catinthegarden" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foldgreggsshoe%2Fcatinthegarden", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foldgreggsshoe%2Fcatinthegarden'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d81b14ec7db1765d2fb5adc375bf95a02ff2107c
[INFO] checking oldgreggsshoe/catinthegarden against a621e2b446eafb53c7a8569f225e0b8cc2429a68 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foldgreggsshoe%2Fcatinthegarden" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/oldgreggsshoe/catinthegarden
[INFO] finished tweaking git repo https://github.com/oldgreggsshoe/catinthegarden
[INFO] tweaked toml for git repo https://github.com/oldgreggsshoe/catinthegarden written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/oldgreggsshoe/catinthegarden 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/oldgreggsshoe/catinthegarden 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-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 8c1f7d2f8045909a86e4fb32b4d75312e780e1abafc28d3994bcd6d5f482ca5b
[INFO] running `Command { std: "docker" "start" "8c1f7d2f8045909a86e4fb32b4d75312e780e1abafc28d3994bcd6d5f482ca5b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8c1f7d2f8045909a86e4fb32b4d75312e780e1abafc28d3994bcd6d5f482ca5b", 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" "8c1f7d2f8045909a86e4fb32b4d75312e780e1abafc28d3994bcd6d5f482ca5b" "/opt/rustwide/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8c1f7d2f8045909a86e4fb32b4d75312e780e1abafc28d3994bcd6d5f482ca5b", 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" "8c1f7d2f8045909a86e4fb32b4d75312e780e1abafc28d3994bcd6d5f482ca5b" "/opt/rustwide/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]    Compiling cc v1.2.67
[INFO] [stderr]    Compiling quick-xml v0.39.4
[INFO] [stderr]    Compiling zerocopy v0.8.54
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]     Checking pxfm v0.1.29
[INFO] [stderr]     Checking polycool v0.4.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]     Checking euclid v0.22.14
[INFO] [stderr]     Checking glam v0.30.10
[INFO] [stderr]    Compiling crossbeam-deque v0.8.7
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]    Compiling wgpu-hal v29.0.4
[INFO] [stderr]     Checking fearless_simd v0.4.1
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking wayland-sys v0.31.11
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking kurbo v0.13.1
[INFO] [stderr]    Compiling unicode-general-category v1.1.0
[INFO] [stderr]     Checking ordered-float v5.3.0
[INFO] [stderr]     Checking rand_xorshift v0.3.0
[INFO] [stderr]     Checking rand v0.8.7
[INFO] [stderr]    Compiling wgpu-core v29.0.4
[INFO] [stderr]     Checking rayon-core v1.13.0
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking self_cell v1.2.2
[INFO] [stderr]     Checking epaint_default_fonts v0.35.0
[INFO] [stderr]    Compiling smithay-client-toolkit v0.20.0
[INFO] [stderr]    Compiling wgpu v29.0.4
[INFO] [stderr]    Compiling wayland-scanner v0.31.10
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking uuid v1.23.4
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking guillotiere v0.7.0
[INFO] [stderr]     Checking accesskit v0.24.1
[INFO] [stderr]     Checking type-map v0.5.1
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling wayland-backend v0.3.15
[INFO] [stderr]     Checking noise v0.9.0
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking wayland-client v0.31.14
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking wayland-protocols v0.32.13
[INFO] [stderr]     Checking wayland-cursor v0.31.14
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling bytemuck_derive v1.11.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zerocopy-derive v0.8.54
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking bytemuck v1.25.1
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking calloop v0.14.4
[INFO] [stderr]     Checking gpu-allocator v0.28.0
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking font-types v0.11.3
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking color v0.3.3
[INFO] [stderr]     Checking wgpu-types v29.0.4
[INFO] [stderr]     Checking emath v0.35.0
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking calloop-wayland-source v0.4.1
[INFO] [stderr]     Checking read-fonts v0.39.2
[INFO] [stderr]     Checking peniko v0.6.1
[INFO] [stderr]     Checking vello_common v0.0.9
[INFO] [stderr]     Checking ecolor v0.35.0
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking vello_cpu v0.0.9
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking arboard v3.6.1
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking catinthegarden-coretypes v0.1.0 (/opt/rustwide/workdir/crates/coretypes)
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking catinthegarden-baker v0.1.0 (/opt/rustwide/workdir/crates/baker)
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.12
[INFO] [stderr]     Checking wayland-protocols-experimental v20250721.0.1
[INFO] [stderr]     Checking wayland-protocols-misc v0.3.12
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.12
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking webbrowser v1.2.1
[INFO] [stderr]     Checking smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]     Checking smithay-clipboard v0.7.3
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking winit v0.30.13
[INFO] [stderr]     Checking naga v29.0.4
[INFO] [stderr]     Checking skrifa v0.42.1
[INFO] [stderr]     Checking harfrust v0.7.0
[INFO] [stderr]     Checking epaint v0.35.0
[INFO] [stderr]     Checking egui v0.35.0
[INFO] [stderr]     Checking egui-winit v0.35.0
[INFO] [stderr]     Checking wgpu-naga-bridge v29.0.4
[INFO] [stderr]     Checking wgpu-core-deps-windows-linux-android v29.0.4
[INFO] [stderr]     Checking egui-wgpu v0.35.0
[INFO] [stderr]     Checking catinthegarden-app v0.1.0 (/opt/rustwide/workdir/crates/app)
[INFO] [stdout] warning: use of deprecated method `winit::event_loop::EventLoop::<T>::create_window`: use `ActiveEventLoop::create_window` instead
[INFO] [stdout]    --> crates/app/src/main.rs:994:14
[INFO] [stdout]     |
[INFO] [stdout] 994 |             .create_window(
[INFO] [stdout]     |              ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `winit::event_loop::EventLoop::<T>::run`: use `EventLoop::run_app` instead
[INFO] [stdout]     --> crates/app/src/main.rs:1011:10
[INFO] [stdout]      |
[INFO] [stdout] 1011 |         .run(move |event, event_loop| match event {
[INFO] [stdout]      |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `winit::event_loop::EventLoop::<T>::create_window`: use `ActiveEventLoop::create_window` instead
[INFO] [stdout]    --> crates/app/src/main.rs:994:14
[INFO] [stdout]     |
[INFO] [stdout] 994 |             .create_window(
[INFO] [stdout]     |              ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `winit::event_loop::EventLoop::<T>::run`: use `EventLoop::run_app` instead
[INFO] [stdout]     --> crates/app/src/main.rs:1011:10
[INFO] [stdout]      |
[INFO] [stdout] 1011 |         .run(move |event, event_loop| match event {
[INFO] [stdout]      |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `orbit_delta_seconds`
[INFO] [stdout]    --> crates/app/src/main.rs:548:17
[INFO] [stdout]     |
[INFO] [stdout] 548 |             let orbit_delta_seconds = (sim_time - self.last_auto_orbit_sim_time).max(0.0);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_orbit_delta_seconds`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DEFAULT_CAMERA_ORBIT_RADIANS_PER_SECOND` is never used
[INFO] [stdout]   --> crates/app/src/main.rs:37:7
[INFO] [stdout]    |
[INFO] [stdout] 37 | const DEFAULT_CAMERA_ORBIT_RADIANS_PER_SECOND: f64 = 0.4;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `create`, `configure_assertions`, and `record_spatial_log` are never used
[INFO] [stdout]    --> crates/app/src/debug.rs:594:12
[INFO] [stdout]     |
[INFO] [stdout] 593 | impl RunArtifacts {
[INFO] [stdout]     | ----------------- associated items in this implementation
[INFO] [stdout] 594 |     pub fn create(scenario: &str) -> Result<(Self, SharedFile), String> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 639 |     pub fn configure_assertions(&mut self, assertions: ScenarioAssertions) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 647 |     pub fn record_spatial_log(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `used_fallback` is never used
[INFO] [stdout]   --> crates/app/src/outmap.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl TileData {
[INFO] [stdout]    | ------------- method in this implementation
[INFO] [stdout] 22 |     pub fn used_fallback(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `root` and `manifest` are never used
[INFO] [stdout]   --> crates/app/src/outmap.rs:56:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl Outmap {
[INFO] [stdout]    | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 56 |     pub fn root(&self) -> &Path {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 60 |     pub fn manifest(&self) -> &OutmapManifest {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PLACEHOLDER_HEIGHT_AMPLITUDE_METERS` is never used
[INFO] [stdout]   --> crates/app/src/planet.rs:25:11
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub const PLACEHOLDER_HEIGHT_AMPLITUDE_METERS: f64 = 3_503.0;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `active_nodes`, `is_split`, and `update` are never used
[INFO] [stdout]    --> crates/app/src/planet.rs:503:12
[INFO] [stdout]     |
[INFO] [stdout] 484 | impl PlanetLod {
[INFO] [stdout]     | -------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 503 |     pub fn active_nodes(&self) -> &[QuadtreeNode] {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 507 |     pub fn is_split(&self, node: QuadtreeNode) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 511 |     pub fn update(
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `node`, `edge_length_meters`, and `skirt_depth_meters` are never read
[INFO] [stdout]    --> crates/app/src/planet.rs:984:9
[INFO] [stdout]     |
[INFO] [stdout] 983 | pub struct ChunkMesh {
[INFO] [stdout]     |            --------- fields in this struct
[INFO] [stdout] 984 |     pub node: QuadtreeNode,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 988 |     pub edge_length_meters: f64,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 989 |     pub skirt_depth_meters: f64,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `anchor_relative_to_camera` and `vertex_world_position` are never used
[INFO] [stdout]    --> crates/app/src/planet.rs:993:12
[INFO] [stdout]     |
[INFO] [stdout] 992 | impl ChunkMesh {
[INFO] [stdout]     | -------------- methods in this implementation
[INFO] [stdout] 993 |     pub fn anchor_relative_to_camera(&self, camera_world: DVec3) -> [f32; 3] {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 997 |     pub fn vertex_world_position(&self, vertex_index: usize, displaced: bool) -> DVec3 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `ATTRIBUTES` and `layout` are never used
[INFO] [stdout]     --> crates/app/src/planet.rs:1116:15
[INFO] [stdout]      |
[INFO] [stdout] 1115 | impl RebasedVertex {
[INFO] [stdout]      | ------------------ associated items in this implementation
[INFO] [stdout] 1116 |     pub const ATTRIBUTES: [wgpu::VertexAttribute; 1] = wgpu::vertex_attr_array![0 => Float32x3];
[INFO] [stdout]      |               ^^^^^^^^^^
[INFO] [stdout] 1117 |
[INFO] [stdout] 1118 |     pub fn layout() -> wgpu::VertexBufferLayout<'static> {
[INFO] [stdout]      |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CubeSphereMesh` is never constructed
[INFO] [stdout]     --> crates/app/src/planet.rs:1127:12
[INFO] [stdout]      |
[INFO] [stdout] 1127 | pub struct CubeSphereMesh {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `indices`, `rebased_vertices`, and `rebase_into` are never used
[INFO] [stdout]     --> crates/app/src/planet.rs:1133:12
[INFO] [stdout]      |
[INFO] [stdout] 1132 | impl CubeSphereMesh {
[INFO] [stdout]      | ------------------- associated items in this implementation
[INFO] [stdout] 1133 |     pub fn new() -> Self {
[INFO] [stdout]      |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 1174 |     pub fn indices(&self) -> &[u32] {
[INFO] [stdout]      |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1178 |     pub fn rebased_vertices(&self, camera_world_position: DVec3) -> Vec<RebasedVertex> {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1184 |     pub fn rebase_into(&self, camera_world_position: DVec3, vertices: &mut Vec<RebasedVertex>) {
[INFO] [stdout]      |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `view_projection`, `view_projection_in_planet_frame`, `planet_frame_direction`, `set_vertical_fov_degrees`, and `zoom` are never used
[INFO] [stdout]     --> crates/app/src/planet.rs:1235:12
[INFO] [stdout]      |
[INFO] [stdout] 1225 | impl OrbitCamera {
[INFO] [stdout]      | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 1235 |     pub fn view_projection(&self, aspect_ratio: f32) -> Mat4 {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1244 |     pub fn view_projection_in_planet_frame(
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1314 |     pub fn planet_frame_direction(&self, planet_rotation_radians: f64) -> Vec3 {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1331 |     pub fn set_vertical_fov_degrees(&mut self, vertical_fov_degrees: f64) {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1350 |     pub fn zoom(&mut self, wheel_delta: f64) {
[INFO] [stdout]      |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `view_projection_for` is never used
[INFO] [stdout]     --> crates/app/src/planet.rs:1392:4
[INFO] [stdout]      |
[INFO] [stdout] 1392 | fn view_projection_for(
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `orbit_azimuth_radians` is never read
[INFO] [stdout]    --> crates/app/src/scenario.rs:126:9
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub struct FramePlan {
[INFO] [stdout]     |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 126 |     pub orbit_azimuth_radians: Option<f64>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `orbit_settings` is never used
[INFO] [stdout]    --> crates/app/src/scenario.rs:311:12
[INFO] [stdout]     |
[INFO] [stdout] 141 | impl ScenarioRunner {
[INFO] [stdout]     | ------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 311 |     pub fn orbit_settings(&self) -> Option<(f64, f64)> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `splits`, `merges`, and `culled_nodes` are never read
[INFO] [stdout]   --> crates/app/src/terrain.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct TerrainStats {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub splits: u32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 41 |     pub merges: u32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 42 |     pub culled_nodes: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TerrainStats` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `orbit_delta_seconds`
[INFO] [stdout]    --> crates/app/src/main.rs:548:17
[INFO] [stdout]     |
[INFO] [stdout] 548 |             let orbit_delta_seconds = (sim_time - self.last_auto_orbit_sim_time).max(0.0);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_orbit_delta_seconds`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DEFAULT_CAMERA_ORBIT_RADIANS_PER_SECOND` is never used
[INFO] [stdout]   --> crates/app/src/main.rs:37:7
[INFO] [stdout]    |
[INFO] [stdout] 37 | const DEFAULT_CAMERA_ORBIT_RADIANS_PER_SECOND: f64 = 0.4;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `create`, `configure_assertions`, and `record_spatial_log` are never used
[INFO] [stdout]    --> crates/app/src/debug.rs:594:12
[INFO] [stdout]     |
[INFO] [stdout] 593 | impl RunArtifacts {
[INFO] [stdout]     | ----------------- associated items in this implementation
[INFO] [stdout] 594 |     pub fn create(scenario: &str) -> Result<(Self, SharedFile), String> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 639 |     pub fn configure_assertions(&mut self, assertions: ScenarioAssertions) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 647 |     pub fn record_spatial_log(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `manifest` is never used
[INFO] [stdout]   --> crates/app/src/outmap.rs:60:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl Outmap {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 60 |     pub fn manifest(&self) -> &OutmapManifest {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `active_nodes` is never used
[INFO] [stdout]    --> crates/app/src/planet.rs:503:12
[INFO] [stdout]     |
[INFO] [stdout] 484 | impl PlanetLod {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 503 |     pub fn active_nodes(&self) -> &[QuadtreeNode] {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `node` is never read
[INFO] [stdout]    --> crates/app/src/planet.rs:984:9
[INFO] [stdout]     |
[INFO] [stdout] 983 | pub struct ChunkMesh {
[INFO] [stdout]     |            --------- field in this struct
[INFO] [stdout] 984 |     pub node: QuadtreeNode,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `anchor_relative_to_camera` is never used
[INFO] [stdout]    --> crates/app/src/planet.rs:993:12
[INFO] [stdout]     |
[INFO] [stdout] 992 | impl ChunkMesh {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] 993 |     pub fn anchor_relative_to_camera(&self, camera_world: DVec3) -> [f32; 3] {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `ATTRIBUTES` and `layout` are never used
[INFO] [stdout]     --> crates/app/src/planet.rs:1116:15
[INFO] [stdout]      |
[INFO] [stdout] 1115 | impl RebasedVertex {
[INFO] [stdout]      | ------------------ associated items in this implementation
[INFO] [stdout] 1116 |     pub const ATTRIBUTES: [wgpu::VertexAttribute; 1] = wgpu::vertex_attr_array![0 => Float32x3];
[INFO] [stdout]      |               ^^^^^^^^^^
[INFO] [stdout] 1117 |
[INFO] [stdout] 1118 |     pub fn layout() -> wgpu::VertexBufferLayout<'static> {
[INFO] [stdout]      |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `view_projection_in_planet_frame` and `planet_frame_direction` are never used
[INFO] [stdout]     --> crates/app/src/planet.rs:1244:12
[INFO] [stdout]      |
[INFO] [stdout] 1225 | impl OrbitCamera {
[INFO] [stdout]      | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 1244 |     pub fn view_projection_in_planet_frame(
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1314 |     pub fn planet_frame_direction(&self, planet_rotation_radians: f64) -> Vec3 {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `orbit_settings` is never used
[INFO] [stdout]    --> crates/app/src/scenario.rs:311:12
[INFO] [stdout]     |
[INFO] [stdout] 141 | impl ScenarioRunner {
[INFO] [stdout]     | ------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 311 |     pub fn orbit_settings(&self) -> Option<(f64, f64)> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `splits`, `merges`, and `culled_nodes` are never read
[INFO] [stdout]   --> crates/app/src/terrain.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct TerrainStats {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub splits: u32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 41 |     pub merges: u32,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 42 |     pub culled_nodes: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TerrainStats` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.13s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: naga v29.0.4, wgpu v29.0.4, wgpu-core v29.0.4, wgpu-hal v29.0.4, winit v0.30.13
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 7`
[INFO] running `Command { std: "docker" "inspect" "8c1f7d2f8045909a86e4fb32b4d75312e780e1abafc28d3994bcd6d5f482ca5b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8c1f7d2f8045909a86e4fb32b4d75312e780e1abafc28d3994bcd6d5f482ca5b", kill_on_drop: false }`
[INFO] [stdout] 8c1f7d2f8045909a86e4fb32b4d75312e780e1abafc28d3994bcd6d5f482ca5b
