[INFO] cloning repository https://github.com/timothee-faget/rust-basic-raytracer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/timothee-faget/rust-basic-raytracer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftimothee-faget%2Frust-basic-raytracer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftimothee-faget%2Frust-basic-raytracer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 153e4534caef7b7a73c3eca53ee9e134b0592393 [INFO] testing timothee-faget/rust-basic-raytracer against 1.86.0 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftimothee-faget%2Frust-basic-raytracer" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/timothee-faget/rust-basic-raytracer on toolchain 1.86.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.86.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/timothee-faget/rust-basic-raytracer [INFO] finished tweaking git repo https://github.com/timothee-faget/rust-basic-raytracer [INFO] tweaked toml for git repo https://github.com/timothee-faget/rust-basic-raytracer written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/timothee-faget/rust-basic-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.86.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 22d08f872b3f599511f5e464e0fca8ec58a5f19da55ded7b47cc87cf3f73e3a7 [INFO] running `Command { std: "docker" "start" "-a" "22d08f872b3f599511f5e464e0fca8ec58a5f19da55ded7b47cc87cf3f73e3a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "22d08f872b3f599511f5e464e0fca8ec58a5f19da55ded7b47cc87cf3f73e3a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22d08f872b3f599511f5e464e0fca8ec58a5f19da55ded7b47cc87cf3f73e3a7", kill_on_drop: false }` [INFO] [stdout] 22d08f872b3f599511f5e464e0fca8ec58a5f19da55ded7b47cc87cf3f73e3a7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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" "+1.86.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b1915d35401e8feebd97db14805b84283c96645836c119b6b513ccdf8254647a [INFO] running `Command { std: "docker" "start" "-a" "b1915d35401e8feebd97db14805b84283c96645836c119b6b513ccdf8254647a", kill_on_drop: false }` [INFO] [stderr] Compiling ray_tracer v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `self` [INFO] [stdout] --> src/mods/render.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | position::{self, Angle, Quat, Transform, Vect3}, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Angle`, `Camera`, `Light`, `Object3D`, `Plane`, and `Scene` [INFO] [stdout] --> src/lib.rs:4:18 [INFO] [stdout] | [INFO] [stdout] 4 | objs::{Cube, Object3D, Plane, Sphere}, [INFO] [stdout] | ^^^^^^^^ ^^^^^ [INFO] [stdout] 5 | parser::Parser, [INFO] [stdout] 6 | position::{Angle, Quat, Vect3}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 7 | render::{Camera, Light, Material, RectLight, Scene}, [INFO] [stdout] | ^^^^^^ ^^^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rotation` [INFO] [stdout] --> src/mods/objs.rs:241:26 [INFO] [stdout] | [INFO] [stdout] 241 | fn rotate(&mut self, rotation: Quat) {} [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_rotation` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rotation` [INFO] [stdout] --> src/mods/objs.rs:310:26 [INFO] [stdout] | [INFO] [stdout] 310 | fn rotate(&mut self, rotation: Quat) {} [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_rotation` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `transform` is never read [INFO] [stdout] --> src/mods/objs.rs:254:5 [INFO] [stdout] | [INFO] [stdout] 253 | pub struct Cube { [INFO] [stdout] | ---- field in this struct [INFO] [stdout] 254 | transform: Transform, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ray_tracer` (lib); 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/1.86.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name ray_tracer --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=82e05bf0ee80c046 -C extra-filename=-b71849a6fb01b5ff --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints=warn` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "b1915d35401e8feebd97db14805b84283c96645836c119b6b513ccdf8254647a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1915d35401e8feebd97db14805b84283c96645836c119b6b513ccdf8254647a", kill_on_drop: false }` [INFO] [stdout] b1915d35401e8feebd97db14805b84283c96645836c119b6b513ccdf8254647a