Oct 12 22:50:20.604 INFO testing studio-lucia/fldtools against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 22:50:20.604 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12 22:50:21.072 INFO blam! 50b804fc889fb389289944730f9cdf11c4c57155ad36113b60b338c02df695a6 Oct 12 22:50:21.073 INFO running `"docker" "start" "-a" "50b804fc889fb389289944730f9cdf11c4c57155ad36113b60b338c02df695a6"` Oct 12 22:50:21.748 INFO kablam! usermod: no changes Oct 12 22:50:21.799 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 12 22:50:21.837 INFO kablam! Compiling libc v0.2.26 Oct 12 22:50:21.847 INFO kablam! Compiling either v1.1.0 Oct 12 22:50:22.099 INFO kablam! Compiling itertools v0.6.1 Oct 12 22:50:22.761 INFO kablam! Compiling term_size v0.3.0 Oct 12 22:50:22.761 INFO kablam! Compiling atty v0.2.2 Oct 12 22:50:23.019 INFO kablam! Compiling textwrap v0.6.0 Oct 12 22:50:23.815 INFO kablam! Compiling clap v2.25.0 Oct 12 22:50:45.423 INFO kablam! Compiling fldtools v0.1.1 (/source) Oct 12 22:50:46.750 INFO kablam! warning: variable does not need to be mutable Oct 12 22:50:46.750 INFO kablam! --> src/bin/fldunpack.rs:24:16 Oct 12 22:50:46.750 INFO kablam! | Oct 12 22:50:46.751 INFO kablam! 24 | fn write_chunk(mut reader : &mut BufReader<&mut File>, mut target : &File, chunk_data : &Chunk) -> ::std::io::Result { Oct 12 22:50:46.751 INFO kablam! | ----^^^^^^ Oct 12 22:50:46.751 INFO kablam! | | Oct 12 22:50:46.752 INFO kablam! | help: remove this `mut` Oct 12 22:50:46.752 INFO kablam! | Oct 12 22:50:46.752 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 22:50:46.752 INFO kablam! Oct 12 22:50:48.567 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.79s Oct 12 22:50:48.575 INFO kablam! su: No module specific data is present Oct 12 22:50:49.509 INFO running `"docker" "rm" "-f" "50b804fc889fb389289944730f9cdf11c4c57155ad36113b60b338c02df695a6"` Oct 12 22:50:49.824 INFO blam! 50b804fc889fb389289944730f9cdf11c4c57155ad36113b60b338c02df695a6 Oct 12 22:50:49.840 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12 22:50:50.315 INFO blam! 41f8c752bde3d7a232fbe6fabff6334d195b102df4dd8c7f16f4f4621f4e196f Oct 12 22:50:50.319 INFO running `"docker" "start" "-a" "41f8c752bde3d7a232fbe6fabff6334d195b102df4dd8c7f16f4f4621f4e196f"` Oct 12 22:50:51.387 INFO kablam! usermod: no changes Oct 12 22:50:51.427 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 12 22:50:51.463 INFO kablam! Compiling fldtools v0.1.1 (/source) Oct 12 22:50:52.435 INFO kablam! warning: variable does not need to be mutable Oct 12 22:50:52.435 INFO kablam! --> src/bin/fldunpack.rs:24:16 Oct 12 22:50:52.435 INFO kablam! | Oct 12 22:50:52.435 INFO kablam! 24 | fn write_chunk(mut reader : &mut BufReader<&mut File>, mut target : &File, chunk_data : &Chunk) -> ::std::io::Result { Oct 12 22:50:52.435 INFO kablam! | ----^^^^^^ Oct 12 22:50:52.435 INFO kablam! | | Oct 12 22:50:52.435 INFO kablam! | help: remove this `mut` Oct 12 22:50:52.435 INFO kablam! | Oct 12 22:50:52.435 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 22:50:52.435 INFO kablam! Oct 12 22:50:53.227 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.81s Oct 12 22:50:53.227 INFO kablam! su: No module specific data is present Oct 12 22:50:54.288 INFO running `"docker" "rm" "-f" "41f8c752bde3d7a232fbe6fabff6334d195b102df4dd8c7f16f4f4621f4e196f"` Oct 12 22:50:54.655 INFO blam! 41f8c752bde3d7a232fbe6fabff6334d195b102df4dd8c7f16f4f4621f4e196f Oct 12 22:50:54.660 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12 22:50:55.207 INFO blam! 05c52945302343cedf58e7576e9540e8c7be54b4c3b6e14e292a1f850b1ac896 Oct 12 22:50:55.208 INFO running `"docker" "start" "-a" "05c52945302343cedf58e7576e9540e8c7be54b4c3b6e14e292a1f850b1ac896"` Oct 12 22:50:56.895 INFO kablam! usermod: no changes Oct 12 22:50:56.954 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 12 22:50:57.017 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 12 22:50:57.029 INFO kablam! Running /target/debug/deps/fldtools-505ca3e0f763436b Oct 12 22:50:57.031 INFO blam! Oct 12 22:50:57.031 INFO blam! running 0 tests Oct 12 22:50:57.032 INFO blam! Oct 12 22:50:57.032 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 22:50:57.032 INFO blam! Oct 12 22:50:57.037 INFO kablam! Running /target/debug/deps/fldpack-645f8419e55540f3 Oct 12 22:50:57.047 INFO blam! Oct 12 22:50:57.047 INFO blam! running 0 tests Oct 12 22:50:57.047 INFO blam! Oct 12 22:50:57.047 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 22:50:57.047 INFO blam! Oct 12 22:50:57.051 INFO kablam! Running /target/debug/deps/fldunpack-eb2aee2c28149abd Oct 12 22:50:57.058 INFO blam! Oct 12 22:50:57.058 INFO blam! running 0 tests Oct 12 22:50:57.058 INFO blam! Oct 12 22:50:57.058 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 22:50:57.058 INFO blam! Oct 12 22:50:57.059 INFO kablam! Doc-tests fldtools Oct 12 22:50:57.343 INFO blam! Oct 12 22:50:57.343 INFO blam! running 0 tests Oct 12 22:50:57.343 INFO blam! Oct 12 22:50:57.343 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 22:50:57.343 INFO blam! Oct 12 22:50:57.351 INFO kablam! su: No module specific data is present Oct 12 22:50:58.183 INFO running `"docker" "rm" "-f" "05c52945302343cedf58e7576e9540e8c7be54b4c3b6e14e292a1f850b1ac896"` Oct 12 22:50:58.563 INFO blam! 05c52945302343cedf58e7576e9540e8c7be54b4c3b6e14e292a1f850b1ac896