Sep 20 01:31:44.692 INFO checking ion-shell-1.0.5 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 01:31:44.692 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 01:31:44.692 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-6/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 01:31:44.827 INFO blam! c7792a4d50c360a22562337922f59d7e498fc5df6645b7dd26f806242a69a6e2 Sep 20 01:31:44.829 INFO running `"docker" "start" "-a" "c7792a4d50c360a22562337922f59d7e498fc5df6645b7dd26f806242a69a6e2"` Sep 20 01:31:46.453 INFO kablam! usermod: no changes Sep 20 01:31:46.471 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 20 01:31:46.471 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 20 01:31:46.471 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 20 01:31:46.471 INFO kablam! files will be included as a binary target: Sep 20 01:31:46.471 INFO kablam! Sep 20 01:31:46.471 INFO kablam! * /source/src/main.rs Sep 20 01:31:46.471 INFO kablam! Sep 20 01:31:46.471 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 20 01:31:46.471 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 20 01:31:46.471 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 20 01:31:46.471 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 20 01:31:46.471 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 20 01:31:46.471 INFO kablam! Sep 20 01:31:46.471 INFO kablam! For more information on this warning you can consult Sep 20 01:31:46.471 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 20 01:31:46.471 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `ion`, Sep 20 01:31:46.471 INFO kablam! please set bin.path in Cargo.toml Sep 20 01:31:46.586 INFO kablam! Checking bytecount v0.1.7 Sep 20 01:31:46.586 INFO kablam! Checking permutate v0.3.2 Sep 20 01:31:46.586 INFO kablam! Checking calculate v0.1.0 Sep 20 01:31:46.592 INFO kablam! Checking smallstring v0.1.2 Sep 20 01:31:46.592 INFO kablam! Compiling ion-shell v1.0.5 (/source) Sep 20 01:31:46.594 INFO kablam! Checking tokio-reactor v0.1.5 Sep 20 01:31:47.116 INFO kablam! Checking liner v0.4.4 Sep 20 01:31:48.836 INFO kablam! Checking tokio-uds v0.2.1 Sep 20 01:31:48.846 INFO kablam! Checking tokio-udp v0.1.2 Sep 20 01:31:48.848 INFO kablam! Checking tokio-tcp v0.1.1 Sep 20 01:31:50.547 INFO kablam! Checking tokio v0.1.8 Sep 20 01:31:51.737 INFO kablam! Checking tokio-core v0.1.17 Sep 20 01:31:53.581 INFO kablam! Checking tokio-signal v0.1.5 Sep 20 01:31:55.878 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 20 01:31:55.878 INFO kablam! --> src/shell/directory_stack.rs:3:46 Sep 20 01:31:55.878 INFO kablam! | Sep 20 01:31:55.878 INFO kablam! 3 | use std::env::{set_current_dir, current_dir, home_dir}; Sep 20 01:31:55.878 INFO kablam! | ^^^^^^^^ Sep 20 01:31:55.878 INFO kablam! | Sep 20 01:31:55.878 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 01:31:55.878 INFO kablam! Sep 20 01:31:55.878 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 20 01:31:55.878 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 20 01:31:55.878 INFO kablam! | Sep 20 01:31:55.878 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 20 01:31:55.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 01:31:55.878 INFO kablam! Sep 20 01:31:55.885 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 20 01:31:55.885 INFO kablam! --> src/shell/directory_stack.rs:76:9 Sep 20 01:31:55.885 INFO kablam! | Sep 20 01:31:55.885 INFO kablam! 76 | home_dir() Sep 20 01:31:55.885 INFO kablam! | ^^^^^^^^ Sep 20 01:31:55.885 INFO kablam! Sep 20 01:31:55.885 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 20 01:31:55.885 INFO kablam! --> src/shell/variables.rs:46:9 Sep 20 01:31:55.885 INFO kablam! | Sep 20 01:31:55.885 INFO kablam! 46 | env::home_dir().map_or_else(|| env::set_var("HOME", "?"), |path| env::set_var("HOME", path.to_str().unwrap_or("?"))); Sep 20 01:31:55.885 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 01:31:55.885 INFO kablam! Sep 20 01:31:55.885 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 20 01:31:55.885 INFO kablam! --> src/shell/variables.rs:151:37 Sep 20 01:31:55.885 INFO kablam! | Sep 20 01:31:55.885 INFO kablam! 151 | if let Some(home) = env::home_dir() { Sep 20 01:31:55.885 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 01:31:55.885 INFO kablam! Sep 20 01:31:56.060 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 20 01:31:56.060 INFO kablam! --> src/shell/directory_stack.rs:3:46 Sep 20 01:31:56.060 INFO kablam! | Sep 20 01:31:56.060 INFO kablam! 3 | use std::env::{set_current_dir, current_dir, home_dir}; Sep 20 01:31:56.066 INFO kablam! | ^^^^^^^^ Sep 20 01:31:56.066 INFO kablam! | Sep 20 01:31:56.066 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 01:31:56.066 INFO kablam! Sep 20 01:31:56.066 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 20 01:31:56.066 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 20 01:31:56.066 INFO kablam! | Sep 20 01:31:56.066 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 20 01:31:56.066 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 01:31:56.066 INFO kablam! Sep 20 01:31:56.067 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 20 01:31:56.067 INFO kablam! --> src/shell/directory_stack.rs:76:9 Sep 20 01:31:56.067 INFO kablam! | Sep 20 01:31:56.067 INFO kablam! 76 | home_dir() Sep 20 01:31:56.067 INFO kablam! | ^^^^^^^^ Sep 20 01:31:56.067 INFO kablam! Sep 20 01:31:56.070 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 20 01:31:56.070 INFO kablam! --> src/shell/variables.rs:46:9 Sep 20 01:31:56.070 INFO kablam! | Sep 20 01:31:56.070 INFO kablam! 46 | env::home_dir().map_or_else(|| env::set_var("HOME", "?"), |path| env::set_var("HOME", path.to_str().unwrap_or("?"))); Sep 20 01:31:56.070 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 01:31:56.070 INFO kablam! Sep 20 01:31:56.070 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 20 01:31:56.070 INFO kablam! --> src/shell/variables.rs:151:37 Sep 20 01:31:56.070 INFO kablam! | Sep 20 01:31:56.070 INFO kablam! 151 | if let Some(home) = env::home_dir() { Sep 20 01:31:56.070 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 01:31:56.070 INFO kablam! Sep 20 01:31:57.183 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 20 01:31:57.183 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 20 01:31:57.183 INFO kablam! | Sep 20 01:31:57.183 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 20 01:31:57.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 01:31:57.183 INFO kablam! | Sep 20 01:31:57.183 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 01:31:57.183 INFO kablam! Sep 20 01:31:57.400 INFO kablam! warning: value assigned to `is_glob` is never read Sep 20 01:31:57.401 INFO kablam! --> src/parser/shell_expand/mod.rs:176:21 Sep 20 01:31:57.401 INFO kablam! | Sep 20 01:31:57.401 INFO kablam! 176 | is_glob = true; Sep 20 01:31:57.401 INFO kablam! | ^^^^^^^ Sep 20 01:31:57.401 INFO kablam! ... Sep 20 01:31:57.401 INFO kablam! 278 | expand!(text, do_glob, tilde); Sep 20 01:31:57.401 INFO kablam! | ------------------------------ in this macro invocation Sep 20 01:31:57.401 INFO kablam! | Sep 20 01:31:57.401 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 20 01:31:57.401 INFO kablam! Sep 20 01:31:57.788 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 20 01:31:57.788 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 20 01:31:57.788 INFO kablam! | Sep 20 01:31:57.788 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 20 01:31:57.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 01:31:57.788 INFO kablam! | Sep 20 01:31:57.788 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 01:31:57.788 INFO kablam! Sep 20 01:31:58.137 INFO kablam! warning: value assigned to `is_glob` is never read Sep 20 01:31:58.137 INFO kablam! --> src/parser/shell_expand/mod.rs:176:21 Sep 20 01:31:58.137 INFO kablam! | Sep 20 01:31:58.137 INFO kablam! 176 | is_glob = true; Sep 20 01:31:58.137 INFO kablam! | ^^^^^^^ Sep 20 01:31:58.137 INFO kablam! ... Sep 20 01:31:58.137 INFO kablam! 278 | expand!(text, do_glob, tilde); Sep 20 01:31:58.137 INFO kablam! | ------------------------------ in this macro invocation Sep 20 01:31:58.137 INFO kablam! | Sep 20 01:31:58.137 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 20 01:31:58.137 INFO kablam! Sep 20 01:31:59.286 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.82s Sep 20 01:31:59.295 INFO kablam! su: No module specific data is present Sep 20 01:32:00.045 INFO running `"docker" "rm" "-f" "c7792a4d50c360a22562337922f59d7e498fc5df6645b7dd26f806242a69a6e2"` Sep 20 01:32:00.110 INFO blam! c7792a4d50c360a22562337922f59d7e498fc5df6645b7dd26f806242a69a6e2