Oct 27 09:47:49.346 INFO checking SamYaple/waterrower-rs against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 09:47:49.366 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 09:47:49.843 INFO blam! 9183df5c0d653afa17acefd150272eafe093886d79ded582977f86ec9de0f13f Oct 27 09:47:49.851 INFO running `"docker" "start" "-a" "9183df5c0d653afa17acefd150272eafe093886d79ded582977f86ec9de0f13f"` Oct 27 09:47:50.931 INFO kablam! usermod: no changes Oct 27 09:47:51.036 INFO kablam! Checking ioctl-rs v0.1.5 Oct 27 09:47:51.036 INFO kablam! Checking termios v0.2.2 Oct 27 09:47:51.058 INFO kablam! Checking nix v0.7.0 Oct 27 09:47:52.507 INFO kablam! Checking serial v0.3.4 Oct 27 09:47:55.627 INFO kablam! Checking waterrower v0.1.0 (/source) Oct 27 09:47:56.867 INFO kablam! warning: unused import: `std::str` Oct 27 09:47:56.867 INFO kablam! --> src/main.rs:11:5 Oct 27 09:47:56.867 INFO kablam! | Oct 27 09:47:56.867 INFO kablam! 11 | use std::str; Oct 27 09:47:56.867 INFO kablam! | ^^^^^^^^ Oct 27 09:47:56.867 INFO kablam! | Oct 27 09:47:56.867 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 09:47:56.867 INFO kablam! Oct 27 09:47:56.911 INFO kablam! warning: unused variable: `serialtx` Oct 27 09:47:56.911 INFO kablam! --> src/main.rs:33:10 Oct 27 09:47:56.911 INFO kablam! | Oct 27 09:47:56.911 INFO kablam! 33 | let (serialtx, serialrx) = mpsc::channel(); Oct 27 09:47:56.911 INFO kablam! | ^^^^^^^^ help: consider using `_serialtx` instead Oct 27 09:47:56.911 INFO kablam! | Oct 27 09:47:56.911 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:47:56.911 INFO kablam! Oct 27 09:47:56.934 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 09:47:56.934 INFO kablam! --> src/main.rs:27:14 Oct 27 09:47:56.934 INFO kablam! | Oct 27 09:47:56.934 INFO kablam! 27 | unsafe { signal::sigaction(signal::SIGINT, &sig_action); } Oct 27 09:47:56.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:47:56.934 INFO kablam! | Oct 27 09:47:56.934 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 09:47:56.934 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 09:47:56.934 INFO kablam! Oct 27 09:47:56.934 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 09:47:56.934 INFO kablam! --> src/main.rs:28:14 Oct 27 09:47:56.934 INFO kablam! | Oct 27 09:47:56.934 INFO kablam! 28 | unsafe { signal::sigaction(signal::SIGTERM, &sig_action); } Oct 27 09:47:56.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:47:56.934 INFO kablam! | Oct 27 09:47:56.934 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 09:47:56.934 INFO kablam! Oct 27 09:47:57.015 INFO kablam! warning: unused import: `std::str` Oct 27 09:47:57.015 INFO kablam! --> src/main.rs:11:5 Oct 27 09:47:57.015 INFO kablam! | Oct 27 09:47:57.015 INFO kablam! 11 | use std::str; Oct 27 09:47:57.015 INFO kablam! | ^^^^^^^^ Oct 27 09:47:57.015 INFO kablam! | Oct 27 09:47:57.015 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 09:47:57.015 INFO kablam! Oct 27 09:47:57.084 INFO kablam! warning: unused variable: `serialtx` Oct 27 09:47:57.084 INFO kablam! --> src/main.rs:33:10 Oct 27 09:47:57.084 INFO kablam! | Oct 27 09:47:57.084 INFO kablam! 33 | let (serialtx, serialrx) = mpsc::channel(); Oct 27 09:47:57.084 INFO kablam! | ^^^^^^^^ help: consider using `_serialtx` instead Oct 27 09:47:57.084 INFO kablam! | Oct 27 09:47:57.084 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:47:57.084 INFO kablam! Oct 27 09:47:57.123 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 09:47:57.123 INFO kablam! --> src/main.rs:27:14 Oct 27 09:47:57.123 INFO kablam! | Oct 27 09:47:57.123 INFO kablam! 27 | unsafe { signal::sigaction(signal::SIGINT, &sig_action); } Oct 27 09:47:57.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:47:57.123 INFO kablam! | Oct 27 09:47:57.123 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 09:47:57.123 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 09:47:57.123 INFO kablam! Oct 27 09:47:57.123 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 09:47:57.123 INFO kablam! --> src/main.rs:28:14 Oct 27 09:47:57.123 INFO kablam! | Oct 27 09:47:57.123 INFO kablam! 28 | unsafe { signal::sigaction(signal::SIGTERM, &sig_action); } Oct 27 09:47:57.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:47:57.123 INFO kablam! | Oct 27 09:47:57.123 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 09:47:57.123 INFO kablam! Oct 27 09:47:57.161 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.20s Oct 27 09:47:57.164 INFO kablam! su: No module specific data is present Oct 27 09:47:57.761 INFO running `"docker" "rm" "-f" "9183df5c0d653afa17acefd150272eafe093886d79ded582977f86ec9de0f13f"` Oct 27 09:47:58.055 INFO blam! 9183df5c0d653afa17acefd150272eafe093886d79ded582977f86ec9de0f13f