Oct 26 23:25:14.043 INFO checking octplane/cocotte against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 23:25:14.043 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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:25:14.447 INFO blam! d54868b4e9d2b37f5ff5b3258201d0785aee3e8efc36be2f8fe0e5f8169a2671 Oct 26 23:25:14.453 INFO running `"docker" "start" "-a" "d54868b4e9d2b37f5ff5b3258201d0785aee3e8efc36be2f8fe0e5f8169a2671"` Oct 26 23:25:15.755 INFO kablam! usermod: no changes Oct 26 23:25:15.963 INFO kablam! Compiling rand v0.4.2 Oct 26 23:25:15.963 INFO kablam! Checking memchr v0.1.11 Oct 26 23:25:15.963 INFO kablam! Checking memchr v1.0.2 Oct 26 23:25:15.963 INFO kablam! Checking serde_test v0.8.23 Oct 26 23:25:15.964 INFO kablam! Checking thread-id v2.0.0 Oct 26 23:25:16.659 INFO kablam! Checking thread_local v0.2.7 Oct 26 23:25:16.915 INFO kablam! Checking nom v3.2.1 Oct 26 23:25:17.127 INFO kablam! Checking aho-corasick v0.5.3 Oct 26 23:25:19.960 INFO kablam! Checking regex v0.1.80 Oct 26 23:25:20.148 INFO kablam! Checking linked-hash-map v0.3.0 Oct 26 23:25:23.193 INFO kablam! Compiling rand v0.3.22 Oct 26 23:25:24.056 INFO kablam! Compiling phf_generator v0.7.21 Oct 26 23:25:25.239 INFO kablam! Compiling phf_codegen v0.7.21 Oct 26 23:25:26.089 INFO kablam! Compiling palette v0.3.0 Oct 26 23:25:26.812 INFO kablam! Checking serde-hjson v0.8.1 Oct 26 23:25:31.100 INFO kablam! Checking config v0.8.0 Oct 26 23:25:35.655 INFO kablam! Checking cocotte v0.1.0 (/source) Oct 26 23:25:36.694 INFO kablam! warning: unused import: `std::error::Error` Oct 26 23:25:36.694 INFO kablam! --> src/main.rs:9:5 Oct 26 23:25:36.694 INFO kablam! | Oct 26 23:25:36.695 INFO kablam! 9 | use std::error::Error; Oct 26 23:25:36.695 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 26 23:25:36.695 INFO kablam! | Oct 26 23:25:36.696 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 23:25:36.696 INFO kablam! Oct 26 23:25:36.715 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:25:36.716 INFO kablam! --> src/main.rs:236:22 Oct 26 23:25:36.716 INFO kablam! | Oct 26 23:25:36.716 INFO kablam! 236 | let dirty_path = env::home_dir().map(|hd| hd.join(path)); Oct 26 23:25:36.717 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 23:25:36.717 INFO kablam! | Oct 26 23:25:36.717 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 23:25:36.717 INFO kablam! Oct 26 23:25:36.931 INFO kablam! warning: unused variable: `dry_run` Oct 26 23:25:36.931 INFO kablam! --> src/main.rs:284:9 Oct 26 23:25:36.931 INFO kablam! | Oct 26 23:25:36.931 INFO kablam! 284 | let dry_run = matches.is_present("dry-run"); Oct 26 23:25:36.931 INFO kablam! | ^^^^^^^ help: consider using `_dry_run` instead Oct 26 23:25:36.931 INFO kablam! | Oct 26 23:25:36.931 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 23:25:36.931 INFO kablam! Oct 26 23:25:36.931 INFO kablam! warning: unused variable: `source` Oct 26 23:25:36.931 INFO kablam! --> src/main.rs:43:21 Oct 26 23:25:36.931 INFO kablam! | Oct 26 23:25:36.931 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 26 23:25:36.931 INFO kablam! | ^^^^^^ help: consider using `_source` instead Oct 26 23:25:36.931 INFO kablam! Oct 26 23:25:36.931 INFO kablam! warning: unused variable: `hue` Oct 26 23:25:36.931 INFO kablam! --> src/main.rs:43:35 Oct 26 23:25:36.931 INFO kablam! | Oct 26 23:25:36.931 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 26 23:25:36.931 INFO kablam! | ^^^ help: consider using `_hue` instead Oct 26 23:25:36.931 INFO kablam! Oct 26 23:25:36.931 INFO kablam! warning: unused variable: `verbose` Oct 26 23:25:36.931 INFO kablam! --> src/main.rs:43:45 Oct 26 23:25:36.931 INFO kablam! | Oct 26 23:25:36.931 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 26 23:25:36.931 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 26 23:25:36.931 INFO kablam! Oct 26 23:25:36.931 INFO kablam! warning: unused variable: `verbose` Oct 26 23:25:36.931 INFO kablam! --> src/main.rs:49:40 Oct 26 23:25:36.931 INFO kablam! | Oct 26 23:25:36.931 INFO kablam! 49 | fn apply(&self, _: &str, hue: Hsl, verbose: u16) { Oct 26 23:25:36.931 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 26 23:25:36.931 INFO kablam! Oct 26 23:25:36.931 INFO kablam! warning: unused variable: `verbose` Oct 26 23:25:36.931 INFO kablam! --> src/main.rs:73:45 Oct 26 23:25:36.931 INFO kablam! | Oct 26 23:25:36.931 INFO kablam! 73 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) { Oct 26 23:25:36.931 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 26 23:25:36.931 INFO kablam! Oct 26 23:25:37.159 INFO kablam! warning: unused import: `std::error::Error` Oct 26 23:25:37.159 INFO kablam! --> src/main.rs:9:5 Oct 26 23:25:37.159 INFO kablam! | Oct 26 23:25:37.159 INFO kablam! 9 | use std::error::Error; Oct 26 23:25:37.159 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 26 23:25:37.159 INFO kablam! | Oct 26 23:25:37.159 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 23:25:37.159 INFO kablam! Oct 26 23:25:37.163 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:25:37.163 INFO kablam! --> src/main.rs:236:22 Oct 26 23:25:37.163 INFO kablam! | Oct 26 23:25:37.163 INFO kablam! 236 | let dirty_path = env::home_dir().map(|hd| hd.join(path)); Oct 26 23:25:37.163 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 23:25:37.163 INFO kablam! | Oct 26 23:25:37.163 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 23:25:37.163 INFO kablam! Oct 26 23:25:37.331 INFO kablam! warning: unused variable: `dry_run` Oct 26 23:25:37.331 INFO kablam! --> src/main.rs:284:9 Oct 26 23:25:37.331 INFO kablam! | Oct 26 23:25:37.331 INFO kablam! 284 | let dry_run = matches.is_present("dry-run"); Oct 26 23:25:37.331 INFO kablam! | ^^^^^^^ help: consider using `_dry_run` instead Oct 26 23:25:37.331 INFO kablam! | Oct 26 23:25:37.331 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 23:25:37.331 INFO kablam! Oct 26 23:25:37.331 INFO kablam! warning: unused variable: `source` Oct 26 23:25:37.331 INFO kablam! --> src/main.rs:43:21 Oct 26 23:25:37.331 INFO kablam! | Oct 26 23:25:37.331 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 26 23:25:37.331 INFO kablam! | ^^^^^^ help: consider using `_source` instead Oct 26 23:25:37.331 INFO kablam! Oct 26 23:25:37.331 INFO kablam! warning: unused variable: `hue` Oct 26 23:25:37.331 INFO kablam! --> src/main.rs:43:35 Oct 26 23:25:37.331 INFO kablam! | Oct 26 23:25:37.331 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 26 23:25:37.331 INFO kablam! | ^^^ help: consider using `_hue` instead Oct 26 23:25:37.331 INFO kablam! Oct 26 23:25:37.331 INFO kablam! warning: unused variable: `verbose` Oct 26 23:25:37.331 INFO kablam! --> src/main.rs:43:45 Oct 26 23:25:37.331 INFO kablam! | Oct 26 23:25:37.331 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 26 23:25:37.331 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 26 23:25:37.331 INFO kablam! Oct 26 23:25:37.331 INFO kablam! warning: unused variable: `verbose` Oct 26 23:25:37.331 INFO kablam! --> src/main.rs:49:40 Oct 26 23:25:37.331 INFO kablam! | Oct 26 23:25:37.331 INFO kablam! 49 | fn apply(&self, _: &str, hue: Hsl, verbose: u16) { Oct 26 23:25:37.331 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 26 23:25:37.331 INFO kablam! Oct 26 23:25:37.331 INFO kablam! warning: unused variable: `verbose` Oct 26 23:25:37.331 INFO kablam! --> src/main.rs:73:45 Oct 26 23:25:37.331 INFO kablam! | Oct 26 23:25:37.331 INFO kablam! 73 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) { Oct 26 23:25:37.331 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 26 23:25:37.331 INFO kablam! Oct 26 23:25:37.463 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.68s Oct 26 23:25:37.471 INFO kablam! su: No module specific data is present Oct 26 23:25:38.605 INFO running `"docker" "rm" "-f" "d54868b4e9d2b37f5ff5b3258201d0785aee3e8efc36be2f8fe0e5f8169a2671"` Oct 26 23:25:38.927 INFO blam! d54868b4e9d2b37f5ff5b3258201d0785aee3e8efc36be2f8fe0e5f8169a2671