Oct 27 14:51:10.559 INFO checking tcalc-rustyline-1.0.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 14:51:10.560 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 14:51:10.863 INFO blam! b83adb94eeec341357475019bd56870a6f99e95c0e2737f21a61917483589836 Oct 27 14:51:10.863 INFO running `"docker" "start" "-a" "b83adb94eeec341357475019bd56870a6f99e95c0e2737f21a61917483589836"` Oct 27 14:51:11.551 INFO kablam! usermod: no changes Oct 27 14:51:11.626 INFO kablam! Checking nix v0.7.0 Oct 27 14:51:15.098 INFO kablam! Checking tcalc-rustyline v1.0.1 (/source) Oct 27 14:51:16.172 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. Oct 27 14:51:16.173 INFO kablam! --> src/completion.rs:159:29 Oct 27 14:51:16.173 INFO kablam! | Oct 27 14:51:16.173 INFO kablam! 159 | if let Some(home) = home_dir() { Oct 27 14:51:16.173 INFO kablam! | ^^^^^^^^ Oct 27 14:51:16.174 INFO kablam! | Oct 27 14:51:16.174 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:51:16.174 INFO kablam! Oct 27 14:51:16.174 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. Oct 27 14:51:16.175 INFO kablam! --> src/completion.rs:148:33 Oct 27 14:51:16.175 INFO kablam! | Oct 27 14:51:16.175 INFO kablam! 148 | use std::env::{current_dir, home_dir}; Oct 27 14:51:16.175 INFO kablam! | ^^^^^^^^ Oct 27 14:51:16.176 INFO kablam! Oct 27 14:51:16.176 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 14:51:16.176 INFO kablam! --> src/tty/unix.rs:39:9 Oct 27 14:51:16.176 INFO kablam! | Oct 27 14:51:16.177 INFO kablam! 39 | use std::ascii::AsciiExt; Oct 27 14:51:16.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 14:51:16.177 INFO kablam! Oct 27 14:51:16.555 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. Oct 27 14:51:16.555 INFO kablam! --> src/completion.rs:159:29 Oct 27 14:51:16.555 INFO kablam! | Oct 27 14:51:16.555 INFO kablam! 159 | if let Some(home) = home_dir() { Oct 27 14:51:16.555 INFO kablam! | ^^^^^^^^ Oct 27 14:51:16.555 INFO kablam! | Oct 27 14:51:16.555 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:51:16.555 INFO kablam! Oct 27 14:51:16.555 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. Oct 27 14:51:16.555 INFO kablam! --> src/completion.rs:148:33 Oct 27 14:51:16.555 INFO kablam! | Oct 27 14:51:16.555 INFO kablam! 148 | use std::env::{current_dir, home_dir}; Oct 27 14:51:16.555 INFO kablam! | ^^^^^^^^ Oct 27 14:51:16.555 INFO kablam! Oct 27 14:51:16.683 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 27 14:51:16.683 INFO kablam! --> src/tty/unix.rs:39:9 Oct 27 14:51:16.683 INFO kablam! | Oct 27 14:51:16.683 INFO kablam! 39 | use std::ascii::AsciiExt; Oct 27 14:51:16.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 14:51:16.683 INFO kablam! | Oct 27 14:51:16.683 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 14:51:16.683 INFO kablam! Oct 27 14:51:17.951 INFO kablam! warning: function is never used: `chars` Oct 27 14:51:17.952 INFO kablam! --> src/char_iter.rs:12:1 Oct 27 14:51:17.952 INFO kablam! | Oct 27 14:51:17.952 INFO kablam! 12 | / pub fn chars(read: R) -> Chars Oct 27 14:51:17.952 INFO kablam! 13 | | where R: Sized Oct 27 14:51:17.953 INFO kablam! 14 | | { Oct 27 14:51:17.953 INFO kablam! 15 | | Chars { inner: read } Oct 27 14:51:17.953 INFO kablam! 16 | | } Oct 27 14:51:17.953 INFO kablam! | |_^ Oct 27 14:51:17.954 INFO kablam! | Oct 27 14:51:17.954 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 14:51:17.954 INFO kablam! Oct 27 14:51:17.954 INFO kablam! warning: struct is never constructed: `Chars` Oct 27 14:51:17.955 INFO kablam! --> src/char_iter.rs:44:1 Oct 27 14:51:17.955 INFO kablam! | Oct 27 14:51:17.955 INFO kablam! 44 | pub struct Chars { Oct 27 14:51:17.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 14:51:17.956 INFO kablam! Oct 27 14:51:18.083 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.50s Oct 27 14:51:18.083 INFO kablam! su: No module specific data is present Oct 27 14:51:18.808 INFO running `"docker" "rm" "-f" "b83adb94eeec341357475019bd56870a6f99e95c0e2737f21a61917483589836"` Oct 27 14:51:19.151 INFO blam! b83adb94eeec341357475019bd56870a6f99e95c0e2737f21a61917483589836