[INFO] cloning repository https://github.com/johngray/ray [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/johngray/ray" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohngray%2Fray", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohngray%2Fray'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 631658980461e744ea1f8549b33d11c7fc55405f [INFO] testing johngray/ray against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohngray%2Fray" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/johngray/ray [INFO] finished tweaking git repo https://github.com/johngray/ray [INFO] tweaked toml for git repo https://github.com/johngray/ray written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/johngray/ray on toolchain 1.99.0-beta.1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/johngray/ray 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.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 15 packages to highest compatible versions [INFO] [stderr] Adding approx v0.5.1 [INFO] [stderr] Adding matrixmultiply v0.3.11 [INFO] [stderr] Adding nalgebra v0.32.6 (available: v0.35.0) [INFO] [stderr] Adding nalgebra-macros v0.2.2 [INFO] [stderr] Adding num-complex v0.4.6 [INFO] [stderr] Updating num-traits v0.2.15 -> v0.2.19 [INFO] [stderr] Adding paste v1.0.15 [INFO] [stderr] Updating proc-macro2 v1.0.49 -> v1.0.107 [INFO] [stderr] Updating quote v1.0.23 -> v1.0.47 [INFO] [stderr] Adding rawpointer v0.2.1 [INFO] [stderr] Adding safe_arch v0.7.4 [INFO] [stderr] Adding simba v0.8.1 [INFO] [stderr] Adding syn v2.0.119 [INFO] [stderr] Adding typenum v1.20.1 [INFO] [stderr] Adding wide v0.7.33 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 9fcf60fbe9e3ee817f30b3e42ae7b6562d12b06929512c3c1280264719981345 [INFO] running `Command { std: "docker" "start" "9fcf60fbe9e3ee817f30b3e42ae7b6562d12b06929512c3c1280264719981345", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9fcf60fbe9e3ee817f30b3e42ae7b6562d12b06929512c3c1280264719981345", 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" "9fcf60fbe9e3ee817f30b3e42ae7b6562d12b06929512c3c1280264719981345" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9fcf60fbe9e3ee817f30b3e42ae7b6562d12b06929512c3c1280264719981345", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9fcf60fbe9e3ee817f30b3e42ae7b6562d12b06929512c3c1280264719981345" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling proc-macro2 v1.0.107 [INFO] [stderr] Compiling quote v1.0.47 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling unicode-ident v1.0.6 [INFO] [stderr] Compiling crossbeam-utils v0.8.14 [INFO] [stderr] Compiling syn v1.0.107 [INFO] [stderr] Compiling rayon-core v1.10.1 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling futures-core v0.3.25 [INFO] [stderr] Compiling bytemuck v1.12.3 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling either v1.8.0 [INFO] [stderr] Compiling futures-sink v0.3.25 [INFO] [stderr] Compiling miniz_oxide v0.6.2 [INFO] [stderr] Compiling weezl v0.1.7 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling lebe v0.5.2 [INFO] [stderr] Compiling half v2.2.0 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling safe_arch v0.7.4 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling bit_field v0.10.1 [INFO] [stderr] Compiling typenum v1.20.1 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling impl_ops v0.1.1 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling crossbeam-epoch v0.9.13 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling matrixmultiply v0.3.11 [INFO] [stderr] Compiling wide v0.7.33 [INFO] [stderr] Compiling spin v0.9.4 [INFO] [stderr] Compiling gif v0.11.4 [INFO] [stderr] Compiling flate2 v1.0.25 [INFO] [stderr] Compiling crossbeam-channel v0.5.6 [INFO] [stderr] Compiling num_cpus v1.15.0 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling nanorand v0.7.0 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling syn v2.0.119 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.2 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling png v0.17.7 [INFO] [stderr] Compiling rayon v1.6.1 [INFO] [stderr] Compiling simba v0.8.1 [INFO] [stderr] Compiling nalgebra-macros v0.2.2 [INFO] [stderr] Compiling pin-project-internal v1.0.12 [INFO] [stderr] Compiling jpeg-decoder v0.3.0 [INFO] [stderr] Compiling pin-project v1.0.12 [INFO] [stderr] Compiling flume v0.10.14 [INFO] [stderr] Compiling exr v1.5.2 [INFO] [stderr] Compiling tiff v0.8.1 [INFO] [stderr] Compiling nalgebra v0.32.6 [INFO] [stderr] Compiling image v0.24.5 [INFO] [stderr] Compiling ray v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `p` [INFO] [stdout] --> src/light/mod.rs:23:39 [INFO] [stdout] | [INFO] [stdout] 23 | fn calc_intensity_at_point(&self, p: &Vec3f, n: &Vec3f) -> f32 { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_p` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `n` [INFO] [stdout] --> src/light/mod.rs:23:50 [INFO] [stdout] | [INFO] [stdout] 23 | fn calc_intensity_at_point(&self, p: &Vec3f, n: &Vec3f) -> f32 { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `p` [INFO] [stdout] --> src/light/mod.rs:29:39 [INFO] [stdout] | [INFO] [stdout] 29 | fn calc_intensity_at_point(&self, p: &Vec3f, n: &Vec3f) -> f32 { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `BLACK` is never used [INFO] [stdout] --> src/geometry/color.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | pub const BLACK: Color = Color {r: 0.0, g: 0.0, b: 0.0, a: 255.0}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `width` is never read [INFO] [stdout] --> src/scene/framebuffer.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct Framebuffer { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 5 | width: usize, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `release` profile [optimized] target(s) in 56.27s [INFO] running `Command { std: "docker" "inspect" "9fcf60fbe9e3ee817f30b3e42ae7b6562d12b06929512c3c1280264719981345", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9fcf60fbe9e3ee817f30b3e42ae7b6562d12b06929512c3c1280264719981345" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }` [INFO] [stderr] Compiling ray v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `p` [INFO] [stdout] --> src/light/mod.rs:23:39 [INFO] [stdout] | [INFO] [stdout] 23 | fn calc_intensity_at_point(&self, p: &Vec3f, n: &Vec3f) -> f32 { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_p` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `n` [INFO] [stdout] --> src/light/mod.rs:23:50 [INFO] [stdout] | [INFO] [stdout] 23 | fn calc_intensity_at_point(&self, p: &Vec3f, n: &Vec3f) -> f32 { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `p` [INFO] [stdout] --> src/light/mod.rs:29:39 [INFO] [stdout] | [INFO] [stdout] 29 | fn calc_intensity_at_point(&self, p: &Vec3f, n: &Vec3f) -> f32 { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `BLACK` is never used [INFO] [stdout] --> src/geometry/color.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | pub const BLACK: Color = Color {r: 0.0, g: 0.0, b: 0.0, a: 255.0}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `width` is never read [INFO] [stdout] --> src/scene/framebuffer.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct Framebuffer { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 5 | width: usize, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `release` profile [optimized] target(s) in 0.45s [INFO] running `Command { std: "docker" "inspect" "9fcf60fbe9e3ee817f30b3e42ae7b6562d12b06929512c3c1280264719981345", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9fcf60fbe9e3ee817f30b3e42ae7b6562d12b06929512c3c1280264719981345" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `p` [INFO] [stderr] --> src/light/mod.rs:23:39 [INFO] [stderr] | [INFO] [stderr] 23 | fn calc_intensity_at_point(&self, p: &Vec3f, n: &Vec3f) -> f32 { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_p` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `n` [INFO] [stderr] --> src/light/mod.rs:23:50 [INFO] [stderr] | [INFO] [stderr] 23 | fn calc_intensity_at_point(&self, p: &Vec3f, n: &Vec3f) -> f32 { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_n` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `p` [INFO] [stderr] --> src/light/mod.rs:29:39 [INFO] [stderr] | [INFO] [stderr] 29 | fn calc_intensity_at_point(&self, p: &Vec3f, n: &Vec3f) -> f32 { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_p` [INFO] [stderr] [INFO] [stderr] warning: constant `BLACK` is never used [INFO] [stderr] --> src/geometry/color.rs:6:11 [INFO] [stderr] | [INFO] [stderr] 6 | pub const BLACK: Color = Color {r: 0.0, g: 0.0, b: 0.0, a: 255.0}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: field `width` is never read [INFO] [stderr] --> src/scene/framebuffer.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 4 | pub struct Framebuffer { [INFO] [stderr] | ----------- field in this struct [INFO] [stderr] 5 | width: usize, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `ray` (bin "ray" test) generated 5 warnings (run `cargo fix --bin "ray" -p ray --tests` to apply 3 suggestions) [INFO] [stderr] Finished `release` profile [optimized] target(s) in 0.08s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/release/deps/ray-e9a3ed2ae7f3ad37) [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" "9fcf60fbe9e3ee817f30b3e42ae7b6562d12b06929512c3c1280264719981345", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9fcf60fbe9e3ee817f30b3e42ae7b6562d12b06929512c3c1280264719981345", kill_on_drop: false }` [INFO] [stdout] 9fcf60fbe9e3ee817f30b3e42ae7b6562d12b06929512c3c1280264719981345