Sep 06 05:10:35.430 INFO checking ion-shell-1.0.5 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 05:10:35.430 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 05:10:35.430 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 05:10:35.542 INFO blam! 821f26db2bf05f568d85165d3cfba998733881a470ea6986b36c1644a169a6ce Sep 06 05:10:35.542 INFO running `"docker" "start" "-a" "821f26db2bf05f568d85165d3cfba998733881a470ea6986b36c1644a169a6ce"` Sep 06 05:10:37.019 INFO kablam! usermod: no changes Sep 06 05:10:37.041 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 06 05:10:37.041 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 06 05:10:37.041 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 06 05:10:37.041 INFO kablam! files will be included as a binary target: Sep 06 05:10:37.041 INFO kablam! Sep 06 05:10:37.041 INFO kablam! * /source/src/main.rs Sep 06 05:10:37.041 INFO kablam! Sep 06 05:10:37.041 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 06 05:10:37.041 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 06 05:10:37.041 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 06 05:10:37.041 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 06 05:10:37.041 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 06 05:10:37.041 INFO kablam! Sep 06 05:10:37.041 INFO kablam! For more information on this warning you can consult Sep 06 05:10:37.041 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 06 05:10:37.041 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `ion`, Sep 06 05:10:37.041 INFO kablam! please set bin.path in Cargo.toml Sep 06 05:10:37.157 INFO kablam! Checking smallvec v0.3.4 Sep 06 05:10:37.157 INFO kablam! Checking calculate v0.1.0 Sep 06 05:10:37.159 INFO kablam! Checking permutate v0.3.2 Sep 06 05:10:37.166 INFO kablam! Checking users v0.5.3 Sep 06 05:10:37.166 INFO kablam! Checking liner v0.4.4 Sep 06 05:10:37.166 INFO kablam! Compiling ion-shell v1.0.5 (file:///source) Sep 06 05:10:37.166 INFO kablam! Checking tokio-reactor v0.1.5 Sep 06 05:10:38.554 INFO kablam! Checking smallstring v0.1.2 Sep 06 05:10:39.006 INFO kablam! Checking tokio-udp v0.1.2 Sep 06 05:10:39.006 INFO kablam! Checking tokio-tcp v0.1.1 Sep 06 05:10:39.006 INFO kablam! Checking tokio-uds v0.2.1 Sep 06 05:10:40.915 INFO kablam! Checking tokio v0.1.8 Sep 06 05:10:42.141 INFO kablam! Checking tokio-core v0.1.17 Sep 06 05:10:43.900 INFO kablam! Checking tokio-signal v0.1.5 Sep 06 05:10:45.933 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 06 05:10:45.933 INFO kablam! --> src/shell/directory_stack.rs:3:46 Sep 06 05:10:45.933 INFO kablam! | Sep 06 05:10:45.933 INFO kablam! 3 | use std::env::{set_current_dir, current_dir, home_dir}; Sep 06 05:10:45.933 INFO kablam! | ^^^^^^^^ Sep 06 05:10:45.933 INFO kablam! | Sep 06 05:10:45.933 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 05:10:45.933 INFO kablam! Sep 06 05:10:45.934 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 06 05:10:45.934 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 06 05:10:45.934 INFO kablam! | Sep 06 05:10:45.934 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 06 05:10:45.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 05:10:45.934 INFO kablam! Sep 06 05:10:45.936 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 06 05:10:45.936 INFO kablam! --> src/shell/directory_stack.rs:76:9 Sep 06 05:10:45.936 INFO kablam! | Sep 06 05:10:45.936 INFO kablam! 76 | home_dir() Sep 06 05:10:45.936 INFO kablam! | ^^^^^^^^ Sep 06 05:10:45.936 INFO kablam! Sep 06 05:10:45.936 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 06 05:10:45.936 INFO kablam! --> src/shell/variables.rs:46:9 Sep 06 05:10:45.936 INFO kablam! | Sep 06 05:10:45.936 INFO kablam! 46 | env::home_dir().map_or_else(|| env::set_var("HOME", "?"), |path| env::set_var("HOME", path.to_str().unwrap_or("?"))); Sep 06 05:10:45.936 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 05:10:45.936 INFO kablam! Sep 06 05:10:45.936 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 06 05:10:45.936 INFO kablam! --> src/shell/variables.rs:151:37 Sep 06 05:10:45.936 INFO kablam! | Sep 06 05:10:45.936 INFO kablam! 151 | if let Some(home) = env::home_dir() { Sep 06 05:10:45.937 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 05:10:45.937 INFO kablam! Sep 06 05:10:46.136 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 06 05:10:46.136 INFO kablam! --> src/shell/directory_stack.rs:3:46 Sep 06 05:10:46.136 INFO kablam! | Sep 06 05:10:46.136 INFO kablam! 3 | use std::env::{set_current_dir, current_dir, home_dir}; Sep 06 05:10:46.136 INFO kablam! | ^^^^^^^^ Sep 06 05:10:46.136 INFO kablam! | Sep 06 05:10:46.136 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 05:10:46.136 INFO kablam! Sep 06 05:10:46.136 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 06 05:10:46.136 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 06 05:10:46.136 INFO kablam! | Sep 06 05:10:46.137 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 06 05:10:46.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 05:10:46.137 INFO kablam! Sep 06 05:10:46.139 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 06 05:10:46.139 INFO kablam! --> src/shell/directory_stack.rs:76:9 Sep 06 05:10:46.139 INFO kablam! | Sep 06 05:10:46.139 INFO kablam! 76 | home_dir() Sep 06 05:10:46.139 INFO kablam! | ^^^^^^^^ Sep 06 05:10:46.139 INFO kablam! Sep 06 05:10:46.140 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 06 05:10:46.140 INFO kablam! --> src/shell/variables.rs:46:9 Sep 06 05:10:46.140 INFO kablam! | Sep 06 05:10:46.140 INFO kablam! 46 | env::home_dir().map_or_else(|| env::set_var("HOME", "?"), |path| env::set_var("HOME", path.to_str().unwrap_or("?"))); Sep 06 05:10:46.140 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 05:10:46.140 INFO kablam! Sep 06 05:10:46.140 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 06 05:10:46.140 INFO kablam! --> src/shell/variables.rs:151:37 Sep 06 05:10:46.140 INFO kablam! | Sep 06 05:10:46.140 INFO kablam! 151 | if let Some(home) = env::home_dir() { Sep 06 05:10:46.140 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 05:10:46.140 INFO kablam! Sep 06 05:10:46.904 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 06 05:10:46.905 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 06 05:10:46.905 INFO kablam! | Sep 06 05:10:46.905 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 06 05:10:46.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 05:10:46.905 INFO kablam! | Sep 06 05:10:46.905 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 05:10:46.905 INFO kablam! Sep 06 05:10:47.086 INFO kablam! warning: value assigned to `is_glob` is never read Sep 06 05:10:47.086 INFO kablam! --> src/parser/shell_expand/mod.rs:176:21 Sep 06 05:10:47.086 INFO kablam! | Sep 06 05:10:47.086 INFO kablam! 176 | is_glob = true; Sep 06 05:10:47.086 INFO kablam! | ^^^^^^^ Sep 06 05:10:47.086 INFO kablam! ... Sep 06 05:10:47.086 INFO kablam! 278 | expand!(text, do_glob, tilde); Sep 06 05:10:47.086 INFO kablam! | ------------------------------ in this macro invocation Sep 06 05:10:47.086 INFO kablam! | Sep 06 05:10:47.086 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 06 05:10:47.086 INFO kablam! Sep 06 05:10:47.545 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 06 05:10:47.545 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 06 05:10:47.545 INFO kablam! | Sep 06 05:10:47.545 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 06 05:10:47.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 05:10:47.545 INFO kablam! | Sep 06 05:10:47.545 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 05:10:47.545 INFO kablam! Sep 06 05:10:47.773 INFO kablam! warning: value assigned to `is_glob` is never read Sep 06 05:10:47.773 INFO kablam! --> src/parser/shell_expand/mod.rs:176:21 Sep 06 05:10:47.773 INFO kablam! | Sep 06 05:10:47.773 INFO kablam! 176 | is_glob = true; Sep 06 05:10:47.773 INFO kablam! | ^^^^^^^ Sep 06 05:10:47.773 INFO kablam! ... Sep 06 05:10:47.773 INFO kablam! 278 | expand!(text, do_glob, tilde); Sep 06 05:10:47.773 INFO kablam! | ------------------------------ in this macro invocation Sep 06 05:10:47.773 INFO kablam! | Sep 06 05:10:47.773 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 06 05:10:47.773 INFO kablam! Sep 06 05:10:48.758 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.72s Sep 06 05:10:48.767 INFO kablam! su: No module specific data is present Sep 06 05:10:49.272 INFO running `"docker" "rm" "-f" "821f26db2bf05f568d85165d3cfba998733881a470ea6986b36c1644a169a6ce"` Sep 06 05:10:49.362 INFO blam! 821f26db2bf05f568d85165d3cfba998733881a470ea6986b36c1644a169a6ce