Oct 27 01:09:00.925 INFO checking makr17/lightsine against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 01:09:00.927 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 01:09:01.493 INFO blam! 7e7b3db186902dfffe31d0fec0242abc598c74314fdc338721e7310f9800521d Oct 27 01:09:01.495 INFO running `"docker" "start" "-a" "7e7b3db186902dfffe31d0fec0242abc598c74314fdc338721e7310f9800521d"` Oct 27 01:09:03.055 INFO kablam! usermod: no changes Oct 27 01:09:03.119 INFO kablam! Checking net2 v0.2.26 Oct 27 01:09:03.119 INFO kablam! Checking uuid v0.1.18 Oct 27 01:09:03.919 INFO kablam! Checking sacn v0.1.1 Oct 27 01:09:04.495 INFO kablam! Checking lightsine v0.1.0 (/source) Oct 27 01:09:05.059 INFO kablam! warning: unused import: `std::vec` Oct 27 01:09:05.059 INFO kablam! --> src/main.rs:7:5 Oct 27 01:09:05.059 INFO kablam! | Oct 27 01:09:05.059 INFO kablam! 7 | use std::vec; Oct 27 01:09:05.059 INFO kablam! | ^^^^^^^^ Oct 27 01:09:05.059 INFO kablam! | Oct 27 01:09:05.059 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 01:09:05.059 INFO kablam! Oct 27 01:09:05.096 INFO kablam! warning: unreachable statement Oct 27 01:09:05.096 INFO kablam! --> src/main.rs:99:5 Oct 27 01:09:05.097 INFO kablam! | Oct 27 01:09:05.097 INFO kablam! 99 | dmx_source.terminate_stream(1); Oct 27 01:09:05.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:09:05.098 INFO kablam! | Oct 27 01:09:05.098 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 27 01:09:05.098 INFO kablam! Oct 27 01:09:05.107 INFO kablam! warning: unused variable: `n` Oct 27 01:09:05.107 INFO kablam! --> src/main.rs:68:17 Oct 27 01:09:05.107 INFO kablam! | Oct 27 01:09:05.108 INFO kablam! 68 | for n in 0..(zone.head * PIXEL_SIZE) { Oct 27 01:09:05.108 INFO kablam! | ^ help: consider using `_n` instead Oct 27 01:09:05.108 INFO kablam! | Oct 27 01:09:05.109 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 01:09:05.109 INFO kablam! Oct 27 01:09:05.109 INFO kablam! warning: unused variable: `n` Oct 27 01:09:05.110 INFO kablam! --> src/main.rs:75:17 Oct 27 01:09:05.110 INFO kablam! | Oct 27 01:09:05.110 INFO kablam! 75 | for n in 0..(zone.tail * PIXEL_SIZE) { Oct 27 01:09:05.110 INFO kablam! | ^ help: consider using `_n` instead Oct 27 01:09:05.111 INFO kablam! Oct 27 01:09:05.114 INFO kablam! warning: field is never used: `name` Oct 27 01:09:05.115 INFO kablam! --> src/main.rs:13:46 Oct 27 01:09:05.115 INFO kablam! | Oct 27 01:09:05.115 INFO kablam! 13 | struct Zone { head: u8, body: u8, tail: u8, name: String } Oct 27 01:09:05.115 INFO kablam! | ^^^^^^^^^^^^ Oct 27 01:09:05.116 INFO kablam! | Oct 27 01:09:05.116 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 01:09:05.116 INFO kablam! Oct 27 01:09:05.128 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.129 INFO kablam! --> src/main.rs:1:12 Oct 27 01:09:05.129 INFO kablam! | Oct 27 01:09:05.129 INFO kablam! 1 | #![feature(iter_arith)] Oct 27 01:09:05.130 INFO kablam! | ^^^^^^^^^^ Oct 27 01:09:05.130 INFO kablam! | Oct 27 01:09:05.130 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 01:09:05.131 INFO kablam! Oct 27 01:09:05.131 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:09:05.131 INFO kablam! --> src/main.rs:89:13 Oct 27 01:09:05.131 INFO kablam! | Oct 27 01:09:05.132 INFO kablam! 89 | dmx_source.send(universe, &u); Oct 27 01:09:05.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:09:05.132 INFO kablam! | Oct 27 01:09:05.133 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 01:09:05.133 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:09:05.133 INFO kablam! Oct 27 01:09:05.133 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:09:05.134 INFO kablam! --> src/main.rs:99:5 Oct 27 01:09:05.134 INFO kablam! | Oct 27 01:09:05.134 INFO kablam! 99 | dmx_source.terminate_stream(1); Oct 27 01:09:05.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:09:05.135 INFO kablam! | Oct 27 01:09:05.135 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:09:05.135 INFO kablam! Oct 27 01:09:05.162 INFO kablam! warning: unused import: `std::vec` Oct 27 01:09:05.163 INFO kablam! --> src/main.rs:7:5 Oct 27 01:09:05.163 INFO kablam! | Oct 27 01:09:05.163 INFO kablam! 7 | use std::vec; Oct 27 01:09:05.164 INFO kablam! | ^^^^^^^^ Oct 27 01:09:05.164 INFO kablam! | Oct 27 01:09:05.164 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 01:09:05.165 INFO kablam! Oct 27 01:09:05.254 INFO kablam! warning: unreachable statement Oct 27 01:09:05.254 INFO kablam! --> src/main.rs:99:5 Oct 27 01:09:05.254 INFO kablam! | Oct 27 01:09:05.254 INFO kablam! 99 | dmx_source.terminate_stream(1); Oct 27 01:09:05.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:09:05.254 INFO kablam! | Oct 27 01:09:05.254 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 27 01:09:05.254 INFO kablam! Oct 27 01:09:05.267 INFO kablam! warning: unused variable: `n` Oct 27 01:09:05.267 INFO kablam! --> src/main.rs:68:17 Oct 27 01:09:05.267 INFO kablam! | Oct 27 01:09:05.268 INFO kablam! 68 | for n in 0..(zone.head * PIXEL_SIZE) { Oct 27 01:09:05.268 INFO kablam! | ^ help: consider using `_n` instead Oct 27 01:09:05.268 INFO kablam! | Oct 27 01:09:05.268 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 01:09:05.268 INFO kablam! Oct 27 01:09:05.269 INFO kablam! warning: unused variable: `n` Oct 27 01:09:05.269 INFO kablam! --> src/main.rs:75:17 Oct 27 01:09:05.269 INFO kablam! | Oct 27 01:09:05.269 INFO kablam! 75 | for n in 0..(zone.tail * PIXEL_SIZE) { Oct 27 01:09:05.269 INFO kablam! | ^ help: consider using `_n` instead Oct 27 01:09:05.270 INFO kablam! Oct 27 01:09:05.278 INFO kablam! warning: field is never used: `name` Oct 27 01:09:05.278 INFO kablam! --> src/main.rs:13:46 Oct 27 01:09:05.278 INFO kablam! | Oct 27 01:09:05.278 INFO kablam! 13 | struct Zone { head: u8, body: u8, tail: u8, name: String } Oct 27 01:09:05.278 INFO kablam! | ^^^^^^^^^^^^ Oct 27 01:09:05.278 INFO kablam! | Oct 27 01:09:05.278 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 01:09:05.278 INFO kablam! Oct 27 01:09:05.278 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.278 INFO kablam! --> src/main.rs:1:12 Oct 27 01:09:05.278 INFO kablam! | Oct 27 01:09:05.278 INFO kablam! 1 | #![feature(iter_arith)] Oct 27 01:09:05.278 INFO kablam! | ^^^^^^^^^^ Oct 27 01:09:05.278 INFO kablam! | Oct 27 01:09:05.278 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 01:09:05.278 INFO kablam! Oct 27 01:09:05.291 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:09:05.292 INFO kablam! --> src/main.rs:89:13 Oct 27 01:09:05.292 INFO kablam! | Oct 27 01:09:05.292 INFO kablam! 89 | dmx_source.send(universe, &u); Oct 27 01:09:05.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:09:05.293 INFO kablam! | Oct 27 01:09:05.293 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 01:09:05.294 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:09:05.294 INFO kablam! Oct 27 01:09:05.294 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:09:05.295 INFO kablam! --> src/main.rs:99:5 Oct 27 01:09:05.295 INFO kablam! | Oct 27 01:09:05.295 INFO kablam! 99 | dmx_source.terminate_stream(1); Oct 27 01:09:05.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:09:05.296 INFO kablam! | Oct 27 01:09:05.296 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:09:05.296 INFO kablam! Oct 27 01:09:05.332 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.26s Oct 27 01:09:05.343 INFO kablam! su: No module specific data is present Oct 27 01:09:05.851 INFO running `"docker" "rm" "-f" "7e7b3db186902dfffe31d0fec0242abc598c74314fdc338721e7310f9800521d"` Oct 27 01:09:06.181 INFO blam! 7e7b3db186902dfffe31d0fec0242abc598c74314fdc338721e7310f9800521d