Oct 27 07:03:31.573 INFO checking carolinecullen/Rust-Raytracer against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 07:03:31.573 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 07:03:32.017 INFO blam! 0487f37a07a3f84d2228fe36cd242c6e033f5a39e4f0a01f0eb11baa8c2ac716 Oct 27 07:03:32.021 INFO running `"docker" "start" "-a" "0487f37a07a3f84d2228fe36cd242c6e033f5a39e4f0a01f0eb11baa8c2ac716"` Oct 27 07:03:33.303 INFO kablam! usermod: no changes Oct 27 07:03:33.419 INFO kablam! Checking memchr v2.0.2 Oct 27 07:03:33.999 INFO kablam! Checking nom v4.0.0 Oct 27 07:03:36.127 INFO kablam! Checking raytracer v0.1.0 (/source) Oct 27 07:03:37.395 INFO kablam! warning: unused `#[macro_use]` import Oct 27 07:03:37.395 INFO kablam! --> src/main.rs:10:1 Oct 27 07:03:37.395 INFO kablam! | Oct 27 07:03:37.395 INFO kablam! 10 | #[macro_use] Oct 27 07:03:37.395 INFO kablam! | ^^^^^^^^^^^^ Oct 27 07:03:37.395 INFO kablam! | Oct 27 07:03:37.395 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 07:03:37.395 INFO kablam! Oct 27 07:03:37.427 INFO kablam! warning: unused `#[macro_use]` import Oct 27 07:03:37.427 INFO kablam! --> src/main.rs:10:1 Oct 27 07:03:37.427 INFO kablam! | Oct 27 07:03:37.427 INFO kablam! 10 | #[macro_use] Oct 27 07:03:37.427 INFO kablam! | ^^^^^^^^^^^^ Oct 27 07:03:37.427 INFO kablam! | Oct 27 07:03:37.427 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 07:03:37.427 INFO kablam! Oct 27 07:03:37.503 INFO kablam! warning: unused variable: `contents` Oct 27 07:03:37.503 INFO kablam! --> src/parser.rs:37:23 Oct 27 07:03:37.503 INFO kablam! | Oct 27 07:03:37.503 INFO kablam! 37 | fn parse_for_elements(contents: &[u8]) { Oct 27 07:03:37.503 INFO kablam! | ^^^^^^^^ help: consider using `_contents` instead Oct 27 07:03:37.503 INFO kablam! | Oct 27 07:03:37.503 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 07:03:37.503 INFO kablam! Oct 27 07:03:37.514 INFO kablam! warning: function is never used: `is_whitespace` Oct 27 07:03:37.515 INFO kablam! --> src/parser.rs:18:1 Oct 27 07:03:37.515 INFO kablam! | Oct 27 07:03:37.515 INFO kablam! 18 | fn is_whitespace(c: u8) -> bool { Oct 27 07:03:37.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:03:37.515 INFO kablam! Oct 27 07:03:37.515 INFO kablam! warning: struct is never constructed: `Scene` Oct 27 07:03:37.515 INFO kablam! --> src/scene.rs:1:1 Oct 27 07:03:37.515 INFO kablam! | Oct 27 07:03:37.515 INFO kablam! 1 | struct Scene {} Oct 27 07:03:37.515 INFO kablam! | ^^^^^^^^^^^^ Oct 27 07:03:37.515 INFO kablam! Oct 27 07:03:37.581 INFO kablam! warning: unused variable: `contents` Oct 27 07:03:37.581 INFO kablam! --> src/parser.rs:37:23 Oct 27 07:03:37.581 INFO kablam! | Oct 27 07:03:37.581 INFO kablam! 37 | fn parse_for_elements(contents: &[u8]) { Oct 27 07:03:37.581 INFO kablam! | ^^^^^^^^ help: consider using `_contents` instead Oct 27 07:03:37.581 INFO kablam! | Oct 27 07:03:37.581 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 07:03:37.581 INFO kablam! Oct 27 07:03:37.616 INFO kablam! warning: function is never used: `is_whitespace` Oct 27 07:03:37.617 INFO kablam! --> src/parser.rs:18:1 Oct 27 07:03:37.617 INFO kablam! | Oct 27 07:03:37.617 INFO kablam! 18 | fn is_whitespace(c: u8) -> bool { Oct 27 07:03:37.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:03:37.617 INFO kablam! Oct 27 07:03:37.617 INFO kablam! warning: struct is never constructed: `Scene` Oct 27 07:03:37.617 INFO kablam! --> src/scene.rs:1:1 Oct 27 07:03:37.617 INFO kablam! | Oct 27 07:03:37.617 INFO kablam! 1 | struct Scene {} Oct 27 07:03:37.617 INFO kablam! | ^^^^^^^^^^^^ Oct 27 07:03:37.617 INFO kablam! Oct 27 07:03:37.651 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.32s Oct 27 07:03:37.655 INFO kablam! su: No module specific data is present Oct 27 07:03:38.609 INFO running `"docker" "rm" "-f" "0487f37a07a3f84d2228fe36cd242c6e033f5a39e4f0a01f0eb11baa8c2ac716"` Oct 27 07:03:38.907 INFO blam! 0487f37a07a3f84d2228fe36cd242c6e033f5a39e4f0a01f0eb11baa8c2ac716