[INFO] cloning repository https://github.com/DrRonne/rust-simple-ray-tracer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DrRonne/rust-simple-ray-tracer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDrRonne%2Frust-simple-ray-tracer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDrRonne%2Frust-simple-ray-tracer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e7c82037801c54e65980d60cf59fb8181196a096 [INFO] building DrRonne/rust-simple-ray-tracer against try#58b1b3c5342a414c161338871f8004258ccef2a7 for pr-149937 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDrRonne%2Frust-simple-ray-tracer" "/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/DrRonne/rust-simple-ray-tracer [INFO] finished tweaking git repo https://github.com/DrRonne/rust-simple-ray-tracer [INFO] tweaked toml for git repo https://github.com/DrRonne/rust-simple-ray-tracer written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/DrRonne/rust-simple-ray-tracer on toolchain 58b1b3c5342a414c161338871f8004258ccef2a7 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/DrRonne/rust-simple-ray-tracer 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" "+58b1b3c5342a414c161338871f8004258ccef2a7" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 22c2884e87e3864f72b94d8fd59007fc7bb0086902439838dd39126904432b6b [INFO] running `Command { std: "docker" "start" "-a" "22c2884e87e3864f72b94d8fd59007fc7bb0086902439838dd39126904432b6b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "22c2884e87e3864f72b94d8fd59007fc7bb0086902439838dd39126904432b6b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22c2884e87e3864f72b94d8fd59007fc7bb0086902439838dd39126904432b6b", kill_on_drop: false }` [INFO] [stdout] 22c2884e87e3864f72b94d8fd59007fc7bb0086902439838dd39126904432b6b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 54d0c24a91557632dc48a68ef0e5f451975f1903e0fd00ada2a456a3133a15f0 [INFO] running `Command { std: "docker" "start" "-a" "54d0c24a91557632dc48a68ef0e5f451975f1903e0fd00ada2a456a3133a15f0", kill_on_drop: false }` [INFO] [stderr] Compiling libloading v0.8.5 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling cc v1.1.8 [INFO] [stderr] Compiling wayland-sys v0.31.4 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling wayland-client v0.31.5 [INFO] [stderr] Compiling bytemuck v1.16.3 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling syn v2.0.72 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Compiling dlib v0.5.2 [INFO] [stderr] Compiling unicode-width v0.1.13 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling codespan-reporting v0.11.1 [INFO] [stderr] Compiling spirv v0.2.0+1.5.4 [INFO] [stderr] Compiling gpu-descriptor-types v0.1.2 [INFO] [stderr] Compiling xcursor v0.3.6 [INFO] [stderr] Compiling ttf-parser v0.24.1 [INFO] [stderr] Compiling arrayref v0.3.8 [INFO] [stderr] Compiling tiny-skia-path v0.11.4 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling khronos-egl v4.1.0 [INFO] [stderr] Compiling memmap2 v0.9.4 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling wgpu-types v0.16.1 [INFO] [stderr] Compiling quick-xml v0.34.0 [INFO] [stderr] Compiling renderdoc-sys v1.1.0 [INFO] [stderr] Compiling cl-sys v0.4.3 [INFO] [stderr] Compiling ocl-core v0.11.5 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling winit v0.29.15 [INFO] [stderr] Compiling crossbeam-queue v0.3.11 [INFO] [stderr] Compiling crossbeam-channel v0.5.13 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling safe_arch v0.7.2 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling tiny-skia v0.11.4 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling x11rb-protocol v0.13.1 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling gpu-descriptor v0.2.4 [INFO] [stderr] Compiling wayland-backend v0.3.6 [INFO] [stderr] Compiling crossbeam v0.8.4 [INFO] [stderr] Compiling xkbcommon-dl v0.4.2 [INFO] [stderr] Compiling ocl-core-vector v0.1.1 [INFO] [stderr] Compiling wide v0.7.26 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling wayland-scanner v0.31.4 [INFO] [stderr] Compiling smol_str v0.2.2 [INFO] [stderr] Compiling futures v0.1.31 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling is-terminal v0.4.12 [INFO] [stderr] Compiling web-time v1.1.0 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling error-iter v0.4.1 [INFO] [stderr] Compiling owned_ttf_parser v0.24.0 [INFO] [stderr] Compiling qutex v0.2.6 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling ab_glyph v0.2.28 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling ultraviolet v0.9.2 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling naga v0.12.3 [INFO] [stderr] Compiling polling v3.7.3 [INFO] [stderr] Compiling calloop v0.12.4 [INFO] [stderr] Compiling ocl v0.19.7 [INFO] [stderr] Compiling regex v1.10.6 [INFO] [stderr] Compiling env_logger v0.10.2 [INFO] [stderr] Compiling wayland-csd-frame v0.3.0 [INFO] [stderr] Compiling wayland-protocols v0.31.2 [INFO] [stderr] Compiling calloop-wayland-source v0.2.0 [INFO] [stderr] Compiling wayland-cursor v0.31.5 [INFO] [stderr] Compiling wgpu-hal v0.16.2 [INFO] [stderr] Compiling wgpu-core v0.16.1 [INFO] [stderr] Compiling wayland-protocols-wlr v0.2.0 [INFO] [stderr] Compiling wayland-protocols-plasma v0.2.0 [INFO] [stderr] Compiling x11rb v0.13.1 [INFO] [stderr] Compiling smithay-client-toolkit v0.18.1 [INFO] [stderr] Compiling sctk-adwaita v0.8.3 [INFO] [stderr] Compiling wgpu v0.16.3 [INFO] [stderr] Compiling winit_input_helper v0.16.0 [INFO] [stderr] Compiling pixels v0.13.0 [INFO] [stderr] Compiling first-test v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/engine/primitives/primitive.rs:136:13 [INFO] [stdout] | [INFO] [stdout] 136 | unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MAX_MERGES` is never used [INFO] [stdout] --> src/engine/world.rs:7:7 [INFO] [stdout] | [INFO] [stdout] 7 | const MAX_MERGES: u32 = 6; [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 `SUBNODE_OFFSETS` is never used [INFO] [stdout] --> src/engine/util/octree/octree.rs:19:7 [INFO] [stdout] | [INFO] [stdout] 19 | const SUBNODE_OFFSETS: [(f32, f32, f32); 8] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/engine/primitives/primitive.rs:136:13 [INFO] [stdout] | [INFO] [stdout] 136 | unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `get_color`, `get_transparency`, `get_refractive_index`, `get_reflectance`, `set_radius`, and `get_radius` are never used [INFO] [stdout] --> src/engine/primitives/primitive.rs:92:12 [INFO] [stdout] | [INFO] [stdout] 71 | impl Primitive { [INFO] [stdout] | -------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 92 | pub fn get_color(&self) -> [u8; 3] { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 100 | pub fn get_transparency(&self) -> f32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 108 | pub fn get_refractive_index(&self) -> f32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 116 | pub fn get_reflectance(&self) -> f32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 131 | pub fn set_radius(&mut self, radius: f32) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | pub fn get_radius(&self) -> f32 { [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 `MAX_MERGES` is never used [INFO] [stdout] --> src/engine/world.rs:7:7 [INFO] [stdout] | [INFO] [stdout] 7 | const MAX_MERGES: u32 = 6; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `set_direction_light_direction` and `set_primitive_position` are never used [INFO] [stdout] --> src/engine/world.rs:38:12 [INFO] [stdout] | [INFO] [stdout] 15 | impl World { [INFO] [stdout] | ---------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub fn set_direction_light_direction(&mut self, direction: [f32; 3]) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 65 | pub fn set_primitive_position(&mut self, index: usize, position: [f32; 3]) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `set_direction`, and `set_color` are never used [INFO] [stdout] --> src/engine/lights/directionlight.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 6 | impl DirectionLight { [INFO] [stdout] | ------------------- associated items in this implementation [INFO] [stdout] 7 | pub fn new(direction: [f32; 3], color: [u8; 3]) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 22 | pub fn set_direction(&mut self, direction: [f32; 3]) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 31 | pub fn set_color(&mut self, color: [u8; 3]) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `update`, `len`, and `full_len` are never used [INFO] [stdout] --> src/engine/util/tombstoned_list.rs:41:12 [INFO] [stdout] | [INFO] [stdout] 13 | impl TombstonedList { [INFO] [stdout] | -------------------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 41 | pub fn update(&mut self, index: usize, item: T) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 55 | pub fn len(&self) -> usize { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | pub fn full_len(&self) -> usize { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SUBNODE_OFFSETS` is never used [INFO] [stdout] --> src/engine/util/octree/octree.rs:19:7 [INFO] [stdout] | [INFO] [stdout] 19 | const SUBNODE_OFFSETS: [(f32, f32, f32); 8] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_root_node_by_position` is never used [INFO] [stdout] --> src/engine/util/octree/octree.rs:98:12 [INFO] [stdout] | [INFO] [stdout] 39 | impl Octree { [INFO] [stdout] | ----------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 98 | pub fn get_root_node_by_position( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new_from_pos`, `get_forward`, `get_right`, and `get_up` are never used [INFO] [stdout] --> src/engine/util/cframe.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 18 | impl CFrame { [INFO] [stdout] | ----------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 25 | pub fn new_from_pos(x: f32, y: f32, z: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 82 | pub fn get_forward(&self) -> (f32, f32, f32) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | pub fn get_right(&self) -> (f32, f32, f32) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 90 | pub fn get_up(&self) -> (f32, f32, f32) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `set_cframe` and `get_cframe` are never used [INFO] [stdout] --> src/engine/util/cframe.rs:111:8 [INFO] [stdout] | [INFO] [stdout] 110 | pub trait Positionable { [INFO] [stdout] | ------------ methods in this trait [INFO] [stdout] 111 | fn set_cframe(&mut self, cframe: CFrame); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 112 | fn set_position(&mut self, x: f32, y: f32, z: f32); [INFO] [stdout] 113 | fn get_cframe(&self) -> CFrame; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s [INFO] running `Command { std: "docker" "inspect" "54d0c24a91557632dc48a68ef0e5f451975f1903e0fd00ada2a456a3133a15f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54d0c24a91557632dc48a68ef0e5f451975f1903e0fd00ada2a456a3133a15f0", kill_on_drop: false }` [INFO] [stdout] 54d0c24a91557632dc48a68ef0e5f451975f1903e0fd00ada2a456a3133a15f0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dc273e0116b3c8d59d48d7d2dccbe8f33ba16b979542583d815f7d248ade8454 [INFO] running `Command { std: "docker" "start" "-a" "dc273e0116b3c8d59d48d7d2dccbe8f33ba16b979542583d815f7d248ade8454", kill_on_drop: false }` [INFO] [stderr] Compiling bytemuck v1.16.3 [INFO] [stderr] Compiling syn v2.0.72 [INFO] [stderr] Compiling serde v1.0.208 [INFO] [stderr] Compiling anyhow v1.0.99 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling built v0.7.7 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.11 [INFO] [stderr] Compiling crossbeam-channel v0.5.13 [INFO] [stderr] Compiling serde_json v1.0.141 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling imgref v1.11.0 [INFO] [stderr] Compiling flate2 v1.1.2 [INFO] [stderr] Compiling weezl v0.1.10 [INFO] [stderr] Compiling tiny-skia-path v0.11.4 [INFO] [stderr] Compiling safe_arch v0.7.2 [INFO] [stderr] Compiling noop_proc_macro v0.3.0 [INFO] [stderr] Compiling bitstream-io v2.6.0 [INFO] [stderr] Compiling clap_lex v0.7.5 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling clap_builder v4.5.41 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling loop9 v0.1.5 [INFO] [stderr] Compiling fdeflate v0.3.7 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling avif-serialize v0.8.6 [INFO] [stderr] Compiling wide v0.7.26 [INFO] [stderr] Compiling crossbeam v0.8.4 [INFO] [stderr] Compiling bit_field v0.10.2 [INFO] [stderr] Compiling byteorder-lite v0.1.0 [INFO] [stderr] Compiling qutex v0.2.6 [INFO] [stderr] Compiling lebe v0.5.2 [INFO] [stderr] Compiling jpeg-decoder v0.3.2 [INFO] [stderr] Compiling rgb v0.8.52 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling tiny-skia v0.11.4 [INFO] [stderr] Compiling zune-core v0.4.12 [INFO] [stderr] Compiling image-webp v0.2.3 [INFO] [stderr] Compiling exr v1.73.0 [INFO] [stderr] Compiling gif v0.13.3 [INFO] [stderr] Compiling zune-jpeg v0.4.20 [INFO] [stderr] Compiling png v0.17.16 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling tiff v0.9.1 [INFO] [stderr] Compiling clap v4.5.41 [INFO] [stderr] Compiling ultraviolet v0.9.2 [INFO] [stderr] Compiling maybe-rayon v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling profiling-procmacros v1.0.17 [INFO] [stderr] Compiling equator-macro v0.4.2 [INFO] [stderr] Compiling serde_derive v1.0.208 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling profiling v1.0.15 [INFO] [stderr] Compiling equator v0.4.2 [INFO] [stderr] Compiling aligned-vec v0.6.4 [INFO] [stderr] Compiling v_frame v0.3.9 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling calloop v0.12.4 [INFO] [stderr] Compiling naga v0.12.3 [INFO] [stderr] Compiling ocl-core v0.11.5 [INFO] [stderr] Compiling av1-grain v0.2.4 [INFO] [stderr] Compiling calloop-wayland-source v0.2.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.18.1 [INFO] [stderr] Compiling ocl v0.19.7 [INFO] [stderr] Compiling sctk-adwaita v0.8.3 [INFO] [stderr] Compiling winit v0.29.15 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling wgpu-hal v0.16.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling winit_input_helper v0.16.0 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling ravif v0.11.20 [INFO] [stderr] Compiling wgpu-core v0.16.1 [INFO] [stderr] Compiling image v0.25.6 [INFO] [stderr] Compiling wgpu v0.16.3 [INFO] [stderr] Compiling pixels v0.13.0 [INFO] [stderr] Compiling first-test v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/engine/primitives/primitive.rs:136:13 [INFO] [stdout] | [INFO] [stdout] 136 | unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MAX_MERGES` is never used [INFO] [stdout] --> src/engine/world.rs:7:7 [INFO] [stdout] | [INFO] [stdout] 7 | const MAX_MERGES: u32 = 6; [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 `SUBNODE_OFFSETS` is never used [INFO] [stdout] --> src/engine/util/octree/octree.rs:19:7 [INFO] [stdout] | [INFO] [stdout] 19 | const SUBNODE_OFFSETS: [(f32, f32, f32); 8] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/engine/primitives/primitive.rs:136:13 [INFO] [stdout] | [INFO] [stdout] 136 | unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/engine/primitives/primitive.rs:136:13 [INFO] [stdout] | [INFO] [stdout] 136 | unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/engine/render/renderer.rs:1458:13 [INFO] [stdout] | [INFO] [stdout] 1458 | let mut world = World::new(); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MAX_MERGES` is never used [INFO] [stdout] --> src/engine/world.rs:7:7 [INFO] [stdout] | [INFO] [stdout] 7 | const MAX_MERGES: u32 = 6; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_sphere_merge_3D_and_color` should have a snake case name [INFO] [stdout] --> src/engine/render/renderer.rs:1612:8 [INFO] [stdout] | [INFO] [stdout] 1612 | fn test_sphere_merge_3D_and_color() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_sphere_merge_3_d_and_color` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/engine/render/renderer.rs:1458:13 [INFO] [stdout] | [INFO] [stdout] 1458 | let mut world = World::new(); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MAX_MERGES` is never used [INFO] [stdout] --> src/engine/world.rs:7:7 [INFO] [stdout] | [INFO] [stdout] 7 | const MAX_MERGES: u32 = 6; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set_primitive_position` is never used [INFO] [stdout] --> src/engine/world.rs:65:12 [INFO] [stdout] | [INFO] [stdout] 15 | impl World { [INFO] [stdout] | ---------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 65 | pub fn set_primitive_position(&mut self, index: usize, position: [f32; 3]) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new` and `set_color` are never used [INFO] [stdout] --> src/engine/lights/directionlight.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 6 | impl DirectionLight { [INFO] [stdout] | ------------------- associated items in this implementation [INFO] [stdout] 7 | pub fn new(direction: [f32; 3], color: [u8; 3]) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 31 | pub fn set_color(&mut self, color: [u8; 3]) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new_from_pos`, `get_forward`, `get_right`, and `get_up` are never used [INFO] [stdout] --> src/engine/util/cframe.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 18 | impl CFrame { [INFO] [stdout] | ----------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 25 | pub fn new_from_pos(x: f32, y: f32, z: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 82 | pub fn get_forward(&self) -> (f32, f32, f32) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | pub fn get_right(&self) -> (f32, f32, f32) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 90 | pub fn get_up(&self) -> (f32, f32, f32) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_sphere_merge_3D_and_color` should have a snake case name [INFO] [stdout] --> src/engine/render/renderer.rs:1612:8 [INFO] [stdout] | [INFO] [stdout] 1612 | fn test_sphere_merge_3D_and_color() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `test_sphere_merge_3_d_and_color` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 15s [INFO] running `Command { std: "docker" "inspect" "dc273e0116b3c8d59d48d7d2dccbe8f33ba16b979542583d815f7d248ade8454", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc273e0116b3c8d59d48d7d2dccbe8f33ba16b979542583d815f7d248ade8454", kill_on_drop: false }` [INFO] [stdout] dc273e0116b3c8d59d48d7d2dccbe8f33ba16b979542583d815f7d248ade8454