Oct 31 21:28:27.691 INFO checking seiyanuta/nsh against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 21:28:27.693 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-6/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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 31 21:28:28.346 INFO blam! 2b465eec41eafd084e5b03c874fc4004ccdfd5641974d884939eb0ace7bc0254 Oct 31 21:28:28.352 INFO running `"docker" "start" "-a" "2b465eec41eafd084e5b03c874fc4004ccdfd5641974d884939eb0ace7bc0254"` Oct 31 21:28:29.823 INFO kablam! usermod: no changes Oct 31 21:28:29.976 INFO kablam! Checking utf8parse v0.1.0 Oct 31 21:28:29.980 INFO kablam! Checking nom v4.0.0 Oct 31 21:28:29.980 INFO kablam! Checking env_logger v0.5.13 Oct 31 21:28:30.804 INFO kablam! Checking rustyline v2.1.0 Oct 31 21:28:31.506 INFO kablam! Checking pretty_env_logger v0.2.4 Oct 31 21:28:34.454 INFO kablam! Checking nsh v0.1.0 (/source) Oct 31 21:28:36.032 INFO kablam! warning: unused import: `File` Oct 31 21:28:36.033 INFO kablam! --> src/exec.rs:4:15 Oct 31 21:28:36.034 INFO kablam! | Oct 31 21:28:36.034 INFO kablam! 4 | use std::fs::{File, OpenOptions}; Oct 31 21:28:36.035 INFO kablam! | ^^^^ Oct 31 21:28:36.036 INFO kablam! | Oct 31 21:28:36.037 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 21:28:36.037 INFO kablam! Oct 31 21:28:36.038 INFO kablam! warning: unused import: `std::path::Path` Oct 31 21:28:36.039 INFO kablam! --> src/exec.rs:5:5 Oct 31 21:28:36.039 INFO kablam! | Oct 31 21:28:36.040 INFO kablam! 5 | use std::path::Path; Oct 31 21:28:36.040 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 31 21:28:36.040 INFO kablam! Oct 31 21:28:36.162 INFO kablam! warning: unused import: `File` Oct 31 21:28:36.162 INFO kablam! --> src/exec.rs:4:15 Oct 31 21:28:36.162 INFO kablam! | Oct 31 21:28:36.162 INFO kablam! 4 | use std::fs::{File, OpenOptions}; Oct 31 21:28:36.162 INFO kablam! | ^^^^ Oct 31 21:28:36.162 INFO kablam! | Oct 31 21:28:36.162 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 21:28:36.162 INFO kablam! Oct 31 21:28:36.162 INFO kablam! warning: unused import: `std::path::Path` Oct 31 21:28:36.162 INFO kablam! --> src/exec.rs:5:5 Oct 31 21:28:36.162 INFO kablam! | Oct 31 21:28:36.162 INFO kablam! 5 | use std::path::Path; Oct 31 21:28:36.162 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 31 21:28:36.162 INFO kablam! Oct 31 21:28:36.248 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 31 21:28:36.249 INFO kablam! --> src/mainloop.rs:19:29 Oct 31 21:28:36.249 INFO kablam! | Oct 31 21:28:36.249 INFO kablam! 19 | if let Some(home_dir) = env::home_dir() { Oct 31 21:28:36.250 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 21:28:36.250 INFO kablam! | Oct 31 21:28:36.251 INFO kablam! = note: #[warn(deprecated)] on by default Oct 31 21:28:36.251 INFO kablam! Oct 31 21:28:36.252 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 31 21:28:36.252 INFO kablam! --> src/builtins.rs:28:37 Oct 31 21:28:36.253 INFO kablam! | Oct 31 21:28:36.254 INFO kablam! 28 | if let Some(home_dir) = env::home_dir() { Oct 31 21:28:36.254 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 21:28:36.254 INFO kablam! Oct 31 21:28:36.339 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 31 21:28:36.339 INFO kablam! --> src/mainloop.rs:19:29 Oct 31 21:28:36.340 INFO kablam! | Oct 31 21:28:36.341 INFO kablam! 19 | if let Some(home_dir) = env::home_dir() { Oct 31 21:28:36.341 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 21:28:36.342 INFO kablam! | Oct 31 21:28:36.342 INFO kablam! = note: #[warn(deprecated)] on by default Oct 31 21:28:36.343 INFO kablam! Oct 31 21:28:36.344 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 31 21:28:36.345 INFO kablam! --> src/builtins.rs:28:37 Oct 31 21:28:36.345 INFO kablam! | Oct 31 21:28:36.346 INFO kablam! 28 | if let Some(home_dir) = env::home_dir() { Oct 31 21:28:36.346 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 21:28:36.347 INFO kablam! Oct 31 21:28:38.208 INFO kablam! warning: unused variable: `f` Oct 31 21:28:38.208 INFO kablam! --> src/mainloop.rs:25:19 Oct 31 21:28:38.208 INFO kablam! | Oct 31 21:28:38.208 INFO kablam! 25 | if let Ok(f) = File::create(&history_path) { Oct 31 21:28:38.208 INFO kablam! | ^ help: consider using `_f` instead Oct 31 21:28:38.208 INFO kablam! | Oct 31 21:28:38.208 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 21:28:38.208 INFO kablam! Oct 31 21:28:38.224 INFO kablam! warning: unused variable: `line` Oct 31 21:28:38.224 INFO kablam! --> src/mainloop.rs:57:20 Oct 31 21:28:38.224 INFO kablam! | Oct 31 21:28:38.224 INFO kablam! 57 | fn hint(&self, line: &str, _pos: usize) -> Option { Oct 31 21:28:38.224 INFO kablam! | ^^^^ help: consider using `_line` instead Oct 31 21:28:38.224 INFO kablam! Oct 31 21:28:38.504 INFO kablam! warning: unused variable: `f` Oct 31 21:28:38.504 INFO kablam! --> src/mainloop.rs:25:19 Oct 31 21:28:38.504 INFO kablam! | Oct 31 21:28:38.504 INFO kablam! 25 | if let Ok(f) = File::create(&history_path) { Oct 31 21:28:38.504 INFO kablam! | ^ help: consider using `_f` instead Oct 31 21:28:38.504 INFO kablam! | Oct 31 21:28:38.504 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 21:28:38.504 INFO kablam! Oct 31 21:28:38.516 INFO kablam! warning: unused variable: `line` Oct 31 21:28:38.516 INFO kablam! --> src/mainloop.rs:57:20 Oct 31 21:28:38.516 INFO kablam! | Oct 31 21:28:38.516 INFO kablam! 57 | fn hint(&self, line: &str, _pos: usize) -> Option { Oct 31 21:28:38.516 INFO kablam! | ^^^^ help: consider using `_line` instead Oct 31 21:28:38.516 INFO kablam! Oct 31 21:28:39.247 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.40s Oct 31 21:28:39.257 INFO kablam! su: No module specific data is present Oct 31 21:28:40.818 INFO running `"docker" "rm" "-f" "2b465eec41eafd084e5b03c874fc4004ccdfd5641974d884939eb0ace7bc0254"` Oct 31 21:28:41.141 INFO blam! 2b465eec41eafd084e5b03c874fc4004ccdfd5641974d884939eb0ace7bc0254