Oct 21 16:03:42.579 INFO checking lukemckinstry/rust-ps2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 16:03:42.580 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16:03:42.928 INFO blam! c1c6165bca4ba396407ac80dc165f917f344779a30ea1ff1d4f31cbe94bc80dc Oct 21 16:03:42.940 INFO running `"docker" "start" "-a" "c1c6165bca4ba396407ac80dc165f917f344779a30ea1ff1d4f31cbe94bc80dc"` Oct 21 16:03:43.948 INFO kablam! usermod: no changes Oct 21 16:03:44.012 INFO kablam! Checking ps2 v0.0.1 (/source) Oct 21 16:03:44.436 INFO kablam! warning: unused imports: `FromRawFd`, `IntoRawFd` Oct 21 16:03:44.436 INFO kablam! --> src/main.rs:25:25 Oct 21 16:03:44.437 INFO kablam! | Oct 21 16:03:44.437 INFO kablam! 25 | use std::os::unix::io::{FromRawFd, IntoRawFd}; Oct 21 16:03:44.437 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^ Oct 21 16:03:44.438 INFO kablam! | Oct 21 16:03:44.438 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 16:03:44.438 INFO kablam! Oct 21 16:03:44.488 INFO kablam! warning: unused imports: `FromRawFd`, `IntoRawFd` Oct 21 16:03:44.489 INFO kablam! --> src/main.rs:25:25 Oct 21 16:03:44.489 INFO kablam! | Oct 21 16:03:44.489 INFO kablam! 25 | use std::os::unix::io::{FromRawFd, IntoRawFd}; Oct 21 16:03:44.489 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^ Oct 21 16:03:44.489 INFO kablam! | Oct 21 16:03:44.489 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 16:03:44.489 INFO kablam! Oct 21 16:03:44.529 INFO kablam! warning: unused variable: `i` Oct 21 16:03:44.529 INFO kablam! --> src/main.rs:137:18 Oct 21 16:03:44.529 INFO kablam! | Oct 21 16:03:44.529 INFO kablam! 137 | Some(i) => true, Oct 21 16:03:44.529 INFO kablam! | ^ help: consider using `_i` instead Oct 21 16:03:44.529 INFO kablam! | Oct 21 16:03:44.529 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 16:03:44.529 INFO kablam! Oct 21 16:03:44.529 INFO kablam! warning: unused variable: `last_pipe` Oct 21 16:03:44.529 INFO kablam! --> src/main.rs:154:13 Oct 21 16:03:44.529 INFO kablam! | Oct 21 16:03:44.529 INFO kablam! 154 | let last_pipe: bool; Oct 21 16:03:44.529 INFO kablam! | ^^^^^^^^^ help: consider using `_last_pipe` instead Oct 21 16:03:44.529 INFO kablam! Oct 21 16:03:44.529 INFO kablam! warning: unused variable: `file` Oct 21 16:03:44.529 INFO kablam! --> src/main.rs:232:13 Oct 21 16:03:44.529 INFO kablam! | Oct 21 16:03:44.529 INFO kablam! 232 | let file = File::create(logfile)?; Oct 21 16:03:44.529 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 21 16:03:44.529 INFO kablam! Oct 21 16:03:44.529 INFO kablam! warning: unused variable: `process` Oct 21 16:03:44.529 INFO kablam! --> src/main.rs:235:17 Oct 21 16:03:44.529 INFO kablam! | Oct 21 16:03:44.529 INFO kablam! 235 | let process = match Command::new(program) Oct 21 16:03:44.529 INFO kablam! | ^^^^^^^ help: consider using `_process` instead Oct 21 16:03:44.529 INFO kablam! Oct 21 16:03:44.570 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:03:44.570 INFO kablam! --> src/main.rs:141:9 Oct 21 16:03:44.570 INFO kablam! | Oct 21 16:03:44.570 INFO kablam! 141 | / match (argv.first(), index, p, argv.last()) { Oct 21 16:03:44.570 INFO kablam! 142 | | (_,_,true,_) => self.chomp( &argv[..]), Oct 21 16:03:44.570 INFO kablam! 143 | | (Some(&program), Some(logfile),_, Some(&"&")) => self.run_cmd_bkrg_pipe(program, &argv[1..], argv[logfile+1] ), Oct 21 16:03:44.570 INFO kablam! 144 | | (Some(&program), None,_, Some(&"&")) => self.run_cmd_background(program, &argv[1..]), Oct 21 16:03:44.570 INFO kablam! 145 | | (Some(&program),_,_, _) => self.run_cmd(program, &argv[1..]), Oct 21 16:03:44.570 INFO kablam! 146 | | _ => Ok(()), Oct 21 16:03:44.570 INFO kablam! 147 | | }; Oct 21 16:03:44.570 INFO kablam! | |__________^ Oct 21 16:03:44.570 INFO kablam! | Oct 21 16:03:44.571 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 16:03:44.571 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:03:44.571 INFO kablam! Oct 21 16:03:44.609 INFO kablam! warning: unused variable: `i` Oct 21 16:03:44.609 INFO kablam! --> src/main.rs:137:18 Oct 21 16:03:44.609 INFO kablam! | Oct 21 16:03:44.609 INFO kablam! 137 | Some(i) => true, Oct 21 16:03:44.609 INFO kablam! | ^ help: consider using `_i` instead Oct 21 16:03:44.609 INFO kablam! | Oct 21 16:03:44.609 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 16:03:44.609 INFO kablam! Oct 21 16:03:44.609 INFO kablam! warning: unused variable: `last_pipe` Oct 21 16:03:44.609 INFO kablam! --> src/main.rs:154:13 Oct 21 16:03:44.609 INFO kablam! | Oct 21 16:03:44.609 INFO kablam! 154 | let last_pipe: bool; Oct 21 16:03:44.609 INFO kablam! | ^^^^^^^^^ help: consider using `_last_pipe` instead Oct 21 16:03:44.609 INFO kablam! Oct 21 16:03:44.609 INFO kablam! warning: unused variable: `file` Oct 21 16:03:44.609 INFO kablam! --> src/main.rs:232:13 Oct 21 16:03:44.609 INFO kablam! | Oct 21 16:03:44.609 INFO kablam! 232 | let file = File::create(logfile)?; Oct 21 16:03:44.609 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 21 16:03:44.609 INFO kablam! Oct 21 16:03:44.609 INFO kablam! warning: unused variable: `process` Oct 21 16:03:44.609 INFO kablam! --> src/main.rs:235:17 Oct 21 16:03:44.609 INFO kablam! | Oct 21 16:03:44.609 INFO kablam! 235 | let process = match Command::new(program) Oct 21 16:03:44.609 INFO kablam! | ^^^^^^^ help: consider using `_process` instead Oct 21 16:03:44.609 INFO kablam! Oct 21 16:03:44.640 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:03:44.640 INFO kablam! --> src/main.rs:141:9 Oct 21 16:03:44.640 INFO kablam! | Oct 21 16:03:44.640 INFO kablam! 141 | / match (argv.first(), index, p, argv.last()) { Oct 21 16:03:44.640 INFO kablam! 142 | | (_,_,true,_) => self.chomp( &argv[..]), Oct 21 16:03:44.640 INFO kablam! 143 | | (Some(&program), Some(logfile),_, Some(&"&")) => self.run_cmd_bkrg_pipe(program, &argv[1..], argv[logfile+1] ), Oct 21 16:03:44.640 INFO kablam! 144 | | (Some(&program), None,_, Some(&"&")) => self.run_cmd_background(program, &argv[1..]), Oct 21 16:03:44.640 INFO kablam! 145 | | (Some(&program),_,_, _) => self.run_cmd(program, &argv[1..]), Oct 21 16:03:44.640 INFO kablam! 146 | | _ => Ok(()), Oct 21 16:03:44.640 INFO kablam! 147 | | }; Oct 21 16:03:44.640 INFO kablam! | |__________^ Oct 21 16:03:44.640 INFO kablam! | Oct 21 16:03:44.640 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 16:03:44.640 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:03:44.640 INFO kablam! Oct 21 16:03:44.664 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.69s Oct 21 16:03:44.664 INFO kablam! su: No module specific data is present Oct 21 16:03:45.002 INFO running `"docker" "rm" "-f" "c1c6165bca4ba396407ac80dc165f917f344779a30ea1ff1d4f31cbe94bc80dc"` Oct 21 16:03:45.220 INFO blam! c1c6165bca4ba396407ac80dc165f917f344779a30ea1ff1d4f31cbe94bc80dc