Sep 10 16:23:31.977 INFO checking ion-shell-1.0.5 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 16:23:31.977 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 16:23:31.977 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-5/try#3a2610c2a16575649896925631bf8cec4f4b1961:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 16:23:32.147 INFO blam! 6fdcae62eeade9e3ad61f85bf17f6ef8c7a0fe7f287837c1dc2c6b5c79e12512 Sep 10 16:23:32.148 INFO running `"docker" "start" "-a" "6fdcae62eeade9e3ad61f85bf17f6ef8c7a0fe7f287837c1dc2c6b5c79e12512"` Sep 10 16:23:32.918 INFO kablam! usermod: no changes Sep 10 16:23:32.950 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 10 16:23:32.950 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 10 16:23:32.950 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 10 16:23:32.950 INFO kablam! files will be included as a binary target: Sep 10 16:23:32.950 INFO kablam! Sep 10 16:23:32.950 INFO kablam! * /source/src/main.rs Sep 10 16:23:32.950 INFO kablam! Sep 10 16:23:32.950 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 10 16:23:32.950 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 10 16:23:32.950 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 10 16:23:32.950 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 10 16:23:32.950 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 10 16:23:32.950 INFO kablam! Sep 10 16:23:32.950 INFO kablam! For more information on this warning you can consult Sep 10 16:23:32.950 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 10 16:23:32.950 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `ion`, Sep 10 16:23:32.950 INFO kablam! please set bin.path in Cargo.toml Sep 10 16:23:33.083 INFO kablam! Compiling ansi_term v0.9.0 Sep 10 16:23:33.083 INFO kablam! Checking smallvec v0.3.4 Sep 10 16:23:33.086 INFO kablam! Checking permutate v0.3.2 Sep 10 16:23:33.090 INFO kablam! Checking calculate v0.1.0 Sep 10 16:23:33.093 INFO kablam! Checking liner v0.4.4 Sep 10 16:23:33.094 INFO kablam! Checking tokio-signal v0.1.5 Sep 10 16:23:34.098 INFO kablam! Compiling ion-shell v1.0.5 (file:///source) Sep 10 16:23:34.162 INFO kablam! Checking smallstring v0.1.2 Sep 10 16:23:38.034 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. Sep 10 16:23:38.034 INFO kablam! --> src/shell/directory_stack.rs:3:46 Sep 10 16:23:38.034 INFO kablam! | Sep 10 16:23:38.034 INFO kablam! 3 | use std::env::{set_current_dir, current_dir, home_dir}; Sep 10 16:23:38.034 INFO kablam! | ^^^^^^^^ Sep 10 16:23:38.034 INFO kablam! | Sep 10 16:23:38.034 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 16:23:38.034 INFO kablam! Sep 10 16:23:38.034 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 10 16:23:38.034 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 10 16:23:38.034 INFO kablam! | Sep 10 16:23:38.034 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 10 16:23:38.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 16:23:38.034 INFO kablam! Sep 10 16:23:38.034 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. Sep 10 16:23:38.035 INFO kablam! --> src/shell/directory_stack.rs:76:9 Sep 10 16:23:38.035 INFO kablam! | Sep 10 16:23:38.035 INFO kablam! 76 | home_dir() Sep 10 16:23:38.035 INFO kablam! | ^^^^^^^^ Sep 10 16:23:38.035 INFO kablam! Sep 10 16:23:38.035 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. Sep 10 16:23:38.035 INFO kablam! --> src/shell/variables.rs:46:9 Sep 10 16:23:38.035 INFO kablam! | Sep 10 16:23:38.035 INFO kablam! 46 | env::home_dir().map_or_else(|| env::set_var("HOME", "?"), |path| env::set_var("HOME", path.to_str().unwrap_or("?"))); Sep 10 16:23:38.035 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 16:23:38.035 INFO kablam! Sep 10 16:23:38.035 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. Sep 10 16:23:38.035 INFO kablam! --> src/shell/variables.rs:151:37 Sep 10 16:23:38.035 INFO kablam! | Sep 10 16:23:38.035 INFO kablam! 151 | if let Some(home) = env::home_dir() { Sep 10 16:23:38.035 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 16:23:38.035 INFO kablam! Sep 10 16:23:38.271 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. Sep 10 16:23:38.271 INFO kablam! --> src/shell/directory_stack.rs:3:46 Sep 10 16:23:38.271 INFO kablam! | Sep 10 16:23:38.271 INFO kablam! 3 | use std::env::{set_current_dir, current_dir, home_dir}; Sep 10 16:23:38.271 INFO kablam! | ^^^^^^^^ Sep 10 16:23:38.271 INFO kablam! | Sep 10 16:23:38.271 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 16:23:38.271 INFO kablam! Sep 10 16:23:38.273 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 10 16:23:38.273 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 10 16:23:38.273 INFO kablam! | Sep 10 16:23:38.273 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 10 16:23:38.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 16:23:38.273 INFO kablam! Sep 10 16:23:38.294 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. Sep 10 16:23:38.294 INFO kablam! --> src/shell/directory_stack.rs:76:9 Sep 10 16:23:38.294 INFO kablam! | Sep 10 16:23:38.294 INFO kablam! 76 | home_dir() Sep 10 16:23:38.294 INFO kablam! | ^^^^^^^^ Sep 10 16:23:38.294 INFO kablam! Sep 10 16:23:38.298 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. Sep 10 16:23:38.298 INFO kablam! --> src/shell/variables.rs:46:9 Sep 10 16:23:38.298 INFO kablam! | Sep 10 16:23:38.298 INFO kablam! 46 | env::home_dir().map_or_else(|| env::set_var("HOME", "?"), |path| env::set_var("HOME", path.to_str().unwrap_or("?"))); Sep 10 16:23:38.298 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 16:23:38.298 INFO kablam! Sep 10 16:23:38.298 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. Sep 10 16:23:38.298 INFO kablam! --> src/shell/variables.rs:151:37 Sep 10 16:23:38.298 INFO kablam! | Sep 10 16:23:38.298 INFO kablam! 151 | if let Some(home) = env::home_dir() { Sep 10 16:23:38.298 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 16:23:38.298 INFO kablam! Sep 10 16:23:39.394 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 10 16:23:39.394 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 10 16:23:39.394 INFO kablam! | Sep 10 16:23:39.394 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 10 16:23:39.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 16:23:39.394 INFO kablam! | Sep 10 16:23:39.394 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 16:23:39.394 INFO kablam! Sep 10 16:23:39.622 INFO kablam! warning: value assigned to `is_glob` is never read Sep 10 16:23:39.622 INFO kablam! --> src/parser/shell_expand/mod.rs:176:21 Sep 10 16:23:39.622 INFO kablam! | Sep 10 16:23:39.622 INFO kablam! 176 | is_glob = true; Sep 10 16:23:39.622 INFO kablam! | ^^^^^^^ Sep 10 16:23:39.622 INFO kablam! ... Sep 10 16:23:39.622 INFO kablam! 278 | expand!(text, do_glob, tilde); Sep 10 16:23:39.622 INFO kablam! | ------------------------------ in this macro invocation Sep 10 16:23:39.622 INFO kablam! | Sep 10 16:23:39.622 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 10 16:23:39.622 INFO kablam! Sep 10 16:23:40.350 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 10 16:23:40.350 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 10 16:23:40.350 INFO kablam! | Sep 10 16:23:40.350 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 10 16:23:40.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 16:23:40.350 INFO kablam! | Sep 10 16:23:40.350 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 16:23:40.350 INFO kablam! Sep 10 16:23:40.674 INFO kablam! warning: value assigned to `is_glob` is never read Sep 10 16:23:40.674 INFO kablam! --> src/parser/shell_expand/mod.rs:176:21 Sep 10 16:23:40.674 INFO kablam! | Sep 10 16:23:40.674 INFO kablam! 176 | is_glob = true; Sep 10 16:23:40.674 INFO kablam! | ^^^^^^^ Sep 10 16:23:40.674 INFO kablam! ... Sep 10 16:23:40.674 INFO kablam! 278 | expand!(text, do_glob, tilde); Sep 10 16:23:40.674 INFO kablam! | ------------------------------ in this macro invocation Sep 10 16:23:40.674 INFO kablam! | Sep 10 16:23:40.674 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 10 16:23:40.674 INFO kablam! Sep 10 16:23:41.968 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.02s Sep 10 16:23:41.979 INFO kablam! su: No module specific data is present Sep 10 16:23:42.737 INFO running `"docker" "rm" "-f" "6fdcae62eeade9e3ad61f85bf17f6ef8c7a0fe7f287837c1dc2c6b5c79e12512"` Sep 10 16:23:42.828 INFO blam! 6fdcae62eeade9e3ad61f85bf17f6ef8c7a0fe7f287837c1dc2c6b5c79e12512