Oct 13 01:52:39.453 INFO checking Zebradil/rustotpony against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 01:52:39.453 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 01:52:39.902 INFO blam! efbec51f71f2a81e055a1afed0b302b2160b02c5f1f91b4d5cb0ce2de35004c9 Oct 13 01:52:39.904 INFO running `"docker" "start" "-a" "efbec51f71f2a81e055a1afed0b302b2160b02c5f1f91b4d5cb0ce2de35004c9"` Oct 13 01:52:41.940 INFO kablam! usermod: no changes Oct 13 01:52:42.212 INFO kablam! Checking rustc-hex v1.0.0 Oct 13 01:52:42.214 INFO kablam! Checking base32 v0.3.1 Oct 13 01:52:42.216 INFO kablam! Checking dbus v0.2.3 Oct 13 01:52:42.221 INFO kablam! Checking rust-gmp v0.3.2 Oct 13 01:52:42.223 INFO kablam! Checking rpassword v2.0.0 Oct 13 01:52:42.237 INFO kablam! Checking crypto-mac v0.3.0 Oct 13 01:52:42.245 INFO kablam! Checking sha-1 v0.3.4 Oct 13 01:52:43.658 INFO kablam! Checking hmac v0.1.1 Oct 13 01:52:45.320 INFO kablam! Checking oath v0.10.2 Oct 13 01:52:48.201 INFO kablam! Checking secret-service v0.4.0 Oct 13 01:52:49.528 INFO kablam! Checking keyring v0.6.0 Oct 13 01:52:50.562 INFO kablam! Checking rustotpony v0.2.3 (/source) Oct 13 01:52:52.342 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 13 01:52:52.342 INFO kablam! --> src/lib.rs:303:19 Oct 13 01:52:52.342 INFO kablam! | Oct 13 01:52:52.342 INFO kablam! 303 | let dir = std::env::home_dir().unwrap_or(PathBuf::from(".")); Oct 13 01:52:52.342 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 01:52:52.342 INFO kablam! | Oct 13 01:52:52.342 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 01:52:52.342 INFO kablam! Oct 13 01:52:52.512 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 13 01:52:52.512 INFO kablam! --> src/lib.rs:303:19 Oct 13 01:52:52.512 INFO kablam! | Oct 13 01:52:52.512 INFO kablam! 303 | let dir = std::env::home_dir().unwrap_or(PathBuf::from(".")); Oct 13 01:52:52.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 01:52:52.514 INFO kablam! | Oct 13 01:52:52.514 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 01:52:52.514 INFO kablam! Oct 13 01:52:52.788 INFO kablam! warning: the feature `fs_read_write` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 13 01:52:52.789 INFO kablam! --> src/lib.rs:1:12 Oct 13 01:52:52.790 INFO kablam! | Oct 13 01:52:52.791 INFO kablam! 1 | #![feature(fs_read_write)] Oct 13 01:52:52.791 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 01:52:52.792 INFO kablam! | Oct 13 01:52:52.793 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 01:52:52.793 INFO kablam! Oct 13 01:52:53.244 INFO kablam! warning: the feature `fs_read_write` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 13 01:52:53.245 INFO kablam! --> src/lib.rs:1:12 Oct 13 01:52:53.246 INFO kablam! | Oct 13 01:52:53.247 INFO kablam! 1 | #![feature(fs_read_write)] Oct 13 01:52:53.247 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 01:52:53.248 INFO kablam! | Oct 13 01:52:53.249 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 01:52:53.249 INFO kablam! Oct 13 01:52:55.460 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 13 01:52:55.461 INFO kablam! --> src/bin/totp.rs:122:20 Oct 13 01:52:55.461 INFO kablam! | Oct 13 01:52:55.461 INFO kablam! 122 | let home = std::env::home_dir().unwrap_or(PathBuf::from(".")); Oct 13 01:52:55.461 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 01:52:55.461 INFO kablam! | Oct 13 01:52:55.461 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 01:52:55.461 INFO kablam! Oct 13 01:52:55.597 INFO kablam! warning: method is never used: `show_application` Oct 13 01:52:55.597 INFO kablam! --> src/bin/totp.rs:241:5 Oct 13 01:52:55.597 INFO kablam! | Oct 13 01:52:55.597 INFO kablam! 241 | fn show_application(name: &str) { Oct 13 01:52:55.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:52:55.598 INFO kablam! | Oct 13 01:52:55.598 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:52:55.599 INFO kablam! Oct 13 01:52:55.607 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 13 01:52:55.608 INFO kablam! --> src/bin/totp.rs:122:20 Oct 13 01:52:55.608 INFO kablam! | Oct 13 01:52:55.608 INFO kablam! 122 | let home = std::env::home_dir().unwrap_or(PathBuf::from(".")); Oct 13 01:52:55.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 01:52:55.609 INFO kablam! | Oct 13 01:52:55.609 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 01:52:55.609 INFO kablam! Oct 13 01:52:55.748 INFO kablam! warning: method is never used: `show_application` Oct 13 01:52:55.749 INFO kablam! --> src/bin/totp.rs:241:5 Oct 13 01:52:55.749 INFO kablam! | Oct 13 01:52:55.749 INFO kablam! 241 | fn show_application(name: &str) { Oct 13 01:52:55.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:52:55.750 INFO kablam! | Oct 13 01:52:55.750 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:52:55.750 INFO kablam! Oct 13 01:52:55.772 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.81s Oct 13 01:52:55.782 INFO kablam! su: No module specific data is present Oct 13 01:52:56.076 INFO running `"docker" "rm" "-f" "efbec51f71f2a81e055a1afed0b302b2160b02c5f1f91b4d5cb0ce2de35004c9"` Oct 13 01:52:56.167 INFO blam! efbec51f71f2a81e055a1afed0b302b2160b02c5f1f91b4d5cb0ce2de35004c9