Oct 12 18:04:47.669 INFO testing yiblet/tagtask against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 18:04:47.671 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 18:04:48.067 INFO blam! 5f637f09575e16496f1f6e2d571c256a0be4074de034e4ef10d77e079d618025 Oct 12 18:04:48.087 INFO running `"docker" "start" "-a" "5f637f09575e16496f1f6e2d571c256a0be4074de034e4ef10d77e079d618025"` Oct 12 18:04:49.353 INFO kablam! usermod: no changes Oct 12 18:04:49.459 INFO kablam! Compiling termion v1.5.1 Oct 12 18:04:49.459 INFO kablam! Compiling num-traits v0.2.5 Oct 12 18:04:49.459 INFO kablam! Compiling smallvec v0.6.3 Oct 12 18:04:49.459 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 12 18:04:51.331 INFO kablam! Compiling ropey v0.8.1 Oct 12 18:04:56.767 INFO kablam! Compiling kdtree v0.5.1 Oct 12 18:04:57.348 INFO kablam! Compiling tagtask v0.1.0 (/source) Oct 12 18:04:57.643 INFO kablam! warning: unused import: `SquareBuilder` Oct 12 18:04:57.643 INFO kablam! --> src/view/layout.rs:2:28 Oct 12 18:04:57.643 INFO kablam! | Oct 12 18:04:57.643 INFO kablam! 2 | use view::widget::{Square, SquareBuilder}; Oct 12 18:04:57.643 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 18:04:57.643 INFO kablam! | Oct 12 18:04:57.643 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 18:04:57.643 INFO kablam! Oct 12 18:04:57.643 INFO kablam! warning: unused import: `view::widget::Widget` Oct 12 18:04:57.643 INFO kablam! --> src/view/render.rs:10:5 Oct 12 18:04:57.643 INFO kablam! | Oct 12 18:04:57.643 INFO kablam! 10 | use view::widget::Widget; Oct 12 18:04:57.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 18:04:57.643 INFO kablam! Oct 12 18:04:57.944 INFO kablam! warning: function is never used: `fetch` Oct 12 18:04:57.944 INFO kablam! --> src/view/id.rs:26:1 Oct 12 18:04:57.944 INFO kablam! | Oct 12 18:04:57.944 INFO kablam! 26 | pub fn fetch() -> u64 { Oct 12 18:04:57.944 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:04:57.944 INFO kablam! Oct 12 18:04:57.945 INFO kablam! warning: variant is never constructed: `Horizontal` Oct 12 18:04:57.945 INFO kablam! --> src/view/layout.rs:7:5 Oct 12 18:04:57.945 INFO kablam! | Oct 12 18:04:57.946 INFO kablam! 7 | Horizontal, Oct 12 18:04:57.946 INFO kablam! | ^^^^^^^^^^ Oct 12 18:04:57.946 INFO kablam! Oct 12 18:04:57.946 INFO kablam! warning: struct is never constructed: `VirtualScreen` Oct 12 18:04:57.946 INFO kablam! --> src/view/render.rs:12:1 Oct 12 18:04:57.946 INFO kablam! | Oct 12 18:04:57.946 INFO kablam! 12 | struct VirtualScreen { Oct 12 18:04:57.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:04:57.946 INFO kablam! Oct 12 18:04:57.946 INFO kablam! warning: method is never used: `new` Oct 12 18:04:57.950 INFO kablam! --> src/view/render.rs:17:5 Oct 12 18:04:57.950 INFO kablam! | Oct 12 18:04:57.951 INFO kablam! 17 | pub fn new() -> Self { Oct 12 18:04:57.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 18:04:57.951 INFO kablam! Oct 12 18:04:57.951 INFO kablam! warning: method is never used: `insert` Oct 12 18:04:57.951 INFO kablam! --> src/view/render.rs:23:5 Oct 12 18:04:57.951 INFO kablam! | Oct 12 18:04:57.951 INFO kablam! 23 | pub fn insert(&mut self, x: u16, y: u16, item: Rc) -> Result<(), ErrorKind> { Oct 12 18:04:57.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:04:57.951 INFO kablam! Oct 12 18:04:57.951 INFO kablam! warning: method is never used: `in_range` Oct 12 18:04:57.951 INFO kablam! --> src/view/render.rs:36:5 Oct 12 18:04:57.951 INFO kablam! | Oct 12 18:04:57.951 INFO kablam! 36 | pub fn in_range(&mut self, square: &Square) -> Result>, ErrorKind> { Oct 12 18:04:57.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:04:57.951 INFO kablam! Oct 12 18:04:58.991 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.61s Oct 12 18:04:58.994 INFO kablam! su: No module specific data is present Oct 12 18:05:00.095 INFO running `"docker" "rm" "-f" "5f637f09575e16496f1f6e2d571c256a0be4074de034e4ef10d77e079d618025"` Oct 12 18:05:00.511 INFO blam! 5f637f09575e16496f1f6e2d571c256a0be4074de034e4ef10d77e079d618025 Oct 12 18:05:00.512 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 18:05:00.975 INFO blam! 0e098677f3aef3de23091099a0f54f18a3a4822e56bb135bdccf158ee7981eba Oct 12 18:05:00.976 INFO running `"docker" "start" "-a" "0e098677f3aef3de23091099a0f54f18a3a4822e56bb135bdccf158ee7981eba"` Oct 12 18:05:03.422 INFO kablam! usermod: no changes Oct 12 18:05:03.572 INFO kablam! Compiling tagtask v0.1.0 (/source) Oct 12 18:05:03.846 INFO kablam! warning: unused import: `SquareBuilder` Oct 12 18:05:03.847 INFO kablam! --> src/view/layout.rs:2:28 Oct 12 18:05:03.847 INFO kablam! | Oct 12 18:05:03.847 INFO kablam! 2 | use view::widget::{Square, SquareBuilder}; Oct 12 18:05:03.847 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 18:05:03.847 INFO kablam! | Oct 12 18:05:03.847 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 18:05:03.847 INFO kablam! Oct 12 18:05:03.851 INFO kablam! warning: unused import: `view::widget::Widget` Oct 12 18:05:03.851 INFO kablam! --> src/view/render.rs:10:5 Oct 12 18:05:03.851 INFO kablam! | Oct 12 18:05:03.851 INFO kablam! 10 | use view::widget::Widget; Oct 12 18:05:03.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 18:05:03.851 INFO kablam! Oct 12 18:05:04.139 INFO kablam! warning: function is never used: `fetch` Oct 12 18:05:04.139 INFO kablam! --> src/view/id.rs:26:1 Oct 12 18:05:04.139 INFO kablam! | Oct 12 18:05:04.139 INFO kablam! 26 | pub fn fetch() -> u64 { Oct 12 18:05:04.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:05:04.139 INFO kablam! Oct 12 18:05:04.140 INFO kablam! warning: variant is never constructed: `Horizontal` Oct 12 18:05:04.141 INFO kablam! --> src/view/layout.rs:7:5 Oct 12 18:05:04.141 INFO kablam! | Oct 12 18:05:04.141 INFO kablam! 7 | Horizontal, Oct 12 18:05:04.141 INFO kablam! | ^^^^^^^^^^ Oct 12 18:05:04.141 INFO kablam! Oct 12 18:05:04.141 INFO kablam! warning: struct is never constructed: `VirtualScreen` Oct 12 18:05:04.141 INFO kablam! --> src/view/render.rs:12:1 Oct 12 18:05:04.141 INFO kablam! | Oct 12 18:05:04.141 INFO kablam! 12 | struct VirtualScreen { Oct 12 18:05:04.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:05:04.141 INFO kablam! Oct 12 18:05:04.141 INFO kablam! warning: method is never used: `new` Oct 12 18:05:04.141 INFO kablam! --> src/view/render.rs:17:5 Oct 12 18:05:04.141 INFO kablam! | Oct 12 18:05:04.141 INFO kablam! 17 | pub fn new() -> Self { Oct 12 18:05:04.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 18:05:04.141 INFO kablam! Oct 12 18:05:04.141 INFO kablam! warning: method is never used: `insert` Oct 12 18:05:04.141 INFO kablam! --> src/view/render.rs:23:5 Oct 12 18:05:04.141 INFO kablam! | Oct 12 18:05:04.141 INFO kablam! 23 | pub fn insert(&mut self, x: u16, y: u16, item: Rc) -> Result<(), ErrorKind> { Oct 12 18:05:04.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:05:04.141 INFO kablam! Oct 12 18:05:04.141 INFO kablam! warning: method is never used: `in_range` Oct 12 18:05:04.141 INFO kablam! --> src/view/render.rs:36:5 Oct 12 18:05:04.141 INFO kablam! | Oct 12 18:05:04.141 INFO kablam! 36 | pub fn in_range(&mut self, square: &Square) -> Result>, ErrorKind> { Oct 12 18:05:04.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:05:04.141 INFO kablam! Oct 12 18:05:04.769 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.30s Oct 12 18:05:04.772 INFO kablam! su: No module specific data is present Oct 12 18:05:06.194 INFO running `"docker" "rm" "-f" "0e098677f3aef3de23091099a0f54f18a3a4822e56bb135bdccf158ee7981eba"` Oct 12 18:05:06.476 INFO blam! 0e098677f3aef3de23091099a0f54f18a3a4822e56bb135bdccf158ee7981eba Oct 12 18:05:06.479 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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" "-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 18:05:06.987 INFO blam! ff613bec87ed71a562e49a8b7f13406a758d8b0270d16e44830d8f2ed7797170 Oct 12 18:05:06.987 INFO running `"docker" "start" "-a" "ff613bec87ed71a562e49a8b7f13406a758d8b0270d16e44830d8f2ed7797170"` Oct 12 18:05:09.590 INFO kablam! usermod: no changes Oct 12 18:05:09.703 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 12 18:05:09.715 INFO kablam! Running /target/debug/deps/tagtask-0d202a56b2f5b1c7 Oct 12 18:05:09.718 INFO blam! Oct 12 18:05:09.718 INFO blam! running 0 tests Oct 12 18:05:09.718 INFO blam! Oct 12 18:05:09.718 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:05:09.718 INFO blam! Oct 12 18:05:09.719 INFO kablam! su: No module specific data is present Oct 12 18:05:11.063 INFO running `"docker" "rm" "-f" "ff613bec87ed71a562e49a8b7f13406a758d8b0270d16e44830d8f2ed7797170"` Oct 12 18:05:11.391 INFO blam! ff613bec87ed71a562e49a8b7f13406a758d8b0270d16e44830d8f2ed7797170