[INFO] cloning repository https://github.com/tdelv/rust-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/tdelv/rust-ray-tracer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftdelv%2Frust-ray-tracer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftdelv%2Frust-ray-tracer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7fdfd221b1e18ed266864898ec18e68a5080410a [INFO] testing tdelv/rust-ray-tracer against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftdelv%2Frust-ray-tracer" "/workspace/builds/worker-24/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-24/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tdelv/rust-ray-tracer on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tdelv/rust-ray-tracer [INFO] finished tweaking git repo https://github.com/tdelv/rust-ray-tracer [INFO] tweaked toml for git repo https://github.com/tdelv/rust-ray-tracer written to /workspace/builds/worker-24/source/Cargo.toml [INFO] crate git repo https://github.com/tdelv/rust-ray-tracer already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 43f000fee2b1880b8d1d2095567dd38d6f9af262ca117a85e7ea8646abdbd4b1 [INFO] running `Command { std: "docker" "start" "-a" "43f000fee2b1880b8d1d2095567dd38d6f9af262ca117a85e7ea8646abdbd4b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "43f000fee2b1880b8d1d2095567dd38d6f9af262ca117a85e7ea8646abdbd4b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43f000fee2b1880b8d1d2095567dd38d6f9af262ca117a85e7ea8646abdbd4b1", kill_on_drop: false }` [INFO] [stdout] 43f000fee2b1880b8d1d2095567dd38d6f9af262ca117a85e7ea8646abdbd4b1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9de153561662e1621f778559e8c8037df57c67b529e83a088d3485584d396793 [INFO] running `Command { std: "docker" "start" "-a" "9de153561662e1621f778559e8c8037df57c67b529e83a088d3485584d396793", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.94 [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling bytemuck v1.5.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.4 [INFO] [stderr] Compiling memoffset v0.6.3 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling itertools v0.10.0 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.4 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling structopt-derive v0.4.15 [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stderr] Compiling tiff v0.6.1 [INFO] [stderr] Compiling image v0.23.14 [INFO] [stderr] Compiling structopt v0.3.22 [INFO] [stderr] Compiling graphics v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `cost` [INFO] [stdout] --> src/trace.rs:98:33 [INFO] [stdout] | [INFO] [stdout] 98 | ... let cost = cost.abs(); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_cost` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `rand_hemi` [INFO] [stdout] --> src/linalg.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn rand_hemi() -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `shift` [INFO] [stdout] --> src/linalg.rs:86:12 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn shift(&self, dx: f64, dy: f64, dz: f64) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `shift` [INFO] [stdout] --> src/shapes.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn shift(&self, dx: f64, dy: f64, dz: f64) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `vertices` [INFO] [stdout] --> src/shapes.rs:136:12 [INFO] [stdout] | [INFO] [stdout] 136 | pub fn vertices(&self) -> [Vector3; 3] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.37s [INFO] running `Command { std: "docker" "inspect" "9de153561662e1621f778559e8c8037df57c67b529e83a088d3485584d396793", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9de153561662e1621f778559e8c8037df57c67b529e83a088d3485584d396793", kill_on_drop: false }` [INFO] [stdout] 9de153561662e1621f778559e8c8037df57c67b529e83a088d3485584d396793 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 841efcc1d43ccee757f21c4931b22e73f1cdf26f347abbb469ba86058177a1db [INFO] running `Command { std: "docker" "start" "-a" "841efcc1d43ccee757f21c4931b22e73f1cdf26f347abbb469ba86058177a1db", kill_on_drop: false }` [INFO] [stderr] Compiling graphics v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `cost` [INFO] [stdout] --> src/trace.rs:98:33 [INFO] [stdout] | [INFO] [stdout] 98 | ... let cost = cost.abs(); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_cost` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `rand_hemi` [INFO] [stdout] --> src/linalg.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn rand_hemi() -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `shift` [INFO] [stdout] --> src/linalg.rs:86:12 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn shift(&self, dx: f64, dy: f64, dz: f64) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `shift` [INFO] [stdout] --> src/shapes.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn shift(&self, dx: f64, dy: f64, dz: f64) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `vertices` [INFO] [stdout] --> src/shapes.rs:136:12 [INFO] [stdout] | [INFO] [stdout] 136 | pub fn vertices(&self) -> [Vector3; 3] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.03s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/graphics-c809502f90f4c1db) [INFO] running `Command { std: "docker" "inspect" "841efcc1d43ccee757f21c4931b22e73f1cdf26f347abbb469ba86058177a1db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "841efcc1d43ccee757f21c4931b22e73f1cdf26f347abbb469ba86058177a1db", kill_on_drop: false }` [INFO] [stdout] 841efcc1d43ccee757f21c4931b22e73f1cdf26f347abbb469ba86058177a1db [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a1c6eeac0a50ae90ab9f9248c7404b80014138335f598f1d56ec44c3841dd4a8 [INFO] running `Command { std: "docker" "start" "-a" "a1c6eeac0a50ae90ab9f9248c7404b80014138335f598f1d56ec44c3841dd4a8", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `cost` [INFO] [stderr] --> src/trace.rs:98:33 [INFO] [stderr] | [INFO] [stderr] 98 | ... let cost = cost.abs(); [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_cost` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `rand_hemi` [INFO] [stderr] --> src/linalg.rs:30:12 [INFO] [stderr] | [INFO] [stderr] 30 | pub fn rand_hemi() -> Self { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `shift` [INFO] [stderr] --> src/linalg.rs:86:12 [INFO] [stderr] | [INFO] [stderr] 86 | pub fn shift(&self, dx: f64, dy: f64, dz: f64) -> Self { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `shift` [INFO] [stderr] --> src/shapes.rs:15:12 [INFO] [stderr] | [INFO] [stderr] 15 | pub fn shift(&self, dx: f64, dy: f64, dz: f64) -> Self { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `vertices` [INFO] [stderr] --> src/shapes.rs:136:12 [INFO] [stderr] | [INFO] [stderr] 136 | pub fn vertices(&self) -> [Vector3; 3] { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `graphics` (bin "graphics" test) generated 5 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/graphics-c809502f90f4c1db) [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" "a1c6eeac0a50ae90ab9f9248c7404b80014138335f598f1d56ec44c3841dd4a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a1c6eeac0a50ae90ab9f9248c7404b80014138335f598f1d56ec44c3841dd4a8", kill_on_drop: false }` [INFO] [stdout] a1c6eeac0a50ae90ab9f9248c7404b80014138335f598f1d56ec44c3841dd4a8