Oct 27 16:22:29.814 INFO checking rustotpony-0.2.3 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 16:22:29.814 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16:22:30.012 INFO blam! cf38e58ed32630535802441adb381d6e372c32484bc0f08a73ffcb875ef28747 Oct 27 16:22:30.020 INFO running `"docker" "start" "-a" "cf38e58ed32630535802441adb381d6e372c32484bc0f08a73ffcb875ef28747"` Oct 27 16:22:30.474 INFO kablam! usermod: no changes Oct 27 16:22:30.631 INFO kablam! Checking dbus v0.2.3 Oct 27 16:22:30.631 INFO kablam! Checking rust-gmp v0.3.2 Oct 27 16:22:30.657 INFO kablam! Checking rpassword v2.0.0 Oct 27 16:22:30.659 INFO kablam! Checking ctrlc v3.1.1 Oct 27 16:22:34.451 INFO kablam! Checking secret-service v0.4.0 Oct 27 16:22:35.963 INFO kablam! Checking keyring v0.6.1 Oct 27 16:22:37.289 INFO kablam! Checking rustotpony v0.2.3 (/source) Oct 27 16:22:40.167 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 16:22:40.167 INFO kablam! --> src/lib.rs:303:19 Oct 27 16:22:40.167 INFO kablam! | Oct 27 16:22:40.167 INFO kablam! 303 | let dir = std::env::home_dir().unwrap_or(PathBuf::from(".")); Oct 27 16:22:40.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 16:22:40.167 INFO kablam! | Oct 27 16:22:40.167 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 16:22:40.167 INFO kablam! Oct 27 16:22:40.199 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 16:22:40.199 INFO kablam! --> src/lib.rs:303:19 Oct 27 16:22:40.199 INFO kablam! | Oct 27 16:22:40.199 INFO kablam! 303 | let dir = std::env::home_dir().unwrap_or(PathBuf::from(".")); Oct 27 16:22:40.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 16:22:40.199 INFO kablam! | Oct 27 16:22:40.199 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 16:22:40.199 INFO kablam! Oct 27 16:22:40.416 INFO kablam! warning: the feature `fs_read_write` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 27 16:22:40.416 INFO kablam! --> src/lib.rs:1:12 Oct 27 16:22:40.416 INFO kablam! | Oct 27 16:22:40.416 INFO kablam! 1 | #![feature(fs_read_write)] Oct 27 16:22:40.416 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 16:22:40.417 INFO kablam! | Oct 27 16:22:40.417 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 16:22:40.417 INFO kablam! Oct 27 16:22:40.459 INFO kablam! warning: the feature `fs_read_write` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 27 16:22:40.459 INFO kablam! --> src/lib.rs:1:12 Oct 27 16:22:40.459 INFO kablam! | Oct 27 16:22:40.459 INFO kablam! 1 | #![feature(fs_read_write)] Oct 27 16:22:40.459 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 16:22:40.459 INFO kablam! | Oct 27 16:22:40.459 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 16:22:40.459 INFO kablam! Oct 27 16:22:44.056 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 16:22:44.056 INFO kablam! --> src/bin/totp.rs:122:20 Oct 27 16:22:44.056 INFO kablam! | Oct 27 16:22:44.056 INFO kablam! 122 | let home = std::env::home_dir().unwrap_or(PathBuf::from(".")); Oct 27 16:22:44.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 16:22:44.056 INFO kablam! | Oct 27 16:22:44.056 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 16:22:44.057 INFO kablam! Oct 27 16:22:44.197 INFO kablam! warning: method is never used: `show_application` Oct 27 16:22:44.197 INFO kablam! --> src/bin/totp.rs:241:5 Oct 27 16:22:44.198 INFO kablam! | Oct 27 16:22:44.199 INFO kablam! 241 | fn show_application(name: &str) { Oct 27 16:22:44.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:22:44.200 INFO kablam! | Oct 27 16:22:44.201 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 16:22:44.201 INFO kablam! Oct 27 16:22:44.223 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 16:22:44.224 INFO kablam! --> src/bin/totp.rs:122:20 Oct 27 16:22:44.224 INFO kablam! | Oct 27 16:22:44.224 INFO kablam! 122 | let home = std::env::home_dir().unwrap_or(PathBuf::from(".")); Oct 27 16:22:44.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 16:22:44.226 INFO kablam! | Oct 27 16:22:44.226 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 16:22:44.226 INFO kablam! Oct 27 16:22:44.468 INFO kablam! warning: method is never used: `show_application` Oct 27 16:22:44.468 INFO kablam! --> src/bin/totp.rs:241:5 Oct 27 16:22:44.468 INFO kablam! | Oct 27 16:22:44.468 INFO kablam! 241 | fn show_application(name: &str) { Oct 27 16:22:44.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:22:44.468 INFO kablam! | Oct 27 16:22:44.468 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 16:22:44.468 INFO kablam! Oct 27 16:22:44.506 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.02s Oct 27 16:22:44.527 INFO kablam! su: No module specific data is present Oct 27 16:22:45.136 INFO running `"docker" "rm" "-f" "cf38e58ed32630535802441adb381d6e372c32484bc0f08a73ffcb875ef28747"` Oct 27 16:22:45.298 INFO blam! cf38e58ed32630535802441adb381d6e372c32484bc0f08a73ffcb875ef28747