[INFO] cloning repository https://github.com/SmolYeti/rust-cpu-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/SmolYeti/rust-cpu-ray-tracer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSmolYeti%2Frust-cpu-ray-tracer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSmolYeti%2Frust-cpu-ray-tracer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1da92d362bb5115fdd1c5eb768b18b08cb2d19e7 [INFO] testing SmolYeti/rust-cpu-ray-tracer against beta-2025-04-13 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSmolYeti%2Frust-cpu-ray-tracer" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/SmolYeti/rust-cpu-ray-tracer on toolchain beta-2025-04-13 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/SmolYeti/rust-cpu-ray-tracer [INFO] finished tweaking git repo https://github.com/SmolYeti/rust-cpu-ray-tracer [INFO] tweaked toml for git repo https://github.com/SmolYeti/rust-cpu-ray-tracer written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/SmolYeti/rust-cpu-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" "+beta-2025-04-13" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b5733a00dcd5a27989a2cff320b17793d63c37e80362929de2b63f3ed74aae24 [INFO] running `Command { std: "docker" "start" "-a" "b5733a00dcd5a27989a2cff320b17793d63c37e80362929de2b63f3ed74aae24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b5733a00dcd5a27989a2cff320b17793d63c37e80362929de2b63f3ed74aae24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b5733a00dcd5a27989a2cff320b17793d63c37e80362929de2b63f3ed74aae24", kill_on_drop: false }` [INFO] [stdout] b5733a00dcd5a27989a2cff320b17793d63c37e80362929de2b63f3ed74aae24 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3ffc33ec8866070816b59b1b9e316c20ebcd83a1cc585d51788e8c6d25ca870a [INFO] running `Command { std: "docker" "start" "-a" "3ffc33ec8866070816b59b1b9e316c20ebcd83a1cc585d51788e8c6d25ca870a", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling smallvec v1.11.1 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling scoped-tls v1.0.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling libloading v0.8.1 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling rustix v0.38.21 [INFO] [stderr] Compiling linux-raw-sys v0.4.10 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling thiserror v1.0.50 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling dlib v0.5.2 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling wayland-sys v0.31.1 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling crc32fast v1.4.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling miniz_oxide v0.7.2 [INFO] [stderr] Compiling drm-sys v0.5.0 [INFO] [stderr] Compiling ttf-parser v0.20.0 [INFO] [stderr] Compiling xkeysym v0.2.0 [INFO] [stderr] Compiling as-raw-xcb-connection v1.0.0 [INFO] [stderr] Compiling arrayref v0.3.7 [INFO] [stderr] Compiling quick-xml v0.30.0 [INFO] [stderr] Compiling either v1.10.0 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling strict-num v0.1.1 [INFO] [stderr] Compiling cursor-icon v1.1.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.18.0 [INFO] [stderr] Compiling x11rb v0.12.0 [INFO] [stderr] Compiling syn v2.0.50 [INFO] [stderr] Compiling nix v0.26.4 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling memmap2 v0.9.0 [INFO] [stderr] Compiling drm-fourcc v2.2.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling gethostname v0.3.0 [INFO] [stderr] Compiling nix v0.27.1 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling libloading v0.7.4 [INFO] [stderr] Compiling ahash v0.8.6 [INFO] [stderr] Compiling wayland-scanner v0.31.0 [INFO] [stderr] Compiling weezl v0.1.8 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Compiling flume v0.11.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling wayland-backend v0.3.2 [INFO] [stderr] Compiling softbuffer v0.3.3 [INFO] [stderr] Compiling winit v0.29.3 [INFO] [stderr] Compiling fdeflate v0.3.4 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling half v2.3.1 [INFO] [stderr] Compiling lebe v0.5.2 [INFO] [stderr] Compiling rayon v1.8.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling zerocopy v0.7.25 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling raw-window-handle v0.5.2 [INFO] [stderr] Compiling owned_ttf_parser v0.20.0 [INFO] [stderr] Compiling bit_field v0.10.2 [INFO] [stderr] Compiling drm-ffi v0.6.0 [INFO] [stderr] Compiling gif v0.13.1 [INFO] [stderr] Compiling ab_glyph v0.2.23 [INFO] [stderr] Compiling exr v1.72.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling png v0.17.13 [INFO] [stderr] Compiling xcursor v0.3.4 [INFO] [stderr] Compiling x11rb-protocol v0.12.0 [INFO] [stderr] Compiling xkbcommon-dl v0.4.1 [INFO] [stderr] Compiling raw-window-handle v0.6.0 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling smol_str v0.2.0 [INFO] [stderr] Compiling fastrand v2.0.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling wayland-csd-frame v0.3.0 [INFO] [stderr] Compiling wayland-client v0.31.1 [INFO] [stderr] Compiling bytemuck_derive v1.5.0 [INFO] [stderr] Compiling thiserror-impl v1.0.50 [INFO] [stderr] Compiling ctor v0.2.5 [INFO] [stderr] Compiling jpeg-decoder v0.3.1 [INFO] [stderr] Compiling tiny-xlib v0.2.2 [INFO] [stderr] Compiling tiff v0.9.1 [INFO] [stderr] Compiling wayland-protocols v0.31.0 [INFO] [stderr] Compiling wayland-cursor v0.31.0 [INFO] [stderr] Compiling bytemuck v1.14.0 [INFO] [stderr] Compiling polling v3.3.0 [INFO] [stderr] Compiling tiny-skia-path v0.11.2 [INFO] [stderr] Compiling drm v0.10.0 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling calloop v0.12.3 [INFO] [stderr] Compiling image v0.24.9 [INFO] [stderr] Compiling calloop-wayland-source v0.2.0 [INFO] [stderr] Compiling tiny-skia v0.11.2 [INFO] [stderr] Compiling wayland-protocols-wlr v0.2.0 [INFO] [stderr] Compiling wayland-protocols-plasma v0.2.0 [INFO] [stderr] Compiling sctk-adwaita v0.7.0 [INFO] [stderr] Compiling ray_tracing v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: methods `u` and `v` are never used [INFO] [stdout] --> src/orthonormal_basis.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 7 | impl OrthonormalBasis { [INFO] [stdout] | --------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 22 | pub fn u(&self) -> Vec3 { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 26 | pub fn v(&self) -> Vec3 { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s [INFO] running `Command { std: "docker" "inspect" "3ffc33ec8866070816b59b1b9e316c20ebcd83a1cc585d51788e8c6d25ca870a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ffc33ec8866070816b59b1b9e316c20ebcd83a1cc585d51788e8c6d25ca870a", kill_on_drop: false }` [INFO] [stdout] 3ffc33ec8866070816b59b1b9e316c20ebcd83a1cc585d51788e8c6d25ca870a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a4130248f083be1f5b87cb1c5f1cd9b3bec608dbd991c413dfb16045645c0ead [INFO] running `Command { std: "docker" "start" "-a" "a4130248f083be1f5b87cb1c5f1cd9b3bec608dbd991c413dfb16045645c0ead", kill_on_drop: false }` [INFO] [stderr] Compiling ray_tracing v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: methods `u` and `v` are never used [INFO] [stdout] --> src/orthonormal_basis.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 7 | impl OrthonormalBasis { [INFO] [stdout] | --------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 22 | pub fn u(&self) -> Vec3 { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 26 | pub fn v(&self) -> Vec3 { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.86s [INFO] running `Command { std: "docker" "inspect" "a4130248f083be1f5b87cb1c5f1cd9b3bec608dbd991c413dfb16045645c0ead", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a4130248f083be1f5b87cb1c5f1cd9b3bec608dbd991c413dfb16045645c0ead", kill_on_drop: false }` [INFO] [stdout] a4130248f083be1f5b87cb1c5f1cd9b3bec608dbd991c413dfb16045645c0ead [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8ee9ff4dcbd8c440557f06af3c506f6c55afa6b4726694cef1847252add44318 [INFO] running `Command { std: "docker" "start" "-a" "8ee9ff4dcbd8c440557f06af3c506f6c55afa6b4726694cef1847252add44318", kill_on_drop: false }` [INFO] [stderr] warning: methods `u` and `v` are never used [INFO] [stderr] --> src/orthonormal_basis.rs:22:12 [INFO] [stderr] | [INFO] [stderr] 7 | impl OrthonormalBasis { [INFO] [stderr] | --------------------- methods in this implementation [INFO] [stderr] ... [INFO] [stderr] 22 | pub fn u(&self) -> Vec3 { [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 26 | pub fn v(&self) -> Vec3 { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `ray_tracing` (bin "ray_tracing" test) generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ray_tracing-c3da37978364d957) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ray_tracing-ba407afab7ff825a) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test vector_3::tests::test_empty ... ok [INFO] [stdout] test vector_3::tests::test_new ... ok [INFO] [stdout] test vector_3::tests::test_set_vals ... ok [INFO] [stdout] test vector_3::tests::test_set_vec ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests ray_tracing [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8ee9ff4dcbd8c440557f06af3c506f6c55afa6b4726694cef1847252add44318", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ee9ff4dcbd8c440557f06af3c506f6c55afa6b4726694cef1847252add44318", kill_on_drop: false }` [INFO] [stdout] 8ee9ff4dcbd8c440557f06af3c506f6c55afa6b4726694cef1847252add44318