Oct 27 01:09:01.833 INFO checking makr17/lightsine against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 01:09:01.835 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 01:09:02.217 INFO blam! c820bf87c335dd5bf84c7f3f5524a4db5034c246b962e460607c1e64de11c811 Oct 27 01:09:02.219 INFO running `"docker" "start" "-a" "c820bf87c335dd5bf84c7f3f5524a4db5034c246b962e460607c1e64de11c811"` Oct 27 01:09:03.331 INFO kablam! usermod: no changes Oct 27 01:09:03.422 INFO kablam! Checking net2 v0.2.26 Oct 27 01:09:03.423 INFO kablam! Checking uuid v0.1.18 Oct 27 01:09:04.452 INFO kablam! Checking sacn v0.1.1 Oct 27 01:09:04.951 INFO kablam! Checking lightsine v0.1.0 (/source) Oct 27 01:09:05.474 INFO kablam! warning: unused import: `std::vec` Oct 27 01:09:05.474 INFO kablam! --> src/main.rs:7:5 Oct 27 01:09:05.474 INFO kablam! | Oct 27 01:09:05.474 INFO kablam! 7 | use std::vec; Oct 27 01:09:05.474 INFO kablam! | ^^^^^^^^ Oct 27 01:09:05.474 INFO kablam! | Oct 27 01:09:05.474 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 01:09:05.474 INFO kablam! Oct 27 01:09:05.515 INFO kablam! warning: unreachable statement Oct 27 01:09:05.515 INFO kablam! --> src/main.rs:99:5 Oct 27 01:09:05.515 INFO kablam! | Oct 27 01:09:05.515 INFO kablam! 99 | dmx_source.terminate_stream(1); Oct 27 01:09:05.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:09:05.515 INFO kablam! | Oct 27 01:09:05.515 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 27 01:09:05.515 INFO kablam! Oct 27 01:09:05.523 INFO kablam! warning: unused variable: `n` Oct 27 01:09:05.523 INFO kablam! --> src/main.rs:68:17 Oct 27 01:09:05.523 INFO kablam! | Oct 27 01:09:05.523 INFO kablam! 68 | for n in 0..(zone.head * PIXEL_SIZE) { Oct 27 01:09:05.523 INFO kablam! | ^ help: consider using `_n` instead Oct 27 01:09:05.523 INFO kablam! | Oct 27 01:09:05.523 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 01:09:05.523 INFO kablam! Oct 27 01:09:05.523 INFO kablam! warning: unused variable: `n` Oct 27 01:09:05.523 INFO kablam! --> src/main.rs:75:17 Oct 27 01:09:05.523 INFO kablam! | Oct 27 01:09:05.523 INFO kablam! 75 | for n in 0..(zone.tail * PIXEL_SIZE) { Oct 27 01:09:05.523 INFO kablam! | ^ help: consider using `_n` instead Oct 27 01:09:05.523 INFO kablam! Oct 27 01:09:05.527 INFO kablam! warning: field is never used: `name` Oct 27 01:09:05.527 INFO kablam! --> src/main.rs:13:46 Oct 27 01:09:05.527 INFO kablam! | Oct 27 01:09:05.527 INFO kablam! 13 | struct Zone { head: u8, body: u8, tail: u8, name: String } Oct 27 01:09:05.527 INFO kablam! | ^^^^^^^^^^^^ Oct 27 01:09:05.527 INFO kablam! | Oct 27 01:09:05.527 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 01:09:05.527 INFO kablam! Oct 27 01:09:05.527 INFO kablam! warning: the feature `iter_arith` has been stable since 1.11.0 and no longer requires an attribute to enable Oct 27 01:09:05.527 INFO kablam! --> src/main.rs:1:12 Oct 27 01:09:05.527 INFO kablam! | Oct 27 01:09:05.527 INFO kablam! 1 | #![feature(iter_arith)] Oct 27 01:09:05.527 INFO kablam! | ^^^^^^^^^^ Oct 27 01:09:05.527 INFO kablam! | Oct 27 01:09:05.527 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 01:09:05.527 INFO kablam! Oct 27 01:09:05.534 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:09:05.534 INFO kablam! --> src/main.rs:89:13 Oct 27 01:09:05.534 INFO kablam! | Oct 27 01:09:05.534 INFO kablam! 89 | dmx_source.send(universe, &u); Oct 27 01:09:05.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:09:05.534 INFO kablam! | Oct 27 01:09:05.534 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 01:09:05.534 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:09:05.534 INFO kablam! Oct 27 01:09:05.534 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:09:05.534 INFO kablam! --> src/main.rs:99:5 Oct 27 01:09:05.534 INFO kablam! | Oct 27 01:09:05.534 INFO kablam! 99 | dmx_source.terminate_stream(1); Oct 27 01:09:05.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:09:05.534 INFO kablam! | Oct 27 01:09:05.534 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:09:05.534 INFO kablam! Oct 27 01:09:05.559 INFO kablam! warning: unused import: `std::vec` Oct 27 01:09:05.559 INFO kablam! --> src/main.rs:7:5 Oct 27 01:09:05.559 INFO kablam! | Oct 27 01:09:05.559 INFO kablam! 7 | use std::vec; Oct 27 01:09:05.559 INFO kablam! | ^^^^^^^^ Oct 27 01:09:05.559 INFO kablam! | Oct 27 01:09:05.559 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 01:09:05.559 INFO kablam! Oct 27 01:09:05.635 INFO kablam! warning: unreachable statement Oct 27 01:09:05.635 INFO kablam! --> src/main.rs:99:5 Oct 27 01:09:05.635 INFO kablam! | Oct 27 01:09:05.635 INFO kablam! 99 | dmx_source.terminate_stream(1); Oct 27 01:09:05.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:09:05.635 INFO kablam! | Oct 27 01:09:05.635 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 27 01:09:05.635 INFO kablam! Oct 27 01:09:05.639 INFO kablam! warning: unused variable: `n` Oct 27 01:09:05.639 INFO kablam! --> src/main.rs:68:17 Oct 27 01:09:05.639 INFO kablam! | Oct 27 01:09:05.639 INFO kablam! 68 | for n in 0..(zone.head * PIXEL_SIZE) { Oct 27 01:09:05.639 INFO kablam! | ^ help: consider using `_n` instead Oct 27 01:09:05.639 INFO kablam! | Oct 27 01:09:05.639 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 01:09:05.639 INFO kablam! Oct 27 01:09:05.639 INFO kablam! warning: unused variable: `n` Oct 27 01:09:05.639 INFO kablam! --> src/main.rs:75:17 Oct 27 01:09:05.639 INFO kablam! | Oct 27 01:09:05.639 INFO kablam! 75 | for n in 0..(zone.tail * PIXEL_SIZE) { Oct 27 01:09:05.639 INFO kablam! | ^ help: consider using `_n` instead Oct 27 01:09:05.639 INFO kablam! Oct 27 01:09:05.663 INFO kablam! warning: field is never used: `name` Oct 27 01:09:05.663 INFO kablam! --> src/main.rs:13:46 Oct 27 01:09:05.663 INFO kablam! | Oct 27 01:09:05.663 INFO kablam! 13 | struct Zone { head: u8, body: u8, tail: u8, name: String } Oct 27 01:09:05.663 INFO kablam! | ^^^^^^^^^^^^ Oct 27 01:09:05.663 INFO kablam! | Oct 27 01:09:05.663 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 01:09:05.663 INFO kablam! Oct 27 01:09:05.663 INFO kablam! warning: the feature `iter_arith` has been stable since 1.11.0 and no longer requires an attribute to enable Oct 27 01:09:05.663 INFO kablam! --> src/main.rs:1:12 Oct 27 01:09:05.663 INFO kablam! | Oct 27 01:09:05.663 INFO kablam! 1 | #![feature(iter_arith)] Oct 27 01:09:05.663 INFO kablam! | ^^^^^^^^^^ Oct 27 01:09:05.663 INFO kablam! | Oct 27 01:09:05.663 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 01:09:05.663 INFO kablam! Oct 27 01:09:05.675 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:09:05.675 INFO kablam! --> src/main.rs:89:13 Oct 27 01:09:05.675 INFO kablam! | Oct 27 01:09:05.675 INFO kablam! 89 | dmx_source.send(universe, &u); Oct 27 01:09:05.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:09:05.675 INFO kablam! | Oct 27 01:09:05.675 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 01:09:05.675 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:09:05.675 INFO kablam! Oct 27 01:09:05.675 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:09:05.675 INFO kablam! --> src/main.rs:99:5 Oct 27 01:09:05.675 INFO kablam! | Oct 27 01:09:05.675 INFO kablam! 99 | dmx_source.terminate_stream(1); Oct 27 01:09:05.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:09:05.675 INFO kablam! | Oct 27 01:09:05.675 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:09:05.675 INFO kablam! Oct 27 01:09:05.703 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.34s Oct 27 01:09:05.719 INFO kablam! su: No module specific data is present Oct 27 01:09:06.287 INFO running `"docker" "rm" "-f" "c820bf87c335dd5bf84c7f3f5524a4db5034c246b962e460607c1e64de11c811"` Oct 27 01:09:06.567 INFO blam! c820bf87c335dd5bf84c7f3f5524a4db5034c246b962e460607c1e64de11c811