Sep 14 14:34:07.446 INFO checking ion-shell-1.0.5 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 14:34:07.446 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 14:34:07.446 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 14:34:07.631 INFO blam! 2c936ba65dbc1f18abf55c2414168fb9925e5d29429bdfa4df402402f9b5a8e4 Sep 14 14:34:07.633 INFO running `"docker" "start" "-a" "2c936ba65dbc1f18abf55c2414168fb9925e5d29429bdfa4df402402f9b5a8e4"` Sep 14 14:34:08.694 INFO kablam! usermod: no changes Sep 14 14:34:08.715 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 14 14:34:08.715 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 14 14:34:08.715 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 14 14:34:08.715 INFO kablam! files will be included as a binary target: Sep 14 14:34:08.715 INFO kablam! Sep 14 14:34:08.715 INFO kablam! * /source/src/main.rs Sep 14 14:34:08.715 INFO kablam! Sep 14 14:34:08.715 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 14 14:34:08.715 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 14 14:34:08.715 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 14 14:34:08.715 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 14 14:34:08.715 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 14 14:34:08.715 INFO kablam! Sep 14 14:34:08.715 INFO kablam! For more information on this warning you can consult Sep 14 14:34:08.715 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 14 14:34:08.715 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `ion`, Sep 14 14:34:08.715 INFO kablam! please set bin.path in Cargo.toml Sep 14 14:34:08.814 INFO kablam! Checking bytecount v0.1.7 Sep 14 14:34:08.814 INFO kablam! Checking permutate v0.3.2 Sep 14 14:34:08.814 INFO kablam! Checking calculate v0.1.0 Sep 14 14:34:08.822 INFO kablam! Checking smallstring v0.1.2 Sep 14 14:34:08.823 INFO kablam! Checking app_dirs v1.2.1 Sep 14 14:34:08.823 INFO kablam! Compiling ion-shell v1.0.5 (file:///source) Sep 14 14:34:08.823 INFO kablam! Checking tokio-reactor v0.1.5 Sep 14 14:34:09.679 INFO kablam! Checking liner v0.4.4 Sep 14 14:34:10.747 INFO kablam! Checking tokio-uds v0.2.1 Sep 14 14:34:10.747 INFO kablam! Checking tokio-tcp v0.1.1 Sep 14 14:34:10.747 INFO kablam! Checking tokio-udp v0.1.2 Sep 14 14:34:11.996 INFO kablam! Checking tokio v0.1.8 Sep 14 14:34:13.127 INFO kablam! Checking tokio-core v0.1.17 Sep 14 14:34:15.027 INFO kablam! Checking tokio-signal v0.1.5 Sep 14 14:34:18.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 14 14:34:18.070 INFO kablam! --> src/shell/directory_stack.rs:3:46 Sep 14 14:34:18.070 INFO kablam! | Sep 14 14:34:18.070 INFO kablam! 3 | use std::env::{set_current_dir, current_dir, home_dir}; Sep 14 14:34:18.070 INFO kablam! | ^^^^^^^^ Sep 14 14:34:18.070 INFO kablam! | Sep 14 14:34:18.070 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 14:34:18.070 INFO kablam! Sep 14 14:34:18.071 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 14 14:34:18.071 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 14 14:34:18.071 INFO kablam! | Sep 14 14:34:18.071 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 14 14:34:18.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 14:34:18.071 INFO kablam! Sep 14 14:34:18.074 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 14 14:34:18.074 INFO kablam! --> src/shell/directory_stack.rs:76:9 Sep 14 14:34:18.074 INFO kablam! | Sep 14 14:34:18.074 INFO kablam! 76 | home_dir() Sep 14 14:34:18.074 INFO kablam! | ^^^^^^^^ Sep 14 14:34:18.074 INFO kablam! Sep 14 14:34:18.074 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 14 14:34:18.074 INFO kablam! --> src/shell/variables.rs:46:9 Sep 14 14:34:18.074 INFO kablam! | Sep 14 14:34:18.074 INFO kablam! 46 | env::home_dir().map_or_else(|| env::set_var("HOME", "?"), |path| env::set_var("HOME", path.to_str().unwrap_or("?"))); Sep 14 14:34:18.074 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 14:34:18.074 INFO kablam! Sep 14 14:34:18.074 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 14 14:34:18.074 INFO kablam! --> src/shell/variables.rs:151:37 Sep 14 14:34:18.074 INFO kablam! | Sep 14 14:34:18.074 INFO kablam! 151 | if let Some(home) = env::home_dir() { Sep 14 14:34:18.074 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 14:34:18.074 INFO kablam! Sep 14 14:34:18.309 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 14 14:34:18.309 INFO kablam! --> src/shell/directory_stack.rs:3:46 Sep 14 14:34:18.309 INFO kablam! | Sep 14 14:34:18.309 INFO kablam! 3 | use std::env::{set_current_dir, current_dir, home_dir}; Sep 14 14:34:18.309 INFO kablam! | ^^^^^^^^ Sep 14 14:34:18.309 INFO kablam! | Sep 14 14:34:18.309 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 14:34:18.309 INFO kablam! Sep 14 14:34:18.310 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 14 14:34:18.310 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 14 14:34:18.310 INFO kablam! | Sep 14 14:34:18.310 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 14 14:34:18.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 14:34:18.310 INFO kablam! Sep 14 14:34:18.316 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 14 14:34:18.316 INFO kablam! --> src/shell/directory_stack.rs:76:9 Sep 14 14:34:18.316 INFO kablam! | Sep 14 14:34:18.316 INFO kablam! 76 | home_dir() Sep 14 14:34:18.316 INFO kablam! | ^^^^^^^^ Sep 14 14:34:18.316 INFO kablam! Sep 14 14:34:18.316 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 14 14:34:18.316 INFO kablam! --> src/shell/variables.rs:46:9 Sep 14 14:34:18.316 INFO kablam! | Sep 14 14:34:18.316 INFO kablam! 46 | env::home_dir().map_or_else(|| env::set_var("HOME", "?"), |path| env::set_var("HOME", path.to_str().unwrap_or("?"))); Sep 14 14:34:18.317 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 14:34:18.317 INFO kablam! Sep 14 14:34:18.317 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 14 14:34:18.317 INFO kablam! --> src/shell/variables.rs:151:37 Sep 14 14:34:18.317 INFO kablam! | Sep 14 14:34:18.317 INFO kablam! 151 | if let Some(home) = env::home_dir() { Sep 14 14:34:18.317 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 14:34:18.317 INFO kablam! Sep 14 14:34:19.331 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 14 14:34:19.331 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 14 14:34:19.331 INFO kablam! | Sep 14 14:34:19.331 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 14 14:34:19.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 14:34:19.331 INFO kablam! | Sep 14 14:34:19.331 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 14:34:19.331 INFO kablam! Sep 14 14:34:19.542 INFO kablam! warning: value assigned to `is_glob` is never read Sep 14 14:34:19.542 INFO kablam! --> src/parser/shell_expand/mod.rs:176:21 Sep 14 14:34:19.542 INFO kablam! | Sep 14 14:34:19.542 INFO kablam! 176 | is_glob = true; Sep 14 14:34:19.542 INFO kablam! | ^^^^^^^ Sep 14 14:34:19.542 INFO kablam! ... Sep 14 14:34:19.542 INFO kablam! 278 | expand!(text, do_glob, tilde); Sep 14 14:34:19.542 INFO kablam! | ------------------------------ in this macro invocation Sep 14 14:34:19.542 INFO kablam! | Sep 14 14:34:19.542 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 14 14:34:19.542 INFO kablam! Sep 14 14:34:20.053 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 14 14:34:20.053 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 14 14:34:20.053 INFO kablam! | Sep 14 14:34:20.053 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 14 14:34:20.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 14:34:20.053 INFO kablam! | Sep 14 14:34:20.053 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 14:34:20.053 INFO kablam! Sep 14 14:34:20.314 INFO kablam! warning: value assigned to `is_glob` is never read Sep 14 14:34:20.314 INFO kablam! --> src/parser/shell_expand/mod.rs:176:21 Sep 14 14:34:20.314 INFO kablam! | Sep 14 14:34:20.314 INFO kablam! 176 | is_glob = true; Sep 14 14:34:20.314 INFO kablam! | ^^^^^^^ Sep 14 14:34:20.314 INFO kablam! ... Sep 14 14:34:20.314 INFO kablam! 278 | expand!(text, do_glob, tilde); Sep 14 14:34:20.314 INFO kablam! | ------------------------------ in this macro invocation Sep 14 14:34:20.314 INFO kablam! | Sep 14 14:34:20.314 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 14 14:34:20.314 INFO kablam! Sep 14 14:34:21.379 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.67s Sep 14 14:34:21.387 INFO kablam! su: No module specific data is present Sep 14 14:34:22.251 INFO running `"docker" "rm" "-f" "2c936ba65dbc1f18abf55c2414168fb9925e5d29429bdfa4df402402f9b5a8e4"` Sep 14 14:34:22.323 INFO blam! 2c936ba65dbc1f18abf55c2414168fb9925e5d29429bdfa4df402402f9b5a8e4