Oct 12 21:31:06.481 INFO testing thunderseethe/mira against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 21:31:06.483 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 21:31:06.871 INFO blam! 04a620383f7580186f73a84ddd3acef28b5bd8977732efd46ccf65d652b3650a Oct 12 21:31:06.881 INFO running `"docker" "start" "-a" "04a620383f7580186f73a84ddd3acef28b5bd8977732efd46ccf65d652b3650a"` Oct 12 21:31:07.919 INFO kablam! usermod: no changes Oct 12 21:31:08.087 INFO kablam! Compiling libloading v0.5.0 Oct 12 21:31:08.095 INFO kablam! Compiling x11-dl v2.18.0 Oct 12 21:31:08.095 INFO kablam! Compiling errno v0.2.4 Oct 12 21:31:08.139 INFO kablam! Compiling parking_lot v0.6.3 Oct 12 21:31:08.139 INFO kablam! Compiling glutin v0.17.0 Oct 12 21:31:14.606 INFO kablam! Compiling dlib v0.4.1 Oct 12 21:31:15.015 INFO kablam! Compiling wayland-sys v0.20.11 Oct 12 21:31:18.499 INFO kablam! Compiling wayland-commons v0.20.11 Oct 12 21:31:19.271 INFO kablam! Compiling wayland-client v0.20.11 Oct 12 21:31:26.756 INFO kablam! Compiling wayland-protocols v0.20.11 Oct 12 21:31:36.278 INFO kablam! Compiling smithay-client-toolkit v0.2.6 Oct 12 21:31:42.099 INFO kablam! Compiling winit v0.16.2 Oct 12 21:31:56.944 INFO kablam! Compiling symare v0.1.0 (/source) Oct 12 21:31:57.576 INFO kablam! warning: unused import: `OsStr` Oct 12 21:31:57.576 INFO kablam! --> src/tty.rs:4:22 Oct 12 21:31:57.576 INFO kablam! | Oct 12 21:31:57.577 INFO kablam! 4 | use std::ffi::{CStr, OsStr}; Oct 12 21:31:57.577 INFO kablam! | ^^^^^ Oct 12 21:31:57.577 INFO kablam! | Oct 12 21:31:57.578 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:31:57.578 INFO kablam! Oct 12 21:31:57.730 INFO kablam! warning: unused variable: `buf` Oct 12 21:31:57.730 INFO kablam! --> src/main.rs:52:13 Oct 12 21:31:57.730 INFO kablam! | Oct 12 21:31:57.730 INFO kablam! 52 | let mut buf: [u8; 1024] = [0; 1024]; Oct 12 21:31:57.730 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 12 21:31:57.730 INFO kablam! | Oct 12 21:31:57.730 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:31:57.730 INFO kablam! Oct 12 21:31:57.730 INFO kablam! warning: unused variable: `read_count` Oct 12 21:31:57.730 INFO kablam! --> src/main.rs:57:16 Oct 12 21:31:57.730 INFO kablam! | Oct 12 21:31:57.730 INFO kablam! 57 | Ok(read_count) => { Oct 12 21:31:57.730 INFO kablam! | ^^^^^^^^^^ help: consider using `_read_count` instead Oct 12 21:31:57.730 INFO kablam! Oct 12 21:31:57.735 INFO kablam! warning: variable does not need to be mutable Oct 12 21:31:57.735 INFO kablam! --> src/main.rs:52:9 Oct 12 21:31:57.735 INFO kablam! | Oct 12 21:31:57.735 INFO kablam! 52 | let mut buf: [u8; 1024] = [0; 1024]; Oct 12 21:31:57.735 INFO kablam! | ----^^^ Oct 12 21:31:57.735 INFO kablam! | | Oct 12 21:31:57.735 INFO kablam! | help: remove this `mut` Oct 12 21:31:57.735 INFO kablam! | Oct 12 21:31:57.735 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 21:31:57.735 INFO kablam! Oct 12 21:31:57.760 INFO kablam! warning: function is never used: `process_should_exit` Oct 12 21:31:57.760 INFO kablam! --> src/tty.rs:48:1 Oct 12 21:31:57.760 INFO kablam! | Oct 12 21:31:57.760 INFO kablam! 48 | pub fn process_should_exit() -> bool { Oct 12 21:31:57.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:31:57.760 INFO kablam! | Oct 12 21:31:57.761 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:31:57.761 INFO kablam! Oct 12 21:31:57.761 INFO kablam! warning: method is never used: `new_with_args` Oct 12 21:31:57.761 INFO kablam! --> src/data.rs:19:5 Oct 12 21:31:57.761 INFO kablam! | Oct 12 21:31:57.761 INFO kablam! 19 | / pub fn new_with_args(program: S, args: Vec) -> Shell<'a> Oct 12 21:31:57.761 INFO kablam! 20 | | where S: Into> Oct 12 21:31:57.761 INFO kablam! 21 | | { Oct 12 21:31:57.761 INFO kablam! 22 | | Shell { Oct 12 21:31:57.761 INFO kablam! ... | Oct 12 21:31:57.761 INFO kablam! 25 | | } Oct 12 21:31:57.761 INFO kablam! 26 | | } Oct 12 21:31:57.761 INFO kablam! | |_____^ Oct 12 21:31:57.761 INFO kablam! Oct 12 21:31:57.761 INFO kablam! warning: function is never used: `test_window` Oct 12 21:31:57.761 INFO kablam! --> src/main.rs:73:1 Oct 12 21:31:57.761 INFO kablam! | Oct 12 21:31:57.761 INFO kablam! 73 | fn test_window() { Oct 12 21:31:57.761 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 21:31:57.761 INFO kablam! Oct 12 21:32:00.227 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 52.28s Oct 12 21:32:00.241 INFO kablam! su: No module specific data is present Oct 12 21:32:01.252 INFO running `"docker" "rm" "-f" "04a620383f7580186f73a84ddd3acef28b5bd8977732efd46ccf65d652b3650a"` Oct 12 21:32:01.631 INFO blam! 04a620383f7580186f73a84ddd3acef28b5bd8977732efd46ccf65d652b3650a Oct 12 21:32:01.639 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 21:32:02.165 INFO blam! 3641a2141f04b483cd1d67b59e26eeec9f42ced862e46f31e06100d0f252289d Oct 12 21:32:02.167 INFO running `"docker" "start" "-a" "3641a2141f04b483cd1d67b59e26eeec9f42ced862e46f31e06100d0f252289d"` Oct 12 21:32:05.138 INFO kablam! usermod: no changes Oct 12 21:32:05.367 INFO kablam! Compiling symare v0.1.0 (/source) Oct 12 21:32:05.907 INFO kablam! warning: unused import: `OsStr` Oct 12 21:32:05.907 INFO kablam! --> src/tty.rs:4:22 Oct 12 21:32:05.908 INFO kablam! | Oct 12 21:32:05.908 INFO kablam! 4 | use std::ffi::{CStr, OsStr}; Oct 12 21:32:05.908 INFO kablam! | ^^^^^ Oct 12 21:32:05.908 INFO kablam! | Oct 12 21:32:05.908 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:32:05.908 INFO kablam! Oct 12 21:32:06.062 INFO kablam! warning: unused variable: `buf` Oct 12 21:32:06.062 INFO kablam! --> src/main.rs:52:13 Oct 12 21:32:06.062 INFO kablam! | Oct 12 21:32:06.062 INFO kablam! 52 | let mut buf: [u8; 1024] = [0; 1024]; Oct 12 21:32:06.062 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 12 21:32:06.062 INFO kablam! | Oct 12 21:32:06.063 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:32:06.063 INFO kablam! Oct 12 21:32:06.063 INFO kablam! warning: unused variable: `read_count` Oct 12 21:32:06.063 INFO kablam! --> src/main.rs:57:16 Oct 12 21:32:06.063 INFO kablam! | Oct 12 21:32:06.063 INFO kablam! 57 | Ok(read_count) => { Oct 12 21:32:06.063 INFO kablam! | ^^^^^^^^^^ help: consider using `_read_count` instead Oct 12 21:32:06.063 INFO kablam! Oct 12 21:32:06.067 INFO kablam! warning: variable does not need to be mutable Oct 12 21:32:06.068 INFO kablam! --> src/main.rs:52:9 Oct 12 21:32:06.068 INFO kablam! | Oct 12 21:32:06.068 INFO kablam! 52 | let mut buf: [u8; 1024] = [0; 1024]; Oct 12 21:32:06.068 INFO kablam! | ----^^^ Oct 12 21:32:06.068 INFO kablam! | | Oct 12 21:32:06.068 INFO kablam! | help: remove this `mut` Oct 12 21:32:06.068 INFO kablam! | Oct 12 21:32:06.068 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 21:32:06.068 INFO kablam! Oct 12 21:32:06.094 INFO kablam! warning: function is never used: `process_should_exit` Oct 12 21:32:06.095 INFO kablam! --> src/tty.rs:48:1 Oct 12 21:32:06.095 INFO kablam! | Oct 12 21:32:06.095 INFO kablam! 48 | pub fn process_should_exit() -> bool { Oct 12 21:32:06.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:32:06.095 INFO kablam! | Oct 12 21:32:06.095 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:32:06.095 INFO kablam! Oct 12 21:32:06.095 INFO kablam! warning: method is never used: `new_with_args` Oct 12 21:32:06.095 INFO kablam! --> src/data.rs:19:5 Oct 12 21:32:06.095 INFO kablam! | Oct 12 21:32:06.095 INFO kablam! 19 | / pub fn new_with_args(program: S, args: Vec) -> Shell<'a> Oct 12 21:32:06.095 INFO kablam! 20 | | where S: Into> Oct 12 21:32:06.095 INFO kablam! 21 | | { Oct 12 21:32:06.095 INFO kablam! 22 | | Shell { Oct 12 21:32:06.095 INFO kablam! ... | Oct 12 21:32:06.095 INFO kablam! 25 | | } Oct 12 21:32:06.095 INFO kablam! 26 | | } Oct 12 21:32:06.095 INFO kablam! | |_____^ Oct 12 21:32:06.095 INFO kablam! Oct 12 21:32:06.095 INFO kablam! warning: function is never used: `test_window` Oct 12 21:32:06.095 INFO kablam! --> src/main.rs:73:1 Oct 12 21:32:06.095 INFO kablam! | Oct 12 21:32:06.095 INFO kablam! 73 | fn test_window() { Oct 12 21:32:06.095 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 21:32:06.095 INFO kablam! Oct 12 21:32:06.938 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.76s Oct 12 21:32:06.946 INFO kablam! su: No module specific data is present Oct 12 21:32:08.829 INFO running `"docker" "rm" "-f" "3641a2141f04b483cd1d67b59e26eeec9f42ced862e46f31e06100d0f252289d"` Oct 12 21:32:09.171 INFO blam! 3641a2141f04b483cd1d67b59e26eeec9f42ced862e46f31e06100d0f252289d Oct 12 21:32:09.188 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 21:32:09.744 INFO blam! 18c49928f32582915dbef72983bf74bcf4f06fed933de93f4c79d0332166e0cd Oct 12 21:32:09.746 INFO running `"docker" "start" "-a" "18c49928f32582915dbef72983bf74bcf4f06fed933de93f4c79d0332166e0cd"` Oct 12 21:32:11.842 INFO kablam! usermod: no changes Oct 12 21:32:12.093 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.22s Oct 12 21:32:12.108 INFO kablam! Running /target/debug/deps/symare-3028398c06ce2d46 Oct 12 21:32:12.120 INFO blam! Oct 12 21:32:12.121 INFO blam! running 1 test Oct 12 21:32:12.127 INFO blam! test tty::test_get_pw_entry ... ok Oct 12 21:32:12.127 INFO blam! Oct 12 21:32:12.127 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:32:12.127 INFO blam! Oct 12 21:32:12.129 INFO kablam! su: No module specific data is present Oct 12 21:32:13.723 INFO running `"docker" "rm" "-f" "18c49928f32582915dbef72983bf74bcf4f06fed933de93f4c79d0332166e0cd"` Oct 12 21:32:13.951 INFO blam! 18c49928f32582915dbef72983bf74bcf4f06fed933de93f4c79d0332166e0cd