Oct 27 11:23:57.329 INFO checking JJag/raytracer against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 11:23:57.329 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/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 27 11:23:57.710 INFO blam! fa893605d4201d1bb68e213cf869495a5e29f06f6a8853fb62aaf17a890ed0a3 Oct 27 11:23:57.711 INFO running `"docker" "start" "-a" "fa893605d4201d1bb68e213cf869495a5e29f06f6a8853fb62aaf17a890ed0a3"` Oct 27 11:23:58.892 INFO kablam! usermod: no changes Oct 27 11:23:58.991 INFO kablam! Checking raytracer v0.1.0 (/source) Oct 27 11:23:59.971 INFO kablam! warning: unused variable: `spheres` Oct 27 11:23:59.971 INFO kablam! --> src/main.rs:56:9 Oct 27 11:23:59.971 INFO kablam! | Oct 27 11:23:59.971 INFO kablam! 56 | let spheres = book_scene(); Oct 27 11:23:59.971 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Oct 27 11:23:59.971 INFO kablam! | Oct 27 11:23:59.971 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:23:59.971 INFO kablam! Oct 27 11:23:59.971 INFO kablam! warning: unused variable: `spheres` Oct 27 11:23:59.971 INFO kablam! --> src/main.rs:57:9 Oct 27 11:23:59.971 INFO kablam! | Oct 27 11:23:59.971 INFO kablam! 57 | let spheres = random_scene(); Oct 27 11:23:59.971 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Oct 27 11:23:59.971 INFO kablam! Oct 27 11:24:00.031 INFO kablam! warning: field is never used: `w` Oct 27 11:24:00.031 INFO kablam! --> src/camera.rs:13:5 Oct 27 11:24:00.031 INFO kablam! | Oct 27 11:24:00.031 INFO kablam! 13 | w: Vec3, Oct 27 11:24:00.031 INFO kablam! | ^^^^^^^ Oct 27 11:24:00.031 INFO kablam! | Oct 27 11:24:00.031 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:24:00.031 INFO kablam! Oct 27 11:24:00.031 INFO kablam! warning: constant item is never used: `BLUE` Oct 27 11:24:00.031 INFO kablam! --> src/main.rs:24:1 Oct 27 11:24:00.031 INFO kablam! | Oct 27 11:24:00.031 INFO kablam! 24 | const BLUE: Vec3 = Vec3 { x: 0.0, y: 0.0, z: 1.0 }; Oct 27 11:24:00.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:24:00.031 INFO kablam! Oct 27 11:24:00.103 INFO kablam! warning: unused variable: `spheres` Oct 27 11:24:00.104 INFO kablam! --> src/main.rs:56:9 Oct 27 11:24:00.104 INFO kablam! | Oct 27 11:24:00.105 INFO kablam! 56 | let spheres = book_scene(); Oct 27 11:24:00.105 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Oct 27 11:24:00.105 INFO kablam! | Oct 27 11:24:00.106 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:24:00.106 INFO kablam! Oct 27 11:24:00.106 INFO kablam! warning: unused variable: `spheres` Oct 27 11:24:00.107 INFO kablam! --> src/main.rs:57:9 Oct 27 11:24:00.107 INFO kablam! | Oct 27 11:24:00.107 INFO kablam! 57 | let spheres = random_scene(); Oct 27 11:24:00.108 INFO kablam! | ^^^^^^^ help: consider using `_spheres` instead Oct 27 11:24:00.108 INFO kablam! Oct 27 11:24:00.135 INFO kablam! warning: field is never used: `w` Oct 27 11:24:00.136 INFO kablam! --> src/camera.rs:13:5 Oct 27 11:24:00.136 INFO kablam! | Oct 27 11:24:00.136 INFO kablam! 13 | w: Vec3, Oct 27 11:24:00.137 INFO kablam! | ^^^^^^^ Oct 27 11:24:00.137 INFO kablam! | Oct 27 11:24:00.137 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:24:00.138 INFO kablam! Oct 27 11:24:00.138 INFO kablam! warning: constant item is never used: `BLUE` Oct 27 11:24:00.138 INFO kablam! --> src/main.rs:24:1 Oct 27 11:24:00.139 INFO kablam! | Oct 27 11:24:00.139 INFO kablam! 24 | const BLUE: Vec3 = Vec3 { x: 0.0, y: 0.0, z: 1.0 }; Oct 27 11:24:00.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:24:00.140 INFO kablam! Oct 27 11:24:00.196 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.29s Oct 27 11:24:00.199 INFO kablam! su: No module specific data is present Oct 27 11:24:00.993 INFO running `"docker" "rm" "-f" "fa893605d4201d1bb68e213cf869495a5e29f06f6a8853fb62aaf17a890ed0a3"` Oct 27 11:24:01.347 INFO blam! fa893605d4201d1bb68e213cf869495a5e29f06f6a8853fb62aaf17a890ed0a3