Oct 12 03:25:47.835 INFO testing checked-0.5.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 03:25:47.835 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 12 03:25:48.326 INFO blam! 2f54ab6fc41e1a65eb37f03840968d01e2208a666f60cfd9e6372ebfd0fd005a Oct 12 03:25:48.328 INFO running `"docker" "start" "-a" "2f54ab6fc41e1a65eb37f03840968d01e2208a666f60cfd9e6372ebfd0fd005a"` Oct 12 03:25:49.874 INFO kablam! usermod: no changes Oct 12 03:25:49.956 INFO kablam! Compiling checked v0.5.0 (/source) Oct 12 03:25:53.201 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.29s Oct 12 03:25:53.201 INFO kablam! su: No module specific data is present Oct 12 03:25:54.020 INFO running `"docker" "rm" "-f" "2f54ab6fc41e1a65eb37f03840968d01e2208a666f60cfd9e6372ebfd0fd005a"` Oct 12 03:25:54.262 INFO blam! 2f54ab6fc41e1a65eb37f03840968d01e2208a666f60cfd9e6372ebfd0fd005a Oct 12 03:25:54.267 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 12 03:25:54.684 INFO blam! e4e657b943d88bd35dd3a71fcb3770e41b01edeb437657fb59799f67e9223354 Oct 12 03:25:54.688 INFO running `"docker" "start" "-a" "e4e657b943d88bd35dd3a71fcb3770e41b01edeb437657fb59799f67e9223354"` Oct 12 03:25:55.900 INFO kablam! usermod: no changes Oct 12 03:25:55.942 INFO kablam! Compiling checked v0.5.0 (/source) Oct 12 03:25:56.622 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 03:25:56.622 INFO kablam! --> src/tests.rs:100:24 Oct 12 03:25:56.622 INFO kablam! | Oct 12 03:25:56.623 INFO kablam! 100 | test_binop! (add3 i32: (-2_000_000_000) + (-2_000_000_000) == None); Oct 12 03:25:56.623 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 03:25:56.623 INFO kablam! | Oct 12 03:25:56.623 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 03:25:56.624 INFO kablam! Oct 12 03:25:56.624 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 03:25:56.624 INFO kablam! --> src/tests.rs:100:43 Oct 12 03:25:56.624 INFO kablam! | Oct 12 03:25:56.625 INFO kablam! 100 | test_binop! (add3 i32: (-2_000_000_000) + (-2_000_000_000) == None); Oct 12 03:25:56.625 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 03:25:56.625 INFO kablam! Oct 12 03:25:56.632 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 03:25:56.632 INFO kablam! --> src/tests.rs:113:29 Oct 12 03:25:56.632 INFO kablam! | Oct 12 03:25:56.632 INFO kablam! 113 | test_unop! (neg2 i8: - 5 == (-5)); Oct 12 03:25:56.632 INFO kablam! | ^^^^ help: remove these parentheses Oct 12 03:25:56.632 INFO kablam! Oct 12 03:25:56.632 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 03:25:56.632 INFO kablam! --> src/tests.rs:114:28 Oct 12 03:25:56.632 INFO kablam! | Oct 12 03:25:56.632 INFO kablam! 114 | test_unop! (not i8: ! 5 == (-6)); Oct 12 03:25:56.632 INFO kablam! | ^^^^ help: remove these parentheses Oct 12 03:25:56.632 INFO kablam! Oct 12 03:26:00.834 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.91s Oct 12 03:26:00.837 INFO kablam! su: No module specific data is present Oct 12 03:26:01.754 INFO running `"docker" "rm" "-f" "e4e657b943d88bd35dd3a71fcb3770e41b01edeb437657fb59799f67e9223354"` Oct 12 03:26:02.060 INFO blam! e4e657b943d88bd35dd3a71fcb3770e41b01edeb437657fb59799f67e9223354 Oct 12 03:26:02.066 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 12 03:26:02.559 INFO blam! 299f827910cd803f6a22a6325944673d3f5e977fd7f9ec89241d7dd15a943fc8 Oct 12 03:26:02.566 INFO running `"docker" "start" "-a" "299f827910cd803f6a22a6325944673d3f5e977fd7f9ec89241d7dd15a943fc8"` Oct 12 03:26:03.548 INFO kablam! usermod: no changes Oct 12 03:26:03.609 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 12 03:26:03.616 INFO kablam! Running /target/debug/deps/checked-5946bdff2a466a2f Oct 12 03:26:03.620 INFO blam! Oct 12 03:26:03.620 INFO blam! running 25 tests Oct 12 03:26:03.624 INFO blam! test tests::add3 ... ok Oct 12 03:26:03.624 INFO blam! test tests::and ... ok Oct 12 03:26:03.624 INFO blam! test tests::consuming_option_methods ... ok Oct 12 03:26:03.624 INFO blam! test tests::div1 ... ok Oct 12 03:26:03.624 INFO blam! test tests::div2 ... ok Oct 12 03:26:03.624 INFO blam! test tests::mul1 ... ok Oct 12 03:26:03.625 INFO blam! test tests::mut_ref_option_methods ... ok Oct 12 03:26:03.625 INFO blam! test tests::add1 ... ok Oct 12 03:26:03.628 INFO blam! test tests::mul2 ... ok Oct 12 03:26:03.632 INFO blam! test tests::add2 ... ok Oct 12 03:26:03.632 INFO blam! test tests::neg2 ... ok Oct 12 03:26:03.632 INFO blam! test tests::neg1 ... ok Oct 12 03:26:03.632 INFO blam! test tests::from_checked ... ok Oct 12 03:26:03.632 INFO blam! test tests::readme_example ... ok Oct 12 03:26:03.644 INFO blam! test tests::ref_option_methods ... ok Oct 12 03:26:03.644 INFO blam! test tests::not ... ok Oct 12 03:26:03.644 INFO blam! test tests::order ... ok Oct 12 03:26:03.644 INFO blam! test tests::shr ... ok Oct 12 03:26:03.644 INFO blam! test tests::sub ... ok Oct 12 03:26:03.644 INFO blam! test tests::or ... ok Oct 12 03:26:03.646 INFO blam! test tests::neutral_elements ... ok Oct 12 03:26:03.646 INFO blam! test tests::new_checked ... ok Oct 12 03:26:03.646 INFO blam! test tests::rem ... ok Oct 12 03:26:03.646 INFO blam! test tests::shl ... ok Oct 12 03:26:03.647 INFO blam! test tests::xor ... ok Oct 12 03:26:03.647 INFO blam! Oct 12 03:26:03.647 INFO blam! test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 03:26:03.647 INFO blam! Oct 12 03:26:03.648 INFO kablam! Doc-tests checked Oct 12 03:26:04.488 INFO blam! Oct 12 03:26:04.488 INFO blam! running 6 tests Oct 12 03:26:06.737 INFO blam! test src/num.rs - num::Checked::new (line 14) ... ok Oct 12 03:26:07.168 INFO blam! test src/lib.rs - (line 45) ... ok Oct 12 03:26:07.201 INFO blam! test src/lib.rs - (line 6) ... ok Oct 12 03:26:07.291 INFO blam! test src/lib.rs - (line 56) ... ok Oct 12 03:26:07.369 INFO blam! test src/lib.rs - (line 32) ... ok Oct 12 03:26:07.372 INFO blam! test src/lib.rs - (line 19) ... ok Oct 12 03:26:07.372 INFO blam! Oct 12 03:26:07.372 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 03:26:07.372 INFO blam! Oct 12 03:26:07.418 INFO kablam! su: No module specific data is present Oct 12 03:26:08.801 INFO running `"docker" "rm" "-f" "299f827910cd803f6a22a6325944673d3f5e977fd7f9ec89241d7dd15a943fc8"` Oct 12 03:26:09.136 INFO blam! 299f827910cd803f6a22a6325944673d3f5e977fd7f9ec89241d7dd15a943fc8