[INFO] cloning repository https://github.com/TickleForce/raytracer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TickleForce/raytracer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTickleForce%2Fraytracer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTickleForce%2Fraytracer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 47fd55127a480c5c624244cd7b44632e05d3c3a8
[INFO] checking TickleForce/raytracer against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTickleForce%2Fraytracer" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/TickleForce/raytracer
[INFO] finished tweaking git repo https://github.com/TickleForce/raytracer
[INFO] tweaked toml for git repo https://github.com/TickleForce/raytracer written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/TickleForce/raytracer on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/TickleForce/raytracer 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded glam v0.8.7
[INFO] [stderr]   Downloaded softbuffer v0.1.0
[INFO] [stderr]   Downloaded libc v0.2.122
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 47f131cf642bae20403e8e91ce5c6e2aacb3db6f2bd78254184c1aa6cbbe919d
[INFO] running `Command { std: "docker" "start" "-a" "47f131cf642bae20403e8e91ce5c6e2aacb3db6f2bd78254184c1aa6cbbe919d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "47f131cf642bae20403e8e91ce5c6e2aacb3db6f2bd78254184c1aa6cbbe919d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "47f131cf642bae20403e8e91ce5c6e2aacb3db6f2bd78254184c1aa6cbbe919d", kill_on_drop: false }`
[INFO] [stdout] 47f131cf642bae20403e8e91ce5c6e2aacb3db6f2bd78254184c1aa6cbbe919d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c48bfcb127f2351bb545120207e7eca3659477e9116e22dd0474883f34bc3619
[INFO] running `Command { std: "docker" "start" "-a" "c48bfcb127f2351bb545120207e7eca3659477e9116e22dd0474883f34bc3619", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.122
[INFO] [stderr]    Compiling proc-macro2 v1.0.36
[INFO] [stderr]     Checking libloading v0.7.3
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling wayland-sys v0.29.4
[INFO] [stderr]    Compiling nom v7.1.0
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling syn v1.0.86
[INFO] [stderr]    Compiling x11-dl v2.19.1
[INFO] [stderr]    Compiling smithay-client-toolkit v0.15.3
[INFO] [stderr]     Checking cty v0.2.2
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]     Checking remove_dir_all v0.5.3
[INFO] [stderr]    Compiling winit v0.26.1
[INFO] [stderr]    Compiling glam v0.8.7
[INFO] [stderr]     Checking dlib v0.5.0
[INFO] [stderr]     Checking raw-window-handle v0.4.2
[INFO] [stderr]    Compiling quote v1.0.15
[INFO] [stderr]    Compiling wayland-scanner v0.29.4
[INFO] [stderr]     Checking nix v0.22.3
[INFO] [stderr]     Checking getrandom v0.2.6
[INFO] [stderr]     Checking parking_lot_core v0.8.5
[INFO] [stderr]     Checking memmap2 v0.3.1
[INFO] [stderr]     Checking mio v0.8.0
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]     Checking tempfile v3.3.0
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]    Compiling wayland-client v0.29.4
[INFO] [stderr]    Compiling wayland-protocols v0.29.4
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking tobj v3.2.2
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]     Checking xcursor v0.3.4
[INFO] [stderr]     Checking thiserror v1.0.30
[INFO] [stderr]     Checking wayland-commons v0.29.4
[INFO] [stderr]     Checking calloop v0.9.3
[INFO] [stderr]     Checking wayland-cursor v0.29.4
[INFO] [stderr]     Checking softbuffer v0.1.0
[INFO] [stderr]     Checking raytracer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `create_world1` is never used
[INFO] [stdout]   --> src/main.rs:75:4
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn create_world1() -> World {
[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 `create_world2` is never used
[INFO] [stdout]    --> src/main.rs:178:4
[INFO] [stdout]     |
[INFO] [stdout] 178 | fn create_world2() -> World {
[INFO] [stdout]     |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `range_i32` is never used
[INFO] [stdout]   --> src/math.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout]  8 | impl RandomSeries {
[INFO] [stdout]    | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 32 |     pub fn range_i32(&mut self, min: i32, max: i32) -> i32 {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `surrounding` is never used
[INFO] [stdout]    --> src/math.rs:167:12
[INFO] [stdout]     |
[INFO] [stdout] 124 | impl Aabb {
[INFO] [stdout]     | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 167 |     pub fn surrounding(&self, aabb: &Aabb) -> Aabb {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_aabb` is never used
[INFO] [stdout]  --> src/shape.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub trait Hittable: Sync + Send {
[INFO] [stdout]   |           -------- method in this trait
[INFO] [stdout] 7 |     fn hit(&self, ray: &Ray, t_min: f32, t_max: f32, hit: &mut Hit) -> bool;
[INFO] [stdout] 8 |     fn get_aabb(&self) -> Aabb;
[INFO] [stdout]   |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Sphere` is never constructed
[INFO] [stdout]   --> src/shape.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct Sphere {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HittableList` is never constructed
[INFO] [stdout]   --> src/shape.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub struct HittableList {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Bvh` is never constructed
[INFO] [stdout]   --> src/shape.rs:87:12
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub struct Bvh {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/shape.rs:94:12
[INFO] [stdout]    |
[INFO] [stdout] 93 | impl Bvh {
[INFO] [stdout]    | -------- associated function in this implementation
[INFO] [stdout] 94 |     pub fn new(mut objects: Vec<Box<dyn Hittable>>, axis: usize) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `aabb` is never read
[INFO] [stdout]    --> src/shape.rs:215:5
[INFO] [stdout]     |
[INFO] [stdout] 209 | pub struct Mesh {
[INFO] [stdout]     |            ---- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 215 |     aabb: Aabb,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `plane` is never used
[INFO] [stdout]    --> src/shape.rs:326:12
[INFO] [stdout]     |
[INFO] [stdout] 235 | impl Mesh {
[INFO] [stdout]     | --------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 326 |     pub fn plane(w: f32, h: f32, material: Arc<dyn Material>, transform: Mat4) -> Self {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_world1` is never used
[INFO] [stdout]   --> src/main.rs:75:4
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn create_world1() -> World {
[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 `create_world2` is never used
[INFO] [stdout]    --> src/main.rs:178:4
[INFO] [stdout]     |
[INFO] [stdout] 178 | fn create_world2() -> World {
[INFO] [stdout]     |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `range_i32` is never used
[INFO] [stdout]   --> src/math.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout]  8 | impl RandomSeries {
[INFO] [stdout]    | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 32 |     pub fn range_i32(&mut self, min: i32, max: i32) -> i32 {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `surrounding` is never used
[INFO] [stdout]    --> src/math.rs:167:12
[INFO] [stdout]     |
[INFO] [stdout] 124 | impl Aabb {
[INFO] [stdout]     | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 167 |     pub fn surrounding(&self, aabb: &Aabb) -> Aabb {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_aabb` is never used
[INFO] [stdout]  --> src/shape.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub trait Hittable: Sync + Send {
[INFO] [stdout]   |           -------- method in this trait
[INFO] [stdout] 7 |     fn hit(&self, ray: &Ray, t_min: f32, t_max: f32, hit: &mut Hit) -> bool;
[INFO] [stdout] 8 |     fn get_aabb(&self) -> Aabb;
[INFO] [stdout]   |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Sphere` is never constructed
[INFO] [stdout]   --> src/shape.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct Sphere {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HittableList` is never constructed
[INFO] [stdout]   --> src/shape.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub struct HittableList {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Bvh` is never constructed
[INFO] [stdout]   --> src/shape.rs:87:12
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub struct Bvh {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/shape.rs:94:12
[INFO] [stdout]    |
[INFO] [stdout] 93 | impl Bvh {
[INFO] [stdout]    | -------- associated function in this implementation
[INFO] [stdout] 94 |     pub fn new(mut objects: Vec<Box<dyn Hittable>>, axis: usize) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `aabb` is never read
[INFO] [stdout]    --> src/shape.rs:215:5
[INFO] [stdout]     |
[INFO] [stdout] 209 | pub struct Mesh {
[INFO] [stdout]     |            ---- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 215 |     aabb: Aabb,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `plane` is never used
[INFO] [stdout]    --> src/shape.rs:326:12
[INFO] [stdout]     |
[INFO] [stdout] 235 | impl Mesh {
[INFO] [stdout]     | --------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 326 |     pub fn plane(w: f32, h: f32, material: Arc<dyn Material>, transform: Mat4) -> Self {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.27s
[INFO] running `Command { std: "docker" "inspect" "c48bfcb127f2351bb545120207e7eca3659477e9116e22dd0474883f34bc3619", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c48bfcb127f2351bb545120207e7eca3659477e9116e22dd0474883f34bc3619", kill_on_drop: false }`
[INFO] [stdout] c48bfcb127f2351bb545120207e7eca3659477e9116e22dd0474883f34bc3619
