Oct 12 23:55:08.465 INFO checking carolinecullen/Rust-Raytracer against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 23:55:08.467 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 23:55:09.052 INFO blam! 01e9753ef260319c1a21289151f8c76e40b380be361edb7dd02987b62d9e50c3 Oct 12 23:55:09.054 INFO running `"docker" "start" "-a" "01e9753ef260319c1a21289151f8c76e40b380be361edb7dd02987b62d9e50c3"` Oct 12 23:55:11.059 INFO kablam! usermod: no changes Oct 12 23:55:11.240 INFO kablam! Checking raytracer v0.1.0 (/source) Oct 12 23:55:12.460 INFO kablam! warning: unused `#[macro_use]` import Oct 12 23:55:12.460 INFO kablam! --> src/main.rs:10:1 Oct 12 23:55:12.460 INFO kablam! | Oct 12 23:55:12.460 INFO kablam! 10 | #[macro_use] Oct 12 23:55:12.460 INFO kablam! | ^^^^^^^^^^^^ Oct 12 23:55:12.460 INFO kablam! | Oct 12 23:55:12.460 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 23:55:12.460 INFO kablam! Oct 12 23:55:12.544 INFO kablam! warning: unused `#[macro_use]` import Oct 12 23:55:12.544 INFO kablam! --> src/main.rs:10:1 Oct 12 23:55:12.544 INFO kablam! | Oct 12 23:55:12.544 INFO kablam! 10 | #[macro_use] Oct 12 23:55:12.544 INFO kablam! | ^^^^^^^^^^^^ Oct 12 23:55:12.544 INFO kablam! | Oct 12 23:55:12.544 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 23:55:12.544 INFO kablam! Oct 12 23:55:12.632 INFO kablam! warning: unused variable: `contents` Oct 12 23:55:12.632 INFO kablam! --> src/parser.rs:37:23 Oct 12 23:55:12.632 INFO kablam! | Oct 12 23:55:12.632 INFO kablam! 37 | fn parse_for_elements(contents: &[u8]) { Oct 12 23:55:12.632 INFO kablam! | ^^^^^^^^ help: consider using `_contents` instead Oct 12 23:55:12.632 INFO kablam! | Oct 12 23:55:12.632 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:55:12.632 INFO kablam! Oct 12 23:55:12.640 INFO kablam! warning: unused variable: `contents` Oct 12 23:55:12.640 INFO kablam! --> src/parser.rs:37:23 Oct 12 23:55:12.640 INFO kablam! | Oct 12 23:55:12.640 INFO kablam! 37 | fn parse_for_elements(contents: &[u8]) { Oct 12 23:55:12.640 INFO kablam! | ^^^^^^^^ help: consider using `_contents` instead Oct 12 23:55:12.640 INFO kablam! | Oct 12 23:55:12.640 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:55:12.640 INFO kablam! Oct 12 23:55:12.656 INFO kablam! warning: function is never used: `is_whitespace` Oct 12 23:55:12.656 INFO kablam! --> src/parser.rs:18:1 Oct 12 23:55:12.656 INFO kablam! | Oct 12 23:55:12.656 INFO kablam! 18 | fn is_whitespace(c: u8) -> bool { Oct 12 23:55:12.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:55:12.656 INFO kablam! Oct 12 23:55:12.656 INFO kablam! warning: struct is never constructed: `Scene` Oct 12 23:55:12.656 INFO kablam! --> src/scene.rs:1:1 Oct 12 23:55:12.656 INFO kablam! | Oct 12 23:55:12.656 INFO kablam! 1 | struct Scene {} Oct 12 23:55:12.656 INFO kablam! | ^^^^^^^^^^^^ Oct 12 23:55:12.656 INFO kablam! Oct 12 23:55:12.656 INFO kablam! warning: function is never used: `is_whitespace` Oct 12 23:55:12.656 INFO kablam! --> src/parser.rs:18:1 Oct 12 23:55:12.656 INFO kablam! | Oct 12 23:55:12.656 INFO kablam! 18 | fn is_whitespace(c: u8) -> bool { Oct 12 23:55:12.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:55:12.656 INFO kablam! Oct 12 23:55:12.656 INFO kablam! warning: struct is never constructed: `Scene` Oct 12 23:55:12.657 INFO kablam! --> src/scene.rs:1:1 Oct 12 23:55:12.657 INFO kablam! | Oct 12 23:55:12.657 INFO kablam! 1 | struct Scene {} Oct 12 23:55:12.657 INFO kablam! | ^^^^^^^^^^^^ Oct 12 23:55:12.657 INFO kablam! Oct 12 23:55:12.705 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.61s Oct 12 23:55:12.709 INFO kablam! su: No module specific data is present Oct 12 23:55:13.873 INFO running `"docker" "rm" "-f" "01e9753ef260319c1a21289151f8c76e40b380be361edb7dd02987b62d9e50c3"` Oct 12 23:55:14.228 INFO blam! 01e9753ef260319c1a21289151f8c76e40b380be361edb7dd02987b62d9e50c3