Oct 11 00:57:08.039 INFO testing crazymerlyn/kilo-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 00:57:08.039 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 00:57:08.040 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-3/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 11 00:57:08.443 INFO blam! dd48e2ff14950c5e2d6ea8d8721e77af26a5b8367dd2b8fc32827a80aa00a210 Oct 11 00:57:08.445 INFO running `"docker" "start" "-a" "dd48e2ff14950c5e2d6ea8d8721e77af26a5b8367dd2b8fc32827a80aa00a210"` Oct 11 00:57:09.862 INFO kablam! usermod: no changes Oct 11 00:57:09.948 INFO kablam! Compiling termios v0.2.2 Oct 11 00:57:09.948 INFO kablam! Compiling atty v0.1.2 Oct 11 00:57:11.080 INFO kablam! Compiling termsize v0.1.4 Oct 11 00:57:11.852 INFO kablam! Compiling kilo v0.1.0 (/source) Oct 11 00:57:12.808 INFO kablam! warning: variable does not need to be mutable Oct 11 00:57:12.808 INFO kablam! --> src/main.rs:518:13 Oct 11 00:57:12.808 INFO kablam! | Oct 11 00:57:12.808 INFO kablam! 518 | let mut row = &mut self.rows[self.cy]; Oct 11 00:57:12.808 INFO kablam! | ----^^^ Oct 11 00:57:12.808 INFO kablam! | | Oct 11 00:57:12.808 INFO kablam! | help: remove this `mut` Oct 11 00:57:12.808 INFO kablam! | Oct 11 00:57:12.808 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 00:57:12.808 INFO kablam! Oct 11 00:57:12.808 INFO kablam! warning: variable does not need to be mutable Oct 11 00:57:12.808 INFO kablam! --> src/main.rs:536:17 Oct 11 00:57:12.808 INFO kablam! | Oct 11 00:57:12.808 INFO kablam! 536 | let mut row = &mut self.rows[self.cy]; Oct 11 00:57:12.808 INFO kablam! | ----^^^ Oct 11 00:57:12.808 INFO kablam! | | Oct 11 00:57:12.808 INFO kablam! | help: remove this `mut` Oct 11 00:57:12.808 INFO kablam! Oct 11 00:57:14.368 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.47s Oct 11 00:57:14.372 INFO kablam! su: No module specific data is present Oct 11 00:57:15.132 INFO running `"docker" "rm" "-f" "dd48e2ff14950c5e2d6ea8d8721e77af26a5b8367dd2b8fc32827a80aa00a210"` Oct 11 00:57:15.374 INFO blam! dd48e2ff14950c5e2d6ea8d8721e77af26a5b8367dd2b8fc32827a80aa00a210 Oct 11 00:57:15.375 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 00:57:15.375 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-3/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 11 00:57:15.810 INFO blam! f8ab9cb5fcc96f398c3d3d16cea81403fce2343d3e015ba39eab43d3df0ffc3f Oct 11 00:57:15.824 INFO running `"docker" "start" "-a" "f8ab9cb5fcc96f398c3d3d16cea81403fce2343d3e015ba39eab43d3df0ffc3f"` Oct 11 00:57:16.940 INFO kablam! usermod: no changes Oct 11 00:57:17.020 INFO kablam! Compiling kilo v0.1.0 (/source) Oct 11 00:57:18.222 INFO kablam! warning: variable does not need to be mutable Oct 11 00:57:18.223 INFO kablam! --> src/main.rs:518:13 Oct 11 00:57:18.223 INFO kablam! | Oct 11 00:57:18.223 INFO kablam! 518 | let mut row = &mut self.rows[self.cy]; Oct 11 00:57:18.224 INFO kablam! | ----^^^ Oct 11 00:57:18.224 INFO kablam! | | Oct 11 00:57:18.224 INFO kablam! | help: remove this `mut` Oct 11 00:57:18.225 INFO kablam! | Oct 11 00:57:18.225 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 00:57:18.225 INFO kablam! Oct 11 00:57:18.225 INFO kablam! warning: variable does not need to be mutable Oct 11 00:57:18.225 INFO kablam! --> src/main.rs:536:17 Oct 11 00:57:18.226 INFO kablam! | Oct 11 00:57:18.226 INFO kablam! 536 | let mut row = &mut self.rows[self.cy]; Oct 11 00:57:18.226 INFO kablam! | ----^^^ Oct 11 00:57:18.226 INFO kablam! | | Oct 11 00:57:18.227 INFO kablam! | help: remove this `mut` Oct 11 00:57:18.227 INFO kablam! Oct 11 00:57:18.760 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.78s Oct 11 00:57:18.765 INFO kablam! su: No module specific data is present Oct 11 00:57:19.171 INFO running `"docker" "rm" "-f" "f8ab9cb5fcc96f398c3d3d16cea81403fce2343d3e015ba39eab43d3df0ffc3f"` Oct 11 00:57:19.428 INFO blam! f8ab9cb5fcc96f398c3d3d16cea81403fce2343d3e015ba39eab43d3df0ffc3f Oct 11 00:57:19.432 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 00:57:19.432 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-3/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 11 00:57:19.837 INFO blam! a93afd5534bc75cd4246c8507a849ce6f38d2847db6b610378eba2780e7e8507 Oct 11 00:57:19.838 INFO running `"docker" "start" "-a" "a93afd5534bc75cd4246c8507a849ce6f38d2847db6b610378eba2780e7e8507"` Oct 11 00:57:20.591 INFO kablam! usermod: no changes Oct 11 00:57:20.670 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 00:57:20.672 INFO kablam! Running /target/debug/deps/kilo-8e3ea97878f1f2eb Oct 11 00:57:20.681 INFO blam! Oct 11 00:57:20.681 INFO blam! running 0 tests Oct 11 00:57:20.681 INFO blam! Oct 11 00:57:20.682 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:57:20.682 INFO blam! Oct 11 00:57:20.683 INFO kablam! su: No module specific data is present Oct 11 00:57:21.278 INFO running `"docker" "rm" "-f" "a93afd5534bc75cd4246c8507a849ce6f38d2847db6b610378eba2780e7e8507"` Oct 11 00:57:21.488 INFO blam! a93afd5534bc75cd4246c8507a849ce6f38d2847db6b610378eba2780e7e8507