Oct 13 02:52:58.238 INFO checking Retsam/delta against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 02:52:58.238 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13 02:52:58.523 INFO blam! 7cb38e4ed7ac7757ecdaf80631a93fc38908914bf841dc6973638ec5d1ee5ddf Oct 13 02:52:58.527 INFO running `"docker" "start" "-a" "7cb38e4ed7ac7757ecdaf80631a93fc38908914bf841dc6973638ec5d1ee5ddf"` Oct 13 02:52:59.439 INFO kablam! usermod: no changes Oct 13 02:52:59.496 INFO kablam! Checking delta v0.1.0 (/source) Oct 13 02:53:00.000 INFO kablam! warning: unused variable: `y` Oct 13 02:53:00.000 INFO kablam! --> src/main.rs:74:6 Oct 13 02:53:00.000 INFO kablam! | Oct 13 02:53:00.000 INFO kablam! 74 | for y in 0..SCREEN_HEIGHT { Oct 13 02:53:00.000 INFO kablam! | ^ help: consider using `_y` instead Oct 13 02:53:00.000 INFO kablam! | Oct 13 02:53:00.000 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:53:00.000 INFO kablam! Oct 13 02:53:00.000 INFO kablam! warning: unused variable: `x` Oct 13 02:53:00.000 INFO kablam! --> src/main.rs:76:7 Oct 13 02:53:00.001 INFO kablam! | Oct 13 02:53:00.001 INFO kablam! 76 | for x in 0..SCREEN_WIDTH { Oct 13 02:53:00.001 INFO kablam! | ^ help: consider using `_x` instead Oct 13 02:53:00.001 INFO kablam! Oct 13 02:53:00.001 INFO kablam! warning: struct is never constructed: `Vector` Oct 13 02:53:00.001 INFO kablam! --> src/main.rs:23:1 Oct 13 02:53:00.001 INFO kablam! | Oct 13 02:53:00.001 INFO kablam! 23 | struct Vector { Oct 13 02:53:00.001 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 02:53:00.001 INFO kablam! | Oct 13 02:53:00.001 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:53:00.001 INFO kablam! Oct 13 02:53:00.001 INFO kablam! warning: constant item is never used: `VIEW_WIDTH` Oct 13 02:53:00.001 INFO kablam! --> src/main.rs:37:1 Oct 13 02:53:00.001 INFO kablam! | Oct 13 02:53:00.001 INFO kablam! 37 | const VIEW_WIDTH: f64 = 100 as f64; Oct 13 02:53:00.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:53:00.001 INFO kablam! Oct 13 02:53:00.001 INFO kablam! warning: constant item is never used: `VIEW_HEIGHT` Oct 13 02:53:00.001 INFO kablam! --> src/main.rs:38:1 Oct 13 02:53:00.001 INFO kablam! | Oct 13 02:53:00.001 INFO kablam! 38 | const VIEW_HEIGHT: f64 = 100 as f64; Oct 13 02:53:00.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:53:00.001 INFO kablam! Oct 13 02:53:00.001 INFO kablam! warning: constant item is never used: `FOCAL_POINT` Oct 13 02:53:00.001 INFO kablam! --> src/main.rs:40:1 Oct 13 02:53:00.001 INFO kablam! | Oct 13 02:53:00.001 INFO kablam! 40 | / const FOCAL_POINT: Point = Point { Oct 13 02:53:00.001 INFO kablam! 41 | | x: 0 as f64, Oct 13 02:53:00.001 INFO kablam! 42 | | y: 0 as f64, Oct 13 02:53:00.001 INFO kablam! 43 | | z: 10 as f64 Oct 13 02:53:00.001 INFO kablam! 44 | | }; Oct 13 02:53:00.001 INFO kablam! | |__^ Oct 13 02:53:00.001 INFO kablam! Oct 13 02:53:00.228 INFO kablam! warning: unused variable: `y` Oct 13 02:53:00.228 INFO kablam! --> src/main.rs:74:6 Oct 13 02:53:00.228 INFO kablam! | Oct 13 02:53:00.228 INFO kablam! 74 | for y in 0..SCREEN_HEIGHT { Oct 13 02:53:00.228 INFO kablam! | ^ help: consider using `_y` instead Oct 13 02:53:00.228 INFO kablam! | Oct 13 02:53:00.228 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:53:00.228 INFO kablam! Oct 13 02:53:00.228 INFO kablam! warning: unused variable: `x` Oct 13 02:53:00.228 INFO kablam! --> src/main.rs:76:7 Oct 13 02:53:00.228 INFO kablam! | Oct 13 02:53:00.228 INFO kablam! 76 | for x in 0..SCREEN_WIDTH { Oct 13 02:53:00.228 INFO kablam! | ^ help: consider using `_x` instead Oct 13 02:53:00.228 INFO kablam! Oct 13 02:53:00.236 INFO kablam! warning: struct is never constructed: `Vector` Oct 13 02:53:00.236 INFO kablam! --> src/main.rs:23:1 Oct 13 02:53:00.237 INFO kablam! | Oct 13 02:53:00.237 INFO kablam! 23 | struct Vector { Oct 13 02:53:00.237 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 02:53:00.238 INFO kablam! | Oct 13 02:53:00.238 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:53:00.238 INFO kablam! Oct 13 02:53:00.244 INFO kablam! warning: constant item is never used: `VIEW_WIDTH` Oct 13 02:53:00.244 INFO kablam! --> src/main.rs:37:1 Oct 13 02:53:00.244 INFO kablam! | Oct 13 02:53:00.244 INFO kablam! 37 | const VIEW_WIDTH: f64 = 100 as f64; Oct 13 02:53:00.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:53:00.244 INFO kablam! Oct 13 02:53:00.244 INFO kablam! warning: constant item is never used: `VIEW_HEIGHT` Oct 13 02:53:00.244 INFO kablam! --> src/main.rs:38:1 Oct 13 02:53:00.244 INFO kablam! | Oct 13 02:53:00.244 INFO kablam! 38 | const VIEW_HEIGHT: f64 = 100 as f64; Oct 13 02:53:00.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:53:00.244 INFO kablam! Oct 13 02:53:00.244 INFO kablam! warning: constant item is never used: `FOCAL_POINT` Oct 13 02:53:00.244 INFO kablam! --> src/main.rs:40:1 Oct 13 02:53:00.244 INFO kablam! | Oct 13 02:53:00.244 INFO kablam! 40 | / const FOCAL_POINT: Point = Point { Oct 13 02:53:00.244 INFO kablam! 41 | | x: 0 as f64, Oct 13 02:53:00.244 INFO kablam! 42 | | y: 0 as f64, Oct 13 02:53:00.244 INFO kablam! 43 | | z: 10 as f64 Oct 13 02:53:00.244 INFO kablam! 44 | | }; Oct 13 02:53:00.244 INFO kablam! | |__^ Oct 13 02:53:00.244 INFO kablam! Oct 13 02:53:00.266 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.80s Oct 13 02:53:00.267 INFO kablam! su: No module specific data is present Oct 13 02:53:00.854 INFO running `"docker" "rm" "-f" "7cb38e4ed7ac7757ecdaf80631a93fc38908914bf841dc6973638ec5d1ee5ddf"` Oct 13 02:53:01.001 INFO blam! 7cb38e4ed7ac7757ecdaf80631a93fc38908914bf841dc6973638ec5d1ee5ddf