Oct 26 23:57:35.744 INFO checking naftulikay/nfty against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 23:57:35.745 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 26 23:57:35.934 INFO blam! 59f4f09f23fcead3ca5b92606cb548ae4e505458138a57ca1c94e370548a7aa5 Oct 26 23:57:35.936 INFO running `"docker" "start" "-a" "59f4f09f23fcead3ca5b92606cb548ae4e505458138a57ca1c94e370548a7aa5"` Oct 26 23:57:36.563 INFO kablam! usermod: no changes Oct 26 23:57:36.774 INFO kablam! Compiling pkg-config v0.3.10 Oct 26 23:57:36.779 INFO kablam! Compiling cmake v0.1.30 Oct 26 23:57:36.779 INFO kablam! Checking serde_json v1.0.13 Oct 26 23:57:36.779 INFO kablam! Checking log v0.4.1 Oct 26 23:57:36.779 INFO kablam! Checking regex-syntax v0.5.5 Oct 26 23:57:36.779 INFO kablam! Checking ordered-float v0.5.0 Oct 26 23:57:36.779 INFO kablam! Checking chrono v0.4.2 Oct 26 23:57:36.779 INFO kablam! Checking parking_lot_core v0.2.13 Oct 26 23:57:38.195 INFO kablam! Compiling syn v0.12.15 Oct 26 23:57:38.743 INFO kablam! Checking serde-value v0.5.2 Oct 26 23:57:38.807 INFO kablam! Checking parking_lot v0.5.4 Oct 26 23:57:42.451 INFO kablam! Checking log4rs v0.8.0 Oct 26 23:57:42.601 INFO kablam! Compiling openssl-sys v0.9.28 Oct 26 23:57:42.607 INFO kablam! Compiling libz-sys v1.0.18 Oct 26 23:57:42.607 INFO kablam! Compiling curl-sys v0.4.2 Oct 26 23:57:42.607 INFO kablam! Compiling libssh2-sys v0.2.6 Oct 26 23:57:42.607 INFO kablam! Compiling libgit2-sys v0.7.1 Oct 26 23:57:47.596 INFO kablam! Checking regex v0.2.10 Oct 26 23:57:47.908 INFO kablam! Checking log4rs-syslog v3.0.1 Oct 26 23:57:50.818 INFO kablam! Compiling structopt-derive v0.2.6 Oct 26 23:57:55.095 INFO kablam! Checking structopt v0.2.6 Oct 26 23:58:12.807 INFO kablam! Checking git2 v0.7.1 Oct 26 23:58:17.191 INFO kablam! Checking nfty v0.1.0 (/source) Oct 26 23:58:19.915 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 26 23:58:19.915 INFO kablam! --> src/api/project/mod.rs:8:5 Oct 26 23:58:19.915 INFO kablam! | Oct 26 23:58:19.915 INFO kablam! 8 | use std::env::home_dir; Oct 26 23:58:19.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 26 23:58:19.915 INFO kablam! | Oct 26 23:58:19.915 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 23:58:19.915 INFO kablam! Oct 26 23:58:19.915 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 26 23:58:19.915 INFO kablam! --> src/api/project/mod.rs:32:44 Oct 26 23:58:19.915 INFO kablam! | Oct 26 23:58:19.915 INFO kablam! 32 | pub static ref PROJECT_ROOT: PathBuf = home_dir().expect("unable to get home dir").join("devel").join("src"); Oct 26 23:58:19.915 INFO kablam! | ^^^^^^^^ Oct 26 23:58:19.915 INFO kablam! Oct 26 23:58:19.983 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 26 23:58:19.983 INFO kablam! --> src/api/project/mod.rs:8:5 Oct 26 23:58:19.983 INFO kablam! | Oct 26 23:58:19.983 INFO kablam! 8 | use std::env::home_dir; Oct 26 23:58:19.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 26 23:58:19.983 INFO kablam! | Oct 26 23:58:19.983 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 23:58:19.983 INFO kablam! Oct 26 23:58:19.983 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 26 23:58:19.983 INFO kablam! --> src/api/project/mod.rs:32:44 Oct 26 23:58:19.983 INFO kablam! | Oct 26 23:58:19.983 INFO kablam! 32 | pub static ref PROJECT_ROOT: PathBuf = home_dir().expect("unable to get home dir").join("devel").join("src"); Oct 26 23:58:19.983 INFO kablam! | ^^^^^^^^ Oct 26 23:58:19.983 INFO kablam! Oct 26 23:58:20.438 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 43.85s Oct 26 23:58:20.471 INFO kablam! su: No module specific data is present Oct 26 23:58:20.905 INFO running `"docker" "rm" "-f" "59f4f09f23fcead3ca5b92606cb548ae4e505458138a57ca1c94e370548a7aa5"` Oct 26 23:58:21.074 INFO blam! 59f4f09f23fcead3ca5b92606cb548ae4e505458138a57ca1c94e370548a7aa5