Oct 31 23:44:03.914 INFO checking octplane/cocotte against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 23:44:03.914 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-6/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 31 23:44:04.140 INFO blam! e81ef88978643b337666b086d9a94a04f0b4dca60a2840beeefba3d7c8e6c237 Oct 31 23:44:04.148 INFO running `"docker" "start" "-a" "e81ef88978643b337666b086d9a94a04f0b4dca60a2840beeefba3d7c8e6c237"` Oct 31 23:44:04.690 INFO kablam! usermod: no changes Oct 31 23:44:04.799 INFO kablam! Checking memchr v1.0.2 Oct 31 23:44:04.802 INFO kablam! Compiling rand v0.3.22 Oct 31 23:44:04.803 INFO kablam! Checking serde-hjson v0.8.1 Oct 31 23:44:05.248 INFO kablam! Checking nom v3.2.1 Oct 31 23:44:05.413 INFO kablam! Compiling phf_generator v0.7.21 Oct 31 23:44:06.440 INFO kablam! Compiling phf_codegen v0.7.21 Oct 31 23:44:07.770 INFO kablam! Compiling palette v0.3.0 Oct 31 23:44:12.405 INFO kablam! Checking config v0.8.0 Oct 31 23:44:17.349 INFO kablam! Checking cocotte v0.1.0 (/source) Oct 31 23:44:18.904 INFO kablam! warning: unused import: `std::error::Error` Oct 31 23:44:18.905 INFO kablam! --> src/main.rs:9:5 Oct 31 23:44:18.906 INFO kablam! | Oct 31 23:44:18.907 INFO kablam! 9 | use std::error::Error; Oct 31 23:44:18.907 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 31 23:44:18.908 INFO kablam! | Oct 31 23:44:18.909 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 23:44:18.909 INFO kablam! Oct 31 23:44:18.930 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 31 23:44:18.930 INFO kablam! --> src/main.rs:236:22 Oct 31 23:44:18.930 INFO kablam! | Oct 31 23:44:18.930 INFO kablam! 236 | let dirty_path = env::home_dir().map(|hd| hd.join(path)); Oct 31 23:44:18.930 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 23:44:18.930 INFO kablam! | Oct 31 23:44:18.932 INFO kablam! = note: #[warn(deprecated)] on by default Oct 31 23:44:18.932 INFO kablam! Oct 31 23:44:19.038 INFO kablam! warning: unused import: `std::error::Error` Oct 31 23:44:19.038 INFO kablam! --> src/main.rs:9:5 Oct 31 23:44:19.038 INFO kablam! | Oct 31 23:44:19.038 INFO kablam! 9 | use std::error::Error; Oct 31 23:44:19.038 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 31 23:44:19.039 INFO kablam! | Oct 31 23:44:19.040 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 23:44:19.040 INFO kablam! Oct 31 23:44:19.072 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 31 23:44:19.072 INFO kablam! --> src/main.rs:236:22 Oct 31 23:44:19.072 INFO kablam! | Oct 31 23:44:19.073 INFO kablam! 236 | let dirty_path = env::home_dir().map(|hd| hd.join(path)); Oct 31 23:44:19.073 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 23:44:19.073 INFO kablam! | Oct 31 23:44:19.074 INFO kablam! = note: #[warn(deprecated)] on by default Oct 31 23:44:19.074 INFO kablam! Oct 31 23:44:19.210 INFO kablam! warning: unused variable: `dry_run` Oct 31 23:44:19.210 INFO kablam! --> src/main.rs:284:9 Oct 31 23:44:19.210 INFO kablam! | Oct 31 23:44:19.210 INFO kablam! 284 | let dry_run = matches.is_present("dry-run"); Oct 31 23:44:19.210 INFO kablam! | ^^^^^^^ help: consider using `_dry_run` instead Oct 31 23:44:19.210 INFO kablam! | Oct 31 23:44:19.210 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 23:44:19.210 INFO kablam! Oct 31 23:44:19.210 INFO kablam! warning: unused variable: `source` Oct 31 23:44:19.210 INFO kablam! --> src/main.rs:43:21 Oct 31 23:44:19.210 INFO kablam! | Oct 31 23:44:19.210 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 31 23:44:19.210 INFO kablam! | ^^^^^^ help: consider using `_source` instead Oct 31 23:44:19.210 INFO kablam! Oct 31 23:44:19.210 INFO kablam! warning: unused variable: `hue` Oct 31 23:44:19.210 INFO kablam! --> src/main.rs:43:35 Oct 31 23:44:19.210 INFO kablam! | Oct 31 23:44:19.210 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 31 23:44:19.210 INFO kablam! | ^^^ help: consider using `_hue` instead Oct 31 23:44:19.210 INFO kablam! Oct 31 23:44:19.213 INFO kablam! warning: unused variable: `verbose` Oct 31 23:44:19.213 INFO kablam! --> src/main.rs:43:45 Oct 31 23:44:19.213 INFO kablam! | Oct 31 23:44:19.213 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 31 23:44:19.213 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 31 23:44:19.213 INFO kablam! Oct 31 23:44:19.213 INFO kablam! warning: unused variable: `verbose` Oct 31 23:44:19.213 INFO kablam! --> src/main.rs:49:40 Oct 31 23:44:19.213 INFO kablam! | Oct 31 23:44:19.213 INFO kablam! 49 | fn apply(&self, _: &str, hue: Hsl, verbose: u16) { Oct 31 23:44:19.213 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 31 23:44:19.213 INFO kablam! Oct 31 23:44:19.213 INFO kablam! warning: unused variable: `verbose` Oct 31 23:44:19.213 INFO kablam! --> src/main.rs:73:45 Oct 31 23:44:19.213 INFO kablam! | Oct 31 23:44:19.213 INFO kablam! 73 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) { Oct 31 23:44:19.213 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 31 23:44:19.213 INFO kablam! Oct 31 23:44:19.381 INFO kablam! warning: unused variable: `dry_run` Oct 31 23:44:19.381 INFO kablam! --> src/main.rs:284:9 Oct 31 23:44:19.381 INFO kablam! | Oct 31 23:44:19.381 INFO kablam! 284 | let dry_run = matches.is_present("dry-run"); Oct 31 23:44:19.381 INFO kablam! | ^^^^^^^ help: consider using `_dry_run` instead Oct 31 23:44:19.392 INFO kablam! | Oct 31 23:44:19.392 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 23:44:19.393 INFO kablam! Oct 31 23:44:19.393 INFO kablam! warning: unused variable: `source` Oct 31 23:44:19.394 INFO kablam! --> src/main.rs:43:21 Oct 31 23:44:19.394 INFO kablam! | Oct 31 23:44:19.394 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 31 23:44:19.394 INFO kablam! | ^^^^^^ help: consider using `_source` instead Oct 31 23:44:19.394 INFO kablam! Oct 31 23:44:19.395 INFO kablam! warning: unused variable: `hue` Oct 31 23:44:19.395 INFO kablam! --> src/main.rs:43:35 Oct 31 23:44:19.395 INFO kablam! | Oct 31 23:44:19.395 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 31 23:44:19.395 INFO kablam! | ^^^ help: consider using `_hue` instead Oct 31 23:44:19.395 INFO kablam! Oct 31 23:44:19.397 INFO kablam! warning: unused variable: `verbose` Oct 31 23:44:19.397 INFO kablam! --> src/main.rs:43:45 Oct 31 23:44:19.397 INFO kablam! | Oct 31 23:44:19.397 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 31 23:44:19.397 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 31 23:44:19.397 INFO kablam! Oct 31 23:44:19.399 INFO kablam! warning: unused variable: `verbose` Oct 31 23:44:19.399 INFO kablam! --> src/main.rs:49:40 Oct 31 23:44:19.399 INFO kablam! | Oct 31 23:44:19.399 INFO kablam! 49 | fn apply(&self, _: &str, hue: Hsl, verbose: u16) { Oct 31 23:44:19.399 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 31 23:44:19.399 INFO kablam! Oct 31 23:44:19.401 INFO kablam! warning: unused variable: `verbose` Oct 31 23:44:19.401 INFO kablam! --> src/main.rs:73:45 Oct 31 23:44:19.401 INFO kablam! | Oct 31 23:44:19.401 INFO kablam! 73 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) { Oct 31 23:44:19.401 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 31 23:44:19.401 INFO kablam! Oct 31 23:44:19.523 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.81s Oct 31 23:44:19.532 INFO kablam! su: No module specific data is present Oct 31 23:44:21.029 INFO running `"docker" "rm" "-f" "e81ef88978643b337666b086d9a94a04f0b4dca60a2840beeefba3d7c8e6c237"` Oct 31 23:44:21.324 INFO blam! e81ef88978643b337666b086d9a94a04f0b4dca60a2840beeefba3d7c8e6c237