Oct 26 20:01:55.680 INFO checking susu/kutyus-rs against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 20:01:55.681 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 26 20:01:56.173 INFO blam! dac4e020da63a03befdca586a2171467ed04de660a7b3b4eb2ffde342e3241a7 Oct 26 20:01:56.175 INFO running `"docker" "start" "-a" "dac4e020da63a03befdca586a2171467ed04de660a7b3b4eb2ffde342e3241a7"` Oct 26 20:01:57.347 INFO kablam! usermod: no changes Oct 26 20:01:57.559 INFO kablam! Compiling libc v0.2.39 Oct 26 20:01:57.560 INFO kablam! Compiling lazy_static v1.0.0 Oct 26 20:01:57.563 INFO kablam! Checking serde v1.0.29 Oct 26 20:01:57.563 INFO kablam! Compiling crossbeam-utils v0.2.2 Oct 26 20:01:57.563 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 26 20:01:57.564 INFO kablam! Checking memchr v0.1.11 Oct 26 20:01:57.564 INFO kablam! Checking memchr v1.0.2 Oct 26 20:01:57.564 INFO kablam! Checking serde_test v0.8.23 Oct 26 20:01:58.799 INFO kablam! Checking rmp v0.8.7 Oct 26 20:01:59.032 INFO kablam! Checking clap v2.31.1 Oct 26 20:01:59.250 INFO kablam! Checking aho-corasick v0.5.3 Oct 26 20:02:01.111 INFO kablam! Checking nom v3.2.1 Oct 26 20:02:01.371 INFO kablam! Checking thread-id v2.0.0 Oct 26 20:02:01.627 INFO kablam! Compiling crossbeam-epoch v0.3.0 Oct 26 20:02:02.437 INFO kablam! Checking thread_local v0.2.7 Oct 26 20:02:02.916 INFO kablam! Checking linked-hash-map v0.3.0 Oct 26 20:02:03.940 INFO kablam! Checking regex v0.1.80 Oct 26 20:02:06.695 INFO kablam! Compiling num_cpus v1.8.0 Oct 26 20:02:06.715 INFO kablam! Compiling rand v0.4.2 Oct 26 20:02:06.851 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 26 20:02:15.391 INFO kablam! Checking serde-hjson v0.8.1 Oct 26 20:02:15.575 INFO kablam! Compiling rayon-core v1.4.0 Oct 26 20:02:22.059 INFO kablam! Compiling rayon v0.8.2 Oct 26 20:02:29.539 INFO kablam! Compiling ring v0.12.1 Oct 26 20:02:31.188 INFO kablam! Checking backtrace v0.3.5 Oct 26 20:02:32.391 INFO kablam! Checking error-chain v0.11.0 Oct 26 20:02:35.269 INFO kablam! Checking toml v0.4.5 Oct 26 20:02:35.270 INFO kablam! Checking serde_json v1.0.11 Oct 26 20:02:41.707 INFO kablam! Checking config v0.8.0 Oct 26 20:02:42.203 INFO kablam! Checking kutyus_core v0.1.0 (/source/core) Oct 26 20:02:43.943 INFO kablam! Checking kutyus v0.1.0 (/source) Oct 26 20:02:44.583 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 20:02:44.583 INFO kablam! --> src/config.rs:47:24 Oct 26 20:02:44.583 INFO kablam! | Oct 26 20:02:44.584 INFO kablam! 47 | let home_dir = env::home_dir().expect("Please set HOME env vars"); Oct 26 20:02:44.584 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 20:02:44.584 INFO kablam! | Oct 26 20:02:44.584 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 20:02:44.584 INFO kablam! Oct 26 20:02:44.797 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 20:02:44.797 INFO kablam! --> src/config.rs:47:24 Oct 26 20:02:44.798 INFO kablam! | Oct 26 20:02:44.798 INFO kablam! 47 | let home_dir = env::home_dir().expect("Please set HOME env vars"); Oct 26 20:02:44.798 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 20:02:44.799 INFO kablam! | Oct 26 20:02:44.799 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 20:02:44.799 INFO kablam! Oct 26 20:02:45.815 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 20:02:45.815 INFO kablam! --> src/bin/ku.rs:136:28 Oct 26 20:02:45.815 INFO kablam! | Oct 26 20:02:45.815 INFO kablam! 136 | let home_dir = env::home_dir().expect("Please set HOME or XDG_CONFIG_HOME env vars"); Oct 26 20:02:45.815 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 20:02:45.815 INFO kablam! | Oct 26 20:02:45.815 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 20:02:45.815 INFO kablam! Oct 26 20:02:45.923 INFO kablam! warning: unused variable: `m` Oct 26 20:02:45.923 INFO kablam! --> src/bin/ku.rs:41:17 Oct 26 20:02:45.923 INFO kablam! | Oct 26 20:02:45.923 INFO kablam! 41 | if let Some(m) = matches.subcommand_matches("newfeed") { Oct 26 20:02:45.923 INFO kablam! | ^ help: consider using `_m` instead Oct 26 20:02:45.923 INFO kablam! | Oct 26 20:02:45.923 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:02:45.923 INFO kablam! Oct 26 20:02:45.923 INFO kablam! warning: unused variable: `m` Oct 26 20:02:45.923 INFO kablam! --> src/bin/ku.rs:46:17 Oct 26 20:02:45.923 INFO kablam! | Oct 26 20:02:45.923 INFO kablam! 46 | if let Some(m) = matches.subcommand_matches("append") { Oct 26 20:02:45.923 INFO kablam! | ^ help: consider using `_m` instead Oct 26 20:02:45.923 INFO kablam! Oct 26 20:02:45.926 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 20:02:45.926 INFO kablam! --> src/bin/ku.rs:136:28 Oct 26 20:02:45.926 INFO kablam! | Oct 26 20:02:45.926 INFO kablam! 136 | let home_dir = env::home_dir().expect("Please set HOME or XDG_CONFIG_HOME env vars"); Oct 26 20:02:45.926 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 20:02:45.926 INFO kablam! | Oct 26 20:02:45.926 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 20:02:45.926 INFO kablam! Oct 26 20:02:46.045 INFO kablam! warning: unused variable: `m` Oct 26 20:02:46.045 INFO kablam! --> src/bin/ku.rs:41:17 Oct 26 20:02:46.045 INFO kablam! | Oct 26 20:02:46.045 INFO kablam! 41 | if let Some(m) = matches.subcommand_matches("newfeed") { Oct 26 20:02:46.045 INFO kablam! | ^ help: consider using `_m` instead Oct 26 20:02:46.051 INFO kablam! | Oct 26 20:02:46.051 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:02:46.051 INFO kablam! Oct 26 20:02:46.051 INFO kablam! warning: unused variable: `m` Oct 26 20:02:46.051 INFO kablam! --> src/bin/ku.rs:46:17 Oct 26 20:02:46.051 INFO kablam! | Oct 26 20:02:46.051 INFO kablam! 46 | if let Some(m) = matches.subcommand_matches("append") { Oct 26 20:02:46.051 INFO kablam! | ^ help: consider using `_m` instead Oct 26 20:02:46.051 INFO kablam! Oct 26 20:02:46.131 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 48.75s Oct 26 20:02:46.149 INFO kablam! su: No module specific data is present Oct 26 20:02:47.268 INFO running `"docker" "rm" "-f" "dac4e020da63a03befdca586a2171467ed04de660a7b3b4eb2ffde342e3241a7"` Oct 26 20:02:47.645 INFO blam! dac4e020da63a03befdca586a2171467ed04de660a7b3b4eb2ffde342e3241a7