Oct 12 04:38:18.797 INFO testing brotli-no-stdlib-1.0.4 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 04:38:18.797 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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:19.012 INFO blam! 1242c8e00f719634f18690d65a919ff6649bc8fdb01aaa2d5ecc122aada299ab Oct 12 04:38:19.025 INFO running `"docker" "start" "-a" "1242c8e00f719634f18690d65a919ff6649bc8fdb01aaa2d5ecc122aada299ab"` Oct 12 04:38:20.109 INFO kablam! usermod: no changes Oct 12 04:38:20.188 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 04:38:20.188 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 04:38:20.188 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 04:38:20.188 INFO kablam! files will be included as a binary target: Oct 12 04:38:20.188 INFO kablam! Oct 12 04:38:20.188 INFO kablam! * /source/src/bin/integration_tests.rs Oct 12 04:38:20.188 INFO kablam! Oct 12 04:38:20.188 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 04:38:20.188 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 04:38:20.188 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 04:38:20.188 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 04:38:20.188 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 04:38:20.188 INFO kablam! Oct 12 04:38:20.188 INFO kablam! For more information on this warning you can consult Oct 12 04:38:20.188 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 04:38:20.188 INFO kablam! Compiling alloc-no-stdlib v1.0.0 Oct 12 04:38:20.432 INFO kablam! Compiling brotli-no-stdlib v1.0.4 (/source) Oct 12 04:38:21.020 INFO kablam! warning: unused `#[macro_use]` import Oct 12 04:38:21.020 INFO kablam! --> src/lib.rs:11:1 Oct 12 04:38:21.020 INFO kablam! | Oct 12 04:38:21.020 INFO kablam! 11 | #[macro_use] Oct 12 04:38:21.020 INFO kablam! | ^^^^^^^^^^^^ Oct 12 04:38:21.020 INFO kablam! | Oct 12 04:38:21.020 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 04:38:21.020 INFO kablam! Oct 12 04:38:21.044 INFO kablam! warning: unused macro definition Oct 12 04:38:21.044 INFO kablam! --> src/lib.rs:921:1 Oct 12 04:38:21.044 INFO kablam! | Oct 12 04:38:21.044 INFO kablam! 921 | / macro_rules! SafeReadBlockLength ( Oct 12 04:38:21.044 INFO kablam! 922 | | ($state : expr, $result : expr , $table : expr) => { Oct 12 04:38:21.044 INFO kablam! 923 | | SafeReadBlockLengthFromIndex(&mut $state, &mut $result, Oct 12 04:38:21.044 INFO kablam! 924 | | SafeReadBlockLengthIndex($state.substate_read_block_length, Oct 12 04:38:21.044 INFO kablam! ... | Oct 12 04:38:21.044 INFO kablam! 928 | | }; Oct 12 04:38:21.044 INFO kablam! 929 | | ); Oct 12 04:38:21.044 INFO kablam! | |__^ Oct 12 04:38:21.044 INFO kablam! | Oct 12 04:38:21.044 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 04:38:21.044 INFO kablam! Oct 12 04:38:22.408 INFO kablam! warning: variable does not need to be mutable Oct 12 04:38:22.408 INFO kablam! --> src/lib.rs:131:22 Oct 12 04:38:22.408 INFO kablam! | Oct 12 04:38:22.408 INFO kablam! 131 | mut value : &mut u32, Oct 12 04:38:22.408 INFO kablam! | ----^^^^^ Oct 12 04:38:22.408 INFO kablam! | | Oct 12 04:38:22.408 INFO kablam! | help: remove this `mut` Oct 12 04:38:22.408 INFO kablam! | Oct 12 04:38:22.408 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 04:38:22.408 INFO kablam! Oct 12 04:38:22.452 INFO kablam! warning: variable does not need to be mutable Oct 12 04:38:22.452 INFO kablam! --> src/lib.rs:1271:45 Oct 12 04:38:22.452 INFO kablam! | Oct 12 04:38:22.452 INFO kablam! 1271 | mut s : &mut BlockTypeAndLengthState, Oct 12 04:38:22.452 INFO kablam! | ----^ Oct 12 04:38:22.452 INFO kablam! | | Oct 12 04:38:22.452 INFO kablam! | help: remove this `mut` Oct 12 04:38:22.453 INFO kablam! Oct 12 04:38:22.453 INFO kablam! warning: variable does not need to be mutable Oct 12 04:38:22.453 INFO kablam! --> src/lib.rs:1272:45 Oct 12 04:38:22.453 INFO kablam! | Oct 12 04:38:22.453 INFO kablam! 1272 | mut br : &mut bit_reader::BrotliBitReader, Oct 12 04:38:22.453 INFO kablam! | ----^^ Oct 12 04:38:22.453 INFO kablam! | | Oct 12 04:38:22.453 INFO kablam! | help: remove this `mut` Oct 12 04:38:22.453 INFO kablam! Oct 12 04:38:22.453 INFO kablam! warning: variable does not need to be mutable Oct 12 04:38:22.453 INFO kablam! --> src/lib.rs:1332:45 Oct 12 04:38:22.453 INFO kablam! | Oct 12 04:38:22.453 INFO kablam! 1332 | mut s : &mut BrotliState src/lib.rs:1377:45 Oct 12 04:38:22.453 INFO kablam! | Oct 12 04:38:22.453 INFO kablam! 1377 | mut s : &mut BrotliState, input : &[u8]) -> bool { Oct 12 04:38:22.453 INFO kablam! | ----^ Oct 12 04:38:22.453 INFO kablam! | | Oct 12 04:38:22.453 INFO kablam! | help: remove this `mut` Oct 12 04:38:22.453 INFO kablam! Oct 12 04:38:22.453 INFO kablam! warning: variable does not need to be mutable Oct 12 04:38:22.453 INFO kablam! --> src/lib.rs:1390:45 Oct 12 04:38:22.453 INFO kablam! | Oct 12 04:38:22.453 INFO kablam! 1390 | AllocHC : alloc::Allocator> (mut s : &mut BrotliState, input : &[u8]) { Oct 12 04:38:22.453 INFO kablam! | ----^ Oct 12 04:38:22.453 INFO kablam! | | Oct 12 04:38:22.453 INFO kablam! | help: remove this `mut` Oct 12 04:38:22.453 INFO kablam! Oct 12 04:38:22.453 INFO kablam! warning: variable does not need to be mutable Oct 12 04:38:22.453 INFO kablam! --> src/lib.rs:1398:45 Oct 12 04:38:22.453 INFO kablam! | Oct 12 04:38:22.453 INFO kablam! 1398 | AllocHC : alloc::Allocator> (mut s : &mut BrotliState, input : &[u8]) -> bool { Oct 12 04:38:22.453 INFO kablam! | ----^ Oct 12 04:38:22.453 INFO kablam! | | Oct 12 04:38:22.453 INFO kablam! | help: remove this `mut` Oct 12 04:38:22.453 INFO kablam! Oct 12 04:38:22.453 INFO kablam! warning: variable does not need to be mutable Oct 12 04:38:22.453 INFO kablam! --> src/lib.rs:1409:45 Oct 12 04:38:22.453 INFO kablam! | Oct 12 04:38:22.453 INFO kablam! 1409 | mut s : &mut BrotliState, input : &[u8]) -> bool { Oct 12 04:38:22.453 INFO kablam! | ----^ Oct 12 04:38:22.453 INFO kablam! | | Oct 12 04:38:22.453 INFO kablam! | help: remove this `mut` Oct 12 04:38:22.453 INFO kablam! Oct 12 04:38:22.453 INFO kablam! warning: variable does not need to be mutable Oct 12 04:38:22.453 INFO kablam! --> src/lib.rs:1424:45 Oct 12 04:38:22.453 INFO kablam! | Oct 12 04:38:22.453 INFO kablam! 1424 | AllocHC : alloc::Allocator> (mut s : &mut BrotliState, input : &[u8]) { Oct 12 04:38:22.453 INFO kablam! | ----^ Oct 12 04:38:22.453 INFO kablam! | | Oct 12 04:38:22.453 INFO kablam! | help: remove this `mut` Oct 12 04:38:22.453 INFO kablam! Oct 12 04:38:22.466 INFO kablam! warning: variable does not need to be mutable Oct 12 04:38:22.466 INFO kablam! --> src/lib.rs:1433:45 Oct 12 04:38:22.466 INFO kablam! | Oct 12 04:38:22.466 INFO kablam! 1433 | AllocHC : alloc::Allocator> (mut s : &mut BrotliState, input : &[u8]) -> bool { Oct 12 04:38:22.466 INFO kablam! | ----^ Oct 12 04:38:22.466 INFO kablam! | | Oct 12 04:38:22.466 INFO kablam! | help: remove this `mut` Oct 12 04:38:22.466 INFO kablam! Oct 12 04:38:22.466 INFO kablam! warning: variable does not need to be mutable Oct 12 04:38:22.466 INFO kablam! --> src/lib.rs:1440:33 Oct 12 04:38:22.466 INFO kablam! | Oct 12 04:38:22.466 INFO kablam! 1440 | (available_out : &mut usize, mut output : &mut [u8], mut output_offset : &mut usize, Oct 12 04:38:22.466 INFO kablam! | ----^^^^^^ Oct 12 04:38:22.466 INFO kablam! | | Oct 12 04:38:22.466 INFO kablam! | help: remove this `mut` Oct 12 04:38:22.466 INFO kablam! Oct 12 04:38:22.466 INFO kablam! warning: variable does not need to be mutable Oct 12 04:38:22.466 INFO kablam! --> src/lib.rs:1440:57 Oct 12 04:38:22.466 INFO kablam! | Oct 12 04:38:22.466 INFO kablam! 1440 | (available_out : &mut usize, mut output : &mut [u8], mut output_offset : &mut usize, Oct 12 04:38:22.466 INFO kablam! | ----^^^^^^^^^^^^^ Oct 12 04:38:22.466 INFO kablam! | | Oct 12 04:38:22.466 INFO kablam! | help: remove this `mut` Oct 12 04:38:22.466 INFO kablam! Oct 12 04:38:22.466 INFO kablam! warning: variable does not need to be mutable Oct 12 04:38:22.466 INFO kablam! --> src/lib.rs:1441:20 Oct 12 04:38:22.466 INFO kablam! | Oct 12 04:38:22.466 INFO kablam! 1441 | mut total_out : &mut usize, s : &mut BrotliState) -> BrotliResult { Oct 12 04:38:22.466 INFO kablam! | ----^^^^^^^^^ Oct 12 04:38:22.466 INFO kablam! | | Oct 12 04:38:22.466 INFO kablam! | help: remove this `mut` Oct 12 04:38:22.466 INFO kablam! Oct 12 04:38:22.696 INFO kablam! warning: variable does not need to be mutable Oct 12 04:38:22.696 INFO kablam! --> src/lib.rs:2198:3 Oct 12 04:38:22.696 INFO kablam! | Oct 12 04:38:22.696 INFO kablam! 2198 | mut available_in : &mut usize, input_offset : &mut usize, xinput : &[u8], // ugly that we are mutable Oct 12 04:38:22.696 INFO kablam! | ----^^^^^^^^^^^^ Oct 12 04:38:22.696 INFO kablam! | | Oct 12 04:38:22.696 INFO kablam! | help: remove this `mut` Oct 12 04:38:22.696 INFO kablam! Oct 12 04:38:22.804 INFO kablam! warning: variable does not need to be mutable Oct 12 04:38:22.804 INFO kablam! --> src/transform.rs:284:9 Oct 12 04:38:22.804 INFO kablam! | Oct 12 04:38:22.804 INFO kablam! 284 | let mut uppercase = &mut dst[(idx - len) as usize ..]; Oct 12 04:38:22.804 INFO kablam! | ----^^^^^^^^^ Oct 12 04:38:22.804 INFO kablam! | | Oct 12 04:38:22.804 INFO kablam! | help: remove this `mut` Oct 12 04:38:22.804 INFO kablam! Oct 12 04:38:35.036 INFO kablam! warning: variable does not need to be mutable Oct 12 04:38:35.036 INFO kablam! --> src/bin/brot.rs:76:63 Oct 12 04:38:35.037 INFO kablam! | Oct 12 04:38:35.037 INFO kablam! 76 | pub fn decompress (r : &mut InputType, mut w : &mut OutputType) -> Result<(), io::Error> Oct 12 04:38:35.037 INFO kablam! | ----^ Oct 12 04:38:35.038 INFO kablam! | | Oct 12 04:38:35.038 INFO kablam! | help: remove this `mut` Oct 12 04:38:35.038 INFO kablam! | Oct 12 04:38:35.039 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 04:38:35.039 INFO kablam! Oct 12 04:38:37.066 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.93s Oct 12 04:38:37.069 INFO kablam! su: No module specific data is present Oct 12 04:38:37.940 INFO running `"docker" "rm" "-f" "1242c8e00f719634f18690d65a919ff6649bc8fdb01aaa2d5ecc122aada299ab"` Oct 12 04:38:38.236 INFO blam! 1242c8e00f719634f18690d65a919ff6649bc8fdb01aaa2d5ecc122aada299ab Oct 12 04:38:38.246 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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:38.557 INFO blam! 298ea2230f5b200cd3849f1a5675e632da8a4f43e796ce57f225e145712ccdab Oct 12 04:38:38.559 INFO running `"docker" "start" "-a" "298ea2230f5b200cd3849f1a5675e632da8a4f43e796ce57f225e145712ccdab"` Oct 12 04:38:39.354 INFO kablam! usermod: no changes Oct 12 04:38:39.375 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 04:38:39.375 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 04:38:39.375 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 04:38:39.375 INFO kablam! files will be included as a binary target: Oct 12 04:38:39.375 INFO kablam! Oct 12 04:38:39.375 INFO kablam! * /source/src/bin/integration_tests.rs Oct 12 04:38:39.375 INFO kablam! Oct 12 04:38:39.376 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 04:38:39.376 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 04:38:39.376 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 04:38:39.376 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 04:38:39.376 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 04:38:39.376 INFO kablam! Oct 12 04:38:39.376 INFO kablam! For more information on this warning you can consult Oct 12 04:38:39.376 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 04:38:39.382 INFO kablam! Compiling brotli-no-stdlib v1.0.4 (/source) Oct 12 04:38:40.960 INFO kablam! warning: unused macro definition Oct 12 04:38:40.960 INFO kablam! --> src/lib.rs:921:1 Oct 12 04:38:40.960 INFO kablam! | Oct 12 04:38:40.961 INFO kablam! 921 | / macro_rules! SafeReadBlockLength ( Oct 12 04:38:40.961 INFO kablam! 922 | | ($state : expr, $result : expr , $table : expr) => { Oct 12 04:38:40.961 INFO kablam! 923 | | SafeReadBlockLengthFromIndex(&mut $state, &mut $result, Oct 12 04:38:40.961 INFO kablam! 924 | | SafeReadBlockLengthIndex($state.substate_read_block_length, Oct 12 04:38:40.961 INFO kablam! ... | Oct 12 04:38:40.961 INFO kablam! 928 | | }; Oct 12 04:38:40.961 INFO kablam! 929 | | ); Oct 12 04:38:40.961 INFO kablam! | |__^ Oct 12 04:38:40.961 INFO kablam! | Oct 12 04:38:40.961 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 04:38:40.961 INFO kablam! Oct 12 04:38:55.657 INFO kablam! warning: variable does not need to be mutable Oct 12 04:38:55.658 INFO kablam! --> src/bin/brot.rs:76:63 Oct 12 04:38:55.658 INFO kablam! | Oct 12 04:38:55.658 INFO kablam! 76 | pub fn decompress (r : &mut InputType, mut w : &mut OutputType) -> Result<(), io::Error> Oct 12 04:38:55.659 INFO kablam! | ----^ Oct 12 04:38:55.659 INFO kablam! | | Oct 12 04:38:55.659 INFO kablam! | help: remove this `mut` Oct 12 04:38:55.660 INFO kablam! | Oct 12 04:38:55.660 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 04:38:55.660 INFO kablam! Oct 12 04:38:59.228 INFO kablam! warning: variable does not need to be mutable Oct 12 04:38:59.228 INFO kablam! --> src/lib.rs:131:22 Oct 12 04:38:59.228 INFO kablam! | Oct 12 04:38:59.228 INFO kablam! 131 | mut value : &mut u32, Oct 12 04:38:59.228 INFO kablam! | ----^^^^^ Oct 12 04:38:59.228 INFO kablam! | | Oct 12 04:38:59.228 INFO kablam! | help: remove this `mut` Oct 12 04:38:59.228 INFO kablam! | Oct 12 04:38:59.228 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 04:38:59.228 INFO kablam! Oct 12 04:38:59.288 INFO kablam! warning: variable does not need to be mutable Oct 12 04:38:59.288 INFO kablam! --> src/lib.rs:1271:45 Oct 12 04:38:59.288 INFO kablam! | Oct 12 04:38:59.288 INFO kablam! 1271 | mut s : &mut BlockTypeAndLengthState, Oct 12 04:38:59.288 INFO kablam! | ----^ Oct 12 04:38:59.288 INFO kablam! | | Oct 12 04:38:59.288 INFO kablam! | help: remove this `mut` Oct 12 04:38:59.288 INFO kablam! Oct 12 04:38:59.288 INFO kablam! warning: variable does not need to be mutable Oct 12 04:38:59.288 INFO kablam! --> src/lib.rs:1272:45 Oct 12 04:38:59.288 INFO kablam! | Oct 12 04:38:59.288 INFO kablam! 1272 | mut br : &mut bit_reader::BrotliBitReader, Oct 12 04:38:59.288 INFO kablam! | ----^^ Oct 12 04:38:59.288 INFO kablam! | | Oct 12 04:38:59.288 INFO kablam! | help: remove this `mut` Oct 12 04:38:59.288 INFO kablam! Oct 12 04:38:59.288 INFO kablam! warning: variable does not need to be mutable Oct 12 04:38:59.288 INFO kablam! --> src/lib.rs:1332:45 Oct 12 04:38:59.288 INFO kablam! | Oct 12 04:38:59.288 INFO kablam! 1332 | mut s : &mut BrotliState src/lib.rs:1377:45 Oct 12 04:38:59.288 INFO kablam! | Oct 12 04:38:59.288 INFO kablam! 1377 | mut s : &mut BrotliState, input : &[u8]) -> bool { Oct 12 04:38:59.288 INFO kablam! | ----^ Oct 12 04:38:59.288 INFO kablam! | | Oct 12 04:38:59.288 INFO kablam! | help: remove this `mut` Oct 12 04:38:59.288 INFO kablam! Oct 12 04:38:59.288 INFO kablam! warning: variable does not need to be mutable Oct 12 04:38:59.288 INFO kablam! --> src/lib.rs:1390:45 Oct 12 04:38:59.288 INFO kablam! | Oct 12 04:38:59.288 INFO kablam! 1390 | AllocHC : alloc::Allocator> (mut s : &mut BrotliState, input : &[u8]) { Oct 12 04:38:59.288 INFO kablam! | ----^ Oct 12 04:38:59.288 INFO kablam! | | Oct 12 04:38:59.288 INFO kablam! | help: remove this `mut` Oct 12 04:38:59.289 INFO kablam! Oct 12 04:38:59.289 INFO kablam! warning: variable does not need to be mutable Oct 12 04:38:59.289 INFO kablam! --> src/lib.rs:1398:45 Oct 12 04:38:59.289 INFO kablam! | Oct 12 04:38:59.289 INFO kablam! 1398 | AllocHC : alloc::Allocator> (mut s : &mut BrotliState, input : &[u8]) -> bool { Oct 12 04:38:59.289 INFO kablam! | ----^ Oct 12 04:38:59.289 INFO kablam! | | Oct 12 04:38:59.289 INFO kablam! | help: remove this `mut` Oct 12 04:38:59.289 INFO kablam! Oct 12 04:38:59.289 INFO kablam! warning: variable does not need to be mutable Oct 12 04:38:59.289 INFO kablam! --> src/lib.rs:1409:45 Oct 12 04:38:59.289 INFO kablam! | Oct 12 04:38:59.289 INFO kablam! 1409 | mut s : &mut BrotliState, input : &[u8]) -> bool { Oct 12 04:38:59.289 INFO kablam! | ----^ Oct 12 04:38:59.289 INFO kablam! | | Oct 12 04:38:59.289 INFO kablam! | help: remove this `mut` Oct 12 04:38:59.289 INFO kablam! Oct 12 04:38:59.289 INFO kablam! warning: variable does not need to be mutable Oct 12 04:38:59.289 INFO kablam! --> src/lib.rs:1424:45 Oct 12 04:38:59.289 INFO kablam! | Oct 12 04:38:59.289 INFO kablam! 1424 | AllocHC : alloc::Allocator> (mut s : &mut BrotliState, input : &[u8]) { Oct 12 04:38:59.289 INFO kablam! | ----^ Oct 12 04:38:59.289 INFO kablam! | | Oct 12 04:38:59.289 INFO kablam! | help: remove this `mut` Oct 12 04:38:59.289 INFO kablam! Oct 12 04:38:59.289 INFO kablam! warning: variable does not need to be mutable Oct 12 04:38:59.289 INFO kablam! --> src/lib.rs:1433:45 Oct 12 04:38:59.289 INFO kablam! | Oct 12 04:38:59.289 INFO kablam! 1433 | AllocHC : alloc::Allocator> (mut s : &mut BrotliState, input : &[u8]) -> bool { Oct 12 04:38:59.289 INFO kablam! | ----^ Oct 12 04:38:59.289 INFO kablam! | | Oct 12 04:38:59.289 INFO kablam! | help: remove this `mut` Oct 12 04:38:59.289 INFO kablam! Oct 12 04:38:59.289 INFO kablam! warning: variable does not need to be mutable Oct 12 04:38:59.289 INFO kablam! --> src/lib.rs:1440:33 Oct 12 04:38:59.289 INFO kablam! | Oct 12 04:38:59.289 INFO kablam! 1440 | (available_out : &mut usize, mut output : &mut [u8], mut output_offset : &mut usize, Oct 12 04:38:59.289 INFO kablam! | ----^^^^^^ Oct 12 04:38:59.289 INFO kablam! | | Oct 12 04:38:59.289 INFO kablam! | help: remove this `mut` Oct 12 04:38:59.289 INFO kablam! Oct 12 04:38:59.289 INFO kablam! warning: variable does not need to be mutable Oct 12 04:38:59.289 INFO kablam! --> src/lib.rs:1440:57 Oct 12 04:38:59.289 INFO kablam! | Oct 12 04:38:59.289 INFO kablam! 1440 | (available_out : &mut usize, mut output : &mut [u8], mut output_offset : &mut usize, Oct 12 04:38:59.289 INFO kablam! | ----^^^^^^^^^^^^^ Oct 12 04:38:59.289 INFO kablam! | | Oct 12 04:38:59.289 INFO kablam! | help: remove this `mut` Oct 12 04:38:59.289 INFO kablam! Oct 12 04:38:59.289 INFO kablam! warning: variable does not need to be mutable Oct 12 04:38:59.289 INFO kablam! --> src/lib.rs:1441:20 Oct 12 04:38:59.289 INFO kablam! | Oct 12 04:38:59.289 INFO kablam! 1441 | mut total_out : &mut usize, s : &mut BrotliState) -> BrotliResult { Oct 12 04:38:59.289 INFO kablam! | ----^^^^^^^^^ Oct 12 04:38:59.289 INFO kablam! | | Oct 12 04:38:59.289 INFO kablam! | help: remove this `mut` Oct 12 04:38:59.289 INFO kablam! Oct 12 04:38:59.550 INFO kablam! warning: variable does not need to be mutable Oct 12 04:38:59.550 INFO kablam! --> src/lib.rs:2198:3 Oct 12 04:38:59.550 INFO kablam! | Oct 12 04:38:59.550 INFO kablam! 2198 | mut available_in : &mut usize, input_offset : &mut usize, xinput : &[u8], // ugly that we are mutable Oct 12 04:38:59.550 INFO kablam! | ----^^^^^^^^^^^^ Oct 12 04:38:59.550 INFO kablam! | | Oct 12 04:38:59.550 INFO kablam! | help: remove this `mut` Oct 12 04:38:59.550 INFO kablam! Oct 12 04:38:59.788 INFO kablam! warning: variable does not need to be mutable Oct 12 04:38:59.788 INFO kablam! --> src/transform.rs:284:9 Oct 12 04:38:59.788 INFO kablam! | Oct 12 04:38:59.788 INFO kablam! 284 | let mut uppercase = &mut dst[(idx - len) as usize ..]; Oct 12 04:38:59.788 INFO kablam! | ----^^^^^^^^^ Oct 12 04:38:59.788 INFO kablam! | | Oct 12 04:38:59.788 INFO kablam! | help: remove this `mut` Oct 12 04:38:59.788 INFO kablam! Oct 12 04:39:02.392 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.02s Oct 12 04:39:02.392 INFO kablam! su: No module specific data is present Oct 12 04:39:03.466 INFO running `"docker" "rm" "-f" "298ea2230f5b200cd3849f1a5675e632da8a4f43e796ce57f225e145712ccdab"` Oct 12 04:39:03.856 INFO blam! 298ea2230f5b200cd3849f1a5675e632da8a4f43e796ce57f225e145712ccdab Oct 12 04:39:03.884 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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:39:04.277 INFO blam! 557c95e45f79e471628c78774750db1884592c86a6964c213826f560cc38e512 Oct 12 04:39:04.282 INFO running `"docker" "start" "-a" "557c95e45f79e471628c78774750db1884592c86a6964c213826f560cc38e512"` Oct 12 04:39:05.870 INFO kablam! usermod: no changes Oct 12 04:39:05.936 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 04:39:05.936 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 04:39:05.936 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 04:39:05.936 INFO kablam! files will be included as a binary target: Oct 12 04:39:05.936 INFO kablam! Oct 12 04:39:05.936 INFO kablam! * /source/src/bin/integration_tests.rs Oct 12 04:39:05.936 INFO kablam! Oct 12 04:39:05.936 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 04:39:05.936 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 04:39:05.936 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 04:39:05.936 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 04:39:05.936 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 04:39:05.936 INFO kablam! Oct 12 04:39:05.936 INFO kablam! For more information on this warning you can consult Oct 12 04:39:05.936 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 04:39:05.944 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 12 04:39:05.944 INFO kablam! Running /target/debug/deps/brotli_no_stdlib-dc71a3f7c85cba4d Oct 12 04:39:05.944 INFO blam! Oct 12 04:39:05.944 INFO blam! running 20 tests Oct 12 04:39:05.944 INFO blam! test bit_reader::tests::warmup_errcheck ... ok Oct 12 04:39:05.944 INFO blam! test bit_reader::tests::safe_read_tests ... ok Oct 12 04:39:05.944 INFO blam! test bit_reader::tests::const_fill_bit_window_tests ... ok Oct 12 04:39:05.944 INFO blam! test bit_reader::tests::bit_read_tests ... ok Oct 12 04:39:05.944 INFO blam! test huffman::tests::simple_0 ... ok Oct 12 04:39:05.944 INFO blam! test huffman::tests::simple_1 ... ok Oct 12 04:39:05.944 INFO blam! test huffman::tests::simple_2 ... ok Oct 12 04:39:05.944 INFO blam! test huffman::tests::simple_3 ... ok Oct 12 04:39:05.944 INFO blam! test huffman::tests::simple_4 ... ok Oct 12 04:39:05.944 INFO blam! test huffman::tests::singlelevel ... ok Oct 12 04:39:05.966 INFO blam! test huffman::tests::complex ... ok Oct 12 04:39:05.972 INFO blam! test test::test_10x10y ... ok Oct 12 04:39:05.972 INFO blam! test huffman::tests::code_length_ht ... ok Oct 12 04:39:05.972 INFO blam! test huffman::tests::code_length_single_value_ht ... ok Oct 12 04:39:05.972 INFO blam! test huffman::tests::multilevel ... ok Oct 12 04:39:05.972 INFO blam! test huffman::tests::code_length_stringy_ht ... ok Oct 12 04:39:05.972 INFO blam! test bit_reader::tests::warmup_works ... ok Oct 12 04:39:05.996 INFO blam! test test::test_empty ... ok Oct 12 04:39:05.996 INFO blam! test test::test_x ... ok Oct 12 04:39:06.084 INFO blam! test test::test_quickfox_repeated ... ok Oct 12 04:39:06.084 INFO blam! Oct 12 04:39:06.084 INFO blam! test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 04:39:06.084 INFO blam! Oct 12 04:39:06.084 INFO kablam! Running /target/debug/deps/brot-3b607a5874a51557 Oct 12 04:39:06.090 INFO blam! Oct 12 04:39:06.090 INFO blam! running 56 tests Oct 12 04:39:06.101 INFO blam! test integration_tests::test_10x_10y_byte_by_byte ... ok Oct 12 04:39:06.101 INFO kablam! Time 0.000108650 Oct 12 04:39:06.101 INFO kablam! Oct 12 04:39:06.112 INFO kablam! Time 0.000091272 Oct 12 04:39:06.112 INFO blam! test integration_tests::test_10x_10y_one_out_byte ... ok Oct 12 04:39:06.112 INFO kablam! Oct 12 04:39:06.112 INFO kablam! Time 0.000089776 Oct 12 04:39:06.112 INFO kablam! Oct 12 04:39:06.113 INFO blam! test integration_tests::test_10x_10y ... ok Oct 12 04:39:06.148 INFO kablam! Time 0.025096514 Oct 12 04:39:06.148 INFO kablam! Oct 12 04:39:06.160 INFO blam! test integration_tests::test_backward65536 ... ok Oct 12 04:39:06.160 INFO kablam! Time 0.000105785 Oct 12 04:39:06.160 INFO kablam! Oct 12 04:39:06.160 INFO blam! test integration_tests::test_64x ... ok Oct 12 04:39:06.188 INFO kablam! Time 0.000005379 Oct 12 04:39:06.188 INFO kablam! Oct 12 04:39:06.188 INFO blam! test integration_tests::test_empty ... ok Oct 12 04:39:06.208 INFO kablam! Time 0.000003269 Oct 12 04:39:06.208 INFO kablam! Oct 12 04:39:06.209 INFO blam! test integration_tests::test_empty0 ... ok Oct 12 04:39:06.214 INFO kablam! Time 0.000005679 Oct 12 04:39:06.214 INFO kablam! Oct 12 04:39:06.232 INFO blam! test integration_tests::test_empty1 ... ok Oct 12 04:39:06.233 INFO kablam! Time 0.049991605 Oct 12 04:39:06.233 INFO kablam! Oct 12 04:39:06.240 INFO blam! test integration_tests::test_compressed_file ... ok Oct 12 04:39:06.242 INFO blam! test integration_tests::test_broken_file ... ok Oct 12 04:39:06.244 INFO kablam! Time 0.027775195 Oct 12 04:39:06.244 INFO kablam! Oct 12 04:39:06.261 INFO blam! test integration_tests::test_empty10 ... ok Oct 12 04:39:06.261 INFO kablam! Time 0.000005697 Oct 12 04:39:06.261 INFO kablam! Oct 12 04:39:06.261 INFO blam! test integration_tests::test_compressed_repeated ... ok Oct 12 04:39:06.310 INFO kablam! Time 0.000005082 Oct 12 04:39:06.310 INFO kablam! Oct 12 04:39:06.310 INFO kablam! Time 0.000004297 Oct 12 04:39:06.310 INFO blam! test integration_tests::test_empty11 ... ok Oct 12 04:39:06.310 INFO kablam! Oct 12 04:39:06.310 INFO kablam! Time 0.000003485 Oct 12 04:39:06.310 INFO kablam! Oct 12 04:39:06.310 INFO blam! test integration_tests::test_empty12 ... ok Oct 12 04:39:06.310 INFO blam! test integration_tests::test_empty13 ... ok Oct 12 04:39:06.341 INFO kablam! Time 0.000005848 Oct 12 04:39:06.341 INFO kablam! Oct 12 04:39:06.348 INFO blam! test integration_tests::test_empty16 ... ok Oct 12 04:39:06.356 INFO kablam! Time 0.000004968 Oct 12 04:39:06.356 INFO blam! test integration_tests::test_empty14 ... ok Oct 12 04:39:06.356 INFO kablam! Oct 12 04:39:06.356 INFO blam! test integration_tests::test_empty15 ... ok Oct 12 04:39:06.356 INFO kablam! Time 0.000004217 Oct 12 04:39:06.356 INFO kablam! Oct 12 04:39:06.359 INFO blam! test integration_tests::test_empty3 ... ok Oct 12 04:39:06.359 INFO kablam! Time 0.000009673 Oct 12 04:39:06.359 INFO kablam! Oct 12 04:39:06.368 INFO kablam! Time 0.000004634 Oct 12 04:39:06.368 INFO blam! test integration_tests::test_empty4 ... ok Oct 12 04:39:06.368 INFO kablam! Oct 12 04:39:06.408 INFO kablam! Time 0.000004680 Oct 12 04:39:06.408 INFO blam! test integration_tests::test_empty5 ... ok Oct 12 04:39:06.408 INFO kablam! Oct 12 04:39:06.424 INFO kablam! Time 0.000005200 Oct 12 04:39:06.424 INFO blam! test integration_tests::test_empty2 ... ok Oct 12 04:39:06.424 INFO kablam! Oct 12 04:39:06.427 INFO kablam! Time 0.000003453 Oct 12 04:39:06.427 INFO kablam! Oct 12 04:39:06.428 INFO blam! test integration_tests::test_empty6 ... ok Oct 12 04:39:06.448 INFO kablam! Time 0.000003496 Oct 12 04:39:06.448 INFO kablam! Oct 12 04:39:06.448 INFO kablam! Time 0.000002654 Oct 12 04:39:06.448 INFO kablam! Oct 12 04:39:06.448 INFO blam! test integration_tests::test_empty8 ... ok Oct 12 04:39:06.449 INFO blam! test integration_tests::test_empty7 ... ok Oct 12 04:39:06.472 INFO kablam! Time 0.000099088 Oct 12 04:39:06.472 INFO kablam! Oct 12 04:39:06.473 INFO blam! test integration_tests::test_ends_with_truncated_dictionary ... ok Oct 12 04:39:06.476 INFO kablam! Time 0.000003041 Oct 12 04:39:06.476 INFO kablam! Oct 12 04:39:06.476 INFO blam! test integration_tests::test_empty9 ... ok Oct 12 04:39:06.520 INFO kablam! Time 0.367514604 Oct 12 04:39:06.520 INFO kablam! Oct 12 04:39:06.520 INFO blam! test integration_tests::test_as_you_like_it ... ok Oct 12 04:39:06.568 INFO kablam! Time 0.207806566 Oct 12 04:39:06.568 INFO kablam! Oct 12 04:39:06.610 INFO blam! test integration_tests::test_empty17 ... ok Oct 12 04:39:06.611 INFO blam! test integration_tests::test_alice29 ... ok Oct 12 04:39:06.611 INFO kablam! Time 0.423495767 Oct 12 04:39:06.611 INFO kablam! Oct 12 04:39:06.668 INFO kablam! Time 0.294488271 Oct 12 04:39:06.668 INFO blam! test integration_tests::test_empty18 ... ok Oct 12 04:39:06.668 INFO kablam! Oct 12 04:39:06.877 INFO kablam! Time 0.334519879 Oct 12 04:39:06.877 INFO kablam! Oct 12 04:39:06.884 INFO blam! test integration_tests::test_mapsdatazrh ... ok Oct 12 04:39:06.886 INFO kablam! Time 0.000485673 Oct 12 04:39:06.886 INFO kablam! Oct 12 04:39:06.886 INFO blam! test integration_tests::test_monkey ... ok Oct 12 04:39:06.932 INFO blam! test integration_tests::test_monkey1 ... ok Oct 12 04:39:06.932 INFO kablam! Time 0.022474512 Oct 12 04:39:06.932 INFO kablam! Oct 12 04:39:06.980 INFO kablam! Time 0.814624120 Oct 12 04:39:06.980 INFO blam! test integration_tests::lcet10 ... ok Oct 12 04:39:06.980 INFO kablam! Oct 12 04:39:06.992 INFO blam! test integration_tests::test_negative_hypothesis ... ok Oct 12 04:39:07.000 INFO blam! test integration_tests::test_monkey3 ... ok Oct 12 04:39:07.000 INFO kablam! Time 0.001039433 Oct 12 04:39:07.000 INFO kablam! Oct 12 04:39:07.016 INFO kablam! Time 0.001066357 Oct 12 04:39:07.016 INFO blam! test integration_tests::test_random_org_10k ... ok Oct 12 04:39:07.016 INFO kablam! Oct 12 04:39:07.018 INFO kablam! Time 0.457793960 Oct 12 04:39:07.018 INFO kablam! Oct 12 04:39:07.020 INFO blam! test integration_tests::test_metablock_reset ... ok Oct 12 04:39:07.064 INFO kablam! Time 0.000183840 Oct 12 04:39:07.064 INFO blam! test integration_tests::test_ukkonooa ... ok Oct 12 04:39:07.064 INFO kablam! Oct 12 04:39:07.084 INFO kablam! Time 0.000361954 Oct 12 04:39:07.084 INFO kablam! Oct 12 04:39:07.104 INFO blam! test integration_tests::test_ukkonooa1 ... ok Oct 12 04:39:07.132 INFO kablam! Time 0.000229955 Oct 12 04:39:07.132 INFO kablam! Oct 12 04:39:07.150 INFO blam! test integration_tests::test_ukkonooa3 ... ok Oct 12 04:39:07.160 INFO blam! test integration_tests::test_x ... ok Oct 12 04:39:07.160 INFO kablam! Time 0.000014566 Oct 12 04:39:07.160 INFO kablam! Oct 12 04:39:07.188 INFO kablam! Time 0.000012835 Oct 12 04:39:07.188 INFO kablam! Oct 12 04:39:07.195 INFO kablam! Time 0.000013746 Oct 12 04:39:07.195 INFO blam! test integration_tests::test_x_0 ... ok Oct 12 04:39:07.195 INFO kablam! Oct 12 04:39:07.204 INFO blam! test integration_tests::test_x_1 ... ok Oct 12 04:39:07.212 INFO kablam! Time 0.000015088 Oct 12 04:39:07.212 INFO blam! test integration_tests::test_x_2 ... ok Oct 12 04:39:07.212 INFO kablam! Oct 12 04:39:07.248 INFO kablam! Time 0.000086755 Oct 12 04:39:07.248 INFO kablam! Oct 12 04:39:07.264 INFO kablam! Time 0.000012606 Oct 12 04:39:07.264 INFO blam! test integration_tests::test_x_3 ... ok Oct 12 04:39:07.264 INFO kablam! Oct 12 04:39:07.284 INFO blam! test integration_tests::test_xyzzy ... ok Oct 12 04:39:07.400 INFO kablam! Time 0.110477114 Oct 12 04:39:07.400 INFO kablam! Oct 12 04:39:07.409 INFO blam! test integration_tests::test_zeros ... ok Oct 12 04:39:07.605 INFO kablam! Time 0.520903293 Oct 12 04:39:07.605 INFO blam! test integration_tests::test_plrabn12 ... ok Oct 12 04:39:07.605 INFO kablam! Oct 12 04:39:07.876 INFO kablam! Time 0.829329184 Oct 12 04:39:07.876 INFO blam! test integration_tests::test_random_then_unicode ... ok Oct 12 04:39:07.877 INFO kablam! Oct 12 04:39:08.152 INFO kablam! Time 1.844883881 Oct 12 04:39:08.152 INFO blam! test integration_tests::test_alice1 ... ok Oct 12 04:39:08.152 INFO kablam! Oct 12 04:39:08.836 INFO kablam! Time 1.145865162 Oct 12 04:39:08.837 INFO blam! test integration_tests::test_metablock_reset65536_1 ... ok Oct 12 04:39:08.837 INFO kablam! Oct 12 04:39:10.580 INFO kablam! Time 3.318122879 Oct 12 04:39:10.580 INFO kablam! Oct 12 04:39:10.588 INFO blam! test integration_tests::test_metablock_reset3 ... ok Oct 12 04:39:12.091 INFO kablam! Time 5.009995422 Oct 12 04:39:12.091 INFO kablam! Oct 12 04:39:12.091 INFO blam! test integration_tests::test_metablock_reset1_65536 ... ok Oct 12 04:39:13.334 INFO kablam! Time 5.945627309 Oct 12 04:39:13.334 INFO kablam! Oct 12 04:39:13.334 INFO blam! test integration_tests::test_metablock_reset1 ... ok Oct 12 04:39:13.334 INFO blam! Oct 12 04:39:13.334 INFO blam! test result: ok. 56 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 04:39:13.334 INFO blam! Oct 12 04:39:13.336 INFO kablam! Doc-tests brotli-no-stdlib Oct 12 04:39:14.028 INFO blam! Oct 12 04:39:14.028 INFO blam! running 0 tests Oct 12 04:39:14.028 INFO blam! Oct 12 04:39:14.028 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 04:39:14.028 INFO blam! Oct 12 04:39:14.038 INFO kablam! su: No module specific data is present Oct 12 04:39:14.752 INFO running `"docker" "rm" "-f" "557c95e45f79e471628c78774750db1884592c86a6964c213826f560cc38e512"` Oct 12 04:39:15.055 INFO blam! 557c95e45f79e471628c78774750db1884592c86a6964c213826f560cc38e512