Oct 12 16:15:23.514 INFO checking octplane/cocotte against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 16:15:23.514 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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:24.022 INFO blam! fa383e7af21a935f923b3825d597c66847a88f0fe7ab0f1eee86cf4623c02c7a Oct 12 16:15:24.022 INFO running `"docker" "start" "-a" "fa383e7af21a935f923b3825d597c66847a88f0fe7ab0f1eee86cf4623c02c7a"` Oct 12 16:15:26.420 INFO kablam! usermod: no changes Oct 12 16:15:26.591 INFO kablam! Checking memchr v0.1.11 Oct 12 16:15:26.591 INFO kablam! Checking serde_test v0.8.23 Oct 12 16:15:26.600 INFO kablam! Compiling phf_generator v0.7.21 Oct 12 16:15:26.600 INFO kablam! Checking thread-id v2.0.0 Oct 12 16:15:27.594 INFO kablam! Checking thread_local v0.2.7 Oct 12 16:15:27.770 INFO kablam! Checking aho-corasick v0.5.3 Oct 12 16:15:28.050 INFO kablam! Compiling phf_codegen v0.7.21 Oct 12 16:15:29.703 INFO kablam! Compiling palette v0.3.0 Oct 12 16:15:30.210 INFO kablam! Checking regex v0.1.80 Oct 12 16:15:30.314 INFO kablam! Checking linked-hash-map v0.3.0 Oct 12 16:15:35.613 INFO kablam! Checking serde-hjson v0.8.1 Oct 12 16:15:38.142 INFO kablam! Checking config v0.8.0 Oct 12 16:15:40.756 INFO kablam! Checking cocotte v0.1.0 (/source) Oct 12 16:15:42.104 INFO kablam! warning: unused import: `std::error::Error` Oct 12 16:15:42.104 INFO kablam! --> src/main.rs:9:5 Oct 12 16:15:42.104 INFO kablam! | Oct 12 16:15:42.104 INFO kablam! 9 | use std::error::Error; Oct 12 16:15:42.104 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 16:15:42.104 INFO kablam! | Oct 12 16:15:42.104 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 16:15:42.104 INFO kablam! Oct 12 16:15:42.168 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:42.168 INFO kablam! --> src/main.rs:236:22 Oct 12 16:15:42.168 INFO kablam! | Oct 12 16:15:42.168 INFO kablam! 236 | let dirty_path = env::home_dir().map(|hd| hd.join(path)); Oct 12 16:15:42.168 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 16:15:42.168 INFO kablam! | Oct 12 16:15:42.168 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 16:15:42.168 INFO kablam! Oct 12 16:15:42.416 INFO kablam! warning: unused import: `std::error::Error` Oct 12 16:15:42.416 INFO kablam! --> src/main.rs:9:5 Oct 12 16:15:42.416 INFO kablam! | Oct 12 16:15:42.416 INFO kablam! 9 | use std::error::Error; Oct 12 16:15:42.416 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 16:15:42.432 INFO kablam! | Oct 12 16:15:42.432 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 16:15:42.432 INFO kablam! Oct 12 16:15:42.468 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:42.468 INFO kablam! --> src/main.rs:236:22 Oct 12 16:15:42.468 INFO kablam! | Oct 12 16:15:42.468 INFO kablam! 236 | let dirty_path = env::home_dir().map(|hd| hd.join(path)); Oct 12 16:15:42.468 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 16:15:42.468 INFO kablam! | Oct 12 16:15:42.469 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 16:15:42.469 INFO kablam! Oct 12 16:15:42.532 INFO kablam! warning: unused variable: `dry_run` Oct 12 16:15:42.532 INFO kablam! --> src/main.rs:284:9 Oct 12 16:15:42.532 INFO kablam! | Oct 12 16:15:42.532 INFO kablam! 284 | let dry_run = matches.is_present("dry-run"); Oct 12 16:15:42.532 INFO kablam! | ^^^^^^^ help: consider using `_dry_run` instead Oct 12 16:15:42.534 INFO kablam! | Oct 12 16:15:42.534 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 16:15:42.534 INFO kablam! Oct 12 16:15:42.534 INFO kablam! warning: unused variable: `source` Oct 12 16:15:42.534 INFO kablam! --> src/main.rs:43:21 Oct 12 16:15:42.534 INFO kablam! | Oct 12 16:15:42.534 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 12 16:15:42.534 INFO kablam! | ^^^^^^ help: consider using `_source` instead Oct 12 16:15:42.534 INFO kablam! Oct 12 16:15:42.534 INFO kablam! warning: unused variable: `hue` Oct 12 16:15:42.534 INFO kablam! --> src/main.rs:43:35 Oct 12 16:15:42.534 INFO kablam! | Oct 12 16:15:42.534 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 12 16:15:42.534 INFO kablam! | ^^^ help: consider using `_hue` instead Oct 12 16:15:42.534 INFO kablam! Oct 12 16:15:42.534 INFO kablam! warning: unused variable: `verbose` Oct 12 16:15:42.534 INFO kablam! --> src/main.rs:43:45 Oct 12 16:15:42.534 INFO kablam! | Oct 12 16:15:42.534 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 12 16:15:42.534 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 12 16:15:42.534 INFO kablam! Oct 12 16:15:42.534 INFO kablam! warning: unused variable: `verbose` Oct 12 16:15:42.534 INFO kablam! --> src/main.rs:49:40 Oct 12 16:15:42.534 INFO kablam! | Oct 12 16:15:42.534 INFO kablam! 49 | fn apply(&self, _: &str, hue: Hsl, verbose: u16) { Oct 12 16:15:42.534 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 12 16:15:42.534 INFO kablam! Oct 12 16:15:42.534 INFO kablam! warning: unused variable: `verbose` Oct 12 16:15:42.534 INFO kablam! --> src/main.rs:73:45 Oct 12 16:15:42.534 INFO kablam! | Oct 12 16:15:42.534 INFO kablam! 73 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) { Oct 12 16:15:42.534 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 12 16:15:42.534 INFO kablam! Oct 12 16:15:42.856 INFO kablam! warning: unused variable: `dry_run` Oct 12 16:15:42.856 INFO kablam! --> src/main.rs:284:9 Oct 12 16:15:42.856 INFO kablam! | Oct 12 16:15:42.856 INFO kablam! 284 | let dry_run = matches.is_present("dry-run"); Oct 12 16:15:42.856 INFO kablam! | ^^^^^^^ help: consider using `_dry_run` instead Oct 12 16:15:42.856 INFO kablam! | Oct 12 16:15:42.856 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 16:15:42.856 INFO kablam! Oct 12 16:15:42.856 INFO kablam! warning: unused variable: `source` Oct 12 16:15:42.856 INFO kablam! --> src/main.rs:43:21 Oct 12 16:15:42.856 INFO kablam! | Oct 12 16:15:42.856 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 12 16:15:42.856 INFO kablam! | ^^^^^^ help: consider using `_source` instead Oct 12 16:15:42.856 INFO kablam! Oct 12 16:15:42.857 INFO kablam! warning: unused variable: `hue` Oct 12 16:15:42.857 INFO kablam! --> src/main.rs:43:35 Oct 12 16:15:42.857 INFO kablam! | Oct 12 16:15:42.857 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 12 16:15:42.857 INFO kablam! | ^^^ help: consider using `_hue` instead Oct 12 16:15:42.857 INFO kablam! Oct 12 16:15:42.857 INFO kablam! warning: unused variable: `verbose` Oct 12 16:15:42.857 INFO kablam! --> src/main.rs:43:45 Oct 12 16:15:42.857 INFO kablam! | Oct 12 16:15:42.857 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 12 16:15:42.857 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 12 16:15:42.857 INFO kablam! Oct 12 16:15:42.857 INFO kablam! warning: unused variable: `verbose` Oct 12 16:15:42.857 INFO kablam! --> src/main.rs:49:40 Oct 12 16:15:42.857 INFO kablam! | Oct 12 16:15:42.857 INFO kablam! 49 | fn apply(&self, _: &str, hue: Hsl, verbose: u16) { Oct 12 16:15:42.857 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 12 16:15:42.857 INFO kablam! Oct 12 16:15:42.857 INFO kablam! warning: unused variable: `verbose` Oct 12 16:15:42.857 INFO kablam! --> src/main.rs:73:45 Oct 12 16:15:42.857 INFO kablam! | Oct 12 16:15:42.857 INFO kablam! 73 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) { Oct 12 16:15:42.857 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 12 16:15:42.857 INFO kablam! Oct 12 16:15:42.961 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.52s Oct 12 16:15:42.968 INFO kablam! su: No module specific data is present Oct 12 16:15:43.748 INFO running `"docker" "rm" "-f" "fa383e7af21a935f923b3825d597c66847a88f0fe7ab0f1eee86cf4623c02c7a"` Oct 12 16:15:44.032 INFO blam! fa383e7af21a935f923b3825d597c66847a88f0fe7ab0f1eee86cf4623c02c7a