Oct 21 21:19:40.551 INFO checking JJag/raytracer against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 21:19:40.552 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 21 21:19:41.016 INFO blam! a279a28fd1d80afea51e74ebd76d4999e7ca79db3918c692f86439ef55d0a190 Oct 21 21:19:41.022 INFO running `"docker" "start" "-a" "a279a28fd1d80afea51e74ebd76d4999e7ca79db3918c692f86439ef55d0a190"` Oct 21 21:19:42.112 INFO kablam! usermod: no changes Oct 21 21:19:42.216 INFO kablam! Checking raytracer v0.1.0 (/source) Oct 21 21:19:42.904 INFO kablam! warning: unused variable: `spheres` Oct 21 21:19:42.904 INFO kablam! --> src/main.rs:56:9 Oct 21 21:19:42.904 INFO kablam! | Oct 21 21:19:42.904 INFO kablam! 56 | let spheres = book_scene(); Oct 21 21:19:42.904 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Oct 21 21:19:42.904 INFO kablam! | Oct 21 21:19:42.904 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 21:19:42.904 INFO kablam! Oct 21 21:19:42.904 INFO kablam! warning: unused variable: `spheres` Oct 21 21:19:42.904 INFO kablam! --> src/main.rs:57:9 Oct 21 21:19:42.904 INFO kablam! | Oct 21 21:19:42.904 INFO kablam! 57 | let spheres = random_scene(); Oct 21 21:19:42.904 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Oct 21 21:19:42.904 INFO kablam! Oct 21 21:19:42.938 INFO kablam! warning: field is never used: `w` Oct 21 21:19:42.938 INFO kablam! --> src/camera.rs:13:5 Oct 21 21:19:42.939 INFO kablam! | Oct 21 21:19:42.939 INFO kablam! 13 | w: Vec3, Oct 21 21:19:42.939 INFO kablam! | ^^^^^^^ Oct 21 21:19:42.940 INFO kablam! | Oct 21 21:19:42.940 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 21:19:42.940 INFO kablam! Oct 21 21:19:42.941 INFO kablam! warning: constant item is never used: `BLUE` Oct 21 21:19:42.941 INFO kablam! --> src/main.rs:24:1 Oct 21 21:19:42.941 INFO kablam! | Oct 21 21:19:42.941 INFO kablam! 24 | const BLUE: Vec3 = Vec3 { x: 0.0, y: 0.0, z: 1.0 }; Oct 21 21:19:42.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:19:42.942 INFO kablam! Oct 21 21:19:43.125 INFO kablam! warning: unused variable: `spheres` Oct 21 21:19:43.125 INFO kablam! --> src/main.rs:56:9 Oct 21 21:19:43.125 INFO kablam! | Oct 21 21:19:43.126 INFO kablam! 56 | let spheres = book_scene(); Oct 21 21:19:43.126 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Oct 21 21:19:43.126 INFO kablam! | Oct 21 21:19:43.127 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 21:19:43.127 INFO kablam! Oct 21 21:19:43.127 INFO kablam! warning: unused variable: `spheres` Oct 21 21:19:43.127 INFO kablam! --> src/main.rs:57:9 Oct 21 21:19:43.128 INFO kablam! | Oct 21 21:19:43.128 INFO kablam! 57 | let spheres = random_scene(); Oct 21 21:19:43.128 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Oct 21 21:19:43.129 INFO kablam! Oct 21 21:19:43.150 INFO kablam! warning: field is never used: `w` Oct 21 21:19:43.151 INFO kablam! --> src/camera.rs:13:5 Oct 21 21:19:43.151 INFO kablam! | Oct 21 21:19:43.151 INFO kablam! 13 | w: Vec3, Oct 21 21:19:43.151 INFO kablam! | ^^^^^^^ Oct 21 21:19:43.151 INFO kablam! | Oct 21 21:19:43.151 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 21:19:43.151 INFO kablam! Oct 21 21:19:43.151 INFO kablam! warning: constant item is never used: `BLUE` Oct 21 21:19:43.151 INFO kablam! --> src/main.rs:24:1 Oct 21 21:19:43.151 INFO kablam! | Oct 21 21:19:43.151 INFO kablam! 24 | const BLUE: Vec3 = Vec3 { x: 0.0, y: 0.0, z: 1.0 }; Oct 21 21:19:43.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:19:43.151 INFO kablam! Oct 21 21:19:43.198 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.05s Oct 21 21:19:43.207 INFO kablam! su: No module specific data is present Oct 21 21:19:45.413 INFO running `"docker" "rm" "-f" "a279a28fd1d80afea51e74ebd76d4999e7ca79db3918c692f86439ef55d0a190"` Oct 21 21:19:45.696 INFO blam! a279a28fd1d80afea51e74ebd76d4999e7ca79db3918c692f86439ef55d0a190