Oct 11 02:00:33.479 INFO testing bon-chi/rust_who against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 02:00:33.479 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 02:00:33.480 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:00:33.996 INFO blam! 832033b626b91959f36f534dddc5a837f9ef73ed61ce6cb04617738e7e4bbeef Oct 11 02:00:34.001 INFO running `"docker" "start" "-a" "832033b626b91959f36f534dddc5a837f9ef73ed61ce6cb04617738e7e4bbeef"` Oct 11 02:00:35.454 INFO kablam! usermod: no changes Oct 11 02:00:35.540 INFO kablam! Compiling rust_who v0.1.0 (/source) Oct 11 02:00:36.184 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 02:00:36.184 INFO kablam! --> src/main.rs:82:30 Oct 11 02:00:36.184 INFO kablam! | Oct 11 02:00:36.184 INFO kablam! 82 | String::from_utf8((utmp_struct.ut_user.iter().map(|&x| x as u8).collect())).unwrap()); Oct 11 02:00:36.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 02:00:36.184 INFO kablam! | Oct 11 02:00:36.184 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 02:00:36.184 INFO kablam! Oct 11 02:00:36.184 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 02:00:36.184 INFO kablam! --> src/main.rs:84:30 Oct 11 02:00:36.184 INFO kablam! | Oct 11 02:00:36.184 INFO kablam! 84 | String::from_utf8((utmp_struct.ut_line.iter().map(|&x| x as u8).collect())).unwrap()); Oct 11 02:00:36.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 02:00:36.184 INFO kablam! Oct 11 02:00:36.184 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 02:00:36.184 INFO kablam! --> src/main.rs:87:30 Oct 11 02:00:36.184 INFO kablam! | Oct 11 02:00:36.184 INFO kablam! 87 | String::from_utf8((utmp_struct.ut_host.iter().map(|&x| x as u8).collect())).unwrap()); Oct 11 02:00:36.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 02:00:36.184 INFO kablam! Oct 11 02:00:37.092 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.60s Oct 11 02:00:37.093 INFO kablam! su: No module specific data is present Oct 11 02:00:37.848 INFO running `"docker" "rm" "-f" "832033b626b91959f36f534dddc5a837f9ef73ed61ce6cb04617738e7e4bbeef"` Oct 11 02:00:38.080 INFO blam! 832033b626b91959f36f534dddc5a837f9ef73ed61ce6cb04617738e7e4bbeef Oct 11 02:00:38.092 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 02:00:38.094 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:00:38.526 INFO blam! 20c731edb52c72ed9cdf3ed7839e666f8376160ddde533428e1c04c07c738da7 Oct 11 02:00:38.528 INFO running `"docker" "start" "-a" "20c731edb52c72ed9cdf3ed7839e666f8376160ddde533428e1c04c07c738da7"` Oct 11 02:00:40.144 INFO kablam! usermod: no changes Oct 11 02:00:40.224 INFO kablam! Compiling rust_who v0.1.0 (/source) Oct 11 02:00:41.205 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 02:00:41.205 INFO kablam! --> src/main.rs:82:30 Oct 11 02:00:41.205 INFO kablam! | Oct 11 02:00:41.205 INFO kablam! 82 | String::from_utf8((utmp_struct.ut_user.iter().map(|&x| x as u8).collect())).unwrap()); Oct 11 02:00:41.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 02:00:41.205 INFO kablam! | Oct 11 02:00:41.205 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 02:00:41.205 INFO kablam! Oct 11 02:00:41.205 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 02:00:41.205 INFO kablam! --> src/main.rs:84:30 Oct 11 02:00:41.205 INFO kablam! | Oct 11 02:00:41.205 INFO kablam! 84 | String::from_utf8((utmp_struct.ut_line.iter().map(|&x| x as u8).collect())).unwrap()); Oct 11 02:00:41.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 02:00:41.205 INFO kablam! Oct 11 02:00:41.205 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 02:00:41.205 INFO kablam! --> src/main.rs:87:30 Oct 11 02:00:41.205 INFO kablam! | Oct 11 02:00:41.205 INFO kablam! 87 | String::from_utf8((utmp_struct.ut_host.iter().map(|&x| x as u8).collect())).unwrap()); Oct 11 02:00:41.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 02:00:41.205 INFO kablam! Oct 11 02:00:41.784 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.59s Oct 11 02:00:41.784 INFO kablam! su: No module specific data is present Oct 11 02:00:42.470 INFO running `"docker" "rm" "-f" "20c731edb52c72ed9cdf3ed7839e666f8376160ddde533428e1c04c07c738da7"` Oct 11 02:00:42.729 INFO blam! 20c731edb52c72ed9cdf3ed7839e666f8376160ddde533428e1c04c07c738da7 Oct 11 02:00:42.734 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 02:00:42.736 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:00:43.248 INFO blam! 833758cb65542c97d49ddae149110357a1e0fb6a475140da7441ebfac352ff51 Oct 11 02:00:43.252 INFO running `"docker" "start" "-a" "833758cb65542c97d49ddae149110357a1e0fb6a475140da7441ebfac352ff51"` Oct 11 02:00:44.372 INFO kablam! usermod: no changes Oct 11 02:00:44.432 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 02:00:44.440 INFO kablam! Running /target/debug/deps/rust_who-d6a88023e4ef6c22 Oct 11 02:00:44.444 INFO blam! Oct 11 02:00:44.444 INFO blam! running 0 tests Oct 11 02:00:44.444 INFO blam! Oct 11 02:00:44.444 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 02:00:44.444 INFO blam! Oct 11 02:00:44.448 INFO kablam! su: No module specific data is present Oct 11 02:00:45.276 INFO running `"docker" "rm" "-f" "833758cb65542c97d49ddae149110357a1e0fb6a475140da7441ebfac352ff51"` Oct 11 02:00:45.596 INFO blam! 833758cb65542c97d49ddae149110357a1e0fb6a475140da7441ebfac352ff51