Oct 15 16:49:42.922 INFO testing termion-1.5.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 16:49:42.922 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/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 15 16:49:43.123 INFO blam! 586a803d803930af5f69b15bf6dfaa3ab4b0ff4202e663e8be8ba9a3611d42ce Oct 15 16:49:43.125 INFO running `"docker" "start" "-a" "586a803d803930af5f69b15bf6dfaa3ab4b0ff4202e663e8be8ba9a3611d42ce"` Oct 15 16:49:43.568 INFO kablam! usermod: no changes Oct 15 16:49:43.595 INFO kablam! Compiling termion v1.5.1 (/source) Oct 15 16:49:44.131 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 15 16:49:44.131 INFO kablam! --> src/event.rs:4:5 Oct 15 16:49:44.131 INFO kablam! | Oct 15 16:49:44.131 INFO kablam! 4 | use std::ascii::AsciiExt; Oct 15 16:49:44.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 16:49:44.131 INFO kablam! | Oct 15 16:49:44.131 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:49:44.131 INFO kablam! Oct 15 16:49:44.431 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 15 16:49:44.431 INFO kablam! --> src/event.rs:4:5 Oct 15 16:49:44.431 INFO kablam! | Oct 15 16:49:44.431 INFO kablam! 4 | use std::ascii::AsciiExt; Oct 15 16:49:44.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 16:49:44.431 INFO kablam! | Oct 15 16:49:44.431 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:49:44.431 INFO kablam! Oct 15 16:49:44.572 INFO kablam! warning: variable does not need to be mutable Oct 15 16:49:44.572 INFO kablam! --> src/input.rs:52:13 Oct 15 16:49:44.572 INFO kablam! | Oct 15 16:49:44.572 INFO kablam! 52 | let mut source = &mut self.source; Oct 15 16:49:44.572 INFO kablam! | ----^^^^^^ Oct 15 16:49:44.572 INFO kablam! | | Oct 15 16:49:44.572 INFO kablam! | help: remove this `mut` Oct 15 16:49:44.572 INFO kablam! | Oct 15 16:49:44.572 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 16:49:44.572 INFO kablam! Oct 15 16:49:45.302 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.71s Oct 15 16:49:45.303 INFO kablam! su: No module specific data is present Oct 15 16:49:45.753 INFO running `"docker" "rm" "-f" "586a803d803930af5f69b15bf6dfaa3ab4b0ff4202e663e8be8ba9a3611d42ce"` Oct 15 16:49:45.980 INFO blam! 586a803d803930af5f69b15bf6dfaa3ab4b0ff4202e663e8be8ba9a3611d42ce Oct 15 16:49:45.992 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/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 15 16:49:46.289 INFO blam! 87c4d3896cb704ee145b160feb3935228c643c7511851f3cad12f7f97733aaf5 Oct 15 16:49:46.290 INFO running `"docker" "start" "-a" "87c4d3896cb704ee145b160feb3935228c643c7511851f3cad12f7f97733aaf5"` Oct 15 16:49:47.340 INFO kablam! usermod: no changes Oct 15 16:49:47.403 INFO kablam! Compiling termion v1.5.1 (/source) Oct 15 16:49:52.087 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 15 16:49:52.087 INFO kablam! --> src/event.rs:4:5 Oct 15 16:49:52.087 INFO kablam! | Oct 15 16:49:52.087 INFO kablam! 4 | use std::ascii::AsciiExt; Oct 15 16:49:52.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 16:49:52.087 INFO kablam! | Oct 15 16:49:52.087 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:49:52.087 INFO kablam! Oct 15 16:49:55.127 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 15 16:49:55.127 INFO kablam! --> src/event.rs:4:5 Oct 15 16:49:55.128 INFO kablam! | Oct 15 16:49:55.128 INFO kablam! 4 | use std::ascii::AsciiExt; Oct 15 16:49:55.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 16:49:55.129 INFO kablam! | Oct 15 16:49:55.129 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:49:55.129 INFO kablam! Oct 15 16:49:55.428 INFO kablam! warning: variable does not need to be mutable Oct 15 16:49:55.428 INFO kablam! --> src/input.rs:52:13 Oct 15 16:49:55.428 INFO kablam! | Oct 15 16:49:55.428 INFO kablam! 52 | let mut source = &mut self.source; Oct 15 16:49:55.428 INFO kablam! | ----^^^^^^ Oct 15 16:49:55.428 INFO kablam! | | Oct 15 16:49:55.428 INFO kablam! | help: remove this `mut` Oct 15 16:49:55.428 INFO kablam! | Oct 15 16:49:55.431 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 16:49:55.431 INFO kablam! Oct 15 16:50:02.252 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.88s Oct 15 16:50:02.257 INFO kablam! su: No module specific data is present Oct 15 16:50:02.769 INFO running `"docker" "rm" "-f" "87c4d3896cb704ee145b160feb3935228c643c7511851f3cad12f7f97733aaf5"` Oct 15 16:50:02.931 INFO blam! 87c4d3896cb704ee145b160feb3935228c643c7511851f3cad12f7f97733aaf5