Sep 20 01:31:44.482 INFO checking ion-shell-1.0.5 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 01:31:44.482 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 01:31:44.483 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-0/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-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.642 INFO blam! 8ede22d338bdef28188c256b9ff522704979228d2c34cee9901e681bc7eba171 Sep 20 01:31:44.646 INFO running `"docker" "start" "-a" "8ede22d338bdef28188c256b9ff522704979228d2c34cee9901e681bc7eba171"` Sep 20 01:31:46.504 INFO kablam! usermod: no changes Sep 20 01:31:46.527 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 20 01:31:46.527 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 20 01:31:46.527 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 20 01:31:46.527 INFO kablam! files will be included as a binary target: Sep 20 01:31:46.527 INFO kablam! Sep 20 01:31:46.527 INFO kablam! * /source/src/main.rs Sep 20 01:31:46.527 INFO kablam! Sep 20 01:31:46.527 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 20 01:31:46.527 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 20 01:31:46.527 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 20 01:31:46.527 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 20 01:31:46.527 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 20 01:31:46.528 INFO kablam! Sep 20 01:31:46.528 INFO kablam! For more information on this warning you can consult Sep 20 01:31:46.528 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 20 01:31:46.528 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `ion`, Sep 20 01:31:46.528 INFO kablam! please set bin.path in Cargo.toml Sep 20 01:31:46.650 INFO kablam! Checking bytecount v0.1.7 Sep 20 01:31:46.650 INFO kablam! Checking permutate v0.3.2 Sep 20 01:31:46.650 INFO kablam! Checking calculate v0.1.0 Sep 20 01:31:46.652 INFO kablam! Checking smallstring v0.1.2 Sep 20 01:31:46.653 INFO kablam! Compiling ion-shell v1.0.5 (/source) Sep 20 01:31:46.653 INFO kablam! Checking tokio-reactor v0.1.5 Sep 20 01:31:47.348 INFO kablam! Checking liner v0.4.4 Sep 20 01:31:49.318 INFO kablam! Checking tokio-tcp v0.1.1 Sep 20 01:31:49.318 INFO kablam! Checking tokio-uds v0.2.1 Sep 20 01:31:49.330 INFO kablam! Checking tokio-udp v0.1.2 Sep 20 01:31:51.045 INFO kablam! Checking tokio v0.1.8 Sep 20 01:31:52.086 INFO kablam! Checking tokio-core v0.1.17 Sep 20 01:31:53.722 INFO kablam! Checking tokio-signal v0.1.5 Sep 20 01:31:55.965 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.965 INFO kablam! --> src/shell/directory_stack.rs:3:46 Sep 20 01:31:55.965 INFO kablam! | Sep 20 01:31:55.965 INFO kablam! 3 | use std::env::{set_current_dir, current_dir, home_dir}; Sep 20 01:31:55.965 INFO kablam! | ^^^^^^^^ Sep 20 01:31:55.965 INFO kablam! | Sep 20 01:31:55.965 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 01:31:55.965 INFO kablam! Sep 20 01:31:55.966 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 20 01:31:55.966 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 20 01:31:55.966 INFO kablam! | Sep 20 01:31:55.966 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 20 01:31:55.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 01:31:55.966 INFO kablam! Sep 20 01:31:55.969 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.970 INFO kablam! --> src/shell/directory_stack.rs:76:9 Sep 20 01:31:55.970 INFO kablam! | Sep 20 01:31:55.970 INFO kablam! 76 | home_dir() Sep 20 01:31:55.970 INFO kablam! | ^^^^^^^^ Sep 20 01:31:55.970 INFO kablam! Sep 20 01:31:55.970 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.970 INFO kablam! --> src/shell/variables.rs:46:9 Sep 20 01:31:55.970 INFO kablam! | Sep 20 01:31:55.970 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.970 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 01:31:55.970 INFO kablam! Sep 20 01:31:55.971 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.971 INFO kablam! --> src/shell/variables.rs:151:37 Sep 20 01:31:55.971 INFO kablam! | Sep 20 01:31:55.971 INFO kablam! 151 | if let Some(home) = env::home_dir() { Sep 20 01:31:55.971 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 01:31:55.971 INFO kablam! Sep 20 01:31:56.270 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.270 INFO kablam! --> src/shell/directory_stack.rs:3:46 Sep 20 01:31:56.270 INFO kablam! | Sep 20 01:31:56.270 INFO kablam! 3 | use std::env::{set_current_dir, current_dir, home_dir}; Sep 20 01:31:56.270 INFO kablam! | ^^^^^^^^ Sep 20 01:31:56.270 INFO kablam! | Sep 20 01:31:56.270 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 01:31:56.270 INFO kablam! Sep 20 01:31:56.270 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 20 01:31:56.270 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 20 01:31:56.270 INFO kablam! | Sep 20 01:31:56.270 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 20 01:31:56.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 01:31:56.270 INFO kablam! Sep 20 01:31:56.279 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.279 INFO kablam! --> src/shell/directory_stack.rs:76:9 Sep 20 01:31:56.279 INFO kablam! | Sep 20 01:31:56.279 INFO kablam! 76 | home_dir() Sep 20 01:31:56.279 INFO kablam! | ^^^^^^^^ Sep 20 01:31:56.279 INFO kablam! Sep 20 01:31:56.280 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.280 INFO kablam! --> src/shell/variables.rs:46:9 Sep 20 01:31:56.280 INFO kablam! | Sep 20 01:31:56.280 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.280 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 01:31:56.280 INFO kablam! Sep 20 01:31:56.280 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.280 INFO kablam! --> src/shell/variables.rs:151:37 Sep 20 01:31:56.280 INFO kablam! | Sep 20 01:31:56.280 INFO kablam! 151 | if let Some(home) = env::home_dir() { Sep 20 01:31:56.280 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 01:31:56.280 INFO kablam! Sep 20 01:31:57.121 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 20 01:31:57.121 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 20 01:31:57.121 INFO kablam! | Sep 20 01:31:57.121 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 20 01:31:57.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 01:31:57.121 INFO kablam! | Sep 20 01:31:57.121 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 01:31:57.121 INFO kablam! Sep 20 01:31:57.326 INFO kablam! warning: value assigned to `is_glob` is never read Sep 20 01:31:57.326 INFO kablam! --> src/parser/shell_expand/mod.rs:176:21 Sep 20 01:31:57.326 INFO kablam! | Sep 20 01:31:57.326 INFO kablam! 176 | is_glob = true; Sep 20 01:31:57.326 INFO kablam! | ^^^^^^^ Sep 20 01:31:57.326 INFO kablam! ... Sep 20 01:31:57.326 INFO kablam! 278 | expand!(text, do_glob, tilde); Sep 20 01:31:57.326 INFO kablam! | ------------------------------ in this macro invocation Sep 20 01:31:57.326 INFO kablam! | Sep 20 01:31:57.326 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 20 01:31:57.326 INFO kablam! Sep 20 01:31:57.870 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 20 01:31:57.870 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 20 01:31:57.870 INFO kablam! | Sep 20 01:31:57.870 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 20 01:31:57.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 01:31:57.870 INFO kablam! | Sep 20 01:31:57.870 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 01:31:57.870 INFO kablam! Sep 20 01:31:58.188 INFO kablam! warning: value assigned to `is_glob` is never read Sep 20 01:31:58.188 INFO kablam! --> src/parser/shell_expand/mod.rs:176:21 Sep 20 01:31:58.188 INFO kablam! | Sep 20 01:31:58.188 INFO kablam! 176 | is_glob = true; Sep 20 01:31:58.188 INFO kablam! | ^^^^^^^ Sep 20 01:31:58.188 INFO kablam! ... Sep 20 01:31:58.188 INFO kablam! 278 | expand!(text, do_glob, tilde); Sep 20 01:31:58.188 INFO kablam! | ------------------------------ in this macro invocation Sep 20 01:31:58.188 INFO kablam! | Sep 20 01:31:58.188 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 20 01:31:58.188 INFO kablam! Sep 20 01:31:59.326 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.81s Sep 20 01:31:59.333 INFO kablam! su: No module specific data is present Sep 20 01:32:00.139 INFO running `"docker" "rm" "-f" "8ede22d338bdef28188c256b9ff522704979228d2c34cee9901e681bc7eba171"` Sep 20 01:32:00.225 INFO blam! 8ede22d338bdef28188c256b9ff522704979228d2c34cee9901e681bc7eba171