Oct 13 10:22:49.387 INFO checking radiancy-0.1.2 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 10:22:49.387 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 10:22:49.832 INFO blam! bce086a846f5710537d3a37321f8ca08e0ac10284af926eaf3c68289690879c4 Oct 13 10:22:49.836 INFO running `"docker" "start" "-a" "bce086a846f5710537d3a37321f8ca08e0ac10284af926eaf3c68289690879c4"` Oct 13 10:22:51.155 INFO kablam! usermod: no changes Oct 13 10:22:51.331 INFO kablam! Checking crossbeam-utils v0.5.0 Oct 13 10:22:51.340 INFO kablam! Checking base58 v0.1.0 Oct 13 10:22:51.340 INFO kablam! Compiling secp256k1 v0.9.2 Oct 13 10:22:51.340 INFO kablam! Checking args v2.2.0 Oct 13 10:22:51.340 INFO kablam! Checking num-bigint v0.2.0 Oct 13 10:22:51.341 INFO kablam! Checking ripemd160 v0.7.0 Oct 13 10:22:53.124 INFO kablam! Checking crossbeam-epoch v0.6.0 Oct 13 10:22:54.699 INFO kablam! Checking pagetable v0.0.3 Oct 13 10:22:55.985 INFO kablam! Checking pagecache v0.6.0 Oct 13 10:23:00.803 INFO kablam! Checking sled v0.15.21 Oct 13 10:23:05.095 INFO kablam! Checking radiancy v0.1.2 (/source) Oct 13 10:23:10.482 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 10:23:10.483 INFO kablam! --> src/wallet/utils.rs:23:21 Oct 13 10:23:10.484 INFO kablam! | Oct 13 10:23:10.484 INFO kablam! 23 | let mut path = env::home_dir().unwrap(); Oct 13 10:23:10.485 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 10:23:10.485 INFO kablam! | Oct 13 10:23:10.486 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 10:23:10.486 INFO kablam! Oct 13 10:23:10.487 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 10:23:10.487 INFO kablam! --> src/wallet/utils.rs:36:21 Oct 13 10:23:10.488 INFO kablam! | Oct 13 10:23:10.489 INFO kablam! 36 | let mut path = env::home_dir().unwrap(); Oct 13 10:23:10.489 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 10:23:10.490 INFO kablam! Oct 13 10:23:10.611 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 10:23:10.611 INFO kablam! --> src/wallet/utils.rs:23:21 Oct 13 10:23:10.611 INFO kablam! | Oct 13 10:23:10.611 INFO kablam! 23 | let mut path = env::home_dir().unwrap(); Oct 13 10:23:10.611 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 10:23:10.611 INFO kablam! | Oct 13 10:23:10.611 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 10:23:10.611 INFO kablam! Oct 13 10:23:10.611 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 10:23:10.611 INFO kablam! --> src/wallet/utils.rs:36:21 Oct 13 10:23:10.611 INFO kablam! | Oct 13 10:23:10.611 INFO kablam! 36 | let mut path = env::home_dir().unwrap(); Oct 13 10:23:10.611 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 10:23:10.611 INFO kablam! Oct 13 10:23:15.276 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 10:23:15.276 INFO kablam! --> src/main.rs:9:5 Oct 13 10:23:15.276 INFO kablam! | Oct 13 10:23:15.276 INFO kablam! 9 | use std::env::home_dir; Oct 13 10:23:15.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 10:23:15.276 INFO kablam! | Oct 13 10:23:15.276 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 10:23:15.276 INFO kablam! Oct 13 10:23:15.276 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 10:23:15.276 INFO kablam! --> src/main.rs:18:23 Oct 13 10:23:15.276 INFO kablam! | Oct 13 10:23:15.276 INFO kablam! 18 | let mut db_path = home_dir().unwrap(); Oct 13 10:23:15.276 INFO kablam! | ^^^^^^^^ Oct 13 10:23:15.276 INFO kablam! Oct 13 10:23:15.276 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 10:23:15.276 INFO kablam! --> src/main.rs:20:27 Oct 13 10:23:15.276 INFO kablam! | Oct 13 10:23:15.276 INFO kablam! 20 | let mut wallet_path = home_dir().unwrap(); Oct 13 10:23:15.276 INFO kablam! | ^^^^^^^^ Oct 13 10:23:15.276 INFO kablam! Oct 13 10:23:15.515 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 10:23:15.515 INFO kablam! --> src/main.rs:9:5 Oct 13 10:23:15.515 INFO kablam! | Oct 13 10:23:15.515 INFO kablam! 9 | use std::env::home_dir; Oct 13 10:23:15.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 10:23:15.515 INFO kablam! | Oct 13 10:23:15.515 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 10:23:15.515 INFO kablam! Oct 13 10:23:15.515 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 10:23:15.515 INFO kablam! --> src/main.rs:18:23 Oct 13 10:23:15.515 INFO kablam! | Oct 13 10:23:15.515 INFO kablam! 18 | let mut db_path = home_dir().unwrap(); Oct 13 10:23:15.515 INFO kablam! | ^^^^^^^^ Oct 13 10:23:15.515 INFO kablam! Oct 13 10:23:15.515 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 10:23:15.515 INFO kablam! --> src/main.rs:20:27 Oct 13 10:23:15.515 INFO kablam! | Oct 13 10:23:15.515 INFO kablam! 20 | let mut wallet_path = home_dir().unwrap(); Oct 13 10:23:15.515 INFO kablam! | ^^^^^^^^ Oct 13 10:23:15.515 INFO kablam! Oct 13 10:23:15.583 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.40s Oct 13 10:23:15.592 INFO kablam! su: No module specific data is present Oct 13 10:23:16.144 INFO running `"docker" "rm" "-f" "bce086a846f5710537d3a37321f8ca08e0ac10284af926eaf3c68289690879c4"` Oct 13 10:23:16.352 INFO blam! bce086a846f5710537d3a37321f8ca08e0ac10284af926eaf3c68289690879c4