Oct 14 12:59:51.389 INFO testing lukemckinstry/rust-ps2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 12:59:51.390 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 12:59:51.829 INFO blam! 354fb844d9ad560c49821b48aab0c2d84174703736555e23bb74e592f704eea2 Oct 14 12:59:51.835 INFO running `"docker" "start" "-a" "354fb844d9ad560c49821b48aab0c2d84174703736555e23bb74e592f704eea2"` Oct 14 12:59:53.582 INFO kablam! usermod: no changes Oct 14 12:59:53.639 INFO kablam! Compiling ps2 v0.0.1 (/source) Oct 14 12:59:53.835 INFO kablam! warning: unused imports: `FromRawFd`, `IntoRawFd` Oct 14 12:59:53.835 INFO kablam! --> src/main.rs:25:25 Oct 14 12:59:53.835 INFO kablam! | Oct 14 12:59:53.835 INFO kablam! 25 | use std::os::unix::io::{FromRawFd, IntoRawFd}; Oct 14 12:59:53.835 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^ Oct 14 12:59:53.835 INFO kablam! | Oct 14 12:59:53.835 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 12:59:53.835 INFO kablam! Oct 14 12:59:53.991 INFO kablam! warning: unused variable: `i` Oct 14 12:59:53.991 INFO kablam! --> src/main.rs:137:18 Oct 14 12:59:53.991 INFO kablam! | Oct 14 12:59:53.992 INFO kablam! 137 | Some(i) => true, Oct 14 12:59:53.993 INFO kablam! | ^ help: consider using `_i` instead Oct 14 12:59:53.993 INFO kablam! | Oct 14 12:59:53.993 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 12:59:53.993 INFO kablam! Oct 14 12:59:53.993 INFO kablam! warning: unused variable: `last_pipe` Oct 14 12:59:53.994 INFO kablam! --> src/main.rs:154:13 Oct 14 12:59:53.994 INFO kablam! | Oct 14 12:59:53.994 INFO kablam! 154 | let last_pipe: bool; Oct 14 12:59:53.994 INFO kablam! | ^^^^^^^^^ help: consider using `_last_pipe` instead Oct 14 12:59:53.994 INFO kablam! Oct 14 12:59:53.994 INFO kablam! warning: unused variable: `file` Oct 14 12:59:53.995 INFO kablam! --> src/main.rs:232:13 Oct 14 12:59:53.995 INFO kablam! | Oct 14 12:59:53.995 INFO kablam! 232 | let file = File::create(logfile)?; Oct 14 12:59:53.995 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 14 12:59:53.995 INFO kablam! Oct 14 12:59:53.995 INFO kablam! warning: unused variable: `process` Oct 14 12:59:53.995 INFO kablam! --> src/main.rs:235:17 Oct 14 12:59:53.995 INFO kablam! | Oct 14 12:59:53.995 INFO kablam! 235 | let process = match Command::new(program) Oct 14 12:59:53.995 INFO kablam! | ^^^^^^^ help: consider using `_process` instead Oct 14 12:59:53.995 INFO kablam! Oct 14 12:59:54.028 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:59:54.028 INFO kablam! --> src/main.rs:141:9 Oct 14 12:59:54.028 INFO kablam! | Oct 14 12:59:54.028 INFO kablam! 141 | / match (argv.first(), index, p, argv.last()) { Oct 14 12:59:54.028 INFO kablam! 142 | | (_,_,true,_) => self.chomp( &argv[..]), Oct 14 12:59:54.028 INFO kablam! 143 | | (Some(&program), Some(logfile),_, Some(&"&")) => self.run_cmd_bkrg_pipe(program, &argv[1..], argv[logfile+1] ), Oct 14 12:59:54.028 INFO kablam! 144 | | (Some(&program), None,_, Some(&"&")) => self.run_cmd_background(program, &argv[1..]), Oct 14 12:59:54.028 INFO kablam! 145 | | (Some(&program),_,_, _) => self.run_cmd(program, &argv[1..]), Oct 14 12:59:54.028 INFO kablam! 146 | | _ => Ok(()), Oct 14 12:59:54.028 INFO kablam! 147 | | }; Oct 14 12:59:54.028 INFO kablam! | |__________^ Oct 14 12:59:54.028 INFO kablam! | Oct 14 12:59:54.028 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 12:59:54.028 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:59:54.028 INFO kablam! Oct 14 12:59:55.529 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.92s Oct 14 12:59:55.532 INFO kablam! su: No module specific data is present Oct 14 12:59:56.403 INFO running `"docker" "rm" "-f" "354fb844d9ad560c49821b48aab0c2d84174703736555e23bb74e592f704eea2"` Oct 14 12:59:56.855 INFO blam! 354fb844d9ad560c49821b48aab0c2d84174703736555e23bb74e592f704eea2 Oct 14 12:59:56.860 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 14 12:59:57.255 INFO blam! 1af83977e5e19c8586785bb4f7c78438ba57b4d5a50d87998c19601b904e5298 Oct 14 12:59:57.263 INFO running `"docker" "start" "-a" "1af83977e5e19c8586785bb4f7c78438ba57b4d5a50d87998c19601b904e5298"` Oct 14 12:59:58.457 INFO kablam! usermod: no changes Oct 14 12:59:58.519 INFO kablam! Compiling ps2 v0.0.1 (/source) Oct 14 12:59:58.771 INFO kablam! warning: unused imports: `FromRawFd`, `IntoRawFd` Oct 14 12:59:58.771 INFO kablam! --> src/main.rs:25:25 Oct 14 12:59:58.771 INFO kablam! | Oct 14 12:59:58.771 INFO kablam! 25 | use std::os::unix::io::{FromRawFd, IntoRawFd}; Oct 14 12:59:58.771 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^ Oct 14 12:59:58.771 INFO kablam! | Oct 14 12:59:58.771 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 12:59:58.771 INFO kablam! Oct 14 12:59:58.931 INFO kablam! warning: unused variable: `i` Oct 14 12:59:58.931 INFO kablam! --> src/main.rs:137:18 Oct 14 12:59:58.931 INFO kablam! | Oct 14 12:59:58.931 INFO kablam! 137 | Some(i) => true, Oct 14 12:59:58.931 INFO kablam! | ^ help: consider using `_i` instead Oct 14 12:59:58.931 INFO kablam! | Oct 14 12:59:58.931 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 12:59:58.931 INFO kablam! Oct 14 12:59:58.931 INFO kablam! warning: unused variable: `last_pipe` Oct 14 12:59:58.931 INFO kablam! --> src/main.rs:154:13 Oct 14 12:59:58.931 INFO kablam! | Oct 14 12:59:58.931 INFO kablam! 154 | let last_pipe: bool; Oct 14 12:59:58.931 INFO kablam! | ^^^^^^^^^ help: consider using `_last_pipe` instead Oct 14 12:59:58.931 INFO kablam! Oct 14 12:59:58.931 INFO kablam! warning: unused variable: `file` Oct 14 12:59:58.931 INFO kablam! --> src/main.rs:232:13 Oct 14 12:59:58.931 INFO kablam! | Oct 14 12:59:58.931 INFO kablam! 232 | let file = File::create(logfile)?; Oct 14 12:59:58.931 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 14 12:59:58.931 INFO kablam! Oct 14 12:59:58.931 INFO kablam! warning: unused variable: `process` Oct 14 12:59:58.931 INFO kablam! --> src/main.rs:235:17 Oct 14 12:59:58.931 INFO kablam! | Oct 14 12:59:58.931 INFO kablam! 235 | let process = match Command::new(program) Oct 14 12:59:58.931 INFO kablam! | ^^^^^^^ help: consider using `_process` instead Oct 14 12:59:58.931 INFO kablam! Oct 14 12:59:58.957 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:59:58.957 INFO kablam! --> src/main.rs:141:9 Oct 14 12:59:58.957 INFO kablam! | Oct 14 12:59:58.957 INFO kablam! 141 | / match (argv.first(), index, p, argv.last()) { Oct 14 12:59:58.957 INFO kablam! 142 | | (_,_,true,_) => self.chomp( &argv[..]), Oct 14 12:59:58.957 INFO kablam! 143 | | (Some(&program), Some(logfile),_, Some(&"&")) => self.run_cmd_bkrg_pipe(program, &argv[1..], argv[logfile+1] ), Oct 14 12:59:58.957 INFO kablam! 144 | | (Some(&program), None,_, Some(&"&")) => self.run_cmd_background(program, &argv[1..]), Oct 14 12:59:58.957 INFO kablam! 145 | | (Some(&program),_,_, _) => self.run_cmd(program, &argv[1..]), Oct 14 12:59:58.957 INFO kablam! 146 | | _ => Ok(()), Oct 14 12:59:58.957 INFO kablam! 147 | | }; Oct 14 12:59:58.957 INFO kablam! | |__________^ Oct 14 12:59:58.957 INFO kablam! | Oct 14 12:59:58.957 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 12:59:58.957 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:59:58.957 INFO kablam! Oct 14 12:59:59.378 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.89s Oct 14 12:59:59.380 INFO kablam! su: No module specific data is present Oct 14 13:00:00.103 INFO running `"docker" "rm" "-f" "1af83977e5e19c8586785bb4f7c78438ba57b4d5a50d87998c19601b904e5298"` Oct 14 13:00:00.403 INFO blam! 1af83977e5e19c8586785bb4f7c78438ba57b4d5a50d87998c19601b904e5298 Oct 14 13:00:00.427 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 14 13:00:00.923 INFO blam! 3dfa146fde2dc71c22e93f8efd4ac2472fa1f4cd86f8cdb197180c2b0738fd59 Oct 14 13:00:00.926 INFO running `"docker" "start" "-a" "3dfa146fde2dc71c22e93f8efd4ac2472fa1f4cd86f8cdb197180c2b0738fd59"` Oct 14 13:00:01.843 INFO kablam! usermod: no changes Oct 14 13:00:01.886 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 13:00:01.887 INFO kablam! Running /target/debug/deps/ps2-e991d8a391d71f37 Oct 14 13:00:01.896 INFO blam! Oct 14 13:00:01.896 INFO blam! running 0 tests Oct 14 13:00:01.897 INFO blam! Oct 14 13:00:01.897 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:00:01.897 INFO blam! Oct 14 13:00:01.898 INFO kablam! su: No module specific data is present Oct 14 13:00:02.609 INFO running `"docker" "rm" "-f" "3dfa146fde2dc71c22e93f8efd4ac2472fa1f4cd86f8cdb197180c2b0738fd59"` Oct 14 13:00:02.841 INFO blam! 3dfa146fde2dc71c22e93f8efd4ac2472fa1f4cd86f8cdb197180c2b0738fd59