Oct 15 17:05:18.704 INFO testing tap-0.3.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 17:05:18.704 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 17:05:18.931 INFO blam! af8801043869aa25e529ca467fbdcfe05d571ff2e5a9c6883f32f4430a35d599 Oct 15 17:05:18.933 INFO running `"docker" "start" "-a" "af8801043869aa25e529ca467fbdcfe05d571ff2e5a9c6883f32f4430a35d599"` Oct 15 17:05:19.449 INFO kablam! usermod: no changes Oct 15 17:05:19.491 INFO kablam! Compiling tap v0.3.0 (/source) Oct 15 17:05:19.882 INFO kablam! warning: variable does not need to be mutable Oct 15 17:05:19.882 INFO kablam! --> src/lib.rs:78:21 Oct 15 17:05:19.882 INFO kablam! | Oct 15 17:05:19.882 INFO kablam! 78 | if let Some(mut val) = self.as_mut() { Oct 15 17:05:19.882 INFO kablam! | ----^^^ Oct 15 17:05:19.882 INFO kablam! | | Oct 15 17:05:19.882 INFO kablam! | help: remove this `mut` Oct 15 17:05:19.882 INFO kablam! | Oct 15 17:05:19.882 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 17:05:19.882 INFO kablam! Oct 15 17:05:19.903 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.42s Oct 15 17:05:19.911 INFO kablam! su: No module specific data is present Oct 15 17:05:20.226 INFO running `"docker" "rm" "-f" "af8801043869aa25e529ca467fbdcfe05d571ff2e5a9c6883f32f4430a35d599"` Oct 15 17:05:20.301 INFO blam! af8801043869aa25e529ca467fbdcfe05d571ff2e5a9c6883f32f4430a35d599 Oct 15 17:05:20.303 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 17:05:20.503 INFO blam! c726ffdea5fa3486d24e5ce62872d411202602e93b569f9fc939fbd4bb772e07 Oct 15 17:05:20.507 INFO running `"docker" "start" "-a" "c726ffdea5fa3486d24e5ce62872d411202602e93b569f9fc939fbd4bb772e07"` Oct 15 17:05:21.026 INFO kablam! usermod: no changes Oct 15 17:05:21.082 INFO kablam! Compiling tap v0.3.0 (/source) Oct 15 17:05:21.969 INFO kablam! warning: unused `#[macro_use]` import Oct 15 17:05:21.969 INFO kablam! --> src/lib.rs:14:18 Oct 15 17:05:21.969 INFO kablam! | Oct 15 17:05:21.969 INFO kablam! 14 | #[cfg_attr(test, macro_use)] Oct 15 17:05:21.969 INFO kablam! | ^^^^^^^^^^ Oct 15 17:05:21.969 INFO kablam! | Oct 15 17:05:21.969 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 17:05:21.969 INFO kablam! Oct 15 17:05:22.231 INFO kablam! warning: variable does not need to be mutable Oct 15 17:05:22.231 INFO kablam! --> src/lib.rs:78:21 Oct 15 17:05:22.231 INFO kablam! | Oct 15 17:05:22.231 INFO kablam! 78 | if let Some(mut val) = self.as_mut() { Oct 15 17:05:22.231 INFO kablam! | ----^^^ Oct 15 17:05:22.231 INFO kablam! | | Oct 15 17:05:22.231 INFO kablam! | help: remove this `mut` Oct 15 17:05:22.235 INFO kablam! | Oct 15 17:05:22.235 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 17:05:22.235 INFO kablam! Oct 15 17:05:22.259 INFO kablam! warning: variable does not need to be mutable Oct 15 17:05:22.260 INFO kablam! --> src/lib.rs:141:33 Oct 15 17:05:22.260 INFO kablam! | Oct 15 17:05:22.260 INFO kablam! 141 | let mutated = base.tap(|mut arr| for elt in arr.iter_mut() { Oct 15 17:05:22.260 INFO kablam! | ----^^^ Oct 15 17:05:22.260 INFO kablam! | | Oct 15 17:05:22.260 INFO kablam! | help: remove this `mut` Oct 15 17:05:22.260 INFO kablam! Oct 15 17:05:22.992 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.93s Oct 15 17:05:22.996 INFO kablam! su: No module specific data is present Oct 15 17:05:23.545 INFO running `"docker" "rm" "-f" "c726ffdea5fa3486d24e5ce62872d411202602e93b569f9fc939fbd4bb772e07"` Oct 15 17:05:23.801 INFO blam! c726ffdea5fa3486d24e5ce62872d411202602e93b569f9fc939fbd4bb772e07 Oct 15 17:05:23.811 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 17:05:24.122 INFO blam! 124476e9fc07d9e793871d20c4e0525e411fee98d16b3b34c27dc73410f59921 Oct 15 17:05:24.131 INFO running `"docker" "start" "-a" "124476e9fc07d9e793871d20c4e0525e411fee98d16b3b34c27dc73410f59921"` Oct 15 17:05:25.179 INFO kablam! usermod: no changes Oct 15 17:05:25.243 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 17:05:25.243 INFO kablam! Running /target/debug/deps/tap-12bb8855a67ebde8 Oct 15 17:05:25.247 INFO blam! Oct 15 17:05:25.247 INFO blam! running 5 tests Oct 15 17:05:25.247 INFO blam! test tests::result ... ok Oct 15 17:05:25.247 INFO blam! test tests::option ... ok Oct 15 17:05:25.252 INFO blam! test tests::mutable ... ok Oct 15 17:05:25.252 INFO blam! test tests::boolean ... ok Oct 15 17:05:25.252 INFO blam! test tests::tap ... ok Oct 15 17:05:25.252 INFO blam! Oct 15 17:05:25.252 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:05:25.252 INFO blam! Oct 15 17:05:25.259 INFO kablam! Running /target/debug/deps/lib-ea7030eac9201bbf Oct 15 17:05:25.260 INFO blam! Oct 15 17:05:25.260 INFO blam! running 2 tests Oct 15 17:05:25.260 INFO blam! test filter_map ... ok Oct 15 17:05:25.263 INFO blam! test basic ... ok Oct 15 17:05:25.264 INFO blam! Oct 15 17:05:25.264 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:05:25.264 INFO blam! Oct 15 17:05:25.271 INFO kablam! Doc-tests tap Oct 15 17:05:26.124 INFO blam! Oct 15 17:05:26.124 INFO blam! running 0 tests Oct 15 17:05:26.124 INFO blam! Oct 15 17:05:26.125 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:05:26.125 INFO blam! Oct 15 17:05:26.131 INFO kablam! su: No module specific data is present Oct 15 17:05:26.923 INFO running `"docker" "rm" "-f" "124476e9fc07d9e793871d20c4e0525e411fee98d16b3b34c27dc73410f59921"` Oct 15 17:05:27.227 INFO blam! 124476e9fc07d9e793871d20c4e0525e411fee98d16b3b34c27dc73410f59921