Oct 26 19:29:09.164 INFO checking thunderseethe/mira against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 19:29:09.165 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 26 19:29:09.616 INFO blam! 5c77c096eb91e868dff63cfc8166299dd9bfc76dd4d802f8eb33aeee779b0202 Oct 26 19:29:09.617 INFO running `"docker" "start" "-a" "5c77c096eb91e868dff63cfc8166299dd9bfc76dd4d802f8eb33aeee779b0202"` Oct 26 19:29:10.787 INFO kablam! usermod: no changes Oct 26 19:29:10.963 INFO kablam! Checking errno v0.2.4 Oct 26 19:29:10.963 INFO kablam! Compiling x11-dl v2.18.0 Oct 26 19:29:16.827 INFO kablam! Checking winit v0.16.2 Oct 26 19:29:19.690 INFO kablam! Checking glutin v0.17.0 Oct 26 19:29:21.299 INFO kablam! Checking symare v0.1.0 (/source) Oct 26 19:29:22.031 INFO kablam! warning: unused import: `OsStr` Oct 26 19:29:22.031 INFO kablam! --> src/tty.rs:4:22 Oct 26 19:29:22.031 INFO kablam! | Oct 26 19:29:22.031 INFO kablam! 4 | use std::ffi::{CStr, OsStr}; Oct 26 19:29:22.031 INFO kablam! | ^^^^^ Oct 26 19:29:22.031 INFO kablam! | Oct 26 19:29:22.031 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 19:29:22.031 INFO kablam! Oct 26 19:29:22.185 INFO kablam! warning: unused import: `OsStr` Oct 26 19:29:22.186 INFO kablam! --> src/tty.rs:4:22 Oct 26 19:29:22.186 INFO kablam! | Oct 26 19:29:22.187 INFO kablam! 4 | use std::ffi::{CStr, OsStr}; Oct 26 19:29:22.188 INFO kablam! | ^^^^^ Oct 26 19:29:22.188 INFO kablam! | Oct 26 19:29:22.189 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 19:29:22.189 INFO kablam! Oct 26 19:29:22.255 INFO kablam! warning: unused variable: `buf` Oct 26 19:29:22.256 INFO kablam! --> src/main.rs:52:13 Oct 26 19:29:22.257 INFO kablam! | Oct 26 19:29:22.257 INFO kablam! 52 | let mut buf: [u8; 1024] = [0; 1024]; Oct 26 19:29:22.258 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 26 19:29:22.259 INFO kablam! | Oct 26 19:29:22.259 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 19:29:22.260 INFO kablam! Oct 26 19:29:22.260 INFO kablam! warning: unused variable: `read_count` Oct 26 19:29:22.261 INFO kablam! --> src/main.rs:57:16 Oct 26 19:29:22.262 INFO kablam! | Oct 26 19:29:22.262 INFO kablam! 57 | Ok(read_count) => { Oct 26 19:29:22.263 INFO kablam! | ^^^^^^^^^^ help: consider using `_read_count` instead Oct 26 19:29:22.264 INFO kablam! Oct 26 19:29:22.264 INFO kablam! warning: variable does not need to be mutable Oct 26 19:29:22.265 INFO kablam! --> src/main.rs:52:9 Oct 26 19:29:22.267 INFO kablam! | Oct 26 19:29:22.267 INFO kablam! 52 | let mut buf: [u8; 1024] = [0; 1024]; Oct 26 19:29:22.267 INFO kablam! | ----^^^ Oct 26 19:29:22.267 INFO kablam! | | Oct 26 19:29:22.267 INFO kablam! | help: remove this `mut` Oct 26 19:29:22.267 INFO kablam! | Oct 26 19:29:22.267 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 19:29:22.267 INFO kablam! Oct 26 19:29:22.318 INFO kablam! warning: function is never used: `process_should_exit` Oct 26 19:29:22.319 INFO kablam! --> src/tty.rs:48:1 Oct 26 19:29:22.320 INFO kablam! | Oct 26 19:29:22.321 INFO kablam! 48 | pub fn process_should_exit() -> bool { Oct 26 19:29:22.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:29:22.322 INFO kablam! | Oct 26 19:29:22.323 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 19:29:22.323 INFO kablam! Oct 26 19:29:22.324 INFO kablam! warning: method is never used: `new_with_args` Oct 26 19:29:22.324 INFO kablam! --> src/data.rs:19:5 Oct 26 19:29:22.325 INFO kablam! | Oct 26 19:29:22.325 INFO kablam! 19 | / pub fn new_with_args(program: S, args: Vec) -> Shell<'a> Oct 26 19:29:22.326 INFO kablam! 20 | | where S: Into> Oct 26 19:29:22.327 INFO kablam! 21 | | { Oct 26 19:29:22.327 INFO kablam! 22 | | Shell { Oct 26 19:29:22.328 INFO kablam! ... | Oct 26 19:29:22.328 INFO kablam! 25 | | } Oct 26 19:29:22.328 INFO kablam! 26 | | } Oct 26 19:29:22.328 INFO kablam! | |_____^ Oct 26 19:29:22.328 INFO kablam! Oct 26 19:29:22.328 INFO kablam! warning: function is never used: `test_window` Oct 26 19:29:22.328 INFO kablam! --> src/main.rs:73:1 Oct 26 19:29:22.328 INFO kablam! | Oct 26 19:29:22.328 INFO kablam! 73 | fn test_window() { Oct 26 19:29:22.328 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 26 19:29:22.328 INFO kablam! Oct 26 19:29:22.567 INFO kablam! warning: unused variable: `buf` Oct 26 19:29:22.567 INFO kablam! --> src/main.rs:52:13 Oct 26 19:29:22.567 INFO kablam! | Oct 26 19:29:22.567 INFO kablam! 52 | let mut buf: [u8; 1024] = [0; 1024]; Oct 26 19:29:22.567 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 26 19:29:22.567 INFO kablam! | Oct 26 19:29:22.567 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 19:29:22.567 INFO kablam! Oct 26 19:29:22.567 INFO kablam! warning: unused variable: `read_count` Oct 26 19:29:22.567 INFO kablam! --> src/main.rs:57:16 Oct 26 19:29:22.567 INFO kablam! | Oct 26 19:29:22.567 INFO kablam! 57 | Ok(read_count) => { Oct 26 19:29:22.567 INFO kablam! | ^^^^^^^^^^ help: consider using `_read_count` instead Oct 26 19:29:22.567 INFO kablam! Oct 26 19:29:22.572 INFO kablam! warning: variable does not need to be mutable Oct 26 19:29:22.572 INFO kablam! --> src/main.rs:52:9 Oct 26 19:29:22.572 INFO kablam! | Oct 26 19:29:22.572 INFO kablam! 52 | let mut buf: [u8; 1024] = [0; 1024]; Oct 26 19:29:22.572 INFO kablam! | ----^^^ Oct 26 19:29:22.572 INFO kablam! | | Oct 26 19:29:22.572 INFO kablam! | help: remove this `mut` Oct 26 19:29:22.572 INFO kablam! | Oct 26 19:29:22.572 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 19:29:22.572 INFO kablam! Oct 26 19:29:22.607 INFO kablam! warning: function is never used: `process_should_exit` Oct 26 19:29:22.607 INFO kablam! --> src/tty.rs:48:1 Oct 26 19:29:22.607 INFO kablam! | Oct 26 19:29:22.607 INFO kablam! 48 | pub fn process_should_exit() -> bool { Oct 26 19:29:22.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:29:22.607 INFO kablam! | Oct 26 19:29:22.607 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 19:29:22.607 INFO kablam! Oct 26 19:29:22.608 INFO kablam! warning: method is never used: `new_with_args` Oct 26 19:29:22.608 INFO kablam! --> src/data.rs:19:5 Oct 26 19:29:22.608 INFO kablam! | Oct 26 19:29:22.608 INFO kablam! 19 | / pub fn new_with_args(program: S, args: Vec) -> Shell<'a> Oct 26 19:29:22.608 INFO kablam! 20 | | where S: Into> Oct 26 19:29:22.608 INFO kablam! 21 | | { Oct 26 19:29:22.608 INFO kablam! 22 | | Shell { Oct 26 19:29:22.608 INFO kablam! ... | Oct 26 19:29:22.608 INFO kablam! 25 | | } Oct 26 19:29:22.608 INFO kablam! 26 | | } Oct 26 19:29:22.608 INFO kablam! | |_____^ Oct 26 19:29:22.608 INFO kablam! Oct 26 19:29:22.608 INFO kablam! warning: function is never used: `test_window` Oct 26 19:29:22.608 INFO kablam! --> src/main.rs:73:1 Oct 26 19:29:22.608 INFO kablam! | Oct 26 19:29:22.608 INFO kablam! 73 | fn test_window() { Oct 26 19:29:22.608 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 26 19:29:22.608 INFO kablam! Oct 26 19:29:22.639 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.83s Oct 26 19:29:22.651 INFO kablam! su: No module specific data is present Oct 26 19:29:23.775 INFO running `"docker" "rm" "-f" "5c77c096eb91e868dff63cfc8166299dd9bfc76dd4d802f8eb33aeee779b0202"` Oct 26 19:29:24.071 INFO blam! 5c77c096eb91e868dff63cfc8166299dd9bfc76dd4d802f8eb33aeee779b0202