Sep 01 00:14:47.600 INFO checking ion-shell-1.0.5 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 00:14:47.600 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 00:14:47.600 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-0/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 00:14:47.879 INFO blam! 8a47f6186104d68a3aaf7aaab0ff8c4e87d8dcff71c6db299a989bd7a4cba86a Sep 01 00:14:47.881 INFO running `"docker" "start" "-a" "8a47f6186104d68a3aaf7aaab0ff8c4e87d8dcff71c6db299a989bd7a4cba86a"` Sep 01 00:14:48.933 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 01 00:14:48.934 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 01 00:14:48.934 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 01 00:14:48.934 INFO kablam! files will be included as a binary target: Sep 01 00:14:48.934 INFO kablam! Sep 01 00:14:48.934 INFO kablam! * /source/src/main.rs Sep 01 00:14:48.934 INFO kablam! Sep 01 00:14:48.934 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 01 00:14:48.934 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 01 00:14:48.934 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 01 00:14:48.934 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 01 00:14:48.934 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 01 00:14:48.934 INFO kablam! Sep 01 00:14:48.934 INFO kablam! For more information on this warning you can consult Sep 01 00:14:48.934 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 01 00:14:48.934 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `ion`, Sep 01 00:14:48.934 INFO kablam! please set bin.path in Cargo.toml Sep 01 00:14:49.101 INFO kablam! Checking bytecount v0.1.7 Sep 01 00:14:49.102 INFO kablam! Checking calculate v0.1.0 Sep 01 00:14:49.107 INFO kablam! Checking permutate v0.3.2 Sep 01 00:14:49.109 INFO kablam! Checking smallstring v0.1.2 Sep 01 00:14:49.110 INFO kablam! Compiling ion-shell v1.0.5 (file:///source) Sep 01 00:14:49.111 INFO kablam! Checking tokio-signal v0.1.5 Sep 01 00:14:51.277 INFO kablam! Checking liner v0.4.4 Sep 01 00:14:56.807 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 00:14:56.807 INFO kablam! --> src/shell/directory_stack.rs:3:46 Sep 01 00:14:56.807 INFO kablam! | Sep 01 00:14:56.807 INFO kablam! 3 | use std::env::{set_current_dir, current_dir, home_dir}; Sep 01 00:14:56.807 INFO kablam! | ^^^^^^^^ Sep 01 00:14:56.807 INFO kablam! | Sep 01 00:14:56.807 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 00:14:56.807 INFO kablam! Sep 01 00:14:56.808 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 00:14:56.808 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 01 00:14:56.808 INFO kablam! | Sep 01 00:14:56.808 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 01 00:14:56.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 00:14:56.808 INFO kablam! Sep 01 00:14:56.812 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 00:14:56.812 INFO kablam! --> src/shell/directory_stack.rs:76:9 Sep 01 00:14:56.812 INFO kablam! | Sep 01 00:14:56.812 INFO kablam! 76 | home_dir() Sep 01 00:14:56.812 INFO kablam! | ^^^^^^^^ Sep 01 00:14:56.812 INFO kablam! Sep 01 00:14:56.813 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 00:14:56.813 INFO kablam! --> src/shell/variables.rs:46:9 Sep 01 00:14:56.813 INFO kablam! | Sep 01 00:14:56.813 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 00:14:56.813 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 00:14:56.813 INFO kablam! Sep 01 00:14:56.814 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 00:14:56.814 INFO kablam! --> src/shell/variables.rs:151:37 Sep 01 00:14:56.814 INFO kablam! | Sep 01 00:14:56.814 INFO kablam! 151 | if let Some(home) = env::home_dir() { Sep 01 00:14:56.814 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 00:14:56.814 INFO kablam! Sep 01 00:14:57.255 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 00:14:57.255 INFO kablam! --> src/shell/directory_stack.rs:3:46 Sep 01 00:14:57.255 INFO kablam! | Sep 01 00:14:57.255 INFO kablam! 3 | use std::env::{set_current_dir, current_dir, home_dir}; Sep 01 00:14:57.256 INFO kablam! | ^^^^^^^^ Sep 01 00:14:57.256 INFO kablam! | Sep 01 00:14:57.256 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 00:14:57.256 INFO kablam! Sep 01 00:14:57.257 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 00:14:57.257 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 01 00:14:57.257 INFO kablam! | Sep 01 00:14:57.257 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 01 00:14:57.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 00:14:57.257 INFO kablam! Sep 01 00:14:57.261 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 00:14:57.261 INFO kablam! --> src/shell/directory_stack.rs:76:9 Sep 01 00:14:57.261 INFO kablam! | Sep 01 00:14:57.261 INFO kablam! 76 | home_dir() Sep 01 00:14:57.261 INFO kablam! | ^^^^^^^^ Sep 01 00:14:57.261 INFO kablam! Sep 01 00:14:57.262 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 00:14:57.262 INFO kablam! --> src/shell/variables.rs:46:9 Sep 01 00:14:57.262 INFO kablam! | Sep 01 00:14:57.262 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 00:14:57.262 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 00:14:57.262 INFO kablam! Sep 01 00:14:57.262 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 00:14:57.262 INFO kablam! --> src/shell/variables.rs:151:37 Sep 01 00:14:57.262 INFO kablam! | Sep 01 00:14:57.262 INFO kablam! 151 | if let Some(home) = env::home_dir() { Sep 01 00:14:57.262 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 00:14:57.262 INFO kablam! Sep 01 00:14:59.349 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 01 00:14:59.349 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 01 00:14:59.349 INFO kablam! | Sep 01 00:14:59.349 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 01 00:14:59.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 00:14:59.350 INFO kablam! | Sep 01 00:14:59.350 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 00:14:59.350 INFO kablam! Sep 01 00:14:59.690 INFO kablam! warning: value assigned to `is_glob` is never read Sep 01 00:14:59.690 INFO kablam! --> src/parser/shell_expand/mod.rs:176:21 Sep 01 00:14:59.690 INFO kablam! | Sep 01 00:14:59.690 INFO kablam! 176 | is_glob = true; Sep 01 00:14:59.690 INFO kablam! | ^^^^^^^ Sep 01 00:14:59.690 INFO kablam! ... Sep 01 00:14:59.690 INFO kablam! 278 | expand!(text, do_glob, tilde); Sep 01 00:14:59.690 INFO kablam! | ------------------------------ in this macro invocation Sep 01 00:14:59.690 INFO kablam! | Sep 01 00:14:59.690 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 01 00:14:59.690 INFO kablam! Sep 01 00:15:00.495 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 01 00:15:00.495 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 01 00:15:00.495 INFO kablam! | Sep 01 00:15:00.495 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 01 00:15:00.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 00:15:00.495 INFO kablam! | Sep 01 00:15:00.495 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 00:15:00.495 INFO kablam! Sep 01 00:15:00.891 INFO kablam! warning: value assigned to `is_glob` is never read Sep 01 00:15:00.891 INFO kablam! --> src/parser/shell_expand/mod.rs:176:21 Sep 01 00:15:00.891 INFO kablam! | Sep 01 00:15:00.891 INFO kablam! 176 | is_glob = true; Sep 01 00:15:00.891 INFO kablam! | ^^^^^^^ Sep 01 00:15:00.891 INFO kablam! ... Sep 01 00:15:00.891 INFO kablam! 278 | expand!(text, do_glob, tilde); Sep 01 00:15:00.891 INFO kablam! | ------------------------------ in this macro invocation Sep 01 00:15:00.891 INFO kablam! | Sep 01 00:15:00.891 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 01 00:15:00.891 INFO kablam! Sep 01 00:15:02.600 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.68s Sep 01 00:15:02.612 INFO kablam! su: No module specific data is present Sep 01 00:15:03.001 INFO running `"docker" "rm" "-f" "8a47f6186104d68a3aaf7aaab0ff8c4e87d8dcff71c6db299a989bd7a4cba86a"` Sep 01 00:15:03.096 INFO blam! 8a47f6186104d68a3aaf7aaab0ff8c4e87d8dcff71c6db299a989bd7a4cba86a