Sep 04 13:37:57.889 INFO checking ion-shell-1.0.5 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 13:37:57.889 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 13:37:57.889 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 13:37:58.087 INFO blam! 0b487992e9aae7c118bcc2d22607d6990f9047018116922ea3d89e49cf8275af Sep 04 13:37:58.089 INFO running `"docker" "start" "-a" "0b487992e9aae7c118bcc2d22607d6990f9047018116922ea3d89e49cf8275af"` Sep 04 13:37:58.892 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 04 13:37:58.892 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 04 13:37:58.892 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 04 13:37:58.892 INFO kablam! files will be included as a binary target: Sep 04 13:37:58.892 INFO kablam! Sep 04 13:37:58.892 INFO kablam! * /source/src/main.rs Sep 04 13:37:58.892 INFO kablam! Sep 04 13:37:58.892 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 04 13:37:58.892 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 04 13:37:58.892 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 04 13:37:58.892 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 04 13:37:58.892 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 04 13:37:58.893 INFO kablam! Sep 04 13:37:58.893 INFO kablam! For more information on this warning you can consult Sep 04 13:37:58.893 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 04 13:37:58.893 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `ion`, Sep 04 13:37:58.893 INFO kablam! please set bin.path in Cargo.toml Sep 04 13:37:59.060 INFO kablam! Checking smallvec v0.3.4 Sep 04 13:37:59.061 INFO kablam! Checking calculate v0.1.0 Sep 04 13:37:59.061 INFO kablam! Checking permutate v0.3.2 Sep 04 13:37:59.065 INFO kablam! Checking liner v0.4.4 Sep 04 13:37:59.075 INFO kablam! Compiling ion-shell v1.0.5 (file:///source) Sep 04 13:37:59.082 INFO kablam! Checking tokio-reactor v0.1.5 Sep 04 13:38:01.280 INFO kablam! Checking smallstring v0.1.2 Sep 04 13:38:02.243 INFO kablam! Checking tokio-udp v0.1.2 Sep 04 13:38:02.243 INFO kablam! Checking tokio-tcp v0.1.1 Sep 04 13:38:02.243 INFO kablam! Checking tokio-uds v0.2.1 Sep 04 13:38:04.834 INFO kablam! Checking tokio v0.1.8 Sep 04 13:38:07.051 INFO kablam! Checking tokio-core v0.1.17 Sep 04 13:38:10.691 INFO kablam! Checking tokio-signal v0.1.5 Sep 04 13:38:15.703 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 04 13:38:15.704 INFO kablam! --> src/shell/directory_stack.rs:3:46 Sep 04 13:38:15.704 INFO kablam! | Sep 04 13:38:15.704 INFO kablam! 3 | use std::env::{set_current_dir, current_dir, home_dir}; Sep 04 13:38:15.704 INFO kablam! | ^^^^^^^^ Sep 04 13:38:15.704 INFO kablam! | Sep 04 13:38:15.704 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 13:38:15.704 INFO kablam! Sep 04 13:38:15.705 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 13:38:15.705 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 04 13:38:15.705 INFO kablam! | Sep 04 13:38:15.705 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 04 13:38:15.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 13:38:15.705 INFO kablam! Sep 04 13:38:15.710 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 04 13:38:15.710 INFO kablam! --> src/shell/directory_stack.rs:76:9 Sep 04 13:38:15.710 INFO kablam! | Sep 04 13:38:15.710 INFO kablam! 76 | home_dir() Sep 04 13:38:15.710 INFO kablam! | ^^^^^^^^ Sep 04 13:38:15.710 INFO kablam! Sep 04 13:38:15.711 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 04 13:38:15.711 INFO kablam! --> src/shell/variables.rs:46:9 Sep 04 13:38:15.711 INFO kablam! | Sep 04 13:38:15.711 INFO kablam! 46 | env::home_dir().map_or_else(|| env::set_var("HOME", "?"), |path| env::set_var("HOME", path.to_str().unwrap_or("?"))); Sep 04 13:38:15.711 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 13:38:15.711 INFO kablam! Sep 04 13:38:15.711 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 04 13:38:15.711 INFO kablam! --> src/shell/variables.rs:151:37 Sep 04 13:38:15.711 INFO kablam! | Sep 04 13:38:15.711 INFO kablam! 151 | if let Some(home) = env::home_dir() { Sep 04 13:38:15.711 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 13:38:15.711 INFO kablam! Sep 04 13:38:16.512 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 04 13:38:16.512 INFO kablam! --> src/shell/directory_stack.rs:3:46 Sep 04 13:38:16.512 INFO kablam! | Sep 04 13:38:16.512 INFO kablam! 3 | use std::env::{set_current_dir, current_dir, home_dir}; Sep 04 13:38:16.512 INFO kablam! | ^^^^^^^^ Sep 04 13:38:16.512 INFO kablam! | Sep 04 13:38:16.512 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 13:38:16.512 INFO kablam! Sep 04 13:38:16.514 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 13:38:16.514 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 04 13:38:16.515 INFO kablam! | Sep 04 13:38:16.515 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 04 13:38:16.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 13:38:16.515 INFO kablam! Sep 04 13:38:16.520 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 04 13:38:16.520 INFO kablam! --> src/shell/directory_stack.rs:76:9 Sep 04 13:38:16.520 INFO kablam! | Sep 04 13:38:16.520 INFO kablam! 76 | home_dir() Sep 04 13:38:16.521 INFO kablam! | ^^^^^^^^ Sep 04 13:38:16.521 INFO kablam! Sep 04 13:38:16.521 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 04 13:38:16.521 INFO kablam! --> src/shell/variables.rs:46:9 Sep 04 13:38:16.522 INFO kablam! | Sep 04 13:38:16.522 INFO kablam! 46 | env::home_dir().map_or_else(|| env::set_var("HOME", "?"), |path| env::set_var("HOME", path.to_str().unwrap_or("?"))); Sep 04 13:38:16.522 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 13:38:16.522 INFO kablam! Sep 04 13:38:16.522 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 04 13:38:16.522 INFO kablam! --> src/shell/variables.rs:151:37 Sep 04 13:38:16.522 INFO kablam! | Sep 04 13:38:16.522 INFO kablam! 151 | if let Some(home) = env::home_dir() { Sep 04 13:38:16.522 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 13:38:16.522 INFO kablam! Sep 04 13:38:18.866 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 04 13:38:18.866 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 04 13:38:18.866 INFO kablam! | Sep 04 13:38:18.866 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 04 13:38:18.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 13:38:18.866 INFO kablam! | Sep 04 13:38:18.866 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 13:38:18.866 INFO kablam! Sep 04 13:38:19.238 INFO kablam! warning: value assigned to `is_glob` is never read Sep 04 13:38:19.238 INFO kablam! --> src/parser/shell_expand/mod.rs:176:21 Sep 04 13:38:19.238 INFO kablam! | Sep 04 13:38:19.238 INFO kablam! 176 | is_glob = true; Sep 04 13:38:19.238 INFO kablam! | ^^^^^^^ Sep 04 13:38:19.238 INFO kablam! ... Sep 04 13:38:19.238 INFO kablam! 278 | expand!(text, do_glob, tilde); Sep 04 13:38:19.238 INFO kablam! | ------------------------------ in this macro invocation Sep 04 13:38:19.239 INFO kablam! | Sep 04 13:38:19.239 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 04 13:38:19.239 INFO kablam! Sep 04 13:38:20.488 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 04 13:38:20.488 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 04 13:38:20.488 INFO kablam! | Sep 04 13:38:20.488 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 04 13:38:20.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 13:38:20.489 INFO kablam! | Sep 04 13:38:20.489 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 13:38:20.489 INFO kablam! Sep 04 13:38:20.942 INFO kablam! warning: value assigned to `is_glob` is never read Sep 04 13:38:20.942 INFO kablam! --> src/parser/shell_expand/mod.rs:176:21 Sep 04 13:38:20.942 INFO kablam! | Sep 04 13:38:20.942 INFO kablam! 176 | is_glob = true; Sep 04 13:38:20.942 INFO kablam! | ^^^^^^^ Sep 04 13:38:20.942 INFO kablam! ... Sep 04 13:38:20.942 INFO kablam! 278 | expand!(text, do_glob, tilde); Sep 04 13:38:20.942 INFO kablam! | ------------------------------ in this macro invocation Sep 04 13:38:20.942 INFO kablam! | Sep 04 13:38:20.942 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 04 13:38:20.942 INFO kablam! Sep 04 13:38:22.996 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.12s Sep 04 13:38:23.005 INFO kablam! su: No module specific data is present Sep 04 13:38:23.444 INFO running `"docker" "rm" "-f" "0b487992e9aae7c118bcc2d22607d6990f9047018116922ea3d89e49cf8275af"` Sep 04 13:38:23.568 INFO blam! 0b487992e9aae7c118bcc2d22607d6990f9047018116922ea3d89e49cf8275af