Oct 26 23:25:13.332 INFO checking octplane/cocotte against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 23:25:13.332 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 23:25:13.847 INFO blam! a24916cf85cf57a085d6ce02adce305eb6e0b386841baa74e5954afced7beb1c Oct 26 23:25:13.859 INFO running `"docker" "start" "-a" "a24916cf85cf57a085d6ce02adce305eb6e0b386841baa74e5954afced7beb1c"` Oct 26 23:25:15.179 INFO kablam! usermod: no changes Oct 26 23:25:15.321 INFO kablam! Checking memchr v0.1.11 Oct 26 23:25:15.321 INFO kablam! Checking memchr v1.0.2 Oct 26 23:25:15.331 INFO kablam! Compiling phf_generator v0.7.21 Oct 26 23:25:15.331 INFO kablam! Checking thread-id v2.0.0 Oct 26 23:25:16.147 INFO kablam! Checking aho-corasick v0.5.3 Oct 26 23:25:16.147 INFO kablam! Checking thread_local v0.2.7 Oct 26 23:25:16.328 INFO kablam! Checking nom v3.2.1 Oct 26 23:25:16.872 INFO kablam! Compiling phf_codegen v0.7.21 Oct 26 23:25:18.439 INFO kablam! Compiling palette v0.3.0 Oct 26 23:25:18.695 INFO kablam! Checking regex v0.1.80 Oct 26 23:25:25.420 INFO kablam! Checking serde-hjson v0.8.1 Oct 26 23:25:28.437 INFO kablam! Checking config v0.8.0 Oct 26 23:25:31.073 INFO kablam! Checking cocotte v0.1.0 (/source) Oct 26 23:25:32.559 INFO kablam! warning: unused import: `std::error::Error` Oct 26 23:25:32.559 INFO kablam! --> src/main.rs:9:5 Oct 26 23:25:32.559 INFO kablam! | Oct 26 23:25:32.559 INFO kablam! 9 | use std::error::Error; Oct 26 23:25:32.559 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 26 23:25:32.560 INFO kablam! | Oct 26 23:25:32.560 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 23:25:32.560 INFO kablam! Oct 26 23:25:32.585 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:32.585 INFO kablam! --> src/main.rs:236:22 Oct 26 23:25:32.585 INFO kablam! | Oct 26 23:25:32.585 INFO kablam! 236 | let dirty_path = env::home_dir().map(|hd| hd.join(path)); Oct 26 23:25:32.585 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 23:25:32.585 INFO kablam! | Oct 26 23:25:32.587 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 23:25:32.587 INFO kablam! Oct 26 23:25:32.766 INFO kablam! warning: unused import: `std::error::Error` Oct 26 23:25:32.766 INFO kablam! --> src/main.rs:9:5 Oct 26 23:25:32.766 INFO kablam! | Oct 26 23:25:32.766 INFO kablam! 9 | use std::error::Error; Oct 26 23:25:32.766 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 26 23:25:32.766 INFO kablam! | Oct 26 23:25:32.766 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 23:25:32.768 INFO kablam! Oct 26 23:25:32.780 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:32.780 INFO kablam! --> src/main.rs:236:22 Oct 26 23:25:32.780 INFO kablam! | Oct 26 23:25:32.781 INFO kablam! 236 | let dirty_path = env::home_dir().map(|hd| hd.join(path)); Oct 26 23:25:32.781 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 23:25:32.781 INFO kablam! | Oct 26 23:25:32.781 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 23:25:32.781 INFO kablam! Oct 26 23:25:32.927 INFO kablam! warning: unused variable: `dry_run` Oct 26 23:25:32.928 INFO kablam! --> src/main.rs:284:9 Oct 26 23:25:32.928 INFO kablam! | Oct 26 23:25:32.928 INFO kablam! 284 | let dry_run = matches.is_present("dry-run"); Oct 26 23:25:32.928 INFO kablam! | ^^^^^^^ help: consider using `_dry_run` instead Oct 26 23:25:32.928 INFO kablam! | Oct 26 23:25:32.928 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 23:25:32.928 INFO kablam! Oct 26 23:25:32.930 INFO kablam! warning: unused variable: `source` Oct 26 23:25:32.930 INFO kablam! --> src/main.rs:43:21 Oct 26 23:25:32.930 INFO kablam! | Oct 26 23:25:32.930 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 26 23:25:32.931 INFO kablam! | ^^^^^^ help: consider using `_source` instead Oct 26 23:25:32.931 INFO kablam! Oct 26 23:25:32.932 INFO kablam! warning: unused variable: `hue` Oct 26 23:25:32.932 INFO kablam! --> src/main.rs:43:35 Oct 26 23:25:32.933 INFO kablam! | Oct 26 23:25:32.933 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 26 23:25:32.934 INFO kablam! | ^^^ help: consider using `_hue` instead Oct 26 23:25:32.934 INFO kablam! Oct 26 23:25:32.935 INFO kablam! warning: unused variable: `verbose` Oct 26 23:25:32.935 INFO kablam! --> src/main.rs:43:45 Oct 26 23:25:32.936 INFO kablam! | Oct 26 23:25:32.936 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 26 23:25:32.937 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 26 23:25:32.937 INFO kablam! Oct 26 23:25:32.938 INFO kablam! warning: unused variable: `verbose` Oct 26 23:25:32.938 INFO kablam! --> src/main.rs:49:40 Oct 26 23:25:32.939 INFO kablam! | Oct 26 23:25:32.939 INFO kablam! 49 | fn apply(&self, _: &str, hue: Hsl, verbose: u16) { Oct 26 23:25:32.939 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 26 23:25:32.939 INFO kablam! Oct 26 23:25:32.939 INFO kablam! warning: unused variable: `verbose` Oct 26 23:25:32.939 INFO kablam! --> src/main.rs:73:45 Oct 26 23:25:32.939 INFO kablam! | Oct 26 23:25:32.939 INFO kablam! 73 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) { Oct 26 23:25:32.939 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 26 23:25:32.939 INFO kablam! Oct 26 23:25:32.972 INFO kablam! warning: unused variable: `dry_run` Oct 26 23:25:32.973 INFO kablam! --> src/main.rs:284:9 Oct 26 23:25:32.974 INFO kablam! | Oct 26 23:25:32.974 INFO kablam! 284 | let dry_run = matches.is_present("dry-run"); Oct 26 23:25:32.974 INFO kablam! | ^^^^^^^ help: consider using `_dry_run` instead Oct 26 23:25:32.975 INFO kablam! | Oct 26 23:25:32.975 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 23:25:32.976 INFO kablam! Oct 26 23:25:32.976 INFO kablam! warning: unused variable: `source` Oct 26 23:25:32.976 INFO kablam! --> src/main.rs:43:21 Oct 26 23:25:32.976 INFO kablam! | Oct 26 23:25:32.977 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 26 23:25:32.977 INFO kablam! | ^^^^^^ help: consider using `_source` instead Oct 26 23:25:32.977 INFO kablam! Oct 26 23:25:32.978 INFO kablam! warning: unused variable: `hue` Oct 26 23:25:32.978 INFO kablam! --> src/main.rs:43:35 Oct 26 23:25:32.978 INFO kablam! | Oct 26 23:25:32.979 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 26 23:25:32.979 INFO kablam! | ^^^ help: consider using `_hue` instead Oct 26 23:25:32.979 INFO kablam! Oct 26 23:25:32.980 INFO kablam! warning: unused variable: `verbose` Oct 26 23:25:32.980 INFO kablam! --> src/main.rs:43:45 Oct 26 23:25:32.980 INFO kablam! | Oct 26 23:25:32.980 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 26 23:25:32.981 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 26 23:25:32.981 INFO kablam! Oct 26 23:25:32.983 INFO kablam! warning: unused variable: `verbose` Oct 26 23:25:32.983 INFO kablam! --> src/main.rs:49:40 Oct 26 23:25:32.983 INFO kablam! | Oct 26 23:25:32.983 INFO kablam! 49 | fn apply(&self, _: &str, hue: Hsl, verbose: u16) { Oct 26 23:25:32.983 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 26 23:25:32.984 INFO kablam! Oct 26 23:25:32.984 INFO kablam! warning: unused variable: `verbose` Oct 26 23:25:32.984 INFO kablam! --> src/main.rs:73:45 Oct 26 23:25:32.984 INFO kablam! | Oct 26 23:25:32.984 INFO kablam! 73 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) { Oct 26 23:25:32.984 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 26 23:25:32.984 INFO kablam! Oct 26 23:25:33.103 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.90s Oct 26 23:25:33.115 INFO kablam! su: No module specific data is present Oct 26 23:25:34.427 INFO running `"docker" "rm" "-f" "a24916cf85cf57a085d6ce02adce305eb6e0b386841baa74e5954afced7beb1c"` Oct 26 23:25:34.803 INFO blam! a24916cf85cf57a085d6ce02adce305eb6e0b386841baa74e5954afced7beb1c