Oct 27 10:01:20.669 INFO checking Retsam/delta against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 10:01:20.671 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 10:01:21.111 INFO blam! 3de58736b5e12b034f2e43bb187687ee2edaf8861965f1fb4bbfa857282e51c6 Oct 27 10:01:21.115 INFO running `"docker" "start" "-a" "3de58736b5e12b034f2e43bb187687ee2edaf8861965f1fb4bbfa857282e51c6"` Oct 27 10:01:22.635 INFO kablam! usermod: no changes Oct 27 10:01:22.679 INFO kablam! Checking delta v0.1.0 (/source) Oct 27 10:01:23.539 INFO kablam! warning: unused variable: `y` Oct 27 10:01:23.539 INFO kablam! --> src/main.rs:74:6 Oct 27 10:01:23.539 INFO kablam! | Oct 27 10:01:23.539 INFO kablam! 74 | for y in 0..SCREEN_HEIGHT { Oct 27 10:01:23.539 INFO kablam! | ^ help: consider using `_y` instead Oct 27 10:01:23.539 INFO kablam! | Oct 27 10:01:23.539 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:01:23.539 INFO kablam! Oct 27 10:01:23.539 INFO kablam! warning: unused variable: `x` Oct 27 10:01:23.539 INFO kablam! --> src/main.rs:76:7 Oct 27 10:01:23.539 INFO kablam! | Oct 27 10:01:23.539 INFO kablam! 76 | for x in 0..SCREEN_WIDTH { Oct 27 10:01:23.539 INFO kablam! | ^ help: consider using `_x` instead Oct 27 10:01:23.539 INFO kablam! Oct 27 10:01:23.571 INFO kablam! warning: struct is never constructed: `Vector` Oct 27 10:01:23.571 INFO kablam! --> src/main.rs:23:1 Oct 27 10:01:23.571 INFO kablam! | Oct 27 10:01:23.571 INFO kablam! 23 | struct Vector { Oct 27 10:01:23.571 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 10:01:23.571 INFO kablam! | Oct 27 10:01:23.571 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 10:01:23.571 INFO kablam! Oct 27 10:01:23.571 INFO kablam! warning: constant item is never used: `VIEW_WIDTH` Oct 27 10:01:23.571 INFO kablam! --> src/main.rs:37:1 Oct 27 10:01:23.571 INFO kablam! | Oct 27 10:01:23.571 INFO kablam! 37 | const VIEW_WIDTH: f64 = 100 as f64; Oct 27 10:01:23.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:01:23.571 INFO kablam! Oct 27 10:01:23.571 INFO kablam! warning: constant item is never used: `VIEW_HEIGHT` Oct 27 10:01:23.571 INFO kablam! --> src/main.rs:38:1 Oct 27 10:01:23.571 INFO kablam! | Oct 27 10:01:23.571 INFO kablam! 38 | const VIEW_HEIGHT: f64 = 100 as f64; Oct 27 10:01:23.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:01:23.571 INFO kablam! Oct 27 10:01:23.571 INFO kablam! warning: constant item is never used: `FOCAL_POINT` Oct 27 10:01:23.571 INFO kablam! --> src/main.rs:40:1 Oct 27 10:01:23.571 INFO kablam! | Oct 27 10:01:23.571 INFO kablam! 40 | / const FOCAL_POINT: Point = Point { Oct 27 10:01:23.571 INFO kablam! 41 | | x: 0 as f64, Oct 27 10:01:23.571 INFO kablam! 42 | | y: 0 as f64, Oct 27 10:01:23.571 INFO kablam! 43 | | z: 10 as f64 Oct 27 10:01:23.571 INFO kablam! 44 | | }; Oct 27 10:01:23.571 INFO kablam! | |__^ Oct 27 10:01:23.571 INFO kablam! Oct 27 10:01:23.667 INFO kablam! warning: unused variable: `y` Oct 27 10:01:23.667 INFO kablam! --> src/main.rs:74:6 Oct 27 10:01:23.667 INFO kablam! | Oct 27 10:01:23.667 INFO kablam! 74 | for y in 0..SCREEN_HEIGHT { Oct 27 10:01:23.667 INFO kablam! | ^ help: consider using `_y` instead Oct 27 10:01:23.667 INFO kablam! | Oct 27 10:01:23.667 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:01:23.667 INFO kablam! Oct 27 10:01:23.667 INFO kablam! warning: unused variable: `x` Oct 27 10:01:23.667 INFO kablam! --> src/main.rs:76:7 Oct 27 10:01:23.667 INFO kablam! | Oct 27 10:01:23.667 INFO kablam! 76 | for x in 0..SCREEN_WIDTH { Oct 27 10:01:23.667 INFO kablam! | ^ help: consider using `_x` instead Oct 27 10:01:23.667 INFO kablam! Oct 27 10:01:23.677 INFO kablam! warning: struct is never constructed: `Vector` Oct 27 10:01:23.677 INFO kablam! --> src/main.rs:23:1 Oct 27 10:01:23.677 INFO kablam! | Oct 27 10:01:23.677 INFO kablam! 23 | struct Vector { Oct 27 10:01:23.677 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 10:01:23.677 INFO kablam! | Oct 27 10:01:23.677 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 10:01:23.677 INFO kablam! Oct 27 10:01:23.677 INFO kablam! warning: constant item is never used: `VIEW_WIDTH` Oct 27 10:01:23.677 INFO kablam! --> src/main.rs:37:1 Oct 27 10:01:23.677 INFO kablam! | Oct 27 10:01:23.677 INFO kablam! 37 | const VIEW_WIDTH: f64 = 100 as f64; Oct 27 10:01:23.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:01:23.677 INFO kablam! Oct 27 10:01:23.677 INFO kablam! warning: constant item is never used: `VIEW_HEIGHT` Oct 27 10:01:23.677 INFO kablam! --> src/main.rs:38:1 Oct 27 10:01:23.677 INFO kablam! | Oct 27 10:01:23.677 INFO kablam! 38 | const VIEW_HEIGHT: f64 = 100 as f64; Oct 27 10:01:23.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:01:23.677 INFO kablam! Oct 27 10:01:23.677 INFO kablam! warning: constant item is never used: `FOCAL_POINT` Oct 27 10:01:23.677 INFO kablam! --> src/main.rs:40:1 Oct 27 10:01:23.677 INFO kablam! | Oct 27 10:01:23.677 INFO kablam! 40 | / const FOCAL_POINT: Point = Point { Oct 27 10:01:23.677 INFO kablam! 41 | | x: 0 as f64, Oct 27 10:01:23.678 INFO kablam! 42 | | y: 0 as f64, Oct 27 10:01:23.678 INFO kablam! 43 | | z: 10 as f64 Oct 27 10:01:23.678 INFO kablam! 44 | | }; Oct 27 10:01:23.678 INFO kablam! | |__^ Oct 27 10:01:23.678 INFO kablam! Oct 27 10:01:23.699 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.05s Oct 27 10:01:23.707 INFO kablam! su: No module specific data is present Oct 27 10:01:24.423 INFO running `"docker" "rm" "-f" "3de58736b5e12b034f2e43bb187687ee2edaf8861965f1fb4bbfa857282e51c6"` Oct 27 10:01:24.795 INFO blam! 3de58736b5e12b034f2e43bb187687ee2edaf8861965f1fb4bbfa857282e51c6