Sep 01 16:44:50.117 INFO checking ion-shell-1.0.5 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 16:44:50.117 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 16:44:50.117 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 16:44:50.355 INFO blam! 9d8a2f76441c07de04b45928479f91f6dbd5037927afaf6d3c12aba4bef0ac27 Sep 01 16:44:50.357 INFO running `"docker" "start" "-a" "9d8a2f76441c07de04b45928479f91f6dbd5037927afaf6d3c12aba4bef0ac27"` Sep 01 16:44:51.287 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 01 16:44:51.287 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 01 16:44:51.287 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 01 16:44:51.287 INFO kablam! files will be included as a binary target: Sep 01 16:44:51.287 INFO kablam! Sep 01 16:44:51.287 INFO kablam! * /source/src/main.rs Sep 01 16:44:51.287 INFO kablam! Sep 01 16:44:51.287 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 01 16:44:51.287 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 01 16:44:51.287 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 01 16:44:51.287 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 01 16:44:51.287 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 01 16:44:51.287 INFO kablam! Sep 01 16:44:51.287 INFO kablam! For more information on this warning you can consult Sep 01 16:44:51.287 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 01 16:44:51.287 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `ion`, Sep 01 16:44:51.287 INFO kablam! please set bin.path in Cargo.toml Sep 01 16:44:51.449 INFO kablam! Checking calculate v0.1.0 Sep 01 16:44:51.451 INFO kablam! Checking smallstring v0.1.2 Sep 01 16:44:51.461 INFO kablam! Checking liner v0.4.4 Sep 01 16:44:51.464 INFO kablam! Compiling ion-shell v1.0.5 (file:///source) Sep 01 16:44:51.468 INFO kablam! Checking tokio-signal v0.1.5 Sep 01 16:44:57.886 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 01 16:44:57.886 INFO kablam! --> src/shell/directory_stack.rs:3:46 Sep 01 16:44:57.886 INFO kablam! | Sep 01 16:44:57.886 INFO kablam! 3 | use std::env::{set_current_dir, current_dir, home_dir}; Sep 01 16:44:57.886 INFO kablam! | ^^^^^^^^ Sep 01 16:44:57.886 INFO kablam! | Sep 01 16:44:57.886 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 16:44:57.887 INFO kablam! Sep 01 16:44:57.887 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 16:44:57.888 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 01 16:44:57.888 INFO kablam! | Sep 01 16:44:57.888 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 01 16:44:57.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 16:44:57.888 INFO kablam! Sep 01 16:44:57.900 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 01 16:44:57.900 INFO kablam! --> src/shell/directory_stack.rs:76:9 Sep 01 16:44:57.900 INFO kablam! | Sep 01 16:44:57.900 INFO kablam! 76 | home_dir() Sep 01 16:44:57.900 INFO kablam! | ^^^^^^^^ Sep 01 16:44:57.900 INFO kablam! Sep 01 16:44:57.900 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 01 16:44:57.900 INFO kablam! --> src/shell/variables.rs:46:9 Sep 01 16:44:57.900 INFO kablam! | Sep 01 16:44:57.900 INFO kablam! 46 | env::home_dir().map_or_else(|| env::set_var("HOME", "?"), |path| env::set_var("HOME", path.to_str().unwrap_or("?"))); Sep 01 16:44:57.900 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 16:44:57.900 INFO kablam! Sep 01 16:44:57.900 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 01 16:44:57.901 INFO kablam! --> src/shell/variables.rs:151:37 Sep 01 16:44:57.901 INFO kablam! | Sep 01 16:44:57.901 INFO kablam! 151 | if let Some(home) = env::home_dir() { Sep 01 16:44:57.901 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 16:44:57.901 INFO kablam! Sep 01 16:44:58.467 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 01 16:44:58.467 INFO kablam! --> src/shell/directory_stack.rs:3:46 Sep 01 16:44:58.467 INFO kablam! | Sep 01 16:44:58.467 INFO kablam! 3 | use std::env::{set_current_dir, current_dir, home_dir}; Sep 01 16:44:58.467 INFO kablam! | ^^^^^^^^ Sep 01 16:44:58.467 INFO kablam! | Sep 01 16:44:58.467 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 16:44:58.467 INFO kablam! Sep 01 16:44:58.468 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 16:44:58.468 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 01 16:44:58.468 INFO kablam! | Sep 01 16:44:58.468 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 01 16:44:58.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 16:44:58.468 INFO kablam! Sep 01 16:44:58.472 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 01 16:44:58.472 INFO kablam! --> src/shell/directory_stack.rs:76:9 Sep 01 16:44:58.472 INFO kablam! | Sep 01 16:44:58.472 INFO kablam! 76 | home_dir() Sep 01 16:44:58.472 INFO kablam! | ^^^^^^^^ Sep 01 16:44:58.472 INFO kablam! Sep 01 16:44:58.473 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 01 16:44:58.473 INFO kablam! --> src/shell/variables.rs:46:9 Sep 01 16:44:58.473 INFO kablam! | Sep 01 16:44:58.473 INFO kablam! 46 | env::home_dir().map_or_else(|| env::set_var("HOME", "?"), |path| env::set_var("HOME", path.to_str().unwrap_or("?"))); Sep 01 16:44:58.473 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 16:44:58.473 INFO kablam! Sep 01 16:44:58.473 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 01 16:44:58.473 INFO kablam! --> src/shell/variables.rs:151:37 Sep 01 16:44:58.473 INFO kablam! | Sep 01 16:44:58.473 INFO kablam! 151 | if let Some(home) = env::home_dir() { Sep 01 16:44:58.473 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 16:44:58.474 INFO kablam! Sep 01 16:45:00.490 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 01 16:45:00.490 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 01 16:45:00.490 INFO kablam! | Sep 01 16:45:00.490 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 01 16:45:00.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 16:45:00.490 INFO kablam! | Sep 01 16:45:00.490 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 16:45:00.490 INFO kablam! Sep 01 16:45:00.920 INFO kablam! warning: value assigned to `is_glob` is never read Sep 01 16:45:00.920 INFO kablam! --> src/parser/shell_expand/mod.rs:176:21 Sep 01 16:45:00.920 INFO kablam! | Sep 01 16:45:00.920 INFO kablam! 176 | is_glob = true; Sep 01 16:45:00.920 INFO kablam! | ^^^^^^^ Sep 01 16:45:00.920 INFO kablam! ... Sep 01 16:45:00.920 INFO kablam! 278 | expand!(text, do_glob, tilde); Sep 01 16:45:00.920 INFO kablam! | ------------------------------ in this macro invocation Sep 01 16:45:00.920 INFO kablam! | Sep 01 16:45:00.920 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 01 16:45:00.921 INFO kablam! Sep 01 16:45:02.074 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 01 16:45:02.074 INFO kablam! --> src/ascii_helpers.rs:1:5 Sep 01 16:45:02.074 INFO kablam! | Sep 01 16:45:02.074 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 01 16:45:02.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 16:45:02.074 INFO kablam! | Sep 01 16:45:02.074 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 16:45:02.074 INFO kablam! Sep 01 16:45:02.508 INFO kablam! warning: value assigned to `is_glob` is never read Sep 01 16:45:02.508 INFO kablam! --> src/parser/shell_expand/mod.rs:176:21 Sep 01 16:45:02.508 INFO kablam! | Sep 01 16:45:02.508 INFO kablam! 176 | is_glob = true; Sep 01 16:45:02.508 INFO kablam! | ^^^^^^^ Sep 01 16:45:02.508 INFO kablam! ... Sep 01 16:45:02.508 INFO kablam! 278 | expand!(text, do_glob, tilde); Sep 01 16:45:02.508 INFO kablam! | ------------------------------ in this macro invocation Sep 01 16:45:02.508 INFO kablam! | Sep 01 16:45:02.508 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 01 16:45:02.508 INFO kablam! Sep 01 16:45:04.088 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.81s Sep 01 16:45:04.096 INFO kablam! su: No module specific data is present Sep 01 16:45:04.547 INFO running `"docker" "rm" "-f" "9d8a2f76441c07de04b45928479f91f6dbd5037927afaf6d3c12aba4bef0ac27"` Sep 01 16:45:04.631 INFO blam! 9d8a2f76441c07de04b45928479f91f6dbd5037927afaf6d3c12aba4bef0ac27