Sep 19 23:44:07.124 INFO checking ion-shell-1.0.5 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 23:44:07.124 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 23:44:07.124 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-4/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 23:44:07.277 INFO blam! ad71c4495e475f508fb1b3a23c2d6cc998b2060154c574d85619aa291e24bf53 Sep 19 23:44:07.279 INFO running `"docker" "start" "-a" "ad71c4495e475f508fb1b3a23c2d6cc998b2060154c574d85619aa291e24bf53"` Sep 19 23:44:08.686 INFO kablam! usermod: no changes Sep 19 23:44:08.751 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 19 23:44:08.751 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 19 23:44:08.751 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 19 23:44:08.751 INFO kablam! files will be included as a binary target: Sep 19 23:44:08.751 INFO kablam! Sep 19 23:44:08.751 INFO kablam! * /source/src/main.rs Sep 19 23:44:08.751 INFO kablam! Sep 19 23:44:08.751 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 19 23:44:08.751 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 19 23:44:08.751 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 19 23:44:08.751 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 19 23:44:08.751 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 19 23:44:08.751 INFO kablam! Sep 19 23:44:08.751 INFO kablam! For more information on this warning you can consult Sep 19 23:44:08.751 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 19 23:44:08.751 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `ion`, Sep 19 23:44:08.751 INFO kablam! please set bin.path in Cargo.toml Sep 19 23:44:08.877 INFO kablam! Compiling ansi_term v0.9.0 Sep 19 23:44:08.888 INFO kablam! Checking smallvec v0.3.4 Sep 19 23:44:08.888 INFO kablam! Checking bytecount v0.1.7 Sep 19 23:44:08.893 INFO kablam! Checking calculate v0.1.0 Sep 19 23:44:08.895 INFO kablam! Checking permutate v0.3.2 Sep 19 23:44:08.896 INFO kablam! Checking app_dirs v1.2.1 Sep 19 23:44:08.897 INFO kablam! Checking tokio-reactor v0.1.5 Sep 19 23:44:09.495 INFO kablam! Checking liner v0.4.4 Sep 19 23:44:10.134 INFO kablam! Compiling ion-shell v1.0.5 (/source) Sep 19 23:44:10.415 INFO kablam! Checking smallstring v0.1.2 Sep 19 23:44:11.751 INFO kablam! Checking tokio-udp v0.1.2 Sep 19 23:44:11.751 INFO kablam! Checking tokio-uds v0.2.1 Sep 19 23:44:11.751 INFO kablam! Checking tokio-tcp v0.1.1 Sep 19 23:44:12.984 INFO kablam! Checking tokio v0.1.8 Sep 19 23:44:14.299 INFO kablam! Checking tokio-core v0.1.17 Sep 19 23:44:16.274 INFO kablam! Checking tokio-signal v0.1.5 Sep 19 23:44:18.957 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 19 23:44:18.957 INFO kablam! --> src/shell/directory_stack.rs:3:46 Sep 19 23:44:18.957 INFO kablam! | Sep 19 23:44:18.957 INFO kablam! 3 | use std::env::{set_current_dir, current_dir, home_dir}; Sep 19 23:44:18.957 INFO kablam! | ^^^^^^^^ Sep 19 23:44:18.957 INFO kablam! | Sep 19 23:44:18.957 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 23:44:18.957 INFO kablam! Sep 19 23:44:18.958 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 23:44:18.958 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 19 23:44:18.958 INFO kablam! | Sep 19 23:44:18.958 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 19 23:44:18.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 23:44:18.958 INFO kablam! Sep 19 23:44:18.961 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 19 23:44:18.961 INFO kablam! --> src/shell/directory_stack.rs:76:9 Sep 19 23:44:18.961 INFO kablam! | Sep 19 23:44:18.961 INFO kablam! 76 | home_dir() Sep 19 23:44:18.961 INFO kablam! | ^^^^^^^^ Sep 19 23:44:18.961 INFO kablam! Sep 19 23:44:18.962 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 19 23:44:18.962 INFO kablam! --> src/shell/variables.rs:46:9 Sep 19 23:44:18.962 INFO kablam! | Sep 19 23:44:18.962 INFO kablam! 46 | env::home_dir().map_or_else(|| env::set_var("HOME", "?"), |path| env::set_var("HOME", path.to_str().unwrap_or("?"))); Sep 19 23:44:18.962 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 23:44:18.962 INFO kablam! Sep 19 23:44:18.962 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 19 23:44:18.962 INFO kablam! --> src/shell/variables.rs:151:37 Sep 19 23:44:18.962 INFO kablam! | Sep 19 23:44:18.962 INFO kablam! 151 | if let Some(home) = env::home_dir() { Sep 19 23:44:18.962 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 23:44:18.962 INFO kablam! Sep 19 23:44:19.157 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 19 23:44:19.157 INFO kablam! --> src/shell/directory_stack.rs:3:46 Sep 19 23:44:19.157 INFO kablam! | Sep 19 23:44:19.157 INFO kablam! 3 | use std::env::{set_current_dir, current_dir, home_dir}; Sep 19 23:44:19.157 INFO kablam! | ^^^^^^^^ Sep 19 23:44:19.157 INFO kablam! | Sep 19 23:44:19.157 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 23:44:19.157 INFO kablam! Sep 19 23:44:19.158 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 23:44:19.158 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 19 23:44:19.158 INFO kablam! | Sep 19 23:44:19.158 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 19 23:44:19.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 23:44:19.158 INFO kablam! Sep 19 23:44:19.163 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 19 23:44:19.163 INFO kablam! --> src/shell/directory_stack.rs:76:9 Sep 19 23:44:19.163 INFO kablam! | Sep 19 23:44:19.164 INFO kablam! 76 | home_dir() Sep 19 23:44:19.164 INFO kablam! | ^^^^^^^^ Sep 19 23:44:19.164 INFO kablam! Sep 19 23:44:19.164 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 19 23:44:19.164 INFO kablam! --> src/shell/variables.rs:46:9 Sep 19 23:44:19.164 INFO kablam! | Sep 19 23:44:19.164 INFO kablam! 46 | env::home_dir().map_or_else(|| env::set_var("HOME", "?"), |path| env::set_var("HOME", path.to_str().unwrap_or("?"))); Sep 19 23:44:19.164 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 23:44:19.164 INFO kablam! Sep 19 23:44:19.164 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 19 23:44:19.164 INFO kablam! --> src/shell/variables.rs:151:37 Sep 19 23:44:19.164 INFO kablam! | Sep 19 23:44:19.164 INFO kablam! 151 | if let Some(home) = env::home_dir() { Sep 19 23:44:19.164 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 23:44:19.164 INFO kablam! Sep 19 23:44:20.155 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 19 23:44:20.155 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 19 23:44:20.155 INFO kablam! | Sep 19 23:44:20.155 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 19 23:44:20.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 23:44:20.155 INFO kablam! | Sep 19 23:44:20.155 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 23:44:20.155 INFO kablam! Sep 19 23:44:20.402 INFO kablam! warning: value assigned to `is_glob` is never read Sep 19 23:44:20.403 INFO kablam! --> src/parser/shell_expand/mod.rs:176:21 Sep 19 23:44:20.403 INFO kablam! | Sep 19 23:44:20.403 INFO kablam! 176 | is_glob = true; Sep 19 23:44:20.403 INFO kablam! | ^^^^^^^ Sep 19 23:44:20.403 INFO kablam! ... Sep 19 23:44:20.403 INFO kablam! 278 | expand!(text, do_glob, tilde); Sep 19 23:44:20.403 INFO kablam! | ------------------------------ in this macro invocation Sep 19 23:44:20.403 INFO kablam! | Sep 19 23:44:20.403 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 19 23:44:20.403 INFO kablam! Sep 19 23:44:20.937 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 19 23:44:20.937 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 19 23:44:20.937 INFO kablam! | Sep 19 23:44:20.937 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 19 23:44:20.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 23:44:20.937 INFO kablam! | Sep 19 23:44:20.937 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 23:44:20.937 INFO kablam! Sep 19 23:44:21.191 INFO kablam! warning: value assigned to `is_glob` is never read Sep 19 23:44:21.191 INFO kablam! --> src/parser/shell_expand/mod.rs:176:21 Sep 19 23:44:21.191 INFO kablam! | Sep 19 23:44:21.191 INFO kablam! 176 | is_glob = true; Sep 19 23:44:21.191 INFO kablam! | ^^^^^^^ Sep 19 23:44:21.191 INFO kablam! ... Sep 19 23:44:21.191 INFO kablam! 278 | expand!(text, do_glob, tilde); Sep 19 23:44:21.191 INFO kablam! | ------------------------------ in this macro invocation Sep 19 23:44:21.191 INFO kablam! | Sep 19 23:44:21.191 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 19 23:44:21.191 INFO kablam! Sep 19 23:44:22.281 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.56s Sep 19 23:44:22.288 INFO kablam! su: No module specific data is present Sep 19 23:44:22.797 INFO running `"docker" "rm" "-f" "ad71c4495e475f508fb1b3a23c2d6cc998b2060154c574d85619aa291e24bf53"` Sep 19 23:44:22.883 INFO blam! ad71c4495e475f508fb1b3a23c2d6cc998b2060154c574d85619aa291e24bf53