Oct 10 18:23:06.731 INFO testing miyamofigo/lzw against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 18:23:06.731 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 18:23:06.733 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 18:23:06.949 INFO blam! e5e122e8af0a5d3b4912a04be7fee62edccd1105b8f2eb5f9ed90ce78a2b5cd8 Oct 10 18:23:06.954 INFO running `"docker" "start" "-a" "e5e122e8af0a5d3b4912a04be7fee62edccd1105b8f2eb5f9ed90ce78a2b5cd8"` Oct 10 18:23:07.357 INFO kablam! usermod: no changes Oct 10 18:23:07.387 INFO kablam! Compiling lzw v0.1.0 (/source) Oct 10 18:23:07.844 INFO kablam! warning: variable does not need to be mutable Oct 10 18:23:07.844 INFO kablam! --> src/main.rs:115:9 Oct 10 18:23:07.845 INFO kablam! | Oct 10 18:23:07.845 INFO kablam! 115 | let mut comp = compress("hello world"); Oct 10 18:23:07.845 INFO kablam! | ----^^^^ Oct 10 18:23:07.845 INFO kablam! | | Oct 10 18:23:07.845 INFO kablam! | help: remove this `mut` Oct 10 18:23:07.845 INFO kablam! | Oct 10 18:23:07.845 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 18:23:07.845 INFO kablam! Oct 10 18:23:07.845 INFO kablam! warning: variable does not need to be mutable Oct 10 18:23:07.845 INFO kablam! --> src/main.rs:119:9 Oct 10 18:23:07.845 INFO kablam! | Oct 10 18:23:07.845 INFO kablam! 119 | let mut comp2 = compress("hello worldhello world"); Oct 10 18:23:07.845 INFO kablam! | ----^^^^^ Oct 10 18:23:07.845 INFO kablam! | | Oct 10 18:23:07.845 INFO kablam! | help: remove this `mut` Oct 10 18:23:07.845 INFO kablam! Oct 10 18:23:08.739 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.36s Oct 10 18:23:08.744 INFO kablam! su: No module specific data is present Oct 10 18:23:09.295 INFO running `"docker" "rm" "-f" "e5e122e8af0a5d3b4912a04be7fee62edccd1105b8f2eb5f9ed90ce78a2b5cd8"` Oct 10 18:23:09.462 INFO blam! e5e122e8af0a5d3b4912a04be7fee62edccd1105b8f2eb5f9ed90ce78a2b5cd8 Oct 10 18:23:09.468 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 18:23:09.468 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 18:23:09.849 INFO blam! 513df87d0023c2fef567b3a927c77500bc179ce471fbe47542aa3b60c8ed374e Oct 10 18:23:09.860 INFO running `"docker" "start" "-a" "513df87d0023c2fef567b3a927c77500bc179ce471fbe47542aa3b60c8ed374e"` Oct 10 18:23:10.872 INFO kablam! usermod: no changes Oct 10 18:23:10.912 INFO kablam! Compiling lzw v0.1.0 (/source) Oct 10 18:23:11.584 INFO kablam! warning: variable does not need to be mutable Oct 10 18:23:11.584 INFO kablam! --> src/main.rs:115:9 Oct 10 18:23:11.584 INFO kablam! | Oct 10 18:23:11.584 INFO kablam! 115 | let mut comp = compress("hello world"); Oct 10 18:23:11.584 INFO kablam! | ----^^^^ Oct 10 18:23:11.584 INFO kablam! | | Oct 10 18:23:11.584 INFO kablam! | help: remove this `mut` Oct 10 18:23:11.584 INFO kablam! | Oct 10 18:23:11.584 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 18:23:11.584 INFO kablam! Oct 10 18:23:11.584 INFO kablam! warning: variable does not need to be mutable Oct 10 18:23:11.584 INFO kablam! --> src/main.rs:119:9 Oct 10 18:23:11.584 INFO kablam! | Oct 10 18:23:11.584 INFO kablam! 119 | let mut comp2 = compress("hello worldhello world"); Oct 10 18:23:11.584 INFO kablam! | ----^^^^^ Oct 10 18:23:11.584 INFO kablam! | | Oct 10 18:23:11.584 INFO kablam! | help: remove this `mut` Oct 10 18:23:11.584 INFO kablam! Oct 10 18:23:12.072 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.18s Oct 10 18:23:12.074 INFO kablam! su: No module specific data is present Oct 10 18:23:12.800 INFO running `"docker" "rm" "-f" "513df87d0023c2fef567b3a927c77500bc179ce471fbe47542aa3b60c8ed374e"` Oct 10 18:23:13.039 INFO blam! 513df87d0023c2fef567b3a927c77500bc179ce471fbe47542aa3b60c8ed374e Oct 10 18:23:13.044 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 18:23:13.046 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 18:23:13.541 INFO blam! 1d237bcb0c214a41824c54971d31a4f04c7c30e6cb8589e998df1ddf893b0434 Oct 10 18:23:13.542 INFO running `"docker" "start" "-a" "1d237bcb0c214a41824c54971d31a4f04c7c30e6cb8589e998df1ddf893b0434"` Oct 10 18:23:14.472 INFO kablam! usermod: no changes Oct 10 18:23:14.538 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 18:23:14.544 INFO kablam! Running /target/debug/deps/lzw-929710b50d45cb04 Oct 10 18:23:14.548 INFO blam! Oct 10 18:23:14.548 INFO blam! running 0 tests Oct 10 18:23:14.548 INFO blam! Oct 10 18:23:14.548 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:23:14.548 INFO blam! Oct 10 18:23:14.550 INFO kablam! su: No module specific data is present Oct 10 18:23:15.219 INFO running `"docker" "rm" "-f" "1d237bcb0c214a41824c54971d31a4f04c7c30e6cb8589e998df1ddf893b0434"` Oct 10 18:23:15.468 INFO blam! 1d237bcb0c214a41824c54971d31a4f04c7c30e6cb8589e998df1ddf893b0434