Oct 27 02:00:33.526 INFO checking kogai/sync-memo against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 02:00:33.526 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 02:00:33.813 INFO blam! bb180afcea4fd7f1c510ac92c775eea2f6c20c2866f1b8e1d436a694c7d4a66b Oct 27 02:00:33.814 INFO running `"docker" "start" "-a" "bb180afcea4fd7f1c510ac92c775eea2f6c20c2866f1b8e1d436a694c7d4a66b"` Oct 27 02:00:34.258 INFO kablam! usermod: no changes Oct 27 02:00:34.465 INFO kablam! Compiling miniz-sys v0.1.9 Oct 27 02:00:34.465 INFO kablam! Checking inotify v0.3.0 Oct 27 02:00:34.465 INFO kablam! Checking filetime v0.1.10 Oct 27 02:00:34.465 INFO kablam! Checking term_size v0.2.3 Oct 27 02:00:34.465 INFO kablam! Checking daemonize v0.2.3 Oct 27 02:00:34.465 INFO kablam! Checking net2 v0.2.27 Oct 27 02:00:34.465 INFO kablam! Checking nix v0.5.1 Oct 27 02:00:34.465 INFO kablam! Checking libflate v0.1.5 Oct 27 02:00:35.499 INFO kablam! Checking serde_yaml v0.7.0 Oct 27 02:00:35.507 INFO kablam! Checking clap v2.22.2 Oct 27 02:00:35.512 INFO kablam! Checking backtrace-sys v0.1.10 Oct 27 02:00:36.551 INFO kablam! Compiling serde_derive_internals v0.15.0 Oct 27 02:00:36.691 INFO kablam! Compiling derive-error-chain v0.10.0 Oct 27 02:00:36.796 INFO kablam! Compiling serde_codegen_internals v0.14.2 Oct 27 02:00:36.819 INFO kablam! Checking serde-value v0.5.0 Oct 27 02:00:37.256 INFO kablam! Checking serde_urlencoded v0.4.2 Oct 27 02:00:39.031 INFO kablam! Checking fs2 v0.2.5 Oct 27 02:00:39.187 INFO kablam! Checking miow v0.1.5 Oct 27 02:00:39.883 INFO kablam! Checking backtrace v0.3.0 Oct 27 02:00:44.775 INFO kablam! Checking config_file_handler v0.6.0 Oct 27 02:00:44.847 INFO kablam! Checking error-chain v0.10.0 Oct 27 02:00:44.902 INFO kablam! Compiling serde_derive v0.9.15 Oct 27 02:00:45.151 INFO kablam! Checking mio v0.5.1 Oct 27 02:00:47.407 INFO kablam! Compiling serde_derive v1.0.2 Oct 27 02:00:47.448 INFO kablam! Checking flate2 v0.2.19 Oct 27 02:00:47.578 INFO kablam! Checking reqwest v0.5.1 Oct 27 02:00:50.836 INFO kablam! Checking dotenv v0.10.0 Oct 27 02:00:51.683 INFO kablam! Checking notify v4.0.1 Oct 27 02:00:59.603 INFO kablam! Checking log4rs v0.7.0 Oct 27 02:01:02.039 INFO kablam! Checking sync-memo v0.1.0 (/source) Oct 27 02:01:06.295 INFO kablam! warning: unused import: `super::*` Oct 27 02:01:06.295 INFO kablam! --> src/client.rs:85:9 Oct 27 02:01:06.295 INFO kablam! | Oct 27 02:01:06.295 INFO kablam! 85 | use super::*; Oct 27 02:01:06.295 INFO kablam! | ^^^^^^^^ Oct 27 02:01:06.295 INFO kablam! | Oct 27 02:01:06.295 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 02:01:06.295 INFO kablam! Oct 27 02:01:06.295 INFO kablam! warning: unused import: `std::thread` Oct 27 02:01:06.295 INFO kablam! --> src/client.rs:86:9 Oct 27 02:01:06.295 INFO kablam! | Oct 27 02:01:06.295 INFO kablam! 86 | use std::thread; Oct 27 02:01:06.295 INFO kablam! | ^^^^^^^^^^^ Oct 27 02:01:06.295 INFO kablam! Oct 27 02:01:06.332 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 02:01:06.332 INFO kablam! --> src/github.rs:13:23 Oct 27 02:01:06.332 INFO kablam! | Oct 27 02:01:06.333 INFO kablam! 13 | let path_to_env = env::home_dir().and_then(|a| Some(a.join("sync-memo").join(".env"))); Oct 27 02:01:06.333 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 02:01:06.333 INFO kablam! | Oct 27 02:01:06.333 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 02:01:06.333 INFO kablam! Oct 27 02:01:06.333 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 02:01:06.333 INFO kablam! --> src/main.rs:29:27 Oct 27 02:01:06.333 INFO kablam! | Oct 27 02:01:06.333 INFO kablam! 29 | let log_config_path = env::home_dir() Oct 27 02:01:06.333 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 02:01:06.333 INFO kablam! Oct 27 02:01:06.333 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 02:01:06.333 INFO kablam! --> src/main.rs:35:16 Oct 27 02:01:06.333 INFO kablam! | Oct 27 02:01:06.333 INFO kablam! 35 | let path = env::home_dir() Oct 27 02:01:06.333 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 02:01:06.333 INFO kablam! Oct 27 02:01:06.443 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 02:01:06.443 INFO kablam! --> src/github.rs:13:23 Oct 27 02:01:06.443 INFO kablam! | Oct 27 02:01:06.443 INFO kablam! 13 | let path_to_env = env::home_dir().and_then(|a| Some(a.join("sync-memo").join(".env"))); Oct 27 02:01:06.443 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 02:01:06.443 INFO kablam! | Oct 27 02:01:06.443 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 02:01:06.443 INFO kablam! Oct 27 02:01:06.443 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 02:01:06.443 INFO kablam! --> src/main.rs:29:27 Oct 27 02:01:06.443 INFO kablam! | Oct 27 02:01:06.443 INFO kablam! 29 | let log_config_path = env::home_dir() Oct 27 02:01:06.443 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 02:01:06.443 INFO kablam! Oct 27 02:01:06.443 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 02:01:06.443 INFO kablam! --> src/main.rs:35:16 Oct 27 02:01:06.443 INFO kablam! | Oct 27 02:01:06.443 INFO kablam! 35 | let path = env::home_dir() Oct 27 02:01:06.443 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 02:01:06.443 INFO kablam! Oct 27 02:01:07.163 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.87s Oct 27 02:01:07.175 INFO kablam! su: No module specific data is present Oct 27 02:01:07.877 INFO running `"docker" "rm" "-f" "bb180afcea4fd7f1c510ac92c775eea2f6c20c2866f1b8e1d436a694c7d4a66b"` Oct 27 02:01:08.163 INFO blam! bb180afcea4fd7f1c510ac92c775eea2f6c20c2866f1b8e1d436a694c7d4a66b