Sep 10 16:23:32.292 INFO checking ion-shell-1.0.5 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 16:23:32.292 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 16:23:32.292 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-2/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-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.509 INFO blam! 30a6234ba99ed558e30c9c19394656fca925ca2decd159b16a3ef76cae0bc64d Sep 10 16:23:32.510 INFO running `"docker" "start" "-a" "30a6234ba99ed558e30c9c19394656fca925ca2decd159b16a3ef76cae0bc64d"` Sep 10 16:23:33.524 INFO kablam! usermod: no changes Sep 10 16:23:33.566 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 10 16:23:33.566 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 10 16:23:33.566 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 10 16:23:33.566 INFO kablam! files will be included as a binary target: Sep 10 16:23:33.566 INFO kablam! Sep 10 16:23:33.566 INFO kablam! * /source/src/main.rs Sep 10 16:23:33.566 INFO kablam! Sep 10 16:23:33.566 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 10 16:23:33.566 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 10 16:23:33.566 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 10 16:23:33.566 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 10 16:23:33.566 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 10 16:23:33.566 INFO kablam! Sep 10 16:23:33.566 INFO kablam! For more information on this warning you can consult Sep 10 16:23:33.566 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 10 16:23:33.566 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `ion`, Sep 10 16:23:33.566 INFO kablam! please set bin.path in Cargo.toml Sep 10 16:23:33.732 INFO kablam! Checking bytecount v0.1.7 Sep 10 16:23:33.732 INFO kablam! Checking calculate v0.1.0 Sep 10 16:23:33.739 INFO kablam! Checking smallstring v0.1.2 Sep 10 16:23:33.754 INFO kablam! Compiling ion-shell v1.0.5 (file:///source) Sep 10 16:23:33.761 INFO kablam! Checking tokio-signal v0.1.5 Sep 10 16:23:34.350 INFO kablam! Checking liner v0.4.4 Sep 10 16:23:38.443 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.443 INFO kablam! --> src/shell/directory_stack.rs:3:46 Sep 10 16:23:38.443 INFO kablam! | Sep 10 16:23:38.443 INFO kablam! 3 | use std::env::{set_current_dir, current_dir, home_dir}; Sep 10 16:23:38.443 INFO kablam! | ^^^^^^^^ Sep 10 16:23:38.443 INFO kablam! | Sep 10 16:23:38.443 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 16:23:38.443 INFO kablam! Sep 10 16:23:38.450 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 10 16:23:38.450 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 10 16:23:38.450 INFO kablam! | Sep 10 16:23:38.450 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 10 16:23:38.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 16:23:38.450 INFO kablam! Sep 10 16:23:38.450 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.450 INFO kablam! --> src/shell/directory_stack.rs:76:9 Sep 10 16:23:38.450 INFO kablam! | Sep 10 16:23:38.450 INFO kablam! 76 | home_dir() Sep 10 16:23:38.450 INFO kablam! | ^^^^^^^^ Sep 10 16:23:38.450 INFO kablam! Sep 10 16:23:38.450 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.450 INFO kablam! --> src/shell/variables.rs:46:9 Sep 10 16:23:38.450 INFO kablam! | Sep 10 16:23:38.450 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.450 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 16:23:38.450 INFO kablam! Sep 10 16:23:38.450 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.450 INFO kablam! --> src/shell/variables.rs:151:37 Sep 10 16:23:38.450 INFO kablam! | Sep 10 16:23:38.450 INFO kablam! 151 | if let Some(home) = env::home_dir() { Sep 10 16:23:38.450 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 16:23:38.450 INFO kablam! Sep 10 16:23:38.790 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.790 INFO kablam! --> src/shell/directory_stack.rs:3:46 Sep 10 16:23:38.790 INFO kablam! | Sep 10 16:23:38.790 INFO kablam! 3 | use std::env::{set_current_dir, current_dir, home_dir}; Sep 10 16:23:38.790 INFO kablam! | ^^^^^^^^ Sep 10 16:23:38.790 INFO kablam! | Sep 10 16:23:38.790 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 16:23:38.790 INFO kablam! Sep 10 16:23:38.790 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 10 16:23:38.790 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 10 16:23:38.790 INFO kablam! | Sep 10 16:23:38.790 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 10 16:23:38.790 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 16:23:38.790 INFO kablam! Sep 10 16:23:38.790 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.790 INFO kablam! --> src/shell/directory_stack.rs:76:9 Sep 10 16:23:38.790 INFO kablam! | Sep 10 16:23:38.790 INFO kablam! 76 | home_dir() Sep 10 16:23:38.790 INFO kablam! | ^^^^^^^^ Sep 10 16:23:38.790 INFO kablam! Sep 10 16:23:38.798 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.798 INFO kablam! --> src/shell/variables.rs:46:9 Sep 10 16:23:38.798 INFO kablam! | Sep 10 16:23:38.798 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.798 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 16:23:38.798 INFO kablam! Sep 10 16:23:38.798 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.798 INFO kablam! --> src/shell/variables.rs:151:37 Sep 10 16:23:38.799 INFO kablam! | Sep 10 16:23:38.799 INFO kablam! 151 | if let Some(home) = env::home_dir() { Sep 10 16:23:38.799 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 16:23:38.799 INFO kablam! Sep 10 16:23:39.966 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 10 16:23:39.966 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 10 16:23:39.966 INFO kablam! | Sep 10 16:23:39.966 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 10 16:23:39.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 16:23:39.966 INFO kablam! | Sep 10 16:23:39.966 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 16:23:39.966 INFO kablam! Sep 10 16:23:40.200 INFO kablam! warning: value assigned to `is_glob` is never read Sep 10 16:23:40.200 INFO kablam! --> src/parser/shell_expand/mod.rs:176:21 Sep 10 16:23:40.200 INFO kablam! | Sep 10 16:23:40.201 INFO kablam! 176 | is_glob = true; Sep 10 16:23:40.201 INFO kablam! | ^^^^^^^ Sep 10 16:23:40.201 INFO kablam! ... Sep 10 16:23:40.201 INFO kablam! 278 | expand!(text, do_glob, tilde); Sep 10 16:23:40.201 INFO kablam! | ------------------------------ in this macro invocation Sep 10 16:23:40.201 INFO kablam! | Sep 10 16:23:40.201 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 10 16:23:40.201 INFO kablam! Sep 10 16:23:40.728 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 10 16:23:40.728 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 10 16:23:40.728 INFO kablam! | Sep 10 16:23:40.728 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 10 16:23:40.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 16:23:40.728 INFO kablam! | Sep 10 16:23:40.728 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 16:23:40.728 INFO kablam! Sep 10 16:23:41.053 INFO kablam! warning: value assigned to `is_glob` is never read Sep 10 16:23:41.053 INFO kablam! --> src/parser/shell_expand/mod.rs:176:21 Sep 10 16:23:41.053 INFO kablam! | Sep 10 16:23:41.053 INFO kablam! 176 | is_glob = true; Sep 10 16:23:41.053 INFO kablam! | ^^^^^^^ Sep 10 16:23:41.053 INFO kablam! ... Sep 10 16:23:41.053 INFO kablam! 278 | expand!(text, do_glob, tilde); Sep 10 16:23:41.053 INFO kablam! | ------------------------------ in this macro invocation Sep 10 16:23:41.053 INFO kablam! | Sep 10 16:23:41.053 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 10 16:23:41.053 INFO kablam! Sep 10 16:23:42.354 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.81s Sep 10 16:23:42.362 INFO kablam! su: No module specific data is present Sep 10 16:23:42.992 INFO running `"docker" "rm" "-f" "30a6234ba99ed558e30c9c19394656fca925ca2decd159b16a3ef76cae0bc64d"` Sep 10 16:23:43.151 INFO blam! 30a6234ba99ed558e30c9c19394656fca925ca2decd159b16a3ef76cae0bc64d