Oct 11 23:10:04.142 INFO testing funfun-0.2.4 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 23:10:04.142 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/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 11 23:10:04.464 INFO blam! b71b8ca86b77e0c1b21bc553cd80a64fd152cc32c6a40876c0c7b5344dc83065 Oct 11 23:10:04.476 INFO running `"docker" "start" "-a" "b71b8ca86b77e0c1b21bc553cd80a64fd152cc32c6a40876c0c7b5344dc83065"` Oct 11 23:10:05.200 INFO kablam! usermod: no changes Oct 11 23:10:05.237 INFO kablam! Compiling funfun v0.2.4 (/source) Oct 11 23:10:05.992 INFO kablam! warning: unused import: `std::fmt` Oct 11 23:10:05.992 INFO kablam! --> src/lib.rs:2:5 Oct 11 23:10:05.992 INFO kablam! | Oct 11 23:10:05.992 INFO kablam! 2 | use std::fmt; Oct 11 23:10:05.992 INFO kablam! | ^^^^^^^^ Oct 11 23:10:05.992 INFO kablam! | Oct 11 23:10:05.992 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 23:10:05.992 INFO kablam! Oct 11 23:10:06.020 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.79s Oct 11 23:10:06.020 INFO kablam! su: No module specific data is present Oct 11 23:10:06.501 INFO running `"docker" "rm" "-f" "b71b8ca86b77e0c1b21bc553cd80a64fd152cc32c6a40876c0c7b5344dc83065"` Oct 11 23:10:06.681 INFO blam! b71b8ca86b77e0c1b21bc553cd80a64fd152cc32c6a40876c0c7b5344dc83065 Oct 11 23:10:06.688 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/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 11 23:10:06.894 INFO blam! 693009ccf94e5f0532c6c7ec395946a1ab0dc71dfcd840ce33234b0e5f0ba3f7 Oct 11 23:10:06.898 INFO running `"docker" "start" "-a" "693009ccf94e5f0532c6c7ec395946a1ab0dc71dfcd840ce33234b0e5f0ba3f7"` Oct 11 23:10:08.064 INFO kablam! usermod: no changes Oct 11 23:10:08.123 INFO kablam! Compiling funfun v0.2.4 (/source) Oct 11 23:10:09.200 INFO kablam! warning: unused import: `std::fmt` Oct 11 23:10:09.200 INFO kablam! --> src/lib.rs:2:5 Oct 11 23:10:09.200 INFO kablam! | Oct 11 23:10:09.200 INFO kablam! 2 | use std::fmt; Oct 11 23:10:09.200 INFO kablam! | ^^^^^^^^ Oct 11 23:10:09.200 INFO kablam! | Oct 11 23:10:09.200 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 23:10:09.200 INFO kablam! Oct 11 23:10:09.284 INFO kablam! warning: unused variable: `d` Oct 11 23:10:09.284 INFO kablam! --> src/lib.rs:104:14 Oct 11 23:10:09.284 INFO kablam! | Oct 11 23:10:09.284 INFO kablam! 104 | |d: &str| -> String {"reassign once".to_string()} Oct 11 23:10:09.284 INFO kablam! | ^ help: consider using `_d` instead Oct 11 23:10:09.284 INFO kablam! | Oct 11 23:10:09.284 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 23:10:09.284 INFO kablam! Oct 11 23:10:09.284 INFO kablam! warning: unused variable: `d` Oct 11 23:10:09.284 INFO kablam! --> src/lib.rs:127:14 Oct 11 23:10:09.284 INFO kablam! | Oct 11 23:10:09.284 INFO kablam! 127 | |d: &str| -> String {"reassign once".to_string()} Oct 11 23:10:09.284 INFO kablam! | ^ help: consider using `_d` instead Oct 11 23:10:09.284 INFO kablam! Oct 11 23:10:09.300 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 23:10:09.300 INFO kablam! --> src/lib.rs:147:13 Oct 11 23:10:09.300 INFO kablam! | Oct 11 23:10:09.300 INFO kablam! 147 | res.join(); Oct 11 23:10:09.300 INFO kablam! | ^^^^^^^^^^^ Oct 11 23:10:09.300 INFO kablam! | Oct 11 23:10:09.300 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 23:10:09.300 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 23:10:09.300 INFO kablam! Oct 11 23:10:09.300 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 23:10:09.300 INFO kablam! --> src/lib.rs:165:13 Oct 11 23:10:09.300 INFO kablam! | Oct 11 23:10:09.300 INFO kablam! 165 | res.join(); Oct 11 23:10:09.300 INFO kablam! | ^^^^^^^^^^^ Oct 11 23:10:09.300 INFO kablam! | Oct 11 23:10:09.300 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 23:10:09.300 INFO kablam! Oct 11 23:10:09.916 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.83s Oct 11 23:10:09.919 INFO kablam! su: No module specific data is present Oct 11 23:10:10.201 INFO running `"docker" "rm" "-f" "693009ccf94e5f0532c6c7ec395946a1ab0dc71dfcd840ce33234b0e5f0ba3f7"` Oct 11 23:10:10.391 INFO blam! 693009ccf94e5f0532c6c7ec395946a1ab0dc71dfcd840ce33234b0e5f0ba3f7 Oct 11 23:10:10.393 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/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 11 23:10:10.625 INFO blam! 7eac1f440346aca676d8496cea3672f3fe2addada7cb031ff5650e685e1c49a9 Oct 11 23:10:10.627 INFO running `"docker" "start" "-a" "7eac1f440346aca676d8496cea3672f3fe2addada7cb031ff5650e685e1c49a9"` Oct 11 23:10:11.058 INFO kablam! usermod: no changes Oct 11 23:10:11.083 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 23:10:11.083 INFO kablam! Running /target/debug/deps/funfun-e30e39f2620151ec Oct 11 23:10:11.090 INFO blam! Oct 11 23:10:11.090 INFO blam! running 8 tests Oct 11 23:10:11.092 INFO blam! test tests::in_struct_arc_fn ... ok Oct 11 23:10:11.092 INFO blam! test tests::in_struct_box_fn ... ok Oct 11 23:10:11.093 INFO blam! test tests::one_arity_box_fn ... ok Oct 11 23:10:11.093 INFO blam! test tests::pass_function_box_fn ... ok Oct 11 23:10:11.093 INFO blam! test tests::zero_arity_box_fn ... ok Oct 11 23:10:11.094 INFO blam! test tests::pass_named_box_fn ... ok Oct 11 23:10:11.412 INFO blam! test tests::multithreading_box_fn ... ok Oct 11 23:10:14.711 INFO blam! accepts closures to run in their own thread! Oct 11 23:10:14.898 INFO blam! test tests::multithreading_spawn_fn ... ok Oct 11 23:10:14.899 INFO kablam! Doc-tests funfun Oct 11 23:10:14.899 INFO blam! Oct 11 23:10:14.899 INFO blam! test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 23:10:14.899 INFO blam! Oct 11 23:10:16.274 INFO blam! Oct 11 23:10:16.275 INFO blam! running 0 tests Oct 11 23:10:16.275 INFO blam! Oct 11 23:10:16.275 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 23:10:16.275 INFO blam! Oct 11 23:10:16.281 INFO kablam! su: No module specific data is present Oct 11 23:10:16.787 INFO running `"docker" "rm" "-f" "7eac1f440346aca676d8496cea3672f3fe2addada7cb031ff5650e685e1c49a9"` Oct 11 23:10:16.916 INFO blam! 7eac1f440346aca676d8496cea3672f3fe2addada7cb031ff5650e685e1c49a9