Sep 01 16:44:48.540 INFO checking ion-shell-1.0.5 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 16:44:48.540 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 16:44:48.540 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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=500" "-e" "CMD=cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 16:44:48.702 INFO blam! d30cc8c434f1e0b7d336af31484a43d288b88f4d239cc0e87ed561595848eed8 Sep 01 16:44:48.704 INFO running `"docker" "start" "-a" "d30cc8c434f1e0b7d336af31484a43d288b88f4d239cc0e87ed561595848eed8"` Sep 01 16:44:49.555 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 01 16:44:49.555 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 01 16:44:49.555 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 01 16:44:49.555 INFO kablam! files will be included as a binary target: Sep 01 16:44:49.555 INFO kablam! Sep 01 16:44:49.555 INFO kablam! * /source/src/main.rs Sep 01 16:44:49.555 INFO kablam! Sep 01 16:44:49.555 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 01 16:44:49.555 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 01 16:44:49.555 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 01 16:44:49.555 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 01 16:44:49.555 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 01 16:44:49.555 INFO kablam! Sep 01 16:44:49.555 INFO kablam! For more information on this warning you can consult Sep 01 16:44:49.555 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 01 16:44:49.555 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `ion`, Sep 01 16:44:49.555 INFO kablam! please set bin.path in Cargo.toml Sep 01 16:44:49.736 INFO kablam! Checking permutate v0.3.2 Sep 01 16:44:49.738 INFO kablam! Checking calculate v0.1.0 Sep 01 16:44:49.742 INFO kablam! Checking smallstring v0.1.2 Sep 01 16:44:49.744 INFO kablam! Checking liner v0.4.4 Sep 01 16:44:49.746 INFO kablam! Compiling ion-shell v1.0.5 (file:///source) Sep 01 16:44:49.750 INFO kablam! Checking tokio-signal v0.1.5 Sep 01 16:44:57.204 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 01 16:44:57.204 INFO kablam! --> src/shell/directory_stack.rs:3:46 Sep 01 16:44:57.204 INFO kablam! | Sep 01 16:44:57.204 INFO kablam! 3 | use std::env::{set_current_dir, current_dir, home_dir}; Sep 01 16:44:57.204 INFO kablam! | ^^^^^^^^ Sep 01 16:44:57.204 INFO kablam! | Sep 01 16:44:57.205 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 16:44:57.205 INFO kablam! Sep 01 16:44:57.205 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 16:44:57.205 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 01 16:44:57.205 INFO kablam! | Sep 01 16:44:57.205 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 01 16:44:57.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 16:44:57.205 INFO kablam! Sep 01 16:44:57.209 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 01 16:44:57.209 INFO kablam! --> src/shell/directory_stack.rs:76:9 Sep 01 16:44:57.209 INFO kablam! | Sep 01 16:44:57.209 INFO kablam! 76 | home_dir() Sep 01 16:44:57.209 INFO kablam! | ^^^^^^^^ Sep 01 16:44:57.209 INFO kablam! Sep 01 16:44:57.210 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 01 16:44:57.210 INFO kablam! --> src/shell/variables.rs:46:9 Sep 01 16:44:57.210 INFO kablam! | Sep 01 16:44:57.210 INFO kablam! 46 | env::home_dir().map_or_else(|| env::set_var("HOME", "?"), |path| env::set_var("HOME", path.to_str().unwrap_or("?"))); Sep 01 16:44:57.210 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 16:44:57.210 INFO kablam! Sep 01 16:44:57.211 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 01 16:44:57.211 INFO kablam! --> src/shell/variables.rs:151:37 Sep 01 16:44:57.211 INFO kablam! | Sep 01 16:44:57.211 INFO kablam! 151 | if let Some(home) = env::home_dir() { Sep 01 16:44:57.211 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 16:44:57.211 INFO kablam! Sep 01 16:44:57.776 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 01 16:44:57.776 INFO kablam! --> src/shell/directory_stack.rs:3:46 Sep 01 16:44:57.776 INFO kablam! | Sep 01 16:44:57.776 INFO kablam! 3 | use std::env::{set_current_dir, current_dir, home_dir}; Sep 01 16:44:57.776 INFO kablam! | ^^^^^^^^ Sep 01 16:44:57.776 INFO kablam! | Sep 01 16:44:57.776 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 16:44:57.776 INFO kablam! Sep 01 16:44:57.777 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 16:44:57.777 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 01 16:44:57.777 INFO kablam! | Sep 01 16:44:57.777 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 01 16:44:57.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 16:44:57.777 INFO kablam! Sep 01 16:44:57.782 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 01 16:44:57.782 INFO kablam! --> src/shell/directory_stack.rs:76:9 Sep 01 16:44:57.782 INFO kablam! | Sep 01 16:44:57.782 INFO kablam! 76 | home_dir() Sep 01 16:44:57.782 INFO kablam! | ^^^^^^^^ Sep 01 16:44:57.782 INFO kablam! Sep 01 16:44:57.783 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 01 16:44:57.783 INFO kablam! --> src/shell/variables.rs:46:9 Sep 01 16:44:57.783 INFO kablam! | Sep 01 16:44:57.783 INFO kablam! 46 | env::home_dir().map_or_else(|| env::set_var("HOME", "?"), |path| env::set_var("HOME", path.to_str().unwrap_or("?"))); Sep 01 16:44:57.783 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 16:44:57.783 INFO kablam! Sep 01 16:44:57.783 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 01 16:44:57.783 INFO kablam! --> src/shell/variables.rs:151:37 Sep 01 16:44:57.783 INFO kablam! | Sep 01 16:44:57.783 INFO kablam! 151 | if let Some(home) = env::home_dir() { Sep 01 16:44:57.783 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 16:44:57.783 INFO kablam! Sep 01 16:44:59.818 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 01 16:44:59.818 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 01 16:44:59.818 INFO kablam! | Sep 01 16:44:59.818 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 01 16:44:59.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 16:44:59.818 INFO kablam! | Sep 01 16:44:59.818 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 16:44:59.818 INFO kablam! Sep 01 16:45:00.219 INFO kablam! warning: value assigned to `is_glob` is never read Sep 01 16:45:00.219 INFO kablam! --> src/parser/shell_expand/mod.rs:176:21 Sep 01 16:45:00.219 INFO kablam! | Sep 01 16:45:00.219 INFO kablam! 176 | is_glob = true; Sep 01 16:45:00.219 INFO kablam! | ^^^^^^^ Sep 01 16:45:00.219 INFO kablam! ... Sep 01 16:45:00.219 INFO kablam! 278 | expand!(text, do_glob, tilde); Sep 01 16:45:00.219 INFO kablam! | ------------------------------ in this macro invocation Sep 01 16:45:00.219 INFO kablam! | Sep 01 16:45:00.219 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 01 16:45:00.220 INFO kablam! Sep 01 16:45:01.360 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 01 16:45:01.360 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 01 16:45:01.360 INFO kablam! | Sep 01 16:45:01.360 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 01 16:45:01.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 16:45:01.360 INFO kablam! | Sep 01 16:45:01.360 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 16:45:01.360 INFO kablam! Sep 01 16:45:01.772 INFO kablam! warning: value assigned to `is_glob` is never read Sep 01 16:45:01.772 INFO kablam! --> src/parser/shell_expand/mod.rs:176:21 Sep 01 16:45:01.772 INFO kablam! | Sep 01 16:45:01.772 INFO kablam! 176 | is_glob = true; Sep 01 16:45:01.772 INFO kablam! | ^^^^^^^ Sep 01 16:45:01.772 INFO kablam! ... Sep 01 16:45:01.772 INFO kablam! 278 | expand!(text, do_glob, tilde); Sep 01 16:45:01.772 INFO kablam! | ------------------------------ in this macro invocation Sep 01 16:45:01.772 INFO kablam! | Sep 01 16:45:01.772 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 01 16:45:01.772 INFO kablam! Sep 01 16:45:03.399 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.86s Sep 01 16:45:03.406 INFO kablam! su: No module specific data is present Sep 01 16:45:03.842 INFO running `"docker" "rm" "-f" "d30cc8c434f1e0b7d336af31484a43d288b88f4d239cc0e87ed561595848eed8"` Sep 01 16:45:03.935 INFO blam! d30cc8c434f1e0b7d336af31484a43d288b88f4d239cc0e87ed561595848eed8