Sep 19 23:44:07.027 INFO checking ion-shell-1.0.5 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 23:44:07.027 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 23:44:07.027 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-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.162 INFO blam! ab95b361101f39f97dbe8decc7208648f4cbf54cc6dcba2667d531de56f6b914 Sep 19 23:44:07.163 INFO running `"docker" "start" "-a" "ab95b361101f39f97dbe8decc7208648f4cbf54cc6dcba2667d531de56f6b914"` Sep 19 23:44:07.893 INFO kablam! usermod: no changes Sep 19 23:44:07.919 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 19 23:44:07.919 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 19 23:44:07.919 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 19 23:44:07.919 INFO kablam! files will be included as a binary target: Sep 19 23:44:07.919 INFO kablam! Sep 19 23:44:07.919 INFO kablam! * /source/src/main.rs Sep 19 23:44:07.919 INFO kablam! Sep 19 23:44:07.919 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 19 23:44:07.919 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 19 23:44:07.919 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 19 23:44:07.919 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 19 23:44:07.919 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 19 23:44:07.919 INFO kablam! Sep 19 23:44:07.919 INFO kablam! For more information on this warning you can consult Sep 19 23:44:07.919 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 19 23:44:07.919 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `ion`, Sep 19 23:44:07.919 INFO kablam! please set bin.path in Cargo.toml Sep 19 23:44:08.030 INFO kablam! Compiling ansi_term v0.9.0 Sep 19 23:44:08.031 INFO kablam! Checking calculate v0.1.0 Sep 19 23:44:08.031 INFO kablam! Checking permutate v0.3.2 Sep 19 23:44:08.033 INFO kablam! Compiling peg v0.5.4 Sep 19 23:44:08.033 INFO kablam! Checking smallstring v0.1.2 Sep 19 23:44:08.033 INFO kablam! Checking liner v0.4.4 Sep 19 23:44:08.034 INFO kablam! Checking tokio-reactor v0.1.5 Sep 19 23:44:09.336 INFO kablam! Checking tokio-uds v0.2.1 Sep 19 23:44:09.336 INFO kablam! Checking tokio-udp v0.1.2 Sep 19 23:44:09.336 INFO kablam! Checking tokio-tcp v0.1.1 Sep 19 23:44:11.242 INFO kablam! Checking tokio v0.1.8 Sep 19 23:44:12.365 INFO kablam! Compiling ion-shell v1.0.5 (/source) Sep 19 23:44:12.966 INFO kablam! Checking tokio-core v0.1.17 Sep 19 23:44:15.175 INFO kablam! Checking tokio-signal v0.1.5 Sep 19 23:44:17.905 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:17.905 INFO kablam! --> src/shell/directory_stack.rs:3:46 Sep 19 23:44:17.905 INFO kablam! | Sep 19 23:44:17.905 INFO kablam! 3 | use std::env::{set_current_dir, current_dir, home_dir}; Sep 19 23:44:17.905 INFO kablam! | ^^^^^^^^ Sep 19 23:44:17.905 INFO kablam! | Sep 19 23:44:17.905 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 23:44:17.905 INFO kablam! Sep 19 23:44:17.906 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 23:44:17.906 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 19 23:44:17.906 INFO kablam! | Sep 19 23:44:17.906 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 19 23:44:17.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 23:44:17.906 INFO kablam! Sep 19 23:44:17.909 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:17.909 INFO kablam! --> src/shell/directory_stack.rs:76:9 Sep 19 23:44:17.909 INFO kablam! | Sep 19 23:44:17.909 INFO kablam! 76 | home_dir() Sep 19 23:44:17.909 INFO kablam! | ^^^^^^^^ Sep 19 23:44:17.909 INFO kablam! Sep 19 23:44:17.909 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:17.909 INFO kablam! --> src/shell/variables.rs:46:9 Sep 19 23:44:17.909 INFO kablam! | Sep 19 23:44:17.909 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:17.909 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 23:44:17.909 INFO kablam! Sep 19 23:44:17.909 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:17.909 INFO kablam! --> src/shell/variables.rs:151:37 Sep 19 23:44:17.910 INFO kablam! | Sep 19 23:44:17.910 INFO kablam! 151 | if let Some(home) = env::home_dir() { Sep 19 23:44:17.910 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 23:44:17.910 INFO kablam! Sep 19 23:44:18.327 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.327 INFO kablam! --> src/shell/directory_stack.rs:3:46 Sep 19 23:44:18.327 INFO kablam! | Sep 19 23:44:18.327 INFO kablam! 3 | use std::env::{set_current_dir, current_dir, home_dir}; Sep 19 23:44:18.327 INFO kablam! | ^^^^^^^^ Sep 19 23:44:18.327 INFO kablam! | Sep 19 23:44:18.327 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 23:44:18.327 INFO kablam! Sep 19 23:44:18.327 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 23:44:18.327 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 19 23:44:18.327 INFO kablam! | Sep 19 23:44:18.327 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 19 23:44:18.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 23:44:18.327 INFO kablam! Sep 19 23:44:18.330 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.330 INFO kablam! --> src/shell/directory_stack.rs:76:9 Sep 19 23:44:18.330 INFO kablam! | Sep 19 23:44:18.330 INFO kablam! 76 | home_dir() Sep 19 23:44:18.330 INFO kablam! | ^^^^^^^^ Sep 19 23:44:18.330 INFO kablam! Sep 19 23:44:18.334 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.335 INFO kablam! --> src/shell/variables.rs:46:9 Sep 19 23:44:18.335 INFO kablam! | Sep 19 23:44:18.335 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.335 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 23:44:18.335 INFO kablam! Sep 19 23:44:18.335 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.335 INFO kablam! --> src/shell/variables.rs:151:37 Sep 19 23:44:18.335 INFO kablam! | Sep 19 23:44:18.335 INFO kablam! 151 | if let Some(home) = env::home_dir() { Sep 19 23:44:18.335 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 23:44:18.335 INFO kablam! Sep 19 23:44:19.188 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 19 23:44:19.188 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 19 23:44:19.188 INFO kablam! | Sep 19 23:44:19.188 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 19 23:44:19.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 23:44:19.188 INFO kablam! | Sep 19 23:44:19.188 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 23:44:19.188 INFO kablam! Sep 19 23:44:19.342 INFO kablam! warning: value assigned to `is_glob` is never read Sep 19 23:44:19.342 INFO kablam! --> src/parser/shell_expand/mod.rs:176:21 Sep 19 23:44:19.342 INFO kablam! | Sep 19 23:44:19.342 INFO kablam! 176 | is_glob = true; Sep 19 23:44:19.342 INFO kablam! | ^^^^^^^ Sep 19 23:44:19.342 INFO kablam! ... Sep 19 23:44:19.342 INFO kablam! 278 | expand!(text, do_glob, tilde); Sep 19 23:44:19.342 INFO kablam! | ------------------------------ in this macro invocation Sep 19 23:44:19.342 INFO kablam! | Sep 19 23:44:19.342 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 19 23:44:19.342 INFO kablam! Sep 19 23:44:20.038 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 19 23:44:20.038 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 19 23:44:20.038 INFO kablam! | Sep 19 23:44:20.038 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 19 23:44:20.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 23:44:20.038 INFO kablam! | Sep 19 23:44:20.038 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 23:44:20.038 INFO kablam! Sep 19 23:44:20.341 INFO kablam! warning: value assigned to `is_glob` is never read Sep 19 23:44:20.341 INFO kablam! --> src/parser/shell_expand/mod.rs:176:21 Sep 19 23:44:20.341 INFO kablam! | Sep 19 23:44:20.341 INFO kablam! 176 | is_glob = true; Sep 19 23:44:20.341 INFO kablam! | ^^^^^^^ Sep 19 23:44:20.341 INFO kablam! ... Sep 19 23:44:20.341 INFO kablam! 278 | expand!(text, do_glob, tilde); Sep 19 23:44:20.341 INFO kablam! | ------------------------------ in this macro invocation Sep 19 23:44:20.341 INFO kablam! | Sep 19 23:44:20.341 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 19 23:44:20.341 INFO kablam! Sep 19 23:44:21.484 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.57s Sep 19 23:44:21.492 INFO kablam! su: No module specific data is present Sep 19 23:44:21.996 INFO running `"docker" "rm" "-f" "ab95b361101f39f97dbe8decc7208648f4cbf54cc6dcba2667d531de56f6b914"` Sep 19 23:44:22.119 INFO blam! ab95b361101f39f97dbe8decc7208648f4cbf54cc6dcba2667d531de56f6b914