Oct 15 02:11:36.254 INFO testing bon-chi/rust_who against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 02:11:36.256 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 02:11:36.627 INFO blam! 52ef0b2cb8f51cebd9e0fc7326229eac1d550ace2b8870142548625323fbfad6 Oct 15 02:11:36.635 INFO running `"docker" "start" "-a" "52ef0b2cb8f51cebd9e0fc7326229eac1d550ace2b8870142548625323fbfad6"` Oct 15 02:11:37.637 INFO kablam! usermod: no changes Oct 15 02:11:37.684 INFO kablam! Compiling rust_who v0.1.0 (/source) Oct 15 02:11:37.979 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 02:11:37.979 INFO kablam! --> src/main.rs:82:30 Oct 15 02:11:37.979 INFO kablam! | Oct 15 02:11:37.979 INFO kablam! 82 | String::from_utf8((utmp_struct.ut_user.iter().map(|&x| x as u8).collect())).unwrap()); Oct 15 02:11:37.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 02:11:37.980 INFO kablam! | Oct 15 02:11:37.980 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 02:11:37.980 INFO kablam! Oct 15 02:11:37.981 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 02:11:37.981 INFO kablam! --> src/main.rs:84:30 Oct 15 02:11:37.982 INFO kablam! | Oct 15 02:11:37.982 INFO kablam! 84 | String::from_utf8((utmp_struct.ut_line.iter().map(|&x| x as u8).collect())).unwrap()); Oct 15 02:11:37.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 02:11:37.983 INFO kablam! Oct 15 02:11:37.983 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 02:11:37.983 INFO kablam! --> src/main.rs:87:30 Oct 15 02:11:37.984 INFO kablam! | Oct 15 02:11:37.984 INFO kablam! 87 | String::from_utf8((utmp_struct.ut_host.iter().map(|&x| x as u8).collect())).unwrap()); Oct 15 02:11:37.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 02:11:37.984 INFO kablam! Oct 15 02:11:38.556 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.90s Oct 15 02:11:38.559 INFO kablam! su: No module specific data is present Oct 15 02:11:38.981 INFO running `"docker" "rm" "-f" "52ef0b2cb8f51cebd9e0fc7326229eac1d550ace2b8870142548625323fbfad6"` Oct 15 02:11:39.311 INFO blam! 52ef0b2cb8f51cebd9e0fc7326229eac1d550ace2b8870142548625323fbfad6 Oct 15 02:11:39.317 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 02:11:39.694 INFO blam! 2c094e24ea345715fad1fc9779fbf33a4d35de003ac5e54d590934e9816483cd Oct 15 02:11:39.695 INFO running `"docker" "start" "-a" "2c094e24ea345715fad1fc9779fbf33a4d35de003ac5e54d590934e9816483cd"` Oct 15 02:11:40.424 INFO kablam! usermod: no changes Oct 15 02:11:40.449 INFO kablam! Compiling rust_who v0.1.0 (/source) Oct 15 02:11:40.758 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 02:11:40.758 INFO kablam! --> src/main.rs:82:30 Oct 15 02:11:40.758 INFO kablam! | Oct 15 02:11:40.758 INFO kablam! 82 | String::from_utf8((utmp_struct.ut_user.iter().map(|&x| x as u8).collect())).unwrap()); Oct 15 02:11:40.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 02:11:40.758 INFO kablam! | Oct 15 02:11:40.758 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 02:11:40.758 INFO kablam! Oct 15 02:11:40.760 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 02:11:40.760 INFO kablam! --> src/main.rs:84:30 Oct 15 02:11:40.760 INFO kablam! | Oct 15 02:11:40.760 INFO kablam! 84 | String::from_utf8((utmp_struct.ut_line.iter().map(|&x| x as u8).collect())).unwrap()); Oct 15 02:11:40.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 02:11:40.760 INFO kablam! Oct 15 02:11:40.760 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 02:11:40.760 INFO kablam! --> src/main.rs:87:30 Oct 15 02:11:40.760 INFO kablam! | Oct 15 02:11:40.760 INFO kablam! 87 | String::from_utf8((utmp_struct.ut_host.iter().map(|&x| x as u8).collect())).unwrap()); Oct 15 02:11:40.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 02:11:40.760 INFO kablam! Oct 15 02:11:41.170 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.73s Oct 15 02:11:41.173 INFO kablam! su: No module specific data is present Oct 15 02:11:41.495 INFO running `"docker" "rm" "-f" "2c094e24ea345715fad1fc9779fbf33a4d35de003ac5e54d590934e9816483cd"` Oct 15 02:11:41.619 INFO blam! 2c094e24ea345715fad1fc9779fbf33a4d35de003ac5e54d590934e9816483cd Oct 15 02:11:41.621 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 02:11:41.820 INFO blam! 2a0a9d4417e57b0173aba9ea621802ae576643b542419c613bd977a9cff28169 Oct 15 02:11:41.822 INFO running `"docker" "start" "-a" "2a0a9d4417e57b0173aba9ea621802ae576643b542419c613bd977a9cff28169"` Oct 15 02:11:42.187 INFO kablam! usermod: no changes Oct 15 02:11:42.211 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 02:11:42.211 INFO kablam! Running /target/debug/deps/rust_who-d6a88023e4ef6c22 Oct 15 02:11:42.213 INFO blam! Oct 15 02:11:42.213 INFO blam! running 0 tests Oct 15 02:11:42.213 INFO blam! Oct 15 02:11:42.213 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 02:11:42.213 INFO blam! Oct 15 02:11:42.214 INFO kablam! su: No module specific data is present Oct 15 02:11:42.452 INFO running `"docker" "rm" "-f" "2a0a9d4417e57b0173aba9ea621802ae576643b542419c613bd977a9cff28169"` Oct 15 02:11:42.590 INFO blam! 2a0a9d4417e57b0173aba9ea621802ae576643b542419c613bd977a9cff28169