Sep 06 05:10:34.770 INFO checking ion-shell-1.0.5 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 05:10:34.770 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 05:10:34.770 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-3/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 05:10:34.908 INFO blam! cad852cbf364c16a0359c4645d819d994125771ff849f152c46db3e851e580a7 Sep 06 05:10:34.909 INFO running `"docker" "start" "-a" "cad852cbf364c16a0359c4645d819d994125771ff849f152c46db3e851e580a7"` Sep 06 05:10:36.381 INFO kablam! usermod: no changes Sep 06 05:10:36.406 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 06 05:10:36.406 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 06 05:10:36.406 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 06 05:10:36.406 INFO kablam! files will be included as a binary target: Sep 06 05:10:36.406 INFO kablam! Sep 06 05:10:36.406 INFO kablam! * /source/src/main.rs Sep 06 05:10:36.406 INFO kablam! Sep 06 05:10:36.406 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 06 05:10:36.406 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 06 05:10:36.406 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 06 05:10:36.406 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 06 05:10:36.406 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 06 05:10:36.406 INFO kablam! Sep 06 05:10:36.406 INFO kablam! For more information on this warning you can consult Sep 06 05:10:36.406 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 06 05:10:36.406 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `ion`, Sep 06 05:10:36.406 INFO kablam! please set bin.path in Cargo.toml Sep 06 05:10:36.522 INFO kablam! Checking calculate v0.1.0 Sep 06 05:10:36.523 INFO kablam! Checking users v0.5.3 Sep 06 05:10:36.523 INFO kablam! Checking smallstring v0.1.2 Sep 06 05:10:36.525 INFO kablam! Checking liner v0.4.4 Sep 06 05:10:36.528 INFO kablam! Compiling ion-shell v1.0.5 (file:///source) Sep 06 05:10:36.529 INFO kablam! Checking tokio-signal v0.1.5 Sep 06 05:10:39.994 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 06 05:10:39.994 INFO kablam! --> src/shell/directory_stack.rs:3:46 Sep 06 05:10:39.994 INFO kablam! | Sep 06 05:10:39.994 INFO kablam! 3 | use std::env::{set_current_dir, current_dir, home_dir}; Sep 06 05:10:39.994 INFO kablam! | ^^^^^^^^ Sep 06 05:10:39.994 INFO kablam! | Sep 06 05:10:39.994 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 05:10:39.994 INFO kablam! Sep 06 05:10:39.994 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 06 05:10:39.994 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 06 05:10:39.994 INFO kablam! | Sep 06 05:10:39.994 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 06 05:10:39.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 05:10:39.994 INFO kablam! Sep 06 05:10:40.002 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 06 05:10:40.002 INFO kablam! --> src/shell/directory_stack.rs:76:9 Sep 06 05:10:40.002 INFO kablam! | Sep 06 05:10:40.002 INFO kablam! 76 | home_dir() Sep 06 05:10:40.002 INFO kablam! | ^^^^^^^^ Sep 06 05:10:40.002 INFO kablam! Sep 06 05:10:40.002 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 06 05:10:40.002 INFO kablam! --> src/shell/variables.rs:46:9 Sep 06 05:10:40.002 INFO kablam! | Sep 06 05:10:40.002 INFO kablam! 46 | env::home_dir().map_or_else(|| env::set_var("HOME", "?"), |path| env::set_var("HOME", path.to_str().unwrap_or("?"))); Sep 06 05:10:40.002 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 05:10:40.002 INFO kablam! Sep 06 05:10:40.002 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 06 05:10:40.002 INFO kablam! --> src/shell/variables.rs:151:37 Sep 06 05:10:40.002 INFO kablam! | Sep 06 05:10:40.002 INFO kablam! 151 | if let Some(home) = env::home_dir() { Sep 06 05:10:40.002 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 05:10:40.002 INFO kablam! Sep 06 05:10:40.326 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 06 05:10:40.326 INFO kablam! --> src/shell/directory_stack.rs:3:46 Sep 06 05:10:40.326 INFO kablam! | Sep 06 05:10:40.326 INFO kablam! 3 | use std::env::{set_current_dir, current_dir, home_dir}; Sep 06 05:10:40.326 INFO kablam! | ^^^^^^^^ Sep 06 05:10:40.326 INFO kablam! | Sep 06 05:10:40.326 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 05:10:40.326 INFO kablam! Sep 06 05:10:40.326 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 06 05:10:40.326 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 06 05:10:40.326 INFO kablam! | Sep 06 05:10:40.326 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 06 05:10:40.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 05:10:40.326 INFO kablam! Sep 06 05:10:40.330 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 06 05:10:40.330 INFO kablam! --> src/shell/directory_stack.rs:76:9 Sep 06 05:10:40.330 INFO kablam! | Sep 06 05:10:40.330 INFO kablam! 76 | home_dir() Sep 06 05:10:40.330 INFO kablam! | ^^^^^^^^ Sep 06 05:10:40.330 INFO kablam! Sep 06 05:10:40.330 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 06 05:10:40.330 INFO kablam! --> src/shell/variables.rs:46:9 Sep 06 05:10:40.330 INFO kablam! | Sep 06 05:10:40.330 INFO kablam! 46 | env::home_dir().map_or_else(|| env::set_var("HOME", "?"), |path| env::set_var("HOME", path.to_str().unwrap_or("?"))); Sep 06 05:10:40.330 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 05:10:40.330 INFO kablam! Sep 06 05:10:40.330 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 06 05:10:40.330 INFO kablam! --> src/shell/variables.rs:151:37 Sep 06 05:10:40.330 INFO kablam! | Sep 06 05:10:40.330 INFO kablam! 151 | if let Some(home) = env::home_dir() { Sep 06 05:10:40.330 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 05:10:40.330 INFO kablam! Sep 06 05:10:41.807 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 06 05:10:41.807 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 06 05:10:41.807 INFO kablam! | Sep 06 05:10:41.807 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 06 05:10:41.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 05:10:41.807 INFO kablam! | Sep 06 05:10:41.807 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 05:10:41.807 INFO kablam! Sep 06 05:10:42.014 INFO kablam! warning: value assigned to `is_glob` is never read Sep 06 05:10:42.014 INFO kablam! --> src/parser/shell_expand/mod.rs:176:21 Sep 06 05:10:42.014 INFO kablam! | Sep 06 05:10:42.014 INFO kablam! 176 | is_glob = true; Sep 06 05:10:42.014 INFO kablam! | ^^^^^^^ Sep 06 05:10:42.014 INFO kablam! ... Sep 06 05:10:42.014 INFO kablam! 278 | expand!(text, do_glob, tilde); Sep 06 05:10:42.014 INFO kablam! | ------------------------------ in this macro invocation Sep 06 05:10:42.014 INFO kablam! | Sep 06 05:10:42.014 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 06 05:10:42.014 INFO kablam! Sep 06 05:10:42.020 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 06 05:10:42.020 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 06 05:10:42.020 INFO kablam! | Sep 06 05:10:42.021 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 06 05:10:42.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 05:10:42.021 INFO kablam! | Sep 06 05:10:42.021 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 05:10:42.021 INFO kablam! Sep 06 05:10:42.314 INFO kablam! warning: value assigned to `is_glob` is never read Sep 06 05:10:42.314 INFO kablam! --> src/parser/shell_expand/mod.rs:176:21 Sep 06 05:10:42.314 INFO kablam! | Sep 06 05:10:42.314 INFO kablam! 176 | is_glob = true; Sep 06 05:10:42.314 INFO kablam! | ^^^^^^^ Sep 06 05:10:42.314 INFO kablam! ... Sep 06 05:10:42.314 INFO kablam! 278 | expand!(text, do_glob, tilde); Sep 06 05:10:42.314 INFO kablam! | ------------------------------ in this macro invocation Sep 06 05:10:42.314 INFO kablam! | Sep 06 05:10:42.314 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 06 05:10:42.314 INFO kablam! Sep 06 05:10:43.622 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.22s Sep 06 05:10:43.628 INFO kablam! su: No module specific data is present Sep 06 05:10:44.591 INFO running `"docker" "rm" "-f" "cad852cbf364c16a0359c4645d819d994125771ff849f152c46db3e851e580a7"` Sep 06 05:10:44.703 INFO blam! cad852cbf364c16a0359c4645d819d994125771ff849f152c46db3e851e580a7