[INFO] cloning repository https://github.com/NickWilsonDev/Raytracer-Rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NickWilsonDev/Raytracer-Rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNickWilsonDev%2FRaytracer-Rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNickWilsonDev%2FRaytracer-Rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7460ff590272b724b18b2206e7b2c52e9dd2d42e [INFO] testing NickWilsonDev/Raytracer-Rust 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%2FNickWilsonDev%2FRaytracer-Rust" "/workspace/builds/worker-64/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-64/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/NickWilsonDev/Raytracer-Rust 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/NickWilsonDev/Raytracer-Rust [INFO] finished tweaking git repo https://github.com/NickWilsonDev/Raytracer-Rust [INFO] tweaked toml for git repo https://github.com/NickWilsonDev/Raytracer-Rust written to /workspace/builds/worker-64/source/Cargo.toml [INFO] crate git repo https://github.com/NickWilsonDev/Raytracer-Rust 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-64/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/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] 51c840fb80e9fe951837bc895606496a5bdb87bb1434534d60892f3425499e29 [INFO] running `Command { std: "docker" "start" "-a" "51c840fb80e9fe951837bc895606496a5bdb87bb1434534d60892f3425499e29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "51c840fb80e9fe951837bc895606496a5bdb87bb1434534d60892f3425499e29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "51c840fb80e9fe951837bc895606496a5bdb87bb1434534d60892f3425499e29", kill_on_drop: false }` [INFO] [stdout] 51c840fb80e9fe951837bc895606496a5bdb87bb1434534d60892f3425499e29 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/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] ccb3f09d712974b2c43641c719f24a9baf9ed95b103923462b40bf399a80a7e9 [INFO] running `Command { std: "docker" "start" "-a" "ccb3f09d712974b2c43641c719f24a9baf9ed95b103923462b40bf399a80a7e9", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cfg-if v0.1.2 [INFO] [stderr] Compiling num-traits v0.2.1 [INFO] [stderr] Compiling nodrop v0.1.12 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling libc v0.2.37 [INFO] [stderr] Compiling rayon-core v1.4.0 [INFO] [stderr] Compiling adler32 v1.0.2 [INFO] [stderr] Compiling lazy_static v1.0.0 [INFO] [stderr] Compiling byteorder v1.2.1 [INFO] [stderr] Compiling either v1.4.0 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling color_quant v1.0.0 [INFO] [stderr] Compiling bitflags v1.0.1 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling inflate v0.3.4 [INFO] [stderr] Compiling arrayvec v0.4.7 [INFO] [stderr] Compiling gif v0.9.2 [INFO] [stderr] Compiling deflate v0.7.17 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling crossbeam-epoch v0.3.0 [INFO] [stderr] Compiling num-integer v0.1.36 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling num-iter v0.1.35 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling png v0.11.0 [INFO] [stderr] Compiling rayon v1.0.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.14 [INFO] [stderr] Compiling image v0.18.0 [INFO] [stderr] Compiling raytracer v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/rendering.rs:19:21 [INFO] [stdout] | [INFO] [stdout] 19 | origin: Point::zero(), [INFO] [stdout] | ^^^^^ use of undeclared type `Point` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Point` in this scope [INFO] [stdout] --> src/scene.rs:10:17 [INFO] [stdout] | [INFO] [stdout] 10 | pub center: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Point` in this scope [INFO] [stdout] --> src/rendering.rs:4:17 [INFO] [stdout] | [INFO] [stdout] 4 | pub origin: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Vector3` in this scope [INFO] [stdout] --> src/rendering.rs:5:20 [INFO] [stdout] | [INFO] [stdout] 5 | pub direction: Vector3, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scene` in this scope [INFO] [stdout] --> src/rendering.rs:9:49 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn create_prime(x: u32, y: u32, scene: &Scene) -> Ray { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use Scene; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Vector3` in this scope [INFO] [stdout] --> src/rendering.rs:20:24 [INFO] [stdout] | [INFO] [stdout] 20 | direction: Vector3 { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Sphere` in this scope [INFO] [stdout] --> src/rendering.rs:34:24 [INFO] [stdout] | [INFO] [stdout] 34 | impl Intersectable for Sphere { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use scene::Sphere; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Vector3` in this scope [INFO] [stdout] --> src/rendering.rs:37:16 [INFO] [stdout] | [INFO] [stdout] 37 | let l: Vector3 = self.center - ray.origin; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `to_rgba` in this scope [INFO] [stdout] --> src/lib.rs:21:39 [INFO] [stdout] | [INFO] [stdout] 21 | image.put_pixel(x, y, to_rgba(&scene.sphere.color)) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_channels` found for struct `Rgba` in the current scope [INFO] [stdout] --> src/lib.rs:15:23 [INFO] [stdout] | [INFO] [stdout] 15 | let black = Rgba::from_channels(0, 0, 0, 0); [INFO] [stdout] | ^^^^^^^^^^^^^ function or associated item not found in `Rgba<_>` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] | [INFO] [stdout] 8 | use image::Pixel; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `intersect` found for struct `Sphere` in the current scope [INFO] [stdout] --> src/lib.rs:20:29 [INFO] [stdout] | [INFO] [stdout] 20 | if scene.sphere.intersect(&ray) { [INFO] [stdout] | ^^^^^^^^^ method not found in `Sphere` [INFO] [stdout] | [INFO] [stdout] ::: src/scene.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct Sphere { [INFO] [stdout] | ----------------- method `intersect` not found for this [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `Intersectable` defines an item `intersect`, perhaps you need to implement it [INFO] [stdout] --> src/rendering.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | pub trait Intersectable { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `raytracer` due to 12 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "ccb3f09d712974b2c43641c719f24a9baf9ed95b103923462b40bf399a80a7e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ccb3f09d712974b2c43641c719f24a9baf9ed95b103923462b40bf399a80a7e9", kill_on_drop: false }` [INFO] [stdout] ccb3f09d712974b2c43641c719f24a9baf9ed95b103923462b40bf399a80a7e9