Oct 12 18:04:47.311 INFO testing yiblet/tagtask against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 18:04:47.311 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 18:04:47.877 INFO blam! 8487ed6cbb4f64ccdc09d26f83a4f0117078f99caff56bedb334fd6dca9b9160 Oct 12 18:04:47.891 INFO running `"docker" "start" "-a" "8487ed6cbb4f64ccdc09d26f83a4f0117078f99caff56bedb334fd6dca9b9160"` Oct 12 18:04:49.266 INFO kablam! usermod: no changes Oct 12 18:04:49.419 INFO kablam! Compiling num-traits v0.2.5 Oct 12 18:04:49.427 INFO kablam! Compiling derive_builder v0.5.1 Oct 12 18:04:49.427 INFO kablam! Compiling libc v0.2.42 Oct 12 18:04:49.427 INFO kablam! Compiling lazy_static v1.0.2 Oct 12 18:04:49.435 INFO kablam! Compiling syn v0.11.11 Oct 12 18:04:49.435 INFO kablam! Compiling smallvec v0.6.3 Oct 12 18:04:52.311 INFO kablam! Compiling ropey v0.8.1 Oct 12 18:04:54.302 INFO kablam! Compiling num_cpus v1.8.0 Oct 12 18:04:54.302 INFO kablam! Compiling termion v1.5.1 Oct 12 18:04:57.179 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 12 18:05:04.163 INFO kablam! Compiling kdtree v0.5.1 Oct 12 18:05:04.793 INFO kablam! Compiling derive_builder_core v0.2.0 Oct 12 18:05:10.330 INFO kablam! Compiling tagtask v0.1.0 (/source) Oct 12 18:05:10.529 INFO kablam! warning: unused import: `SquareBuilder` Oct 12 18:05:10.529 INFO kablam! --> src/view/layout.rs:2:28 Oct 12 18:05:10.529 INFO kablam! | Oct 12 18:05:10.529 INFO kablam! 2 | use view::widget::{Square, SquareBuilder}; Oct 12 18:05:10.529 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 18:05:10.529 INFO kablam! | Oct 12 18:05:10.530 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 18:05:10.530 INFO kablam! Oct 12 18:05:10.535 INFO kablam! warning: unused import: `view::widget::Widget` Oct 12 18:05:10.535 INFO kablam! --> src/view/render.rs:10:5 Oct 12 18:05:10.535 INFO kablam! | Oct 12 18:05:10.535 INFO kablam! 10 | use view::widget::Widget; Oct 12 18:05:10.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 18:05:10.535 INFO kablam! Oct 12 18:05:10.846 INFO kablam! warning: function is never used: `fetch` Oct 12 18:05:10.847 INFO kablam! --> src/view/id.rs:26:1 Oct 12 18:05:10.847 INFO kablam! | Oct 12 18:05:10.847 INFO kablam! 26 | pub fn fetch() -> u64 { Oct 12 18:05:10.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:05:10.847 INFO kablam! Oct 12 18:05:10.847 INFO kablam! warning: variant is never constructed: `Horizontal` Oct 12 18:05:10.847 INFO kablam! --> src/view/layout.rs:7:5 Oct 12 18:05:10.849 INFO kablam! | Oct 12 18:05:10.849 INFO kablam! 7 | Horizontal, Oct 12 18:05:10.849 INFO kablam! | ^^^^^^^^^^ Oct 12 18:05:10.849 INFO kablam! Oct 12 18:05:10.849 INFO kablam! warning: struct is never constructed: `VirtualScreen` Oct 12 18:05:10.849 INFO kablam! --> src/view/render.rs:12:1 Oct 12 18:05:10.849 INFO kablam! | Oct 12 18:05:10.849 INFO kablam! 12 | struct VirtualScreen { Oct 12 18:05:10.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:05:10.849 INFO kablam! Oct 12 18:05:10.849 INFO kablam! warning: method is never used: `new` Oct 12 18:05:10.849 INFO kablam! --> src/view/render.rs:17:5 Oct 12 18:05:10.849 INFO kablam! | Oct 12 18:05:10.849 INFO kablam! 17 | pub fn new() -> Self { Oct 12 18:05:10.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 18:05:10.849 INFO kablam! Oct 12 18:05:10.849 INFO kablam! warning: method is never used: `insert` Oct 12 18:05:10.849 INFO kablam! --> src/view/render.rs:23:5 Oct 12 18:05:10.849 INFO kablam! | Oct 12 18:05:10.849 INFO kablam! 23 | pub fn insert(&mut self, x: u16, y: u16, item: Rc) -> Result<(), ErrorKind> { Oct 12 18:05:10.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:05:10.849 INFO kablam! Oct 12 18:05:10.849 INFO kablam! warning: method is never used: `in_range` Oct 12 18:05:10.849 INFO kablam! --> src/view/render.rs:36:5 Oct 12 18:05:10.849 INFO kablam! | Oct 12 18:05:10.849 INFO kablam! 36 | pub fn in_range(&mut self, square: &Square) -> Result>, ErrorKind> { Oct 12 18:05:10.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:05:10.849 INFO kablam! Oct 12 18:05:11.885 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.59s Oct 12 18:05:11.885 INFO kablam! su: No module specific data is present Oct 12 18:05:13.012 INFO running `"docker" "rm" "-f" "8487ed6cbb4f64ccdc09d26f83a4f0117078f99caff56bedb334fd6dca9b9160"` Oct 12 18:05:13.357 INFO blam! 8487ed6cbb4f64ccdc09d26f83a4f0117078f99caff56bedb334fd6dca9b9160 Oct 12 18:05:13.371 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 18:05:13.805 INFO blam! d7d8f40c6504fb3858949708e392d0f8ba8bb154b45709e2faba848263e3489e Oct 12 18:05:13.812 INFO running `"docker" "start" "-a" "d7d8f40c6504fb3858949708e392d0f8ba8bb154b45709e2faba848263e3489e"` Oct 12 18:05:15.399 INFO kablam! usermod: no changes Oct 12 18:05:15.483 INFO kablam! Compiling tagtask v0.1.0 (/source) Oct 12 18:05:15.734 INFO kablam! warning: unused import: `SquareBuilder` Oct 12 18:05:15.734 INFO kablam! --> src/view/layout.rs:2:28 Oct 12 18:05:15.734 INFO kablam! | Oct 12 18:05:15.734 INFO kablam! 2 | use view::widget::{Square, SquareBuilder}; Oct 12 18:05:15.734 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 18:05:15.734 INFO kablam! | Oct 12 18:05:15.734 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 18:05:15.734 INFO kablam! Oct 12 18:05:15.734 INFO kablam! warning: unused import: `view::widget::Widget` Oct 12 18:05:15.734 INFO kablam! --> src/view/render.rs:10:5 Oct 12 18:05:15.734 INFO kablam! | Oct 12 18:05:15.734 INFO kablam! 10 | use view::widget::Widget; Oct 12 18:05:15.734 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 18:05:15.734 INFO kablam! Oct 12 18:05:15.953 INFO kablam! warning: function is never used: `fetch` Oct 12 18:05:15.953 INFO kablam! --> src/view/id.rs:26:1 Oct 12 18:05:15.953 INFO kablam! | Oct 12 18:05:15.953 INFO kablam! 26 | pub fn fetch() -> u64 { Oct 12 18:05:15.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:05:15.953 INFO kablam! Oct 12 18:05:15.953 INFO kablam! warning: variant is never constructed: `Horizontal` Oct 12 18:05:15.953 INFO kablam! --> src/view/layout.rs:7:5 Oct 12 18:05:15.953 INFO kablam! | Oct 12 18:05:15.953 INFO kablam! 7 | Horizontal, Oct 12 18:05:15.953 INFO kablam! | ^^^^^^^^^^ Oct 12 18:05:15.953 INFO kablam! Oct 12 18:05:15.953 INFO kablam! warning: struct is never constructed: `VirtualScreen` Oct 12 18:05:15.953 INFO kablam! --> src/view/render.rs:12:1 Oct 12 18:05:15.953 INFO kablam! | Oct 12 18:05:15.953 INFO kablam! 12 | struct VirtualScreen { Oct 12 18:05:15.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:05:15.953 INFO kablam! Oct 12 18:05:15.953 INFO kablam! warning: method is never used: `new` Oct 12 18:05:15.953 INFO kablam! --> src/view/render.rs:17:5 Oct 12 18:05:15.953 INFO kablam! | Oct 12 18:05:15.953 INFO kablam! 17 | pub fn new() -> Self { Oct 12 18:05:15.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 18:05:15.953 INFO kablam! Oct 12 18:05:15.953 INFO kablam! warning: method is never used: `insert` Oct 12 18:05:15.953 INFO kablam! --> src/view/render.rs:23:5 Oct 12 18:05:15.953 INFO kablam! | Oct 12 18:05:15.953 INFO kablam! 23 | pub fn insert(&mut self, x: u16, y: u16, item: Rc) -> Result<(), ErrorKind> { Oct 12 18:05:15.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:05:15.954 INFO kablam! Oct 12 18:05:15.954 INFO kablam! warning: method is never used: `in_range` Oct 12 18:05:15.954 INFO kablam! --> src/view/render.rs:36:5 Oct 12 18:05:15.954 INFO kablam! | Oct 12 18:05:15.954 INFO kablam! 36 | pub fn in_range(&mut self, square: &Square) -> Result>, ErrorKind> { Oct 12 18:05:15.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:05:15.954 INFO kablam! Oct 12 18:05:16.498 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.08s Oct 12 18:05:16.502 INFO kablam! su: No module specific data is present Oct 12 18:05:17.579 INFO running `"docker" "rm" "-f" "d7d8f40c6504fb3858949708e392d0f8ba8bb154b45709e2faba848263e3489e"` Oct 12 18:05:17.863 INFO blam! d7d8f40c6504fb3858949708e392d0f8ba8bb154b45709e2faba848263e3489e Oct 12 18:05:17.874 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 18:05:18.364 INFO blam! 3d64aea20324c6cb5301ef896f3b02c6662552718d6103fd5ee4cc5420372cce Oct 12 18:05:18.366 INFO running `"docker" "start" "-a" "3d64aea20324c6cb5301ef896f3b02c6662552718d6103fd5ee4cc5420372cce"` Oct 12 18:05:20.202 INFO kablam! usermod: no changes Oct 12 18:05:20.315 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 12 18:05:20.315 INFO kablam! Running /target/debug/deps/tagtask-2536219ea51f011e Oct 12 18:05:20.316 INFO blam! Oct 12 18:05:20.316 INFO blam! running 0 tests Oct 12 18:05:20.316 INFO blam! Oct 12 18:05:20.317 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:05:20.317 INFO blam! Oct 12 18:05:20.321 INFO kablam! su: No module specific data is present Oct 12 18:05:21.363 INFO running `"docker" "rm" "-f" "3d64aea20324c6cb5301ef896f3b02c6662552718d6103fd5ee4cc5420372cce"` Oct 12 18:05:21.647 INFO blam! 3d64aea20324c6cb5301ef896f3b02c6662552718d6103fd5ee4cc5420372cce