Oct 12 16:15:22.955 INFO checking octplane/cocotte against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 16:15:22.955 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 16:15:23.462 INFO blam! 60ce9dad2f77e5a308d4c164a83252c936c5f71131196cf1a99e6f7af1cc5ed6 Oct 12 16:15:23.472 INFO running `"docker" "start" "-a" "60ce9dad2f77e5a308d4c164a83252c936c5f71131196cf1a99e6f7af1cc5ed6"` Oct 12 16:15:24.915 INFO kablam! usermod: no changes Oct 12 16:15:25.128 INFO kablam! Checking memchr v0.1.11 Oct 12 16:15:25.130 INFO kablam! Checking memchr v1.0.2 Oct 12 16:15:25.176 INFO kablam! Checking thread-id v2.0.0 Oct 12 16:15:25.188 INFO kablam! Compiling palette v0.3.0 Oct 12 16:15:26.136 INFO kablam! Checking thread_local v0.2.7 Oct 12 16:15:26.205 INFO kablam! Checking aho-corasick v0.5.3 Oct 12 16:15:26.218 INFO kablam! Checking nom v3.2.1 Oct 12 16:15:28.093 INFO kablam! Checking regex v0.1.80 Oct 12 16:15:34.757 INFO kablam! Checking serde-hjson v0.8.1 Oct 12 16:15:37.918 INFO kablam! Checking config v0.8.0 Oct 12 16:15:39.924 INFO kablam! Checking cocotte v0.1.0 (/source) Oct 12 16:15:41.532 INFO kablam! warning: unused import: `std::error::Error` Oct 12 16:15:41.532 INFO kablam! --> src/main.rs:9:5 Oct 12 16:15:41.533 INFO kablam! | Oct 12 16:15:41.533 INFO kablam! 9 | use std::error::Error; Oct 12 16:15:41.533 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 16:15:41.534 INFO kablam! | Oct 12 16:15:41.534 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 16:15:41.534 INFO kablam! Oct 12 16:15:41.538 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 12 16:15:41.539 INFO kablam! --> src/main.rs:236:22 Oct 12 16:15:41.539 INFO kablam! | Oct 12 16:15:41.539 INFO kablam! 236 | let dirty_path = env::home_dir().map(|hd| hd.join(path)); Oct 12 16:15:41.539 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 16:15:41.540 INFO kablam! | Oct 12 16:15:41.540 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 16:15:41.540 INFO kablam! Oct 12 16:15:41.681 INFO kablam! warning: unused import: `std::error::Error` Oct 12 16:15:41.681 INFO kablam! --> src/main.rs:9:5 Oct 12 16:15:41.681 INFO kablam! | Oct 12 16:15:41.682 INFO kablam! 9 | use std::error::Error; Oct 12 16:15:41.682 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 16:15:41.682 INFO kablam! | Oct 12 16:15:41.682 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 16:15:41.683 INFO kablam! Oct 12 16:15:41.697 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 12 16:15:41.697 INFO kablam! --> src/main.rs:236:22 Oct 12 16:15:41.697 INFO kablam! | Oct 12 16:15:41.698 INFO kablam! 236 | let dirty_path = env::home_dir().map(|hd| hd.join(path)); Oct 12 16:15:41.698 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 16:15:41.698 INFO kablam! | Oct 12 16:15:41.698 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 16:15:41.698 INFO kablam! Oct 12 16:15:41.705 INFO kablam! warning: unused variable: `dry_run` Oct 12 16:15:41.705 INFO kablam! --> src/main.rs:284:9 Oct 12 16:15:41.705 INFO kablam! | Oct 12 16:15:41.706 INFO kablam! 284 | let dry_run = matches.is_present("dry-run"); Oct 12 16:15:41.706 INFO kablam! | ^^^^^^^ help: consider using `_dry_run` instead Oct 12 16:15:41.706 INFO kablam! | Oct 12 16:15:41.706 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 16:15:41.707 INFO kablam! Oct 12 16:15:41.707 INFO kablam! warning: unused variable: `source` Oct 12 16:15:41.707 INFO kablam! --> src/main.rs:43:21 Oct 12 16:15:41.707 INFO kablam! | Oct 12 16:15:41.708 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 12 16:15:41.708 INFO kablam! | ^^^^^^ help: consider using `_source` instead Oct 12 16:15:41.708 INFO kablam! Oct 12 16:15:41.708 INFO kablam! warning: unused variable: `hue` Oct 12 16:15:41.709 INFO kablam! --> src/main.rs:43:35 Oct 12 16:15:41.709 INFO kablam! | Oct 12 16:15:41.709 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 12 16:15:41.709 INFO kablam! | ^^^ help: consider using `_hue` instead Oct 12 16:15:41.710 INFO kablam! Oct 12 16:15:41.710 INFO kablam! warning: unused variable: `verbose` Oct 12 16:15:41.710 INFO kablam! --> src/main.rs:43:45 Oct 12 16:15:41.710 INFO kablam! | Oct 12 16:15:41.711 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 12 16:15:41.711 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 12 16:15:41.711 INFO kablam! Oct 12 16:15:41.711 INFO kablam! warning: unused variable: `verbose` Oct 12 16:15:41.712 INFO kablam! --> src/main.rs:49:40 Oct 12 16:15:41.712 INFO kablam! | Oct 12 16:15:41.712 INFO kablam! 49 | fn apply(&self, _: &str, hue: Hsl, verbose: u16) { Oct 12 16:15:41.712 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 12 16:15:41.713 INFO kablam! Oct 12 16:15:41.713 INFO kablam! warning: unused variable: `verbose` Oct 12 16:15:41.713 INFO kablam! --> src/main.rs:73:45 Oct 12 16:15:41.713 INFO kablam! | Oct 12 16:15:41.714 INFO kablam! 73 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) { Oct 12 16:15:41.714 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 12 16:15:41.714 INFO kablam! Oct 12 16:15:42.000 INFO kablam! warning: unused variable: `dry_run` Oct 12 16:15:42.000 INFO kablam! --> src/main.rs:284:9 Oct 12 16:15:42.000 INFO kablam! | Oct 12 16:15:42.000 INFO kablam! 284 | let dry_run = matches.is_present("dry-run"); Oct 12 16:15:42.000 INFO kablam! | ^^^^^^^ help: consider using `_dry_run` instead Oct 12 16:15:42.000 INFO kablam! | Oct 12 16:15:42.000 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 16:15:42.000 INFO kablam! Oct 12 16:15:42.000 INFO kablam! warning: unused variable: `source` Oct 12 16:15:42.000 INFO kablam! --> src/main.rs:43:21 Oct 12 16:15:42.000 INFO kablam! | Oct 12 16:15:42.000 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 12 16:15:42.001 INFO kablam! | ^^^^^^ help: consider using `_source` instead Oct 12 16:15:42.001 INFO kablam! Oct 12 16:15:42.001 INFO kablam! warning: unused variable: `hue` Oct 12 16:15:42.001 INFO kablam! --> src/main.rs:43:35 Oct 12 16:15:42.001 INFO kablam! | Oct 12 16:15:42.001 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 12 16:15:42.001 INFO kablam! | ^^^ help: consider using `_hue` instead Oct 12 16:15:42.001 INFO kablam! Oct 12 16:15:42.001 INFO kablam! warning: unused variable: `verbose` Oct 12 16:15:42.001 INFO kablam! --> src/main.rs:43:45 Oct 12 16:15:42.001 INFO kablam! | Oct 12 16:15:42.001 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 12 16:15:42.001 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 12 16:15:42.001 INFO kablam! Oct 12 16:15:42.001 INFO kablam! warning: unused variable: `verbose` Oct 12 16:15:42.001 INFO kablam! --> src/main.rs:49:40 Oct 12 16:15:42.001 INFO kablam! | Oct 12 16:15:42.001 INFO kablam! 49 | fn apply(&self, _: &str, hue: Hsl, verbose: u16) { Oct 12 16:15:42.001 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 12 16:15:42.001 INFO kablam! Oct 12 16:15:42.001 INFO kablam! warning: unused variable: `verbose` Oct 12 16:15:42.001 INFO kablam! --> src/main.rs:73:45 Oct 12 16:15:42.001 INFO kablam! | Oct 12 16:15:42.001 INFO kablam! 73 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) { Oct 12 16:15:42.001 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 12 16:15:42.001 INFO kablam! Oct 12 16:15:42.096 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.15s Oct 12 16:15:42.106 INFO kablam! su: No module specific data is present Oct 12 16:15:43.366 INFO running `"docker" "rm" "-f" "60ce9dad2f77e5a308d4c164a83252c936c5f71131196cf1a99e6f7af1cc5ed6"` Oct 12 16:15:43.683 INFO blam! 60ce9dad2f77e5a308d4c164a83252c936c5f71131196cf1a99e6f7af1cc5ed6