Oct 21 15:58:48.491 INFO checking makr17/lightsine against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 15:58:48.491 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192/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 21 15:58:48.936 INFO blam! 081eb44ce04fab68f0d2e156671ae86bf0d10359bac74eacd664fc187897f0f7 Oct 21 15:58:48.938 INFO running `"docker" "start" "-a" "081eb44ce04fab68f0d2e156671ae86bf0d10359bac74eacd664fc187897f0f7"` Oct 21 15:58:50.298 INFO kablam! usermod: no changes Oct 21 15:58:50.397 INFO kablam! Checking rand v0.3.15 Oct 21 15:58:50.408 INFO kablam! Checking net2 v0.2.26 Oct 21 15:58:52.321 INFO kablam! Checking uuid v0.1.18 Oct 21 15:58:52.996 INFO kablam! Checking sacn v0.1.1 Oct 21 15:58:53.726 INFO kablam! Checking lightsine v0.1.0 (/source) Oct 21 15:58:54.336 INFO kablam! warning: unused import: `std::vec` Oct 21 15:58:54.336 INFO kablam! --> src/main.rs:7:5 Oct 21 15:58:54.336 INFO kablam! | Oct 21 15:58:54.336 INFO kablam! 7 | use std::vec; Oct 21 15:58:54.336 INFO kablam! | ^^^^^^^^ Oct 21 15:58:54.336 INFO kablam! | Oct 21 15:58:54.336 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 15:58:54.336 INFO kablam! Oct 21 15:58:54.376 INFO kablam! warning: unreachable statement Oct 21 15:58:54.376 INFO kablam! --> src/main.rs:99:5 Oct 21 15:58:54.376 INFO kablam! | Oct 21 15:58:54.376 INFO kablam! 99 | dmx_source.terminate_stream(1); Oct 21 15:58:54.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:58:54.376 INFO kablam! | Oct 21 15:58:54.376 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 21 15:58:54.376 INFO kablam! Oct 21 15:58:54.384 INFO kablam! warning: unused variable: `n` Oct 21 15:58:54.384 INFO kablam! --> src/main.rs:68:17 Oct 21 15:58:54.384 INFO kablam! | Oct 21 15:58:54.384 INFO kablam! 68 | for n in 0..(zone.head * PIXEL_SIZE) { Oct 21 15:58:54.384 INFO kablam! | ^ help: consider using `_n` instead Oct 21 15:58:54.384 INFO kablam! | Oct 21 15:58:54.384 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 15:58:54.384 INFO kablam! Oct 21 15:58:54.384 INFO kablam! warning: unused variable: `n` Oct 21 15:58:54.384 INFO kablam! --> src/main.rs:75:17 Oct 21 15:58:54.384 INFO kablam! | Oct 21 15:58:54.384 INFO kablam! 75 | for n in 0..(zone.tail * PIXEL_SIZE) { Oct 21 15:58:54.384 INFO kablam! | ^ help: consider using `_n` instead Oct 21 15:58:54.384 INFO kablam! Oct 21 15:58:54.392 INFO kablam! warning: field is never used: `name` Oct 21 15:58:54.392 INFO kablam! --> src/main.rs:13:46 Oct 21 15:58:54.392 INFO kablam! | Oct 21 15:58:54.392 INFO kablam! 13 | struct Zone { head: u8, body: u8, tail: u8, name: String } Oct 21 15:58:54.392 INFO kablam! | ^^^^^^^^^^^^ Oct 21 15:58:54.392 INFO kablam! | Oct 21 15:58:54.392 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 15:58:54.392 INFO kablam! Oct 21 15:58:54.392 INFO kablam! warning: the feature `iter_arith` has been stable since 1.11.0 and no longer requires an attribute to enable Oct 21 15:58:54.392 INFO kablam! --> src/main.rs:1:12 Oct 21 15:58:54.392 INFO kablam! | Oct 21 15:58:54.393 INFO kablam! 1 | #![feature(iter_arith)] Oct 21 15:58:54.393 INFO kablam! | ^^^^^^^^^^ Oct 21 15:58:54.393 INFO kablam! | Oct 21 15:58:54.393 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 15:58:54.393 INFO kablam! Oct 21 15:58:54.400 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 15:58:54.400 INFO kablam! --> src/main.rs:89:13 Oct 21 15:58:54.400 INFO kablam! | Oct 21 15:58:54.400 INFO kablam! 89 | dmx_source.send(universe, &u); Oct 21 15:58:54.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:58:54.400 INFO kablam! | Oct 21 15:58:54.400 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 15:58:54.400 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 15:58:54.400 INFO kablam! Oct 21 15:58:54.400 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 15:58:54.400 INFO kablam! --> src/main.rs:99:5 Oct 21 15:58:54.400 INFO kablam! | Oct 21 15:58:54.400 INFO kablam! 99 | dmx_source.terminate_stream(1); Oct 21 15:58:54.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:58:54.400 INFO kablam! | Oct 21 15:58:54.400 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 15:58:54.400 INFO kablam! Oct 21 15:58:54.544 INFO kablam! warning: unused import: `std::vec` Oct 21 15:58:54.544 INFO kablam! --> src/main.rs:7:5 Oct 21 15:58:54.544 INFO kablam! | Oct 21 15:58:54.544 INFO kablam! 7 | use std::vec; Oct 21 15:58:54.544 INFO kablam! | ^^^^^^^^ Oct 21 15:58:54.544 INFO kablam! | Oct 21 15:58:54.544 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 15:58:54.544 INFO kablam! Oct 21 15:58:54.597 INFO kablam! warning: unreachable statement Oct 21 15:58:54.597 INFO kablam! --> src/main.rs:99:5 Oct 21 15:58:54.597 INFO kablam! | Oct 21 15:58:54.597 INFO kablam! 99 | dmx_source.terminate_stream(1); Oct 21 15:58:54.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:58:54.597 INFO kablam! | Oct 21 15:58:54.597 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 21 15:58:54.597 INFO kablam! Oct 21 15:58:54.603 INFO kablam! warning: unused variable: `n` Oct 21 15:58:54.603 INFO kablam! --> src/main.rs:68:17 Oct 21 15:58:54.603 INFO kablam! | Oct 21 15:58:54.603 INFO kablam! 68 | for n in 0..(zone.head * PIXEL_SIZE) { Oct 21 15:58:54.603 INFO kablam! | ^ help: consider using `_n` instead Oct 21 15:58:54.603 INFO kablam! | Oct 21 15:58:54.603 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 15:58:54.603 INFO kablam! Oct 21 15:58:54.603 INFO kablam! warning: unused variable: `n` Oct 21 15:58:54.603 INFO kablam! --> src/main.rs:75:17 Oct 21 15:58:54.603 INFO kablam! | Oct 21 15:58:54.603 INFO kablam! 75 | for n in 0..(zone.tail * PIXEL_SIZE) { Oct 21 15:58:54.603 INFO kablam! | ^ help: consider using `_n` instead Oct 21 15:58:54.603 INFO kablam! Oct 21 15:58:54.636 INFO kablam! warning: field is never used: `name` Oct 21 15:58:54.636 INFO kablam! --> src/main.rs:13:46 Oct 21 15:58:54.636 INFO kablam! | Oct 21 15:58:54.636 INFO kablam! 13 | struct Zone { head: u8, body: u8, tail: u8, name: String } Oct 21 15:58:54.636 INFO kablam! | ^^^^^^^^^^^^ Oct 21 15:58:54.636 INFO kablam! | Oct 21 15:58:54.636 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 15:58:54.636 INFO kablam! Oct 21 15:58:54.636 INFO kablam! warning: the feature `iter_arith` has been stable since 1.11.0 and no longer requires an attribute to enable Oct 21 15:58:54.636 INFO kablam! --> src/main.rs:1:12 Oct 21 15:58:54.636 INFO kablam! | Oct 21 15:58:54.636 INFO kablam! 1 | #![feature(iter_arith)] Oct 21 15:58:54.636 INFO kablam! | ^^^^^^^^^^ Oct 21 15:58:54.636 INFO kablam! | Oct 21 15:58:54.636 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 15:58:54.636 INFO kablam! Oct 21 15:58:54.636 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 15:58:54.636 INFO kablam! --> src/main.rs:89:13 Oct 21 15:58:54.636 INFO kablam! | Oct 21 15:58:54.636 INFO kablam! 89 | dmx_source.send(universe, &u); Oct 21 15:58:54.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:58:54.636 INFO kablam! | Oct 21 15:58:54.636 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 15:58:54.636 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 15:58:54.636 INFO kablam! Oct 21 15:58:54.636 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 15:58:54.636 INFO kablam! --> src/main.rs:99:5 Oct 21 15:58:54.636 INFO kablam! | Oct 21 15:58:54.636 INFO kablam! 99 | dmx_source.terminate_stream(1); Oct 21 15:58:54.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:58:54.636 INFO kablam! | Oct 21 15:58:54.636 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 15:58:54.636 INFO kablam! Oct 21 15:58:54.657 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.33s Oct 21 15:58:54.659 INFO kablam! su: No module specific data is present Oct 21 15:58:55.342 INFO running `"docker" "rm" "-f" "081eb44ce04fab68f0d2e156671ae86bf0d10359bac74eacd664fc187897f0f7"` Oct 21 15:58:55.652 INFO blam! 081eb44ce04fab68f0d2e156671ae86bf0d10359bac74eacd664fc187897f0f7