Oct 12 04:38:13.641 INFO testing brotli2-0.3.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 04:38:13.642 INFO running `"docker" "create" "-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/test-source/worker-7/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 12 04:38:13.980 INFO blam! 533cfd6823505227ce2c832726300a3e797412ee671fcd5f947bc7b6707331bf Oct 12 04:38:13.988 INFO running `"docker" "start" "-a" "533cfd6823505227ce2c832726300a3e797412ee671fcd5f947bc7b6707331bf"` Oct 12 04:38:14.764 INFO kablam! usermod: no changes Oct 12 04:38:14.856 INFO kablam! Compiling brotli-sys v0.3.2 Oct 12 04:38:15.840 INFO kablam! Compiling brotli2 v0.3.2 (/source) Oct 12 04:38:17.198 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.40s Oct 12 04:38:17.206 INFO kablam! su: No module specific data is present Oct 12 04:38:17.907 INFO running `"docker" "rm" "-f" "533cfd6823505227ce2c832726300a3e797412ee671fcd5f947bc7b6707331bf"` Oct 12 04:38:18.161 INFO blam! 533cfd6823505227ce2c832726300a3e797412ee671fcd5f947bc7b6707331bf Oct 12 04:38:18.162 INFO running `"docker" "create" "-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/test-source/worker-7/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 12 04:38:18.506 INFO blam! 38f90f5ceb6250b88f457cbb936efeb3dcecafdb8cd2d094771c61821e2c36e9 Oct 12 04:38:18.508 INFO running `"docker" "start" "-a" "38f90f5ceb6250b88f457cbb936efeb3dcecafdb8cd2d094771c61821e2c36e9"` Oct 12 04:38:19.132 INFO kablam! usermod: no changes Oct 12 04:38:19.216 INFO kablam! Compiling brotli2 v0.3.2 (/source) Oct 12 04:38:23.356 INFO kablam! warning: variable does not need to be mutable Oct 12 04:38:23.357 INFO kablam! --> src/raw.rs:462:17 Oct 12 04:38:23.357 INFO kablam! | Oct 12 04:38:23.357 INFO kablam! 462 | let mut input = &mut &b"hello!"[..]; Oct 12 04:38:23.358 INFO kablam! | ----^^^^^ Oct 12 04:38:23.358 INFO kablam! | | Oct 12 04:38:23.358 INFO kablam! | help: remove this `mut` Oct 12 04:38:23.359 INFO kablam! | Oct 12 04:38:23.359 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 04:38:23.359 INFO kablam! Oct 12 04:38:23.359 INFO kablam! warning: variable does not need to be mutable Oct 12 04:38:23.360 INFO kablam! --> src/raw.rs:472:17 Oct 12 04:38:23.360 INFO kablam! | Oct 12 04:38:23.360 INFO kablam! 472 | let mut input = &mut &b"hel"[..]; Oct 12 04:38:23.360 INFO kablam! | ----^^^^^ Oct 12 04:38:23.361 INFO kablam! | | Oct 12 04:38:23.361 INFO kablam! | help: remove this `mut` Oct 12 04:38:23.361 INFO kablam! Oct 12 04:38:23.361 INFO kablam! warning: variable does not need to be mutable Oct 12 04:38:23.362 INFO kablam! --> src/raw.rs:475:17 Oct 12 04:38:23.362 INFO kablam! | Oct 12 04:38:23.362 INFO kablam! 475 | let mut input = &mut &b"lo!"[..]; Oct 12 04:38:23.362 INFO kablam! | ----^^^^^ Oct 12 04:38:23.363 INFO kablam! | | Oct 12 04:38:23.363 INFO kablam! | help: remove this `mut` Oct 12 04:38:23.363 INFO kablam! Oct 12 04:38:25.776 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.62s Oct 12 04:38:25.780 INFO kablam! su: No module specific data is present Oct 12 04:38:26.303 INFO running `"docker" "rm" "-f" "38f90f5ceb6250b88f457cbb936efeb3dcecafdb8cd2d094771c61821e2c36e9"` Oct 12 04:38:26.425 INFO blam! 38f90f5ceb6250b88f457cbb936efeb3dcecafdb8cd2d094771c61821e2c36e9 Oct 12 04:38:26.430 INFO running `"docker" "create" "-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/test-source/worker-7/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 12 04:38:26.807 INFO blam! 40a898bf0a61be383e5aea41ec698c678541bda492a73a619c0b7c4fe9ad447a Oct 12 04:38:26.809 INFO running `"docker" "start" "-a" "40a898bf0a61be383e5aea41ec698c678541bda492a73a619c0b7c4fe9ad447a"` Oct 12 04:38:27.493 INFO kablam! usermod: no changes Oct 12 04:38:27.564 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 12 04:38:27.568 INFO kablam! Running /target/debug/deps/brotli2-2d62627211c02500 Oct 12 04:38:27.568 INFO blam! Oct 12 04:38:27.568 INFO blam! running 14 tests Oct 12 04:38:27.572 INFO blam! test read::tests::smoke2 ... ok Oct 12 04:38:27.572 INFO blam! test read::tests::smoke ... ok Oct 12 04:38:27.578 INFO blam! test read::tests::zero_length_read_at_eof ... ok Oct 12 04:38:27.589 INFO blam! test raw::tests::decompress_error ... ok Oct 12 04:38:27.589 INFO blam! test raw::tests::decompress_smoke ... ok Oct 12 04:38:27.589 INFO blam! test raw::tests::compress_smoke ... ok Oct 12 04:38:27.590 INFO blam! test raw::tests::compress_buf_smoke ... ok Oct 12 04:38:27.590 INFO blam! test read::tests::smoke3 ... ok Oct 12 04:38:27.609 INFO blam! test read::tests::zero_length_read_with_data ... ok Oct 12 04:38:27.633 INFO blam! test write::tests::write_empty ... ok Oct 12 04:38:27.633 INFO blam! test read::tests::self_terminating ... ok Oct 12 04:38:27.654 INFO blam! test read::tests::qc ... ok Oct 12 04:38:27.660 INFO blam! test write::tests::qc ... ok Oct 12 04:38:27.699 INFO blam! test write::tests::smoke ... ok Oct 12 04:38:27.700 INFO blam! Oct 12 04:38:27.700 INFO blam! test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 04:38:27.700 INFO blam! Oct 12 04:38:27.706 INFO blam! Oct 12 04:38:27.706 INFO kablam! Running /target/debug/deps/drop_incomplete-8b2054fea6f034ea Oct 12 04:38:27.706 INFO blam! running 2 tests Oct 12 04:38:27.708 INFO blam! test drop_writer_incomplete_input_no_loop ... ok Oct 12 04:38:27.708 INFO kablam! Doc-tests brotli2 Oct 12 04:38:27.708 INFO blam! test finish_writer_incomplete_input_error ... ok Oct 12 04:38:27.708 INFO blam! Oct 12 04:38:27.708 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 04:38:27.708 INFO blam! Oct 12 04:38:29.400 INFO blam! Oct 12 04:38:29.400 INFO blam! running 2 tests Oct 12 04:38:31.604 INFO blam! test src/raw.rs - raw::Compress::compress (line 236) ... ok Oct 12 04:38:31.954 INFO blam! test src/lib.rs - (line 10) ... ok Oct 12 04:38:31.954 INFO blam! Oct 12 04:38:31.954 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 04:38:31.954 INFO blam! Oct 12 04:38:31.972 INFO kablam! su: No module specific data is present Oct 12 04:38:32.274 INFO running `"docker" "rm" "-f" "40a898bf0a61be383e5aea41ec698c678541bda492a73a619c0b7c4fe9ad447a"` Oct 12 04:38:32.388 INFO blam! 40a898bf0a61be383e5aea41ec698c678541bda492a73a619c0b7c4fe9ad447a