Oct 16 16:29:06.239 INFO testing brotli-no-stdlib-1.0.4 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 16:29:06.239 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16:29:06.577 INFO blam! bbaf8693a467664eeece36aa991d2af13887e3dd85a6e034fd79e8a1b014d39b Oct 16 16:29:06.579 INFO running `"docker" "start" "-a" "bbaf8693a467664eeece36aa991d2af13887e3dd85a6e034fd79e8a1b014d39b"` Oct 16 16:29:07.069 INFO kablam! usermod: no changes Oct 16 16:29:07.093 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 16:29:07.093 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 16:29:07.093 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 16:29:07.093 INFO kablam! files will be included as a binary target: Oct 16 16:29:07.093 INFO kablam! Oct 16 16:29:07.093 INFO kablam! * /source/src/bin/integration_tests.rs Oct 16 16:29:07.093 INFO kablam! Oct 16 16:29:07.093 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 16:29:07.093 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 16:29:07.093 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 16:29:07.093 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 16:29:07.093 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 16:29:07.093 INFO kablam! Oct 16 16:29:07.093 INFO kablam! For more information on this warning you can consult Oct 16 16:29:07.093 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 16:29:07.107 INFO kablam! Compiling alloc-no-stdlib v1.0.0 Oct 16 16:29:07.336 INFO kablam! Compiling brotli-no-stdlib v1.0.4 (/source) Oct 16 16:29:07.827 INFO kablam! warning: unused `#[macro_use]` import Oct 16 16:29:07.827 INFO kablam! --> src/lib.rs:11:1 Oct 16 16:29:07.827 INFO kablam! | Oct 16 16:29:07.827 INFO kablam! 11 | #[macro_use] Oct 16 16:29:07.827 INFO kablam! | ^^^^^^^^^^^^ Oct 16 16:29:07.827 INFO kablam! | Oct 16 16:29:07.827 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 16:29:07.827 INFO kablam! Oct 16 16:29:07.846 INFO kablam! warning: unused macro definition Oct 16 16:29:07.846 INFO kablam! --> src/lib.rs:921:1 Oct 16 16:29:07.846 INFO kablam! | Oct 16 16:29:07.846 INFO kablam! 921 | / macro_rules! SafeReadBlockLength ( Oct 16 16:29:07.846 INFO kablam! 922 | | ($state : expr, $result : expr , $table : expr) => { Oct 16 16:29:07.846 INFO kablam! 923 | | SafeReadBlockLengthFromIndex(&mut $state, &mut $result, Oct 16 16:29:07.846 INFO kablam! 924 | | SafeReadBlockLengthIndex($state.substate_read_block_length, Oct 16 16:29:07.846 INFO kablam! ... | Oct 16 16:29:07.846 INFO kablam! 928 | | }; Oct 16 16:29:07.846 INFO kablam! 929 | | ); Oct 16 16:29:07.846 INFO kablam! | |__^ Oct 16 16:29:07.846 INFO kablam! | Oct 16 16:29:07.846 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 16:29:07.846 INFO kablam! Oct 16 16:29:09.087 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:09.087 INFO kablam! --> src/lib.rs:131:22 Oct 16 16:29:09.087 INFO kablam! | Oct 16 16:29:09.087 INFO kablam! 131 | mut value : &mut u32, Oct 16 16:29:09.087 INFO kablam! | ----^^^^^ Oct 16 16:29:09.087 INFO kablam! | | Oct 16 16:29:09.087 INFO kablam! | help: remove this `mut` Oct 16 16:29:09.087 INFO kablam! | Oct 16 16:29:09.087 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 16:29:09.087 INFO kablam! Oct 16 16:29:09.135 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:09.135 INFO kablam! --> src/lib.rs:1271:45 Oct 16 16:29:09.135 INFO kablam! | Oct 16 16:29:09.135 INFO kablam! 1271 | mut s : &mut BlockTypeAndLengthState, Oct 16 16:29:09.135 INFO kablam! | ----^ Oct 16 16:29:09.135 INFO kablam! | | Oct 16 16:29:09.135 INFO kablam! | help: remove this `mut` Oct 16 16:29:09.135 INFO kablam! Oct 16 16:29:09.135 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:09.135 INFO kablam! --> src/lib.rs:1272:45 Oct 16 16:29:09.135 INFO kablam! | Oct 16 16:29:09.135 INFO kablam! 1272 | mut br : &mut bit_reader::BrotliBitReader, Oct 16 16:29:09.135 INFO kablam! | ----^^ Oct 16 16:29:09.135 INFO kablam! | | Oct 16 16:29:09.135 INFO kablam! | help: remove this `mut` Oct 16 16:29:09.135 INFO kablam! Oct 16 16:29:09.135 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:09.135 INFO kablam! --> src/lib.rs:1332:45 Oct 16 16:29:09.135 INFO kablam! | Oct 16 16:29:09.135 INFO kablam! 1332 | mut s : &mut BrotliState src/lib.rs:1377:45 Oct 16 16:29:09.140 INFO kablam! | Oct 16 16:29:09.140 INFO kablam! 1377 | mut s : &mut BrotliState, input : &[u8]) -> bool { Oct 16 16:29:09.140 INFO kablam! | ----^ Oct 16 16:29:09.140 INFO kablam! | | Oct 16 16:29:09.140 INFO kablam! | help: remove this `mut` Oct 16 16:29:09.140 INFO kablam! Oct 16 16:29:09.140 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:09.140 INFO kablam! --> src/lib.rs:1390:45 Oct 16 16:29:09.140 INFO kablam! | Oct 16 16:29:09.140 INFO kablam! 1390 | AllocHC : alloc::Allocator> (mut s : &mut BrotliState, input : &[u8]) { Oct 16 16:29:09.140 INFO kablam! | ----^ Oct 16 16:29:09.140 INFO kablam! | | Oct 16 16:29:09.140 INFO kablam! | help: remove this `mut` Oct 16 16:29:09.140 INFO kablam! Oct 16 16:29:09.140 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:09.140 INFO kablam! --> src/lib.rs:1398:45 Oct 16 16:29:09.140 INFO kablam! | Oct 16 16:29:09.140 INFO kablam! 1398 | AllocHC : alloc::Allocator> (mut s : &mut BrotliState, input : &[u8]) -> bool { Oct 16 16:29:09.140 INFO kablam! | ----^ Oct 16 16:29:09.140 INFO kablam! | | Oct 16 16:29:09.140 INFO kablam! | help: remove this `mut` Oct 16 16:29:09.140 INFO kablam! Oct 16 16:29:09.140 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:09.140 INFO kablam! --> src/lib.rs:1409:45 Oct 16 16:29:09.140 INFO kablam! | Oct 16 16:29:09.140 INFO kablam! 1409 | mut s : &mut BrotliState, input : &[u8]) -> bool { Oct 16 16:29:09.140 INFO kablam! | ----^ Oct 16 16:29:09.140 INFO kablam! | | Oct 16 16:29:09.140 INFO kablam! | help: remove this `mut` Oct 16 16:29:09.140 INFO kablam! Oct 16 16:29:09.140 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:09.140 INFO kablam! --> src/lib.rs:1424:45 Oct 16 16:29:09.140 INFO kablam! | Oct 16 16:29:09.140 INFO kablam! 1424 | AllocHC : alloc::Allocator> (mut s : &mut BrotliState, input : &[u8]) { Oct 16 16:29:09.140 INFO kablam! | ----^ Oct 16 16:29:09.140 INFO kablam! | | Oct 16 16:29:09.140 INFO kablam! | help: remove this `mut` Oct 16 16:29:09.140 INFO kablam! Oct 16 16:29:09.140 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:09.140 INFO kablam! --> src/lib.rs:1433:45 Oct 16 16:29:09.140 INFO kablam! | Oct 16 16:29:09.140 INFO kablam! 1433 | AllocHC : alloc::Allocator> (mut s : &mut BrotliState, input : &[u8]) -> bool { Oct 16 16:29:09.140 INFO kablam! | ----^ Oct 16 16:29:09.140 INFO kablam! | | Oct 16 16:29:09.140 INFO kablam! | help: remove this `mut` Oct 16 16:29:09.140 INFO kablam! Oct 16 16:29:09.140 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:09.140 INFO kablam! --> src/lib.rs:1440:33 Oct 16 16:29:09.140 INFO kablam! | Oct 16 16:29:09.140 INFO kablam! 1440 | (available_out : &mut usize, mut output : &mut [u8], mut output_offset : &mut usize, Oct 16 16:29:09.140 INFO kablam! | ----^^^^^^ Oct 16 16:29:09.140 INFO kablam! | | Oct 16 16:29:09.140 INFO kablam! | help: remove this `mut` Oct 16 16:29:09.140 INFO kablam! Oct 16 16:29:09.140 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:09.140 INFO kablam! --> src/lib.rs:1440:57 Oct 16 16:29:09.140 INFO kablam! | Oct 16 16:29:09.140 INFO kablam! 1440 | (available_out : &mut usize, mut output : &mut [u8], mut output_offset : &mut usize, Oct 16 16:29:09.140 INFO kablam! | ----^^^^^^^^^^^^^ Oct 16 16:29:09.140 INFO kablam! | | Oct 16 16:29:09.140 INFO kablam! | help: remove this `mut` Oct 16 16:29:09.141 INFO kablam! Oct 16 16:29:09.141 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:09.141 INFO kablam! --> src/lib.rs:1441:20 Oct 16 16:29:09.141 INFO kablam! | Oct 16 16:29:09.141 INFO kablam! 1441 | mut total_out : &mut usize, s : &mut BrotliState) -> BrotliResult { Oct 16 16:29:09.141 INFO kablam! | ----^^^^^^^^^ Oct 16 16:29:09.141 INFO kablam! | | Oct 16 16:29:09.141 INFO kablam! | help: remove this `mut` Oct 16 16:29:09.141 INFO kablam! Oct 16 16:29:09.407 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:09.407 INFO kablam! --> src/lib.rs:2198:3 Oct 16 16:29:09.407 INFO kablam! | Oct 16 16:29:09.407 INFO kablam! 2198 | mut available_in : &mut usize, input_offset : &mut usize, xinput : &[u8], // ugly that we are mutable Oct 16 16:29:09.407 INFO kablam! | ----^^^^^^^^^^^^ Oct 16 16:29:09.407 INFO kablam! | | Oct 16 16:29:09.407 INFO kablam! | help: remove this `mut` Oct 16 16:29:09.407 INFO kablam! Oct 16 16:29:09.509 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:09.509 INFO kablam! --> src/transform.rs:284:9 Oct 16 16:29:09.510 INFO kablam! | Oct 16 16:29:09.510 INFO kablam! 284 | let mut uppercase = &mut dst[(idx - len) as usize ..]; Oct 16 16:29:09.511 INFO kablam! | ----^^^^^^^^^ Oct 16 16:29:09.511 INFO kablam! | | Oct 16 16:29:09.511 INFO kablam! | help: remove this `mut` Oct 16 16:29:09.512 INFO kablam! Oct 16 16:29:20.743 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:20.743 INFO kablam! --> src/bin/brot.rs:76:63 Oct 16 16:29:20.743 INFO kablam! | Oct 16 16:29:20.743 INFO kablam! 76 | pub fn decompress (r : &mut InputType, mut w : &mut OutputType) -> Result<(), io::Error> Oct 16 16:29:20.743 INFO kablam! | ----^ Oct 16 16:29:20.743 INFO kablam! | | Oct 16 16:29:20.743 INFO kablam! | help: remove this `mut` Oct 16 16:29:20.743 INFO kablam! | Oct 16 16:29:20.743 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 16:29:20.743 INFO kablam! Oct 16 16:29:22.821 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.73s Oct 16 16:29:22.821 INFO kablam! su: No module specific data is present Oct 16 16:29:23.795 INFO running `"docker" "rm" "-f" "bbaf8693a467664eeece36aa991d2af13887e3dd85a6e034fd79e8a1b014d39b"` Oct 16 16:29:24.231 INFO blam! bbaf8693a467664eeece36aa991d2af13887e3dd85a6e034fd79e8a1b014d39b Oct 16 16:29:24.239 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16:29:24.671 INFO blam! 4f9fba1f62029527412fc92492360c4475267e1da0669278c6f70637d8770083 Oct 16 16:29:24.679 INFO running `"docker" "start" "-a" "4f9fba1f62029527412fc92492360c4475267e1da0669278c6f70637d8770083"` Oct 16 16:29:26.103 INFO kablam! usermod: no changes Oct 16 16:29:26.146 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 16:29:26.146 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 16:29:26.146 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 16:29:26.146 INFO kablam! files will be included as a binary target: Oct 16 16:29:26.146 INFO kablam! Oct 16 16:29:26.146 INFO kablam! * /source/src/bin/integration_tests.rs Oct 16 16:29:26.146 INFO kablam! Oct 16 16:29:26.146 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 16:29:26.146 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 16:29:26.146 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 16:29:26.146 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 16:29:26.146 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 16:29:26.146 INFO kablam! Oct 16 16:29:26.146 INFO kablam! For more information on this warning you can consult Oct 16 16:29:26.146 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 16:29:26.148 INFO kablam! Compiling brotli-no-stdlib v1.0.4 (/source) Oct 16 16:29:27.468 INFO kablam! warning: unused macro definition Oct 16 16:29:27.468 INFO kablam! --> src/lib.rs:921:1 Oct 16 16:29:27.468 INFO kablam! | Oct 16 16:29:27.468 INFO kablam! 921 | / macro_rules! SafeReadBlockLength ( Oct 16 16:29:27.468 INFO kablam! 922 | | ($state : expr, $result : expr , $table : expr) => { Oct 16 16:29:27.468 INFO kablam! 923 | | SafeReadBlockLengthFromIndex(&mut $state, &mut $result, Oct 16 16:29:27.468 INFO kablam! 924 | | SafeReadBlockLengthIndex($state.substate_read_block_length, Oct 16 16:29:27.468 INFO kablam! ... | Oct 16 16:29:27.468 INFO kablam! 928 | | }; Oct 16 16:29:27.468 INFO kablam! 929 | | ); Oct 16 16:29:27.468 INFO kablam! | |__^ Oct 16 16:29:27.468 INFO kablam! | Oct 16 16:29:27.468 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 16:29:27.468 INFO kablam! Oct 16 16:29:41.799 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:41.799 INFO kablam! --> src/bin/brot.rs:76:63 Oct 16 16:29:41.799 INFO kablam! | Oct 16 16:29:41.799 INFO kablam! 76 | pub fn decompress (r : &mut InputType, mut w : &mut OutputType) -> Result<(), io::Error> Oct 16 16:29:41.800 INFO kablam! | ----^ Oct 16 16:29:41.800 INFO kablam! | | Oct 16 16:29:41.800 INFO kablam! | help: remove this `mut` Oct 16 16:29:41.800 INFO kablam! | Oct 16 16:29:41.800 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 16:29:41.800 INFO kablam! Oct 16 16:29:47.039 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:47.039 INFO kablam! --> src/lib.rs:131:22 Oct 16 16:29:47.039 INFO kablam! | Oct 16 16:29:47.039 INFO kablam! 131 | mut value : &mut u32, Oct 16 16:29:47.039 INFO kablam! | ----^^^^^ Oct 16 16:29:47.039 INFO kablam! | | Oct 16 16:29:47.039 INFO kablam! | help: remove this `mut` Oct 16 16:29:47.039 INFO kablam! | Oct 16 16:29:47.040 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 16:29:47.041 INFO kablam! Oct 16 16:29:47.103 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:47.104 INFO kablam! --> src/lib.rs:1271:45 Oct 16 16:29:47.104 INFO kablam! | Oct 16 16:29:47.104 INFO kablam! 1271 | mut s : &mut BlockTypeAndLengthState, Oct 16 16:29:47.104 INFO kablam! | ----^ Oct 16 16:29:47.105 INFO kablam! | | Oct 16 16:29:47.105 INFO kablam! | help: remove this `mut` Oct 16 16:29:47.105 INFO kablam! Oct 16 16:29:47.106 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:47.106 INFO kablam! --> src/lib.rs:1272:45 Oct 16 16:29:47.106 INFO kablam! | Oct 16 16:29:47.106 INFO kablam! 1272 | mut br : &mut bit_reader::BrotliBitReader, Oct 16 16:29:47.107 INFO kablam! | ----^^ Oct 16 16:29:47.107 INFO kablam! | | Oct 16 16:29:47.107 INFO kablam! | help: remove this `mut` Oct 16 16:29:47.108 INFO kablam! Oct 16 16:29:47.108 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:47.108 INFO kablam! --> src/lib.rs:1332:45 Oct 16 16:29:47.108 INFO kablam! | Oct 16 16:29:47.109 INFO kablam! 1332 | mut s : &mut BrotliState src/lib.rs:1377:45 Oct 16 16:29:47.111 INFO kablam! | Oct 16 16:29:47.111 INFO kablam! 1377 | mut s : &mut BrotliState, input : &[u8]) -> bool { Oct 16 16:29:47.111 INFO kablam! | ----^ Oct 16 16:29:47.112 INFO kablam! | | Oct 16 16:29:47.112 INFO kablam! | help: remove this `mut` Oct 16 16:29:47.112 INFO kablam! Oct 16 16:29:47.113 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:47.113 INFO kablam! --> src/lib.rs:1390:45 Oct 16 16:29:47.113 INFO kablam! | Oct 16 16:29:47.113 INFO kablam! 1390 | AllocHC : alloc::Allocator> (mut s : &mut BrotliState, input : &[u8]) { Oct 16 16:29:47.114 INFO kablam! | ----^ Oct 16 16:29:47.114 INFO kablam! | | Oct 16 16:29:47.114 INFO kablam! | help: remove this `mut` Oct 16 16:29:47.115 INFO kablam! Oct 16 16:29:47.115 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:47.115 INFO kablam! --> src/lib.rs:1398:45 Oct 16 16:29:47.115 INFO kablam! | Oct 16 16:29:47.116 INFO kablam! 1398 | AllocHC : alloc::Allocator> (mut s : &mut BrotliState, input : &[u8]) -> bool { Oct 16 16:29:47.116 INFO kablam! | ----^ Oct 16 16:29:47.116 INFO kablam! | | Oct 16 16:29:47.116 INFO kablam! | help: remove this `mut` Oct 16 16:29:47.117 INFO kablam! Oct 16 16:29:47.117 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:47.117 INFO kablam! --> src/lib.rs:1409:45 Oct 16 16:29:47.118 INFO kablam! | Oct 16 16:29:47.118 INFO kablam! 1409 | mut s : &mut BrotliState, input : &[u8]) -> bool { Oct 16 16:29:47.118 INFO kablam! | ----^ Oct 16 16:29:47.118 INFO kablam! | | Oct 16 16:29:47.119 INFO kablam! | help: remove this `mut` Oct 16 16:29:47.119 INFO kablam! Oct 16 16:29:47.119 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:47.119 INFO kablam! --> src/lib.rs:1424:45 Oct 16 16:29:47.119 INFO kablam! | Oct 16 16:29:47.120 INFO kablam! 1424 | AllocHC : alloc::Allocator> (mut s : &mut BrotliState, input : &[u8]) { Oct 16 16:29:47.120 INFO kablam! | ----^ Oct 16 16:29:47.120 INFO kablam! | | Oct 16 16:29:47.120 INFO kablam! | help: remove this `mut` Oct 16 16:29:47.121 INFO kablam! Oct 16 16:29:47.121 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:47.121 INFO kablam! --> src/lib.rs:1433:45 Oct 16 16:29:47.121 INFO kablam! | Oct 16 16:29:47.122 INFO kablam! 1433 | AllocHC : alloc::Allocator> (mut s : &mut BrotliState, input : &[u8]) -> bool { Oct 16 16:29:47.122 INFO kablam! | ----^ Oct 16 16:29:47.122 INFO kablam! | | Oct 16 16:29:47.122 INFO kablam! | help: remove this `mut` Oct 16 16:29:47.123 INFO kablam! Oct 16 16:29:47.123 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:47.123 INFO kablam! --> src/lib.rs:1440:33 Oct 16 16:29:47.123 INFO kablam! | Oct 16 16:29:47.124 INFO kablam! 1440 | (available_out : &mut usize, mut output : &mut [u8], mut output_offset : &mut usize, Oct 16 16:29:47.124 INFO kablam! | ----^^^^^^ Oct 16 16:29:47.124 INFO kablam! | | Oct 16 16:29:47.124 INFO kablam! | help: remove this `mut` Oct 16 16:29:47.125 INFO kablam! Oct 16 16:29:47.125 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:47.125 INFO kablam! --> src/lib.rs:1440:57 Oct 16 16:29:47.126 INFO kablam! | Oct 16 16:29:47.126 INFO kablam! 1440 | (available_out : &mut usize, mut output : &mut [u8], mut output_offset : &mut usize, Oct 16 16:29:47.126 INFO kablam! | ----^^^^^^^^^^^^^ Oct 16 16:29:47.126 INFO kablam! | | Oct 16 16:29:47.127 INFO kablam! | help: remove this `mut` Oct 16 16:29:47.127 INFO kablam! Oct 16 16:29:47.127 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:47.127 INFO kablam! --> src/lib.rs:1441:20 Oct 16 16:29:47.128 INFO kablam! | Oct 16 16:29:47.128 INFO kablam! 1441 | mut total_out : &mut usize, s : &mut BrotliState) -> BrotliResult { Oct 16 16:29:47.128 INFO kablam! | ----^^^^^^^^^ Oct 16 16:29:47.128 INFO kablam! | | Oct 16 16:29:47.129 INFO kablam! | help: remove this `mut` Oct 16 16:29:47.129 INFO kablam! Oct 16 16:29:47.379 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:47.379 INFO kablam! --> src/lib.rs:2198:3 Oct 16 16:29:47.379 INFO kablam! | Oct 16 16:29:47.379 INFO kablam! 2198 | mut available_in : &mut usize, input_offset : &mut usize, xinput : &[u8], // ugly that we are mutable Oct 16 16:29:47.380 INFO kablam! | ----^^^^^^^^^^^^ Oct 16 16:29:47.380 INFO kablam! | | Oct 16 16:29:47.380 INFO kablam! | help: remove this `mut` Oct 16 16:29:47.380 INFO kablam! Oct 16 16:29:47.643 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:47.643 INFO kablam! --> src/transform.rs:284:9 Oct 16 16:29:47.643 INFO kablam! | Oct 16 16:29:47.643 INFO kablam! 284 | let mut uppercase = &mut dst[(idx - len) as usize ..]; Oct 16 16:29:47.643 INFO kablam! | ----^^^^^^^^^ Oct 16 16:29:47.643 INFO kablam! | | Oct 16 16:29:47.643 INFO kablam! | help: remove this `mut` Oct 16 16:29:47.643 INFO kablam! Oct 16 16:29:49.769 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.64s Oct 16 16:29:49.771 INFO kablam! su: No module specific data is present Oct 16 16:29:50.123 INFO running `"docker" "rm" "-f" "4f9fba1f62029527412fc92492360c4475267e1da0669278c6f70637d8770083"` Oct 16 16:29:50.371 INFO blam! 4f9fba1f62029527412fc92492360c4475267e1da0669278c6f70637d8770083 Oct 16 16:29:50.383 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16:29:50.592 INFO blam! 71326310b5b8d4e9c887a8376143be93319c60319bdf3bbd71b55c82994a5e3c Oct 16 16:29:50.604 INFO running `"docker" "start" "-a" "71326310b5b8d4e9c887a8376143be93319c60319bdf3bbd71b55c82994a5e3c"` Oct 16 16:29:51.389 INFO kablam! usermod: no changes Oct 16 16:29:51.431 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 16:29:51.431 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 16:29:51.431 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 16:29:51.431 INFO kablam! files will be included as a binary target: Oct 16 16:29:51.432 INFO kablam! Oct 16 16:29:51.432 INFO kablam! * /source/src/bin/integration_tests.rs Oct 16 16:29:51.432 INFO kablam! Oct 16 16:29:51.433 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 16:29:51.433 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 16:29:51.433 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 16:29:51.434 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 16:29:51.434 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 16:29:51.435 INFO kablam! Oct 16 16:29:51.436 INFO blam! Oct 16 16:29:51.436 INFO kablam! For more information on this warning you can consult Oct 16 16:29:51.436 INFO blam! running 20 tests Oct 16 16:29:51.437 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 16:29:51.438 INFO blam! test huffman::tests::code_length_single_value_ht ... ok Oct 16 16:29:51.438 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 16 16:29:51.438 INFO blam! test huffman::tests::code_length_stringy_ht ... ok Oct 16 16:29:51.438 INFO kablam! Running /target/debug/deps/brotli_no_stdlib-dc71a3f7c85cba4d Oct 16 16:29:51.438 INFO blam! test huffman::tests::code_length_ht ... ok Oct 16 16:29:51.438 INFO blam! test bit_reader::tests::warmup_works ... ok Oct 16 16:29:51.438 INFO blam! test bit_reader::tests::warmup_errcheck ... ok Oct 16 16:29:51.438 INFO blam! test bit_reader::tests::safe_read_tests ... ok Oct 16 16:29:51.438 INFO blam! test huffman::tests::complex ... ok Oct 16 16:29:51.438 INFO blam! test huffman::tests::multilevel ... ok Oct 16 16:29:51.438 INFO blam! test huffman::tests::simple_0 ... ok Oct 16 16:29:51.438 INFO blam! test bit_reader::tests::const_fill_bit_window_tests ... ok Oct 16 16:29:51.438 INFO blam! test huffman::tests::simple_1 ... ok Oct 16 16:29:51.438 INFO blam! test huffman::tests::simple_2 ... ok Oct 16 16:29:51.438 INFO blam! test bit_reader::tests::bit_read_tests ... ok Oct 16 16:29:51.438 INFO blam! test huffman::tests::simple_3 ... ok Oct 16 16:29:51.438 INFO blam! test huffman::tests::simple_4 ... ok Oct 16 16:29:51.438 INFO blam! test huffman::tests::singlelevel ... ok Oct 16 16:29:51.453 INFO blam! test test::test_10x10y ... ok Oct 16 16:29:51.453 INFO blam! test test::test_x ... ok Oct 16 16:29:51.453 INFO blam! test test::test_empty ... ok Oct 16 16:29:51.490 INFO blam! test test::test_quickfox_repeated ... ok Oct 16 16:29:51.491 INFO kablam! Running /target/debug/deps/brot-3b607a5874a51557 Oct 16 16:29:51.491 INFO blam! Oct 16 16:29:51.491 INFO blam! test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 16:29:51.491 INFO blam! Oct 16 16:29:51.491 INFO blam! Oct 16 16:29:51.491 INFO blam! running 56 tests Oct 16 16:29:51.523 INFO blam! test integration_tests::test_10x_10y_one_out_byte ... ok Oct 16 16:29:51.523 INFO kablam! Time 0.000103027 Oct 16 16:29:51.523 INFO kablam! Oct 16 16:29:51.535 INFO kablam! Time 0.000095024 Oct 16 16:29:51.535 INFO blam! test integration_tests::test_10x_10y_byte_by_byte ... ok Oct 16 16:29:51.535 INFO kablam! Oct 16 16:29:51.535 INFO blam! test integration_tests::test_10x_10y ... ok Oct 16 16:29:51.535 INFO kablam! Time 0.000092857 Oct 16 16:29:51.535 INFO blam! test integration_tests::test_64x ... ok Oct 16 16:29:51.535 INFO kablam! Oct 16 16:29:51.535 INFO kablam! Time 0.000090274 Oct 16 16:29:51.535 INFO kablam! Oct 16 16:29:51.591 INFO kablam! Time 0.028462366 Oct 16 16:29:51.591 INFO blam! test integration_tests::test_backward65536 ... ok Oct 16 16:29:51.591 INFO kablam! Oct 16 16:29:51.603 INFO kablam! Time 0.000003781 Oct 16 16:29:51.603 INFO blam! test integration_tests::test_empty ... ok Oct 16 16:29:51.603 INFO kablam! Oct 16 16:29:51.631 INFO kablam! Time 0.000004653 Oct 16 16:29:51.631 INFO blam! test integration_tests::test_empty0 ... ok Oct 16 16:29:51.631 INFO kablam! Oct 16 16:29:51.633 INFO kablam! Time 0.037606044 Oct 16 16:29:51.633 INFO kablam! Oct 16 16:29:51.636 INFO kablam! Time 0.000004777 Oct 16 16:29:51.636 INFO kablam! Oct 16 16:29:51.655 INFO blam! test integration_tests::test_compressed_file ... ok Oct 16 16:29:51.655 INFO blam! test integration_tests::test_empty1 ... ok Oct 16 16:29:51.667 INFO blam! test integration_tests::test_empty10 ... ok Oct 16 16:29:51.667 INFO kablam! Time 0.000006210 Oct 16 16:29:51.667 INFO blam! test integration_tests::test_empty11 ... ok Oct 16 16:29:51.667 INFO kablam! Oct 16 16:29:51.667 INFO kablam! Time 0.000003933 Oct 16 16:29:51.667 INFO kablam! Oct 16 16:29:51.692 INFO kablam! Time 0.000005087 Oct 16 16:29:51.692 INFO blam! test integration_tests::test_empty12 ... ok Oct 16 16:29:51.692 INFO kablam! Oct 16 16:29:51.697 INFO kablam! Time 0.000006051 Oct 16 16:29:51.697 INFO kablam! Oct 16 16:29:51.697 INFO kablam! Time 0.000004575 Oct 16 16:29:51.698 INFO kablam! Oct 16 16:29:51.719 INFO blam! test integration_tests::test_empty13 ... ok Oct 16 16:29:51.719 INFO blam! test integration_tests::test_empty14 ... ok Oct 16 16:29:51.719 INFO blam! test integration_tests::test_broken_file ... ok Oct 16 16:29:51.727 INFO blam! test integration_tests::test_empty15 ... ok Oct 16 16:29:51.727 INFO kablam! Time 0.000006513 Oct 16 16:29:51.727 INFO kablam! Oct 16 16:29:51.735 INFO kablam! Time 0.000004742 Oct 16 16:29:51.735 INFO blam! test integration_tests::test_empty16 ... ok Oct 16 16:29:51.735 INFO kablam! Oct 16 16:29:51.735 INFO blam! test integration_tests::test_empty2 ... ok Oct 16 16:29:51.735 INFO kablam! Time 0.000004057 Oct 16 16:29:51.735 INFO kablam! Oct 16 16:29:51.735 INFO kablam! Time 0.166941177 Oct 16 16:29:51.735 INFO kablam! Oct 16 16:29:51.739 INFO kablam! Time 0.000003975 Oct 16 16:29:51.741 INFO blam! test integration_tests::test_compressed_repeated ... ok Oct 16 16:29:51.741 INFO kablam! Oct 16 16:29:51.741 INFO blam! test integration_tests::test_empty4 ... ok Oct 16 16:29:51.755 INFO blam! test integration_tests::test_empty5 ... ok Oct 16 16:29:51.755 INFO kablam! Time 0.000004285 Oct 16 16:29:51.755 INFO kablam! Oct 16 16:29:51.768 INFO kablam! Time 0.000004226 Oct 16 16:29:51.768 INFO kablam! Oct 16 16:29:51.772 INFO blam! test integration_tests::test_empty3 ... ok Oct 16 16:29:51.836 INFO blam! test integration_tests::test_empty6 ... ok Oct 16 16:29:51.836 INFO blam! test integration_tests::test_empty7 ... ok Oct 16 16:29:51.836 INFO kablam! Time 0.000004642 Oct 16 16:29:51.836 INFO kablam! Oct 16 16:29:51.836 INFO kablam! Time 0.000003499 Oct 16 16:29:51.836 INFO kablam! Oct 16 16:29:51.864 INFO kablam! Time 0.000003888 Oct 16 16:29:51.864 INFO kablam! Oct 16 16:29:51.867 INFO kablam! Time 0.000003342 Oct 16 16:29:51.867 INFO kablam! Oct 16 16:29:51.879 INFO kablam! Time 0.000090681 Oct 16 16:29:51.879 INFO blam! test integration_tests::test_empty8 ... ok Oct 16 16:29:51.879 INFO kablam! Oct 16 16:29:51.879 INFO blam! test integration_tests::test_empty9 ... ok Oct 16 16:29:51.879 INFO blam! test integration_tests::test_ends_with_truncated_dictionary ... ok Oct 16 16:29:52.013 INFO kablam! Time 0.458601880 Oct 16 16:29:52.013 INFO kablam! Oct 16 16:29:52.023 INFO blam! test integration_tests::test_as_you_like_it ... ok Oct 16 16:29:52.099 INFO blam! test integration_tests::test_empty17 ... ok Oct 16 16:29:52.099 INFO kablam! Time 0.328948544 Oct 16 16:29:52.099 INFO kablam! Oct 16 16:29:52.111 INFO kablam! Time 0.560758541 Oct 16 16:29:52.112 INFO kablam! Oct 16 16:29:52.118 INFO blam! test integration_tests::test_alice29 ... ok Oct 16 16:29:52.491 INFO blam! test integration_tests::test_empty18 ... ok Oct 16 16:29:52.491 INFO kablam! Time 0.608980214 Oct 16 16:29:52.491 INFO kablam! Oct 16 16:29:52.591 INFO kablam! Time 0.620658902 Oct 16 16:29:52.591 INFO kablam! Oct 16 16:29:52.591 INFO blam! test integration_tests::test_mapsdatazrh ... ok Oct 16 16:29:52.619 INFO kablam! Time 0.000521598 Oct 16 16:29:52.619 INFO kablam! Oct 16 16:29:52.639 INFO blam! test integration_tests::test_monkey ... ok Oct 16 16:29:52.652 INFO kablam! Time 0.010267876 Oct 16 16:29:52.652 INFO kablam! Oct 16 16:29:52.652 INFO blam! test integration_tests::test_monkey1 ... ok Oct 16 16:29:52.658 INFO kablam! Time 0.001006782 Oct 16 16:29:52.658 INFO kablam! Oct 16 16:29:52.675 INFO kablam! Time 1.098108433 Oct 16 16:29:52.675 INFO kablam! Oct 16 16:29:52.683 INFO blam! test integration_tests::test_monkey3 ... ok Oct 16 16:29:52.683 INFO blam! test integration_tests::lcet10 ... ok Oct 16 16:29:52.711 INFO blam! test integration_tests::test_negative_hypothesis ... ok Oct 16 16:29:52.723 INFO kablam! Time 0.001245334 Oct 16 16:29:52.723 INFO kablam! Oct 16 16:29:52.723 INFO blam! test integration_tests::test_random_org_10k ... ok Oct 16 16:29:53.159 INFO kablam! Time 0.370224240 Oct 16 16:29:53.159 INFO kablam! Oct 16 16:29:53.159 INFO blam! test integration_tests::test_random_then_unicode ... ok Oct 16 16:29:53.179 INFO kablam! Time 0.000179448 Oct 16 16:29:53.179 INFO kablam! Oct 16 16:29:53.179 INFO blam! test integration_tests::test_ukkonooa ... ok Oct 16 16:29:53.183 INFO kablam! Time 0.000372110 Oct 16 16:29:53.183 INFO kablam! Oct 16 16:29:53.183 INFO blam! test integration_tests::test_ukkonooa1 ... ok Oct 16 16:29:53.198 INFO kablam! Time 0.000216032 Oct 16 16:29:53.198 INFO kablam! Oct 16 16:29:53.198 INFO blam! test integration_tests::test_ukkonooa3 ... ok Oct 16 16:29:53.201 INFO kablam! Time 0.000012589 Oct 16 16:29:53.201 INFO kablam! Oct 16 16:29:53.201 INFO blam! test integration_tests::test_x ... ok Oct 16 16:29:53.218 INFO kablam! Time 0.000012933 Oct 16 16:29:53.218 INFO kablam! Oct 16 16:29:53.218 INFO blam! test integration_tests::test_x_0 ... ok Oct 16 16:29:53.231 INFO kablam! Time 0.000013932 Oct 16 16:29:53.231 INFO kablam! Oct 16 16:29:53.231 INFO blam! test integration_tests::test_x_1 ... ok Oct 16 16:29:53.237 INFO kablam! Time 0.000018379 Oct 16 16:29:53.237 INFO kablam! Oct 16 16:29:53.237 INFO blam! test integration_tests::test_x_2 ... ok Oct 16 16:29:53.240 INFO kablam! Time 0.000087302 Oct 16 16:29:53.240 INFO kablam! Oct 16 16:29:53.241 INFO blam! test integration_tests::test_x_3 ... ok Oct 16 16:29:53.263 INFO kablam! Time 0.000012072 Oct 16 16:29:53.263 INFO kablam! Oct 16 16:29:53.263 INFO blam! test integration_tests::test_xyzzy ... ok Oct 16 16:29:53.295 INFO kablam! Time 0.032092317 Oct 16 16:29:53.295 INFO kablam! Oct 16 16:29:53.295 INFO blam! test integration_tests::test_zeros ... ok Oct 16 16:29:53.340 INFO kablam! Time 1.681632527 Oct 16 16:29:53.340 INFO kablam! Oct 16 16:29:53.340 INFO blam! test integration_tests::test_alice1 ... ok Oct 16 16:29:53.495 INFO kablam! Time 1.521903682 Oct 16 16:29:53.495 INFO kablam! Oct 16 16:29:53.495 INFO blam! test integration_tests::test_metablock_reset ... ok Oct 16 16:29:53.631 INFO kablam! Time 0.907938005 Oct 16 16:29:53.631 INFO kablam! Oct 16 16:29:53.632 INFO blam! test integration_tests::test_plrabn12 ... ok Oct 16 16:29:54.478 INFO blam! test integration_tests::test_metablock_reset65536_1 ... ok Oct 16 16:29:54.479 INFO kablam! Time 1.205162787 Oct 16 16:29:54.479 INFO kablam! Oct 16 16:29:54.786 INFO kablam! Time 2.149387310 Oct 16 16:29:54.787 INFO blam! test integration_tests::test_metablock_reset3 ... ok Oct 16 16:29:54.787 INFO kablam! Oct 16 16:29:56.579 INFO kablam! Time 4.104953627 Oct 16 16:29:56.579 INFO kablam! Oct 16 16:29:56.579 INFO blam! test integration_tests::test_metablock_reset1_65536 ... ok Oct 16 16:29:56.723 INFO blam! test integration_tests::test_metablock_reset1 ... ok Oct 16 16:29:56.723 INFO kablam! Time 4.013157992 Oct 16 16:29:56.724 INFO blam! Oct 16 16:29:56.724 INFO kablam! Oct 16 16:29:56.724 INFO blam! test result: ok. 56 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 16:29:56.724 INFO kablam! Doc-tests brotli-no-stdlib Oct 16 16:29:56.724 INFO blam! Oct 16 16:29:57.347 INFO blam! Oct 16 16:29:57.347 INFO blam! running 0 tests Oct 16 16:29:57.347 INFO blam! Oct 16 16:29:57.347 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 16:29:57.347 INFO blam! Oct 16 16:29:57.363 INFO kablam! su: No module specific data is present Oct 16 16:29:57.927 INFO running `"docker" "rm" "-f" "71326310b5b8d4e9c887a8376143be93319c60319bdf3bbd71b55c82994a5e3c"` Oct 16 16:29:58.187 INFO blam! 71326310b5b8d4e9c887a8376143be93319c60319bdf3bbd71b55c82994a5e3c