Oct 21 16:25:33.343 INFO checking kogai/sync-memo against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 16:25:33.343 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/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 21 16:25:33.551 INFO blam! aeec5b87c90a881b0629ce54334328febc8b79fc68644b453b42a60e5c118560 Oct 21 16:25:33.553 INFO running `"docker" "start" "-a" "aeec5b87c90a881b0629ce54334328febc8b79fc68644b453b42a60e5c118560"` Oct 21 16:25:34.053 INFO kablam! usermod: no changes Oct 21 16:25:34.316 INFO kablam! Checking serde v1.0.2 Oct 21 16:25:34.318 INFO kablam! Compiling miniz-sys v0.1.9 Oct 21 16:25:34.319 INFO kablam! Checking filetime v0.1.10 Oct 21 16:25:34.319 INFO kablam! Checking term_size v0.2.3 Oct 21 16:25:34.326 INFO kablam! Checking inotify v0.3.0 Oct 21 16:25:34.326 INFO kablam! Checking daemonize v0.2.3 Oct 21 16:25:34.326 INFO kablam! Checking net2 v0.2.27 Oct 21 16:25:34.326 INFO kablam! Checking nix v0.5.1 Oct 21 16:25:35.141 INFO kablam! Checking libflate v0.1.5 Oct 21 16:25:35.161 INFO kablam! Checking clap v2.22.2 Oct 21 16:25:35.404 INFO kablam! Checking openssl-sys v0.9.11 Oct 21 16:25:35.420 INFO kablam! Checking backtrace-sys v0.1.10 Oct 21 16:25:35.669 INFO kablam! Compiling serde_derive_internals v0.15.0 Oct 21 16:25:35.974 INFO kablam! Compiling derive-error-chain v0.10.0 Oct 21 16:25:36.297 INFO kablam! Compiling serde_codegen_internals v0.14.2 Oct 21 16:25:36.461 INFO kablam! Checking serde_urlencoded v0.4.2 Oct 21 16:25:37.444 INFO kablam! Checking miow v0.1.5 Oct 21 16:25:38.659 INFO kablam! Checking backtrace v0.3.0 Oct 21 16:25:42.113 INFO kablam! Checking openssl v0.9.11 Oct 21 16:25:42.133 INFO kablam! Checking chrono v0.3.1 Oct 21 16:25:42.216 INFO kablam! Checking hyper v0.10.9 Oct 21 16:25:43.228 INFO kablam! Checking config_file_handler v0.6.0 Oct 21 16:25:44.112 INFO kablam! Checking error-chain v0.10.0 Oct 21 16:25:44.404 INFO kablam! Checking mio v0.5.1 Oct 21 16:25:44.805 INFO kablam! Compiling serde_derive v1.0.2 Oct 21 16:25:45.416 INFO kablam! Compiling serde_derive v0.9.15 Oct 21 16:25:45.996 INFO kablam! Checking dotenv v0.10.0 Oct 21 16:25:46.052 INFO kablam! Checking flate2 v0.2.19 Oct 21 16:25:46.756 INFO kablam! Checking notify v4.0.1 Oct 21 16:25:49.242 INFO kablam! Checking native-tls v0.1.2 Oct 21 16:25:50.713 INFO kablam! Checking hyper-native-tls v0.2.2 Oct 21 16:25:50.948 INFO kablam! Checking serde-value v0.5.0 Oct 21 16:25:50.948 INFO kablam! Checking serde_yaml v0.7.0 Oct 21 16:25:50.948 INFO kablam! Checking serde_json v1.0.1 Oct 21 16:25:53.011 INFO kablam! Checking reqwest v0.5.1 Oct 21 16:26:00.537 INFO kablam! Checking log4rs v0.7.0 Oct 21 16:26:03.052 INFO kablam! Checking sync-memo v0.1.0 (/source) Oct 21 16:26:06.864 INFO kablam! warning: unused import: `super::*` Oct 21 16:26:06.864 INFO kablam! --> src/client.rs:85:9 Oct 21 16:26:06.864 INFO kablam! | Oct 21 16:26:06.864 INFO kablam! 85 | use super::*; Oct 21 16:26:06.864 INFO kablam! | ^^^^^^^^ Oct 21 16:26:06.864 INFO kablam! | Oct 21 16:26:06.864 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 16:26:06.864 INFO kablam! Oct 21 16:26:06.864 INFO kablam! warning: unused import: `std::thread` Oct 21 16:26:06.864 INFO kablam! --> src/client.rs:86:9 Oct 21 16:26:06.864 INFO kablam! | Oct 21 16:26:06.864 INFO kablam! 86 | use std::thread; Oct 21 16:26:06.864 INFO kablam! | ^^^^^^^^^^^ Oct 21 16:26:06.864 INFO kablam! Oct 21 16:26:06.888 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 21 16:26:06.888 INFO kablam! --> src/github.rs:13:23 Oct 21 16:26:06.888 INFO kablam! | Oct 21 16:26:06.888 INFO kablam! 13 | let path_to_env = env::home_dir().and_then(|a| Some(a.join("sync-memo").join(".env"))); Oct 21 16:26:06.888 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 16:26:06.888 INFO kablam! | Oct 21 16:26:06.888 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 16:26:06.888 INFO kablam! Oct 21 16:26:06.888 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 21 16:26:06.888 INFO kablam! --> src/main.rs:29:27 Oct 21 16:26:06.888 INFO kablam! | Oct 21 16:26:06.888 INFO kablam! 29 | let log_config_path = env::home_dir() Oct 21 16:26:06.888 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 16:26:06.888 INFO kablam! Oct 21 16:26:06.888 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 21 16:26:06.888 INFO kablam! --> src/main.rs:35:16 Oct 21 16:26:06.888 INFO kablam! | Oct 21 16:26:06.888 INFO kablam! 35 | let path = env::home_dir() Oct 21 16:26:06.889 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 16:26:06.889 INFO kablam! Oct 21 16:26:08.049 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 21 16:26:08.049 INFO kablam! --> src/github.rs:13:23 Oct 21 16:26:08.050 INFO kablam! | Oct 21 16:26:08.050 INFO kablam! 13 | let path_to_env = env::home_dir().and_then(|a| Some(a.join("sync-memo").join(".env"))); Oct 21 16:26:08.050 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 16:26:08.051 INFO kablam! | Oct 21 16:26:08.051 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 16:26:08.051 INFO kablam! Oct 21 16:26:08.052 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 21 16:26:08.052 INFO kablam! --> src/main.rs:29:27 Oct 21 16:26:08.052 INFO kablam! | Oct 21 16:26:08.052 INFO kablam! 29 | let log_config_path = env::home_dir() Oct 21 16:26:08.053 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 16:26:08.053 INFO kablam! Oct 21 16:26:08.053 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 21 16:26:08.054 INFO kablam! --> src/main.rs:35:16 Oct 21 16:26:08.054 INFO kablam! | Oct 21 16:26:08.054 INFO kablam! 35 | let path = env::home_dir() Oct 21 16:26:08.055 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 16:26:08.055 INFO kablam! Oct 21 16:26:08.685 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.62s Oct 21 16:26:08.709 INFO kablam! su: No module specific data is present Oct 21 16:26:09.443 INFO running `"docker" "rm" "-f" "aeec5b87c90a881b0629ce54334328febc8b79fc68644b453b42a60e5c118560"` Oct 21 16:26:09.736 INFO blam! aeec5b87c90a881b0629ce54334328febc8b79fc68644b453b42a60e5c118560