[INFO] cloning repository https://github.com/GildedSignal/Trippy-ball
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/GildedSignal/Trippy-ball" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGildedSignal%2FTrippy-ball", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGildedSignal%2FTrippy-ball'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 42b7c4b4e1ab2888675f51f210e91d18cd552d9a
[INFO] checking GildedSignal/Trippy-ball against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGildedSignal%2FTrippy-ball" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/GildedSignal/Trippy-ball
[INFO] finished tweaking git repo https://github.com/GildedSignal/Trippy-ball
[INFO] tweaked toml for git repo https://github.com/GildedSignal/Trippy-ball written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/GildedSignal/Trippy-ball on toolchain 760e1de835e253bf28bbcbfee38b5e8ed9ffe074
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/GildedSignal/Trippy-ball 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" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ecolor v0.22.0
[INFO] [stderr]   Downloaded emath v0.22.0
[INFO] [stderr]   Downloaded egui v0.22.0
[INFO] [stderr]   Downloaded epaint v0.22.0
[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:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c5913290a0fda055ef9806dc3b871f89caf60bbea0e96909bb769a89a7d6cc4c
[INFO] running `Command { std: "docker" "start" "c5913290a0fda055ef9806dc3b871f89caf60bbea0e96909bb769a89a7d6cc4c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c5913290a0fda055ef9806dc3b871f89caf60bbea0e96909bb769a89a7d6cc4c", 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" "c5913290a0fda055ef9806dc3b871f89caf60bbea0e96909bb769a89a7d6cc4c" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c5913290a0fda055ef9806dc3b871f89caf60bbea0e96909bb769a89a7d6cc4c", 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" "c5913290a0fda055ef9806dc3b871f89caf60bbea0e96909bb769a89a7d6cc4c" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling libc v0.2.170
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling xml-rs v0.8.25
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]     Checking smallvec v1.14.0
[INFO] [stderr]     Checking once_cell v1.20.3
[INFO] [stderr]     Checking bytemuck v1.22.0
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking libloading v0.8.6
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]     Checking scoped-tls v1.0.1
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking miniz_oxide v0.8.5
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]     Checking log v0.4.26
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.8
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking vec_map v0.8.2
[INFO] [stderr]     Checking xcursor v0.3.8
[INFO] [stderr]     Checking arrayref v0.3.9
[INFO] [stderr]     Checking strict-num v0.1.1
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]     Checking tiny-skia-path v0.8.4
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]     Checking nohash-hasher v0.2.0
[INFO] [stderr]     Checking ecolor v0.22.0
[INFO] [stderr]     Checking flate2 v1.1.0
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]     Checking emath v0.22.0
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking glam v0.24.2
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking wide v0.7.33
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling syn v2.0.99
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking tiny-skia v0.8.4
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking owned_ttf_parser v0.25.0
[INFO] [stderr]     Checking ab_glyph v0.2.29
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking nix v0.25.1
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]    Compiling smithay-client-toolkit v0.16.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]     Checking memmap2 v0.5.10
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking epaint v0.22.0
[INFO] [stderr]     Checking simba v0.9.1
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking wayland-commons v0.29.5
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]    Compiling winit v0.28.7
[INFO] [stderr]     Checking egui v0.22.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rand_distr v0.4.3
[INFO] [stderr]     Checking wayland-cursor v0.29.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking nalgebra v0.33.2
[INFO] [stderr]     Checking calloop v0.10.6
[INFO] [stderr]     Checking statrs v0.18.0
[INFO] [stderr]     Checking sctk-adwaita v0.5.4
[INFO] [stderr]     Checking wavefunction-visualization v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::memory::pod::Pod`
[INFO] [stdout]   --> src/render/gpu_wavefunction.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::memory::pod::Pod;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::memory::pod::Pod`
[INFO] [stdout]   --> src/render/gpu_wavefunction.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::memory::pod::Pod;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_ptr` found for struct `std::arch::x86_64::__m256d` in the current scope
[INFO] [stdout]    --> src/math/radial.rs:122:62
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let neg_alpha_r_squared_i = *neg_alpha_r_squared.as_ptr().add(i);
[INFO] [stdout]     |                                                              ^^^^^^ method not found in `std::arch::x86_64::__m256d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `_mm512_extractf64_pd` in this scope
[INFO] [stdout]    --> src/math/radial.rs:169:41
[INFO] [stdout]     |
[INFO] [stdout] 169 |             let neg_alpha_r_squared_i = _mm512_extractf64_pd(neg_alpha_r_squared, i as i32);
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/../../stdarch/crates/core_arch/src/x86/avx512dq.rs:1572:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named function `_mm512_extractf64x2_pd` defined here
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 169 |             let neg_alpha_r_squared_i = _mm512_extractf64x2_pd(neg_alpha_r_squared, i as i32);
[INFO] [stdout]     |                                                          ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_array_ref` found for struct `std::arch::x86_64::__m256d` in the current scope
[INFO] [stdout]    --> src/math/spherical.rs:284:44
[INFO] [stdout]     |
[INFO] [stdout] 284 |             let cos_theta = *cos_theta_vec.as_array_ref().get_unchecked(i);
[INFO] [stdout]     |                                            ^^^^^^^^^^^^ method not found in `std::arch::x86_64::__m256d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::memory::pod::Pod`
[INFO] [stdout]   --> src/render/gpu_wavefunction.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::memory::pod::Pod;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::memory::pod::Pod`
[INFO] [stdout]   --> src/render/gpu_wavefunction.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::memory::pod::Pod;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wavefunction-visualization` (lib test) due to 3 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0599]: no method named `as_ptr` found for struct `std::arch::x86_64::__m256d` in the current scope
[INFO] [stdout]    --> src/math/radial.rs:122:62
[INFO] [stdout]     |
[INFO] [stdout] 122 |             let neg_alpha_r_squared_i = *neg_alpha_r_squared.as_ptr().add(i);
[INFO] [stdout]     |                                                              ^^^^^^ method not found in `std::arch::x86_64::__m256d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `_mm512_extractf64_pd` in this scope
[INFO] [stdout]    --> src/math/radial.rs:169:41
[INFO] [stdout]     |
[INFO] [stdout] 169 |             let neg_alpha_r_squared_i = _mm512_extractf64_pd(neg_alpha_r_squared, i as i32);
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/../../stdarch/crates/core_arch/src/x86/avx512dq.rs:1572:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named function `_mm512_extractf64x2_pd` defined here
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 169 |             let neg_alpha_r_squared_i = _mm512_extractf64x2_pd(neg_alpha_r_squared, i as i32);
[INFO] [stdout]     |                                                          ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `GPU_NORMALIZATION_MAX_L` is never used
[INFO] [stdout]   --> src/math/mod.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub const GPU_NORMALIZATION_MAX_L: usize = kernel_tables::MAX_L_PRECOMPUTE;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `GPU_NORMALIZATION_TABLE_LEN` is never used
[INFO] [stdout]   --> src/math/mod.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const GPU_NORMALIZATION_TABLE_LEN: usize = kernel_tables::NORMALIZATION_TABLE_FLAT_LEN;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `gpu_normalization_table_f32_flat` is never used
[INFO] [stdout]   --> src/math/mod.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn gpu_normalization_table_f32_flat() -> &'static [f32; GPU_NORMALIZATION_TABLE_LEN] {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `NORMALIZATION_TABLE_FLAT_LEN` is never used
[INFO] [stdout]  --> src/math/kernel_tables.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub const NORMALIZATION_TABLE_FLAT_LEN: usize = (MAX_L_PRECOMPUTE + 1) * (MAX_L_PRECOMPUTE + 1);
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `NORMALIZATION_TABLE_F32_FLAT` is never used
[INFO] [stdout]   --> src/math/kernel_tables.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub static NORMALIZATION_TABLE_F32_FLAT: LazyLock<[f32; NORMALIZATION_TABLE_FLAT_LEN]> =
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `normalization_table_f32_flat` is never used
[INFO] [stdout]   --> src/math/kernel_tables.rs:41:8
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub fn normalization_table_f32_flat() -> &'static [f32; NORMALIZATION_TABLE_FLAT_LEN] {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Pod` is never used
[INFO] [stdout]  --> src/memory/pod.rs:3:18
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub unsafe trait Pod: Copy {}
[INFO] [stdout]   |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `zeroed` is never used
[INFO] [stdout]   --> src/memory/pod.rs:16:8
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn zeroed<T: Pod>() -> T {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `read_unaligned` is never used
[INFO] [stdout]   --> src/memory/pod.rs:21:8
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub fn read_unaligned<T: Pod>(bytes: &[u8]) -> T {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `poll_completed_into` is never used
[INFO] [stdout]    --> src/render/gpu_wavefunction.rs:800:12
[INFO] [stdout]     |
[INFO] [stdout] 689 | impl GpuWavefunctionEvaluator {
[INFO] [stdout]     | ----------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 800 |     pub fn poll_completed_into(&mut self, output: &mut [f32]) -> PollCompletedStats {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/render_metal/context.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 77 | pub struct PresentedFrameInput<'a> {
[INFO] [stdout]    |            ------------------- fields in this struct
[INFO] [stdout] 78 |     pub surface: &'a MetalSurface,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 79 |     pub ui_painter: &'a mut MetalPainter,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 80 |     pub ui_frame: &'a ui::PreparedUiFrame,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 81 |     pub frame_id: u64,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 82 |     pub positions: &'a [Vec3],
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 83 |     pub intensities: &'a [f32],
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 84 |     pub external_intensity_buffer: ExternalIntensityBufferRef<'a>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 85 |     pub camera_uniform: CameraUniform,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 86 |     pub color_params: MetalColorParams,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated constant `MAX_SHADOW_POINTS` is never used
[INFO] [stdout]    --> src/render_metal/context.rs:760:15
[INFO] [stdout]     |
[INFO] [stdout] 759 | impl MetalContext {
[INFO] [stdout]     | ----------------- associated constant in this implementation
[INFO] [stdout] 760 |     pub const MAX_SHADOW_POINTS: usize = 0;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `paint` is never used
[INFO] [stdout]   --> src/render_metal/metal_painter.rs:54:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl MetalPainter {
[INFO] [stdout]    | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 54 |     pub fn paint(
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SharedBufferRing` is never constructed
[INFO] [stdout]    --> src/render_metal/ring_buffer.rs:101:12
[INFO] [stdout]     |
[INFO] [stdout] 101 | pub struct SharedBufferRing {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `ensure_capacity`, `slot_count`, and `slot_bytes` are never used
[INFO] [stdout]    --> src/render_metal/ring_buffer.rs:108:12
[INFO] [stdout]     |
[INFO] [stdout] 107 | impl SharedBufferRing {
[INFO] [stdout]     | --------------------- associated items in this implementation
[INFO] [stdout] 108 |     pub fn new(
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 120 |     pub fn ensure_capacity(&mut self, _device: &(), requested_slot_bytes: usize) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 |     pub fn slot_count(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 133 |     pub fn slot_bytes(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `paint_jobs`, `textures_delta`, `size_in_pixels`, and `pixels_per_point` are never read
[INFO] [stdout]    --> src/ui/mod.rs:186:9
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub struct PreparedUiFrame {
[INFO] [stdout]     |            --------------- fields in this struct
[INFO] [stdout] 186 |     pub paint_jobs: Vec<ClippedPrimitive>,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 187 |     pub textures_delta: TexturesDelta,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout] 188 |     pub size_in_pixels: [u32; 2],
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout] 189 |     pub pixels_per_point: f32,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_array_ref` found for struct `std::arch::x86_64::__m256d` in the current scope
[INFO] [stdout]    --> src/math/spherical.rs:284:44
[INFO] [stdout]     |
[INFO] [stdout] 284 |             let cos_theta = *cos_theta_vec.as_array_ref().get_unchecked(i);
[INFO] [stdout]     |                                            ^^^^^^^^^^^^ method not found in `std::arch::x86_64::__m256d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wavefunction-visualization` (bin "wavefunction-visualization" test) due to 3 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "c5913290a0fda055ef9806dc3b871f89caf60bbea0e96909bb769a89a7d6cc4c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c5913290a0fda055ef9806dc3b871f89caf60bbea0e96909bb769a89a7d6cc4c", kill_on_drop: false }`
[INFO] [stdout] c5913290a0fda055ef9806dc3b871f89caf60bbea0e96909bb769a89a7d6cc4c
