Oct 27 09:18:39.211 INFO checking UgnilJoZ/rust-pv against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 09:18:39.212 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 09:18:39.638 INFO blam! 0cbb41730d7678f68a09cb27dfd43edc089be872fc3c5ebae42e471ee08ef0c6 Oct 27 09:18:39.641 INFO running `"docker" "start" "-a" "0cbb41730d7678f68a09cb27dfd43edc089be872fc3c5ebae42e471ee08ef0c6"` Oct 27 09:18:40.583 INFO kablam! usermod: no changes Oct 27 09:18:40.612 INFO kablam! Checking pv v0.3.0 (/source) Oct 27 09:18:41.013 INFO kablam! warning: unused import: `Stdio` Oct 27 09:18:41.013 INFO kablam! --> src/main.rs:8:28 Oct 27 09:18:41.013 INFO kablam! | Oct 27 09:18:41.013 INFO kablam! 8 | use std::process::{Command,Stdio,exit}; Oct 27 09:18:41.013 INFO kablam! | ^^^^^ Oct 27 09:18:41.013 INFO kablam! | Oct 27 09:18:41.013 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 09:18:41.013 INFO kablam! Oct 27 09:18:41.013 INFO kablam! warning: unused import: `fs` Oct 27 09:18:41.013 INFO kablam! --> src/main.rs:10:31 Oct 27 09:18:41.013 INFO kablam! | Oct 27 09:18:41.013 INFO kablam! 10 | use std::{thread,time,cmp,env,fs}; Oct 27 09:18:41.013 INFO kablam! | ^^ Oct 27 09:18:41.013 INFO kablam! Oct 27 09:18:41.111 INFO kablam! warning: unused import: `Stdio` Oct 27 09:18:41.111 INFO kablam! --> src/main.rs:8:28 Oct 27 09:18:41.111 INFO kablam! | Oct 27 09:18:41.111 INFO kablam! 8 | use std::process::{Command,Stdio,exit}; Oct 27 09:18:41.111 INFO kablam! | ^^^^^ Oct 27 09:18:41.111 INFO kablam! | Oct 27 09:18:41.111 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 09:18:41.111 INFO kablam! Oct 27 09:18:41.111 INFO kablam! warning: unused import: `fs` Oct 27 09:18:41.111 INFO kablam! --> src/main.rs:10:31 Oct 27 09:18:41.111 INFO kablam! | Oct 27 09:18:41.111 INFO kablam! 10 | use std::{thread,time,cmp,env,fs}; Oct 27 09:18:41.111 INFO kablam! | ^^ Oct 27 09:18:41.111 INFO kablam! Oct 27 09:18:41.149 INFO kablam! warning: unused variable: `size` Oct 27 09:18:41.149 INFO kablam! --> src/main.rs:68:48 Oct 27 09:18:41.149 INFO kablam! | Oct 27 09:18:41.149 INFO kablam! 68 | fn read_bytes(file: &mut R, size: usize, output: &mut W, ref bytes_read: &std::sync::Arc>, end_of_file: Arc>) { Oct 27 09:18:41.149 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 27 09:18:41.149 INFO kablam! | Oct 27 09:18:41.149 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:18:41.149 INFO kablam! Oct 27 09:18:41.149 INFO kablam! warning: unused variable: `size` Oct 27 09:18:41.149 INFO kablam! --> src/main.rs:76:51 Oct 27 09:18:41.149 INFO kablam! | Oct 27 09:18:41.149 INFO kablam! 76 | fn read_lines(file: &mut R, size: usize, output: &mut W, ref bytes_read: &std::sync::Arc>, end_of_file: Arc>) { Oct 27 09:18:41.149 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 27 09:18:41.149 INFO kablam! Oct 27 09:18:41.149 INFO kablam! warning: unused variable: `prog` Oct 27 09:18:41.149 INFO kablam! --> src/main.rs:88:6 Oct 27 09:18:41.149 INFO kablam! | Oct 27 09:18:41.149 INFO kablam! 88 | let prog = args[0].clone(); Oct 27 09:18:41.149 INFO kablam! | ^^^^ help: consider using `_prog` instead Oct 27 09:18:41.149 INFO kablam! Oct 27 09:18:41.149 INFO kablam! warning: variable does not need to be mutable Oct 27 09:18:41.149 INFO kablam! --> src/main.rs:142:7 Oct 27 09:18:41.149 INFO kablam! | Oct 27 09:18:41.149 INFO kablam! 142 | let mut file = File::open(filename).unwrap(); Oct 27 09:18:41.149 INFO kablam! | ----^^^^ Oct 27 09:18:41.149 INFO kablam! | | Oct 27 09:18:41.149 INFO kablam! | help: remove this `mut` Oct 27 09:18:41.149 INFO kablam! | Oct 27 09:18:41.149 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 09:18:41.149 INFO kablam! Oct 27 09:18:41.149 INFO kablam! warning: variable does not need to be mutable Oct 27 09:18:41.149 INFO kablam! --> src/main.rs:149:7 Oct 27 09:18:41.149 INFO kablam! | Oct 27 09:18:41.149 INFO kablam! 149 | let mut file = io::stdin(); Oct 27 09:18:41.149 INFO kablam! | ----^^^^ Oct 27 09:18:41.149 INFO kablam! | | Oct 27 09:18:41.149 INFO kablam! | help: remove this `mut` Oct 27 09:18:41.149 INFO kablam! Oct 27 09:18:41.149 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 09:18:41.149 INFO kablam! --> src/main.rs:36:2 Oct 27 09:18:41.149 INFO kablam! | Oct 27 09:18:41.149 INFO kablam! 36 | io::stderr().write(sequence.as_slice()); Oct 27 09:18:41.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:18:41.149 INFO kablam! | Oct 27 09:18:41.149 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 09:18:41.149 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 09:18:41.149 INFO kablam! Oct 27 09:18:41.149 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 09:18:41.149 INFO kablam! --> src/main.rs:37:2 Oct 27 09:18:41.149 INFO kablam! | Oct 27 09:18:41.149 INFO kablam! 37 | io::stderr().flush(); Oct 27 09:18:41.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:18:41.149 INFO kablam! | Oct 27 09:18:41.149 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 09:18:41.149 INFO kablam! Oct 27 09:18:41.149 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 09:18:41.149 INFO kablam! --> src/main.rs:43:2 Oct 27 09:18:41.149 INFO kablam! | Oct 27 09:18:41.149 INFO kablam! 43 | io::stderr().write(sequence.as_slice()); Oct 27 09:18:41.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:18:41.150 INFO kablam! | Oct 27 09:18:41.150 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 09:18:41.150 INFO kablam! Oct 27 09:18:41.150 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 09:18:41.150 INFO kablam! --> src/main.rs:44:2 Oct 27 09:18:41.150 INFO kablam! | Oct 27 09:18:41.150 INFO kablam! 44 | io::stderr().flush(); Oct 27 09:18:41.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:18:41.150 INFO kablam! | Oct 27 09:18:41.150 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 09:18:41.150 INFO kablam! Oct 27 09:18:41.187 INFO kablam! warning: unused variable: `size` Oct 27 09:18:41.187 INFO kablam! --> src/main.rs:68:48 Oct 27 09:18:41.187 INFO kablam! | Oct 27 09:18:41.187 INFO kablam! 68 | fn read_bytes(file: &mut R, size: usize, output: &mut W, ref bytes_read: &std::sync::Arc>, end_of_file: Arc>) { Oct 27 09:18:41.187 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 27 09:18:41.187 INFO kablam! | Oct 27 09:18:41.187 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:18:41.187 INFO kablam! Oct 27 09:18:41.187 INFO kablam! warning: unused variable: `size` Oct 27 09:18:41.187 INFO kablam! --> src/main.rs:76:51 Oct 27 09:18:41.187 INFO kablam! | Oct 27 09:18:41.187 INFO kablam! 76 | fn read_lines(file: &mut R, size: usize, output: &mut W, ref bytes_read: &std::sync::Arc>, end_of_file: Arc>) { Oct 27 09:18:41.187 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 27 09:18:41.187 INFO kablam! Oct 27 09:18:41.187 INFO kablam! warning: unused variable: `prog` Oct 27 09:18:41.187 INFO kablam! --> src/main.rs:88:6 Oct 27 09:18:41.187 INFO kablam! | Oct 27 09:18:41.187 INFO kablam! 88 | let prog = args[0].clone(); Oct 27 09:18:41.187 INFO kablam! | ^^^^ help: consider using `_prog` instead Oct 27 09:18:41.187 INFO kablam! Oct 27 09:18:41.208 INFO kablam! warning: variable does not need to be mutable Oct 27 09:18:41.208 INFO kablam! --> src/main.rs:142:7 Oct 27 09:18:41.208 INFO kablam! | Oct 27 09:18:41.208 INFO kablam! 142 | let mut file = File::open(filename).unwrap(); Oct 27 09:18:41.208 INFO kablam! | ----^^^^ Oct 27 09:18:41.208 INFO kablam! | | Oct 27 09:18:41.209 INFO kablam! | help: remove this `mut` Oct 27 09:18:41.209 INFO kablam! | Oct 27 09:18:41.209 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 09:18:41.209 INFO kablam! Oct 27 09:18:41.209 INFO kablam! warning: variable does not need to be mutable Oct 27 09:18:41.209 INFO kablam! --> src/main.rs:149:7 Oct 27 09:18:41.209 INFO kablam! | Oct 27 09:18:41.209 INFO kablam! 149 | let mut file = io::stdin(); Oct 27 09:18:41.209 INFO kablam! | ----^^^^ Oct 27 09:18:41.209 INFO kablam! | | Oct 27 09:18:41.209 INFO kablam! | help: remove this `mut` Oct 27 09:18:41.209 INFO kablam! Oct 27 09:18:41.210 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 09:18:41.210 INFO kablam! --> src/main.rs:36:2 Oct 27 09:18:41.210 INFO kablam! | Oct 27 09:18:41.210 INFO kablam! 36 | io::stderr().write(sequence.as_slice()); Oct 27 09:18:41.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:18:41.210 INFO kablam! | Oct 27 09:18:41.210 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 09:18:41.210 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 09:18:41.210 INFO kablam! Oct 27 09:18:41.210 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 09:18:41.210 INFO kablam! --> src/main.rs:37:2 Oct 27 09:18:41.210 INFO kablam! | Oct 27 09:18:41.210 INFO kablam! 37 | io::stderr().flush(); Oct 27 09:18:41.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:18:41.210 INFO kablam! | Oct 27 09:18:41.210 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 09:18:41.210 INFO kablam! Oct 27 09:18:41.210 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 09:18:41.210 INFO kablam! --> src/main.rs:43:2 Oct 27 09:18:41.210 INFO kablam! | Oct 27 09:18:41.210 INFO kablam! 43 | io::stderr().write(sequence.as_slice()); Oct 27 09:18:41.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:18:41.210 INFO kablam! | Oct 27 09:18:41.210 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 09:18:41.210 INFO kablam! Oct 27 09:18:41.210 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 09:18:41.210 INFO kablam! --> src/main.rs:44:2 Oct 27 09:18:41.210 INFO kablam! | Oct 27 09:18:41.210 INFO kablam! 44 | io::stderr().flush(); Oct 27 09:18:41.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:18:41.210 INFO kablam! | Oct 27 09:18:41.210 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 09:18:41.210 INFO kablam! Oct 27 09:18:41.243 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.64s Oct 27 09:18:41.245 INFO kablam! su: No module specific data is present Oct 27 09:18:41.819 INFO running `"docker" "rm" "-f" "0cbb41730d7678f68a09cb27dfd43edc089be872fc3c5ebae42e471ee08ef0c6"` Oct 27 09:18:42.148 INFO blam! 0cbb41730d7678f68a09cb27dfd43edc089be872fc3c5ebae42e471ee08ef0c6