Oct 16 16:29:05.797 INFO testing brotli-no-stdlib-1.0.4 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 16:29:05.798 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/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 16 16:29:06.127 INFO blam! 6fac9e66cbb51744ddd13885382032309ccfc8b4cd67520af43d4658002f4b49 Oct 16 16:29:06.135 INFO running `"docker" "start" "-a" "6fac9e66cbb51744ddd13885382032309ccfc8b4cd67520af43d4658002f4b49"` Oct 16 16:29:06.679 INFO kablam! usermod: no changes Oct 16 16:29:06.711 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 16:29:06.711 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 16:29:06.711 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 16:29:06.711 INFO kablam! files will be included as a binary target: Oct 16 16:29:06.711 INFO kablam! Oct 16 16:29:06.711 INFO kablam! * /source/src/bin/integration_tests.rs Oct 16 16:29:06.711 INFO kablam! Oct 16 16:29:06.711 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 16:29:06.711 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 16:29:06.711 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 16:29:06.711 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 16:29:06.711 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 16:29:06.711 INFO kablam! Oct 16 16:29:06.711 INFO kablam! For more information on this warning you can consult Oct 16 16:29:06.711 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 16:29:06.713 INFO kablam! Compiling alloc-no-stdlib v1.0.0 Oct 16 16:29:06.880 INFO kablam! Compiling brotli-no-stdlib v1.0.4 (/source) Oct 16 16:29:07.310 INFO kablam! warning: unused `#[macro_use]` import Oct 16 16:29:07.311 INFO kablam! --> src/lib.rs:11:1 Oct 16 16:29:07.311 INFO kablam! | Oct 16 16:29:07.311 INFO kablam! 11 | #[macro_use] Oct 16 16:29:07.311 INFO kablam! | ^^^^^^^^^^^^ Oct 16 16:29:07.311 INFO kablam! | Oct 16 16:29:07.311 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 16:29:07.311 INFO kablam! Oct 16 16:29:07.334 INFO kablam! warning: unused macro definition Oct 16 16:29:07.335 INFO kablam! --> src/lib.rs:921:1 Oct 16 16:29:07.335 INFO kablam! | Oct 16 16:29:07.335 INFO kablam! 921 | / macro_rules! SafeReadBlockLength ( Oct 16 16:29:07.335 INFO kablam! 922 | | ($state : expr, $result : expr , $table : expr) => { Oct 16 16:29:07.335 INFO kablam! 923 | | SafeReadBlockLengthFromIndex(&mut $state, &mut $result, Oct 16 16:29:07.335 INFO kablam! 924 | | SafeReadBlockLengthIndex($state.substate_read_block_length, Oct 16 16:29:07.335 INFO kablam! ... | Oct 16 16:29:07.335 INFO kablam! 928 | | }; Oct 16 16:29:07.335 INFO kablam! 929 | | ); Oct 16 16:29:07.335 INFO kablam! | |__^ Oct 16 16:29:07.335 INFO kablam! | Oct 16 16:29:07.335 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 16:29:07.335 INFO kablam! Oct 16 16:29:08.659 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:08.659 INFO kablam! --> src/lib.rs:131:22 Oct 16 16:29:08.659 INFO kablam! | Oct 16 16:29:08.659 INFO kablam! 131 | mut value : &mut u32, Oct 16 16:29:08.659 INFO kablam! | ----^^^^^ Oct 16 16:29:08.659 INFO kablam! | | Oct 16 16:29:08.659 INFO kablam! | help: remove this `mut` Oct 16 16:29:08.659 INFO kablam! | Oct 16 16:29:08.659 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 16:29:08.659 INFO kablam! Oct 16 16:29:08.699 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:08.699 INFO kablam! --> src/lib.rs:1271:45 Oct 16 16:29:08.699 INFO kablam! | Oct 16 16:29:08.699 INFO kablam! 1271 | mut s : &mut BlockTypeAndLengthState, Oct 16 16:29:08.699 INFO kablam! | ----^ Oct 16 16:29:08.699 INFO kablam! | | Oct 16 16:29:08.699 INFO kablam! | help: remove this `mut` Oct 16 16:29:08.699 INFO kablam! Oct 16 16:29:08.699 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:08.699 INFO kablam! --> src/lib.rs:1272:45 Oct 16 16:29:08.699 INFO kablam! | Oct 16 16:29:08.699 INFO kablam! 1272 | mut br : &mut bit_reader::BrotliBitReader, Oct 16 16:29:08.699 INFO kablam! | ----^^ Oct 16 16:29:08.699 INFO kablam! | | Oct 16 16:29:08.699 INFO kablam! | help: remove this `mut` Oct 16 16:29:08.699 INFO kablam! Oct 16 16:29:08.699 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:08.699 INFO kablam! --> src/lib.rs:1332:45 Oct 16 16:29:08.699 INFO kablam! | Oct 16 16:29:08.699 INFO kablam! 1332 | mut s : &mut BrotliState src/lib.rs:1377:45 Oct 16 16:29:08.699 INFO kablam! | Oct 16 16:29:08.699 INFO kablam! 1377 | mut s : &mut BrotliState, input : &[u8]) -> bool { Oct 16 16:29:08.699 INFO kablam! | ----^ Oct 16 16:29:08.699 INFO kablam! | | Oct 16 16:29:08.699 INFO kablam! | help: remove this `mut` Oct 16 16:29:08.699 INFO kablam! Oct 16 16:29:08.699 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:08.699 INFO kablam! --> src/lib.rs:1390:45 Oct 16 16:29:08.699 INFO kablam! | Oct 16 16:29:08.699 INFO kablam! 1390 | AllocHC : alloc::Allocator> (mut s : &mut BrotliState, input : &[u8]) { Oct 16 16:29:08.699 INFO kablam! | ----^ Oct 16 16:29:08.699 INFO kablam! | | Oct 16 16:29:08.699 INFO kablam! | help: remove this `mut` Oct 16 16:29:08.699 INFO kablam! Oct 16 16:29:08.702 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:08.703 INFO kablam! --> src/lib.rs:1398:45 Oct 16 16:29:08.707 INFO kablam! | Oct 16 16:29:08.707 INFO kablam! 1398 | AllocHC : alloc::Allocator> (mut s : &mut BrotliState, input : &[u8]) -> bool { Oct 16 16:29:08.707 INFO kablam! | ----^ Oct 16 16:29:08.708 INFO kablam! | | Oct 16 16:29:08.708 INFO kablam! | help: remove this `mut` Oct 16 16:29:08.708 INFO kablam! Oct 16 16:29:08.711 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:08.711 INFO kablam! --> src/lib.rs:1409:45 Oct 16 16:29:08.712 INFO kablam! | Oct 16 16:29:08.712 INFO kablam! 1409 | mut s : &mut BrotliState, input : &[u8]) -> bool { Oct 16 16:29:08.712 INFO kablam! | ----^ Oct 16 16:29:08.713 INFO kablam! | | Oct 16 16:29:08.713 INFO kablam! | help: remove this `mut` Oct 16 16:29:08.713 INFO kablam! Oct 16 16:29:08.714 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:08.714 INFO kablam! --> src/lib.rs:1424:45 Oct 16 16:29:08.714 INFO kablam! | Oct 16 16:29:08.714 INFO kablam! 1424 | AllocHC : alloc::Allocator> (mut s : &mut BrotliState, input : &[u8]) { Oct 16 16:29:08.715 INFO kablam! | ----^ Oct 16 16:29:08.715 INFO kablam! | | Oct 16 16:29:08.715 INFO kablam! | help: remove this `mut` Oct 16 16:29:08.716 INFO kablam! Oct 16 16:29:08.716 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:08.716 INFO kablam! --> src/lib.rs:1433:45 Oct 16 16:29:08.717 INFO kablam! | Oct 16 16:29:08.717 INFO kablam! 1433 | AllocHC : alloc::Allocator> (mut s : &mut BrotliState, input : &[u8]) -> bool { Oct 16 16:29:08.717 INFO kablam! | ----^ Oct 16 16:29:08.718 INFO kablam! | | Oct 16 16:29:08.718 INFO kablam! | help: remove this `mut` Oct 16 16:29:08.718 INFO kablam! Oct 16 16:29:08.718 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:08.719 INFO kablam! --> src/lib.rs:1440:33 Oct 16 16:29:08.719 INFO kablam! | Oct 16 16:29:08.719 INFO kablam! 1440 | (available_out : &mut usize, mut output : &mut [u8], mut output_offset : &mut usize, Oct 16 16:29:08.720 INFO kablam! | ----^^^^^^ Oct 16 16:29:08.720 INFO kablam! | | Oct 16 16:29:08.720 INFO kablam! | help: remove this `mut` Oct 16 16:29:08.720 INFO kablam! Oct 16 16:29:08.721 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:08.721 INFO kablam! --> src/lib.rs:1440:57 Oct 16 16:29:08.721 INFO kablam! | Oct 16 16:29:08.721 INFO kablam! 1440 | (available_out : &mut usize, mut output : &mut [u8], mut output_offset : &mut usize, Oct 16 16:29:08.722 INFO kablam! | ----^^^^^^^^^^^^^ Oct 16 16:29:08.722 INFO kablam! | | Oct 16 16:29:08.722 INFO kablam! | help: remove this `mut` Oct 16 16:29:08.723 INFO kablam! Oct 16 16:29:08.723 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:08.723 INFO kablam! --> src/lib.rs:1441:20 Oct 16 16:29:08.723 INFO kablam! | Oct 16 16:29:08.724 INFO kablam! 1441 | mut total_out : &mut usize, s : &mut BrotliState) -> BrotliResult { Oct 16 16:29:08.724 INFO kablam! | ----^^^^^^^^^ Oct 16 16:29:08.724 INFO kablam! | | Oct 16 16:29:08.724 INFO kablam! | help: remove this `mut` Oct 16 16:29:08.725 INFO kablam! Oct 16 16:29:08.953 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:08.953 INFO kablam! --> src/lib.rs:2198:3 Oct 16 16:29:08.953 INFO kablam! | Oct 16 16:29:08.953 INFO kablam! 2198 | mut available_in : &mut usize, input_offset : &mut usize, xinput : &[u8], // ugly that we are mutable Oct 16 16:29:08.953 INFO kablam! | ----^^^^^^^^^^^^ Oct 16 16:29:08.953 INFO kablam! | | Oct 16 16:29:08.953 INFO kablam! | help: remove this `mut` Oct 16 16:29:08.953 INFO kablam! Oct 16 16:29:09.063 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:09.063 INFO kablam! --> src/transform.rs:284:9 Oct 16 16:29:09.063 INFO kablam! | Oct 16 16:29:09.063 INFO kablam! 284 | let mut uppercase = &mut dst[(idx - len) as usize ..]; Oct 16 16:29:09.063 INFO kablam! | ----^^^^^^^^^ Oct 16 16:29:09.063 INFO kablam! | | Oct 16 16:29:09.063 INFO kablam! | help: remove this `mut` Oct 16 16:29:09.063 INFO kablam! Oct 16 16:29:20.099 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:20.099 INFO kablam! --> src/bin/brot.rs:76:63 Oct 16 16:29:20.099 INFO kablam! | Oct 16 16:29:20.099 INFO kablam! 76 | pub fn decompress (r : &mut InputType, mut w : &mut OutputType) -> Result<(), io::Error> Oct 16 16:29:20.099 INFO kablam! | ----^ Oct 16 16:29:20.099 INFO kablam! | | Oct 16 16:29:20.099 INFO kablam! | help: remove this `mut` Oct 16 16:29:20.099 INFO kablam! | Oct 16 16:29:20.099 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 16:29:20.099 INFO kablam! Oct 16 16:29:21.793 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.09s Oct 16 16:29:21.801 INFO kablam! su: No module specific data is present Oct 16 16:29:23.135 INFO running `"docker" "rm" "-f" "6fac9e66cbb51744ddd13885382032309ccfc8b4cd67520af43d4658002f4b49"` Oct 16 16:29:23.515 INFO blam! 6fac9e66cbb51744ddd13885382032309ccfc8b4cd67520af43d4658002f4b49 Oct 16 16:29:23.519 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/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 16 16:29:23.859 INFO blam! 353815d29ba6f1dabbeeabd4f2fa08b75faf15375c4c30f2a9019fbe075ab288 Oct 16 16:29:23.867 INFO running `"docker" "start" "-a" "353815d29ba6f1dabbeeabd4f2fa08b75faf15375c4c30f2a9019fbe075ab288"` Oct 16 16:29:24.974 INFO kablam! usermod: no changes Oct 16 16:29:25.020 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 16:29:25.020 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 16:29:25.020 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 16:29:25.020 INFO kablam! files will be included as a binary target: Oct 16 16:29:25.020 INFO kablam! Oct 16 16:29:25.020 INFO kablam! * /source/src/bin/integration_tests.rs Oct 16 16:29:25.020 INFO kablam! Oct 16 16:29:25.020 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 16:29:25.020 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 16:29:25.020 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 16:29:25.020 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 16:29:25.020 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 16:29:25.020 INFO kablam! Oct 16 16:29:25.020 INFO kablam! For more information on this warning you can consult Oct 16 16:29:25.020 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 16:29:25.031 INFO kablam! Compiling brotli-no-stdlib v1.0.4 (/source) Oct 16 16:29:26.479 INFO kablam! warning: unused macro definition Oct 16 16:29:26.479 INFO kablam! --> src/lib.rs:921:1 Oct 16 16:29:26.479 INFO kablam! | Oct 16 16:29:26.479 INFO kablam! 921 | / macro_rules! SafeReadBlockLength ( Oct 16 16:29:26.479 INFO kablam! 922 | | ($state : expr, $result : expr , $table : expr) => { Oct 16 16:29:26.479 INFO kablam! 923 | | SafeReadBlockLengthFromIndex(&mut $state, &mut $result, Oct 16 16:29:26.479 INFO kablam! 924 | | SafeReadBlockLengthIndex($state.substate_read_block_length, Oct 16 16:29:26.479 INFO kablam! ... | Oct 16 16:29:26.479 INFO kablam! 928 | | }; Oct 16 16:29:26.479 INFO kablam! 929 | | ); Oct 16 16:29:26.479 INFO kablam! | |__^ Oct 16 16:29:26.479 INFO kablam! | Oct 16 16:29:26.479 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 16:29:26.479 INFO kablam! Oct 16 16:29:39.843 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:39.844 INFO kablam! --> src/bin/brot.rs:76:63 Oct 16 16:29:39.844 INFO kablam! | Oct 16 16:29:39.845 INFO kablam! 76 | pub fn decompress (r : &mut InputType, mut w : &mut OutputType) -> Result<(), io::Error> Oct 16 16:29:39.845 INFO kablam! | ----^ Oct 16 16:29:39.846 INFO kablam! | | Oct 16 16:29:39.846 INFO kablam! | help: remove this `mut` Oct 16 16:29:39.847 INFO kablam! | Oct 16 16:29:39.847 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 16:29:39.848 INFO kablam! Oct 16 16:29:45.058 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:45.058 INFO kablam! --> src/lib.rs:131:22 Oct 16 16:29:45.058 INFO kablam! | Oct 16 16:29:45.058 INFO kablam! 131 | mut value : &mut u32, Oct 16 16:29:45.058 INFO kablam! | ----^^^^^ Oct 16 16:29:45.058 INFO kablam! | | Oct 16 16:29:45.058 INFO kablam! | help: remove this `mut` Oct 16 16:29:45.058 INFO kablam! | Oct 16 16:29:45.059 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 16:29:45.061 INFO kablam! Oct 16 16:29:45.107 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:45.107 INFO kablam! --> src/lib.rs:1271:45 Oct 16 16:29:45.107 INFO kablam! | Oct 16 16:29:45.107 INFO kablam! 1271 | mut s : &mut BlockTypeAndLengthState, Oct 16 16:29:45.107 INFO kablam! | ----^ Oct 16 16:29:45.107 INFO kablam! | | Oct 16 16:29:45.107 INFO kablam! | help: remove this `mut` Oct 16 16:29:45.107 INFO kablam! Oct 16 16:29:45.107 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:45.109 INFO kablam! --> src/lib.rs:1272:45 Oct 16 16:29:45.109 INFO kablam! | Oct 16 16:29:45.109 INFO kablam! 1272 | mut br : &mut bit_reader::BrotliBitReader, Oct 16 16:29:45.109 INFO kablam! | ----^^ Oct 16 16:29:45.109 INFO kablam! | | Oct 16 16:29:45.109 INFO kablam! | help: remove this `mut` Oct 16 16:29:45.109 INFO kablam! Oct 16 16:29:45.109 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:45.109 INFO kablam! --> src/lib.rs:1332:45 Oct 16 16:29:45.109 INFO kablam! | Oct 16 16:29:45.109 INFO kablam! 1332 | mut s : &mut BrotliState src/lib.rs:1377:45 Oct 16 16:29:45.112 INFO kablam! | Oct 16 16:29:45.112 INFO kablam! 1377 | mut s : &mut BrotliState, input : &[u8]) -> bool { Oct 16 16:29:45.112 INFO kablam! | ----^ Oct 16 16:29:45.112 INFO kablam! | | Oct 16 16:29:45.112 INFO kablam! | help: remove this `mut` Oct 16 16:29:45.112 INFO kablam! Oct 16 16:29:45.112 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:45.112 INFO kablam! --> src/lib.rs:1390:45 Oct 16 16:29:45.112 INFO kablam! | Oct 16 16:29:45.112 INFO kablam! 1390 | AllocHC : alloc::Allocator> (mut s : &mut BrotliState, input : &[u8]) { Oct 16 16:29:45.112 INFO kablam! | ----^ Oct 16 16:29:45.112 INFO kablam! | | Oct 16 16:29:45.112 INFO kablam! | help: remove this `mut` Oct 16 16:29:45.112 INFO kablam! Oct 16 16:29:45.112 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:45.112 INFO kablam! --> src/lib.rs:1398:45 Oct 16 16:29:45.112 INFO kablam! | Oct 16 16:29:45.112 INFO kablam! 1398 | AllocHC : alloc::Allocator> (mut s : &mut BrotliState, input : &[u8]) -> bool { Oct 16 16:29:45.112 INFO kablam! | ----^ Oct 16 16:29:45.112 INFO kablam! | | Oct 16 16:29:45.112 INFO kablam! | help: remove this `mut` Oct 16 16:29:45.112 INFO kablam! Oct 16 16:29:45.112 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:45.112 INFO kablam! --> src/lib.rs:1409:45 Oct 16 16:29:45.112 INFO kablam! | Oct 16 16:29:45.112 INFO kablam! 1409 | mut s : &mut BrotliState, input : &[u8]) -> bool { Oct 16 16:29:45.118 INFO kablam! | ----^ Oct 16 16:29:45.118 INFO kablam! | | Oct 16 16:29:45.118 INFO kablam! | help: remove this `mut` Oct 16 16:29:45.118 INFO kablam! Oct 16 16:29:45.118 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:45.118 INFO kablam! --> src/lib.rs:1424:45 Oct 16 16:29:45.118 INFO kablam! | Oct 16 16:29:45.118 INFO kablam! 1424 | AllocHC : alloc::Allocator> (mut s : &mut BrotliState, input : &[u8]) { Oct 16 16:29:45.118 INFO kablam! | ----^ Oct 16 16:29:45.118 INFO kablam! | | Oct 16 16:29:45.118 INFO kablam! | help: remove this `mut` Oct 16 16:29:45.118 INFO kablam! Oct 16 16:29:45.118 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:45.118 INFO kablam! --> src/lib.rs:1433:45 Oct 16 16:29:45.118 INFO kablam! | Oct 16 16:29:45.118 INFO kablam! 1433 | AllocHC : alloc::Allocator> (mut s : &mut BrotliState, input : &[u8]) -> bool { Oct 16 16:29:45.118 INFO kablam! | ----^ Oct 16 16:29:45.118 INFO kablam! | | Oct 16 16:29:45.118 INFO kablam! | help: remove this `mut` Oct 16 16:29:45.118 INFO kablam! Oct 16 16:29:45.118 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:45.118 INFO kablam! --> src/lib.rs:1440:33 Oct 16 16:29:45.118 INFO kablam! | Oct 16 16:29:45.118 INFO kablam! 1440 | (available_out : &mut usize, mut output : &mut [u8], mut output_offset : &mut usize, Oct 16 16:29:45.118 INFO kablam! | ----^^^^^^ Oct 16 16:29:45.118 INFO kablam! | | Oct 16 16:29:45.118 INFO kablam! | help: remove this `mut` Oct 16 16:29:45.118 INFO kablam! Oct 16 16:29:45.118 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:45.118 INFO kablam! --> src/lib.rs:1440:57 Oct 16 16:29:45.118 INFO kablam! | Oct 16 16:29:45.118 INFO kablam! 1440 | (available_out : &mut usize, mut output : &mut [u8], mut output_offset : &mut usize, Oct 16 16:29:45.118 INFO kablam! | ----^^^^^^^^^^^^^ Oct 16 16:29:45.118 INFO kablam! | | Oct 16 16:29:45.118 INFO kablam! | help: remove this `mut` Oct 16 16:29:45.118 INFO kablam! Oct 16 16:29:45.118 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:45.118 INFO kablam! --> src/lib.rs:1441:20 Oct 16 16:29:45.118 INFO kablam! | Oct 16 16:29:45.118 INFO kablam! 1441 | mut total_out : &mut usize, s : &mut BrotliState) -> BrotliResult { Oct 16 16:29:45.118 INFO kablam! | ----^^^^^^^^^ Oct 16 16:29:45.118 INFO kablam! | | Oct 16 16:29:45.118 INFO kablam! | help: remove this `mut` Oct 16 16:29:45.118 INFO kablam! Oct 16 16:29:45.360 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:45.360 INFO kablam! --> src/lib.rs:2198:3 Oct 16 16:29:45.361 INFO kablam! | Oct 16 16:29:45.361 INFO kablam! 2198 | mut available_in : &mut usize, input_offset : &mut usize, xinput : &[u8], // ugly that we are mutable Oct 16 16:29:45.361 INFO kablam! | ----^^^^^^^^^^^^ Oct 16 16:29:45.361 INFO kablam! | | Oct 16 16:29:45.361 INFO kablam! | help: remove this `mut` Oct 16 16:29:45.361 INFO kablam! Oct 16 16:29:45.606 INFO kablam! warning: variable does not need to be mutable Oct 16 16:29:45.606 INFO kablam! --> src/transform.rs:284:9 Oct 16 16:29:45.606 INFO kablam! | Oct 16 16:29:45.606 INFO kablam! 284 | let mut uppercase = &mut dst[(idx - len) as usize ..]; Oct 16 16:29:45.606 INFO kablam! | ----^^^^^^^^^ Oct 16 16:29:45.606 INFO kablam! | | Oct 16 16:29:45.606 INFO kablam! | help: remove this `mut` Oct 16 16:29:45.606 INFO kablam! Oct 16 16:29:47.904 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.90s Oct 16 16:29:47.913 INFO kablam! su: No module specific data is present Oct 16 16:29:48.375 INFO running `"docker" "rm" "-f" "353815d29ba6f1dabbeeabd4f2fa08b75faf15375c4c30f2a9019fbe075ab288"` Oct 16 16:29:48.572 INFO blam! 353815d29ba6f1dabbeeabd4f2fa08b75faf15375c4c30f2a9019fbe075ab288 Oct 16 16:29:48.579 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/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 16 16:29:49.000 INFO blam! 61912ac2c4c2bfcabe3e81249d01942d70cf46d3484d08151e133ce1e408f60a Oct 16 16:29:49.015 INFO running `"docker" "start" "-a" "61912ac2c4c2bfcabe3e81249d01942d70cf46d3484d08151e133ce1e408f60a"` Oct 16 16:29:49.952 INFO kablam! usermod: no changes Oct 16 16:29:49.971 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 16:29:49.971 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 16:29:49.971 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 16:29:49.971 INFO kablam! files will be included as a binary target: Oct 16 16:29:49.971 INFO kablam! Oct 16 16:29:49.971 INFO kablam! * /source/src/bin/integration_tests.rs Oct 16 16:29:49.971 INFO kablam! Oct 16 16:29:49.971 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 16:29:49.971 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 16:29:49.971 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 16:29:49.971 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 16:29:49.971 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 16:29:49.971 INFO kablam! Oct 16 16:29:49.971 INFO kablam! For more information on this warning you can consult Oct 16 16:29:49.971 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 16:29:49.974 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 16 16:29:49.976 INFO kablam! Running /target/debug/deps/brotli_no_stdlib-e7313fd9cf344bfd Oct 16 16:29:49.980 INFO blam! Oct 16 16:29:49.980 INFO blam! running 20 tests Oct 16 16:29:49.980 INFO blam! test bit_reader::tests::const_fill_bit_window_tests ... ok Oct 16 16:29:49.980 INFO blam! test bit_reader::tests::safe_read_tests ... ok Oct 16 16:29:49.980 INFO blam! test bit_reader::tests::warmup_errcheck ... ok Oct 16 16:29:49.980 INFO blam! test huffman::tests::code_length_ht ... ok Oct 16 16:29:49.980 INFO blam! test huffman::tests::code_length_single_value_ht ... ok Oct 16 16:29:49.980 INFO blam! test huffman::tests::complex ... ok Oct 16 16:29:49.980 INFO blam! test huffman::tests::simple_1 ... ok Oct 16 16:29:49.980 INFO blam! test huffman::tests::simple_0 ... ok Oct 16 16:29:49.980 INFO blam! test huffman::tests::code_length_stringy_ht ... ok Oct 16 16:29:49.987 INFO blam! test bit_reader::tests::bit_read_tests ... ok Oct 16 16:29:49.987 INFO blam! test bit_reader::tests::warmup_works ... ok Oct 16 16:29:49.988 INFO blam! test huffman::tests::simple_2 ... ok Oct 16 16:29:49.988 INFO blam! test huffman::tests::singlelevel ... ok Oct 16 16:29:49.988 INFO blam! test huffman::tests::multilevel ... ok Oct 16 16:29:50.003 INFO blam! test huffman::tests::simple_3 ... ok Oct 16 16:29:50.007 INFO blam! test huffman::tests::simple_4 ... ok Oct 16 16:29:50.017 INFO blam! test test::test_x ... ok Oct 16 16:29:50.022 INFO blam! test test::test_empty ... ok Oct 16 16:29:50.022 INFO blam! test test::test_10x10y ... ok Oct 16 16:29:50.052 INFO blam! test test::test_quickfox_repeated ... ok Oct 16 16:29:50.052 INFO blam! Oct 16 16:29:50.052 INFO blam! test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 16:29:50.052 INFO blam! Oct 16 16:29:50.055 INFO blam! Oct 16 16:29:50.055 INFO kablam! Running /target/debug/deps/brot-6ed87ae66e9df96e Oct 16 16:29:50.055 INFO blam! running 56 tests Oct 16 16:29:50.064 INFO blam! test integration_tests::test_10x_10y_one_out_byte ... ok Oct 16 16:29:50.064 INFO kablam! Time 0.000115300 Oct 16 16:29:50.064 INFO kablam! Oct 16 16:29:50.079 INFO kablam! Time 0.000106355 Oct 16 16:29:50.079 INFO blam! test integration_tests::test_64x ... ok Oct 16 16:29:50.079 INFO kablam! Oct 16 16:29:50.095 INFO kablam! Time 0.000098587 Oct 16 16:29:50.095 INFO blam! test integration_tests::test_10x_10y ... ok Oct 16 16:29:50.095 INFO kablam! Oct 16 16:29:50.123 INFO kablam! Time 0.000104562 Oct 16 16:29:50.123 INFO blam! test integration_tests::test_10x_10y_byte_by_byte ... ok Oct 16 16:29:50.123 INFO kablam! Oct 16 16:29:50.147 INFO blam! test integration_tests::test_compressed_file ... ok Oct 16 16:29:50.147 INFO kablam! Time 0.014802085 Oct 16 16:29:50.147 INFO kablam! Oct 16 16:29:50.160 INFO kablam! Time 0.050363978 Oct 16 16:29:50.160 INFO kablam! Oct 16 16:29:50.162 INFO blam! test integration_tests::test_backward65536 ... ok Oct 16 16:29:50.208 INFO blam! test integration_tests::test_empty0 ... ok Oct 16 16:29:50.208 INFO kablam! Time 0.000004774 Oct 16 16:29:50.208 INFO blam! test integration_tests::test_empty ... ok Oct 16 16:29:50.208 INFO kablam! Oct 16 16:29:50.208 INFO blam! test integration_tests::test_as_you_like_it ... ok Oct 16 16:29:50.209 INFO kablam! Time 0.112624425 Oct 16 16:29:50.209 INFO kablam! Oct 16 16:29:50.209 INFO kablam! Time 0.000004362 Oct 16 16:29:50.209 INFO kablam! Oct 16 16:29:50.218 INFO kablam! Time 0.000004010 Oct 16 16:29:50.218 INFO blam! test integration_tests::test_empty1 ... ok Oct 16 16:29:50.218 INFO kablam! Oct 16 16:29:50.229 INFO kablam! Time 0.000003778 Oct 16 16:29:50.229 INFO blam! test integration_tests::test_broken_file ... ok Oct 16 16:29:50.229 INFO kablam! Oct 16 16:29:50.229 INFO blam! test integration_tests::test_empty11 ... ok Oct 16 16:29:50.239 INFO blam! test integration_tests::test_empty14 ... ok Oct 16 16:29:50.239 INFO kablam! Time 0.000004054 Oct 16 16:29:50.239 INFO kablam! Oct 16 16:29:50.243 INFO kablam! Time 0.000004008 Oct 16 16:29:50.243 INFO kablam! Oct 16 16:29:50.244 INFO kablam! Time 0.158274770 Oct 16 16:29:50.244 INFO kablam! Oct 16 16:29:50.244 INFO blam! test integration_tests::test_empty10 ... ok Oct 16 16:29:50.245 INFO blam! test integration_tests::test_alice29 ... ok Oct 16 16:29:50.247 INFO kablam! Time 0.000003909 Oct 16 16:29:50.247 INFO blam! test integration_tests::test_empty12 ... ok Oct 16 16:29:50.247 INFO kablam! Oct 16 16:29:50.254 INFO kablam! Time 0.000003338 Oct 16 16:29:50.254 INFO blam! test integration_tests::test_empty13 ... ok Oct 16 16:29:50.254 INFO kablam! Oct 16 16:29:50.259 INFO kablam! Time 0.000004160 Oct 16 16:29:50.259 INFO blam! test integration_tests::test_empty15 ... ok Oct 16 16:29:50.259 INFO kablam! Oct 16 16:29:50.268 INFO kablam! Time 0.000004972 Oct 16 16:29:50.268 INFO blam! test integration_tests::test_empty16 ... ok Oct 16 16:29:50.268 INFO kablam! Oct 16 16:29:50.269 INFO blam! test integration_tests::test_compressed_repeated ... ok Oct 16 16:29:50.269 INFO kablam! Time 0.085286437 Oct 16 16:29:50.269 INFO kablam! Oct 16 16:29:50.278 INFO kablam! Time 0.000004346 Oct 16 16:29:50.278 INFO blam! test integration_tests::test_empty2 ... ok Oct 16 16:29:50.278 INFO kablam! Oct 16 16:29:50.284 INFO kablam! Time 0.000004204 Oct 16 16:29:50.284 INFO blam! test integration_tests::test_empty3 ... ok Oct 16 16:29:50.284 INFO kablam! Oct 16 16:29:50.293 INFO kablam! Time 0.000003726 Oct 16 16:29:50.293 INFO kablam! Oct 16 16:29:50.295 INFO blam! test integration_tests::test_empty6 ... ok Oct 16 16:29:50.299 INFO blam! test integration_tests::test_empty4 ... ok Oct 16 16:29:50.299 INFO kablam! Time 0.000003697 Oct 16 16:29:50.299 INFO kablam! Oct 16 16:29:50.303 INFO kablam! Time 0.000003381 Oct 16 16:29:50.303 INFO kablam! Oct 16 16:29:50.303 INFO blam! test integration_tests::test_empty5 ... ok Oct 16 16:29:50.307 INFO kablam! Time 0.000003882 Oct 16 16:29:50.307 INFO kablam! Oct 16 16:29:50.312 INFO blam! test integration_tests::test_empty8 ... ok Oct 16 16:29:50.328 INFO blam! test integration_tests::test_empty9 ... ok Oct 16 16:29:50.328 INFO kablam! Time 0.000003483 Oct 16 16:29:50.329 INFO blam! test integration_tests::test_empty7 ... ok Oct 16 16:29:50.329 INFO kablam! Oct 16 16:29:50.329 INFO kablam! Time 0.000004212 Oct 16 16:29:50.329 INFO kablam! Oct 16 16:29:50.353 INFO kablam! Time 0.029716215 Oct 16 16:29:50.356 INFO blam! test integration_tests::test_ends_with_truncated_dictionary ... ok Oct 16 16:29:50.356 INFO kablam! Oct 16 16:29:50.371 INFO kablam! Time 0.088750140 Oct 16 16:29:50.371 INFO kablam! Oct 16 16:29:50.372 INFO blam! test integration_tests::test_empty17 ... ok Oct 16 16:29:50.399 INFO kablam! Time 0.104604652 Oct 16 16:29:50.399 INFO blam! test integration_tests::test_empty18 ... ok Oct 16 16:29:50.399 INFO kablam! Oct 16 16:29:50.427 INFO kablam! Time 0.348632328 Oct 16 16:29:50.427 INFO kablam! Oct 16 16:29:50.427 INFO blam! test integration_tests::lcet10 ... ok Oct 16 16:29:50.447 INFO kablam! Time 0.000503292 Oct 16 16:29:50.447 INFO kablam! Oct 16 16:29:50.454 INFO blam! test integration_tests::test_monkey ... ok Oct 16 16:29:50.454 INFO blam! test integration_tests::test_monkey1 ... ok Oct 16 16:29:50.454 INFO kablam! Time 0.002278128 Oct 16 16:29:50.454 INFO kablam! Oct 16 16:29:50.467 INFO kablam! Time 0.000989128 Oct 16 16:29:50.467 INFO blam! test integration_tests::test_monkey3 ... ok Oct 16 16:29:50.467 INFO kablam! Oct 16 16:29:50.483 INFO blam! test integration_tests::test_negative_hypothesis ... ok Oct 16 16:29:50.720 INFO kablam! Time 0.356372758 Oct 16 16:29:50.720 INFO kablam! Oct 16 16:29:50.727 INFO blam! test integration_tests::test_mapsdatazrh ... ok Oct 16 16:29:50.742 INFO blam! test integration_tests::test_random_org_10k ... ok Oct 16 16:29:50.743 INFO kablam! Time 0.005243807 Oct 16 16:29:50.743 INFO kablam! Oct 16 16:29:50.806 INFO kablam! Time 0.401510374 Oct 16 16:29:50.807 INFO blam! test integration_tests::test_metablock_reset ... ok Oct 16 16:29:50.807 INFO kablam! Oct 16 16:29:50.818 INFO kablam! Time 0.000182611 Oct 16 16:29:50.819 INFO blam! test integration_tests::test_ukkonooa ... ok Oct 16 16:29:50.819 INFO kablam! Oct 16 16:29:50.821 INFO blam! test integration_tests::test_ukkonooa1 ... ok Oct 16 16:29:50.821 INFO kablam! Time 0.000355017 Oct 16 16:29:50.821 INFO kablam! Oct 16 16:29:50.828 INFO kablam! Time 0.000259698 Oct 16 16:29:50.834 INFO blam! test integration_tests::test_ukkonooa3 ... ok Oct 16 16:29:50.835 INFO kablam! Oct 16 16:29:50.835 INFO blam! test integration_tests::test_x ... ok Oct 16 16:29:50.835 INFO kablam! Time 0.000011773 Oct 16 16:29:50.835 INFO kablam! Oct 16 16:29:50.835 INFO kablam! Time 0.000011074 Oct 16 16:29:50.835 INFO kablam! Oct 16 16:29:50.846 INFO kablam! Time 0.000013780 Oct 16 16:29:50.847 INFO blam! test integration_tests::test_x_0 ... ok Oct 16 16:29:50.847 INFO kablam! Oct 16 16:29:50.847 INFO blam! test integration_tests::test_x_1 ... ok Oct 16 16:29:50.868 INFO kablam! Time 0.000014293 Oct 16 16:29:50.868 INFO blam! test integration_tests::test_x_2 ... ok Oct 16 16:29:50.868 INFO kablam! Oct 16 16:29:50.874 INFO kablam! Time 0.000089729 Oct 16 16:29:50.874 INFO kablam! Oct 16 16:29:50.891 INFO kablam! Time 0.370176008 Oct 16 16:29:50.891 INFO blam! test integration_tests::test_x_3 ... ok Oct 16 16:29:50.891 INFO kablam! Oct 16 16:29:50.891 INFO blam! test integration_tests::test_plrabn12 ... ok Oct 16 16:29:50.891 INFO kablam! Time 0.000011752 Oct 16 16:29:50.891 INFO kablam! Oct 16 16:29:50.894 INFO blam! test integration_tests::test_xyzzy ... ok Oct 16 16:29:50.928 INFO blam! test integration_tests::test_zeros ... ok Oct 16 16:29:50.928 INFO kablam! Time 0.021650081 Oct 16 16:29:50.928 INFO kablam! Oct 16 16:29:51.011 INFO kablam! Time 0.244220446 Oct 16 16:29:51.011 INFO kablam! Oct 16 16:29:51.019 INFO blam! test integration_tests::test_random_then_unicode ... ok Oct 16 16:29:51.051 INFO blam! test integration_tests::test_alice1 ... ok Oct 16 16:29:51.051 INFO kablam! Time 0.883847734 Oct 16 16:29:51.051 INFO kablam! Oct 16 16:29:52.023 INFO kablam! Time 0.868603012 Oct 16 16:29:52.023 INFO blam! test integration_tests::test_metablock_reset65536_1 ... ok Oct 16 16:29:52.023 INFO kablam! Oct 16 16:29:52.651 INFO kablam! Time 1.857731649 Oct 16 16:29:52.651 INFO kablam! Oct 16 16:29:52.662 INFO blam! test integration_tests::test_metablock_reset3 ... ok Oct 16 16:29:54.291 INFO kablam! Time 3.584064773 Oct 16 16:29:54.291 INFO kablam! Oct 16 16:29:54.291 INFO blam! test integration_tests::test_metablock_reset1_65536 ... ok Oct 16 16:29:55.001 INFO kablam! Time 3.925483017 Oct 16 16:29:55.001 INFO kablam! Oct 16 16:29:55.001 INFO blam! test integration_tests::test_metablock_reset1 ... ok Oct 16 16:29:55.001 INFO blam! Oct 16 16:29:55.001 INFO blam! test result: ok. 56 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 16:29:55.001 INFO blam! Oct 16 16:29:55.003 INFO kablam! Doc-tests brotli-no-stdlib Oct 16 16:29:55.547 INFO blam! Oct 16 16:29:55.547 INFO blam! running 0 tests Oct 16 16:29:55.547 INFO blam! Oct 16 16:29:55.547 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 16:29:55.547 INFO blam! Oct 16 16:29:55.559 INFO kablam! su: No module specific data is present Oct 16 16:29:55.821 INFO running `"docker" "rm" "-f" "61912ac2c4c2bfcabe3e81249d01942d70cf46d3484d08151e133ce1e408f60a"` Oct 16 16:29:55.984 INFO blam! 61912ac2c4c2bfcabe3e81249d01942d70cf46d3484d08151e133ce1e408f60a