Oct 16 02:15:34.541 INFO testing mucell-0.3.5 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 02:15:34.541 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 16 02:15:34.735 INFO blam! 23c9dafb6e8b14b25661c39733b27edcce6d727a92aa33143187634bb8c5813c Oct 16 02:15:34.741 INFO running `"docker" "start" "-a" "23c9dafb6e8b14b25661c39733b27edcce6d727a92aa33143187634bb8c5813c"` Oct 16 02:15:35.227 INFO kablam! usermod: no changes Oct 16 02:15:35.251 INFO kablam! Compiling mucell v0.3.5 (/source) Oct 16 02:15:35.775 INFO kablam! warning: unnecessary `unsafe` block Oct 16 02:15:35.775 INFO kablam! --> src/lib.rs:149:9 Oct 16 02:15:35.775 INFO kablam! | Oct 16 02:15:35.775 INFO kablam! 149 | unsafe { self.value.into_inner() } Oct 16 02:15:35.775 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Oct 16 02:15:35.775 INFO kablam! | Oct 16 02:15:35.775 INFO kablam! note: lint level defined here Oct 16 02:15:35.775 INFO kablam! --> src/lib.rs:68:20 Oct 16 02:15:35.776 INFO kablam! | Oct 16 02:15:35.776 INFO kablam! 68 | #![warn(bad_style, unused, missing_docs)] Oct 16 02:15:35.776 INFO kablam! | ^^^^^^ Oct 16 02:15:35.776 INFO kablam! = note: #[warn(unused_unsafe)] implied by #[warn(unused)] Oct 16 02:15:35.776 INFO kablam! Oct 16 02:15:35.812 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.57s Oct 16 02:15:35.813 INFO kablam! su: No module specific data is present Oct 16 02:15:36.288 INFO running `"docker" "rm" "-f" "23c9dafb6e8b14b25661c39733b27edcce6d727a92aa33143187634bb8c5813c"` Oct 16 02:15:36.418 INFO blam! 23c9dafb6e8b14b25661c39733b27edcce6d727a92aa33143187634bb8c5813c Oct 16 02:15:36.423 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 16 02:15:36.906 INFO blam! 28300d5abd279b4d53e3d364fd32321d1a771331c65f8b384acbae9dbf48dc4e Oct 16 02:15:36.915 INFO running `"docker" "start" "-a" "28300d5abd279b4d53e3d364fd32321d1a771331c65f8b384acbae9dbf48dc4e"` Oct 16 02:15:37.773 INFO kablam! usermod: no changes Oct 16 02:15:37.821 INFO kablam! Compiling mucell v0.3.5 (/source) Oct 16 02:15:38.839 INFO kablam! warning: unused `#[macro_use]` import Oct 16 02:15:38.839 INFO kablam! --> examples/vector_munger.rs:1:1 Oct 16 02:15:38.839 INFO kablam! | Oct 16 02:15:38.839 INFO kablam! 1 | #[macro_use] extern crate mucell; Oct 16 02:15:38.839 INFO kablam! | ^^^^^^^^^^^^ Oct 16 02:15:38.839 INFO kablam! | Oct 16 02:15:38.839 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 02:15:38.839 INFO kablam! Oct 16 02:15:38.995 INFO kablam! warning: unnecessary `unsafe` block Oct 16 02:15:38.995 INFO kablam! --> src/lib.rs:149:9 Oct 16 02:15:38.995 INFO kablam! | Oct 16 02:15:38.995 INFO kablam! 149 | unsafe { self.value.into_inner() } Oct 16 02:15:38.995 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Oct 16 02:15:38.995 INFO kablam! | Oct 16 02:15:38.995 INFO kablam! note: lint level defined here Oct 16 02:15:38.995 INFO kablam! --> src/lib.rs:68:20 Oct 16 02:15:38.995 INFO kablam! | Oct 16 02:15:38.995 INFO kablam! 68 | #![warn(bad_style, unused, missing_docs)] Oct 16 02:15:38.995 INFO kablam! | ^^^^^^ Oct 16 02:15:38.995 INFO kablam! = note: #[warn(unused_unsafe)] implied by #[warn(unused)] Oct 16 02:15:38.995 INFO kablam! Oct 16 02:15:39.759 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.96s Oct 16 02:15:39.759 INFO kablam! su: No module specific data is present Oct 16 02:15:40.443 INFO running `"docker" "rm" "-f" "28300d5abd279b4d53e3d364fd32321d1a771331c65f8b384acbae9dbf48dc4e"` Oct 16 02:15:40.851 INFO blam! 28300d5abd279b4d53e3d364fd32321d1a771331c65f8b384acbae9dbf48dc4e Oct 16 02:15:40.852 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 16 02:15:41.259 INFO blam! 8333631c40760c5371a809da4d9b432cb2b0cdd261f9ba83dfd5490192ccc8ec Oct 16 02:15:41.263 INFO running `"docker" "start" "-a" "8333631c40760c5371a809da4d9b432cb2b0cdd261f9ba83dfd5490192ccc8ec"` Oct 16 02:15:42.407 INFO kablam! usermod: no changes Oct 16 02:15:42.483 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 16 02:15:42.483 INFO kablam! Running /target/debug/deps/mucell-8c2e6cbca6cd609d Oct 16 02:15:42.495 INFO blam! Oct 16 02:15:42.495 INFO blam! running 3 tests Oct 16 02:15:42.495 INFO blam! test test_try_mutate_in_try_mutate ... ok Oct 16 02:15:42.505 INFO blam! test unsafe_subversion_demo ... ok Oct 16 02:15:42.544 INFO blam! test test_borrow_in_try_mutate ... ok Oct 16 02:15:42.544 INFO kablam! Doc-tests mucell Oct 16 02:15:42.544 INFO blam! Oct 16 02:15:42.545 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:15:42.545 INFO blam! Oct 16 02:15:43.412 INFO blam! Oct 16 02:15:43.413 INFO blam! running 7 tests Oct 16 02:15:45.683 INFO blam! test src/lib.rs - MuCell::new (line 111) ... ok Oct 16 02:15:46.654 INFO blam! test src/lib.rs - MuCell::into_inner (line 136) ... ok Oct 16 02:15:46.974 INFO blam! test src/lib.rs - Ref<'b, T>::into_inner (line 311) ... ok Oct 16 02:15:47.010 INFO blam! test src/lib.rs - (line 27) ... ok Oct 16 02:15:47.034 INFO blam! test src/lib.rs - Ref<'b, T>::map_unsafe (line 375) ... ok Oct 16 02:15:47.102 INFO blam! test src/lib.rs - Ref<'b, Cow<'b, T>>::into_owned (line 338) ... ok Oct 16 02:15:47.106 INFO blam! test src/lib.rs - Ref<'b, T>::filter_map_unsafe (line 428) ... ok Oct 16 02:15:47.107 INFO blam! Oct 16 02:15:47.107 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:15:47.107 INFO blam! Oct 16 02:15:47.116 INFO kablam! su: No module specific data is present Oct 16 02:15:47.334 INFO running `"docker" "rm" "-f" "8333631c40760c5371a809da4d9b432cb2b0cdd261f9ba83dfd5490192ccc8ec"` Oct 16 02:15:47.426 INFO blam! 8333631c40760c5371a809da4d9b432cb2b0cdd261f9ba83dfd5490192ccc8ec