Oct 13 05:00:06.071 INFO testing octplane/cocotte against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 05:00:06.072 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 13 05:00:06.627 INFO blam! 9fa839dc3fd728049e17e8713bcc37abf276adb94c2780d634590aa1bf667cda Oct 13 05:00:06.639 INFO running `"docker" "start" "-a" "9fa839dc3fd728049e17e8713bcc37abf276adb94c2780d634590aa1bf667cda"` Oct 13 05:00:07.983 INFO kablam! usermod: no changes Oct 13 05:00:08.119 INFO kablam! Compiling rand v0.4.2 Oct 13 05:00:08.127 INFO kablam! Compiling memchr v0.1.11 Oct 13 05:00:08.137 INFO kablam! Compiling memchr v1.0.2 Oct 13 05:00:08.137 INFO kablam! Compiling atty v0.2.6 Oct 13 05:00:08.137 INFO kablam! Compiling phf v0.7.21 Oct 13 05:00:08.137 INFO kablam! Compiling serde_json v1.0.9 Oct 13 05:00:08.138 INFO kablam! Compiling thread-id v2.0.0 Oct 13 05:00:09.831 INFO kablam! Compiling clap v2.30.0 Oct 13 05:00:09.914 INFO kablam! Compiling thread_local v0.2.7 Oct 13 05:00:10.755 INFO kablam! Compiling aho-corasick v0.5.3 Oct 13 05:00:10.799 INFO kablam! Compiling nom v3.2.1 Oct 13 05:00:13.971 INFO kablam! Compiling regex v0.1.80 Oct 13 05:00:16.163 INFO kablam! Compiling rand v0.3.22 Oct 13 05:00:16.859 INFO kablam! Compiling phf_generator v0.7.21 Oct 13 05:00:18.651 INFO kablam! Compiling phf_codegen v0.7.21 Oct 13 05:00:21.223 INFO kablam! Compiling palette v0.3.0 Oct 13 05:00:35.220 INFO kablam! Compiling serde-hjson v0.8.1 Oct 13 05:00:45.675 INFO kablam! Compiling config v0.8.0 Oct 13 05:00:52.027 INFO kablam! Compiling cocotte v0.1.0 (/source) Oct 13 05:00:53.091 INFO kablam! warning: unused import: `std::error::Error` Oct 13 05:00:53.091 INFO kablam! --> src/main.rs:9:5 Oct 13 05:00:53.091 INFO kablam! | Oct 13 05:00:53.091 INFO kablam! 9 | use std::error::Error; Oct 13 05:00:53.091 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 05:00:53.091 INFO kablam! | Oct 13 05:00:53.091 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:00:53.091 INFO kablam! Oct 13 05:00:53.107 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 13 05:00:53.107 INFO kablam! --> src/main.rs:236:22 Oct 13 05:00:53.107 INFO kablam! | Oct 13 05:00:53.107 INFO kablam! 236 | let dirty_path = env::home_dir().map(|hd| hd.join(path)); Oct 13 05:00:53.107 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 05:00:53.107 INFO kablam! | Oct 13 05:00:53.107 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 05:00:53.107 INFO kablam! Oct 13 05:00:53.267 INFO kablam! warning: unused variable: `dry_run` Oct 13 05:00:53.267 INFO kablam! --> src/main.rs:284:9 Oct 13 05:00:53.267 INFO kablam! | Oct 13 05:00:53.267 INFO kablam! 284 | let dry_run = matches.is_present("dry-run"); Oct 13 05:00:53.267 INFO kablam! | ^^^^^^^ help: consider using `_dry_run` instead Oct 13 05:00:53.267 INFO kablam! | Oct 13 05:00:53.267 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:00:53.267 INFO kablam! Oct 13 05:00:53.267 INFO kablam! warning: unused variable: `source` Oct 13 05:00:53.267 INFO kablam! --> src/main.rs:43:21 Oct 13 05:00:53.267 INFO kablam! | Oct 13 05:00:53.267 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 13 05:00:53.267 INFO kablam! | ^^^^^^ help: consider using `_source` instead Oct 13 05:00:53.267 INFO kablam! Oct 13 05:00:53.267 INFO kablam! warning: unused variable: `hue` Oct 13 05:00:53.267 INFO kablam! --> src/main.rs:43:35 Oct 13 05:00:53.267 INFO kablam! | Oct 13 05:00:53.267 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 13 05:00:53.267 INFO kablam! | ^^^ help: consider using `_hue` instead Oct 13 05:00:53.267 INFO kablam! Oct 13 05:00:53.267 INFO kablam! warning: unused variable: `verbose` Oct 13 05:00:53.267 INFO kablam! --> src/main.rs:43:45 Oct 13 05:00:53.267 INFO kablam! | Oct 13 05:00:53.267 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 13 05:00:53.267 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 13 05:00:53.267 INFO kablam! Oct 13 05:00:53.267 INFO kablam! warning: unused variable: `verbose` Oct 13 05:00:53.267 INFO kablam! --> src/main.rs:49:40 Oct 13 05:00:53.267 INFO kablam! | Oct 13 05:00:53.267 INFO kablam! 49 | fn apply(&self, _: &str, hue: Hsl, verbose: u16) { Oct 13 05:00:53.267 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 13 05:00:53.267 INFO kablam! Oct 13 05:00:53.267 INFO kablam! warning: unused variable: `verbose` Oct 13 05:00:53.267 INFO kablam! --> src/main.rs:73:45 Oct 13 05:00:53.267 INFO kablam! | Oct 13 05:00:53.267 INFO kablam! 73 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) { Oct 13 05:00:53.267 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 13 05:00:53.267 INFO kablam! Oct 13 05:00:56.168 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 48.15s Oct 13 05:00:56.179 INFO kablam! su: No module specific data is present Oct 13 05:00:57.047 INFO running `"docker" "rm" "-f" "9fa839dc3fd728049e17e8713bcc37abf276adb94c2780d634590aa1bf667cda"` Oct 13 05:00:57.305 INFO blam! 9fa839dc3fd728049e17e8713bcc37abf276adb94c2780d634590aa1bf667cda Oct 13 05:00:57.313 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 13 05:00:57.915 INFO blam! 5c1a75697608a5203cb03586a33dc27c21a4d4a293c3309934ba01cd5d673742 Oct 13 05:00:57.918 INFO running `"docker" "start" "-a" "5c1a75697608a5203cb03586a33dc27c21a4d4a293c3309934ba01cd5d673742"` Oct 13 05:00:59.186 INFO kablam! usermod: no changes Oct 13 05:00:59.371 INFO kablam! Compiling cocotte v0.1.0 (/source) Oct 13 05:01:00.544 INFO kablam! warning: unused import: `std::error::Error` Oct 13 05:01:00.544 INFO kablam! --> src/main.rs:9:5 Oct 13 05:01:00.544 INFO kablam! | Oct 13 05:01:00.544 INFO kablam! 9 | use std::error::Error; Oct 13 05:01:00.544 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 05:01:00.544 INFO kablam! | Oct 13 05:01:00.544 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:01:00.545 INFO kablam! Oct 13 05:01:00.567 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 13 05:01:00.567 INFO kablam! --> src/main.rs:236:22 Oct 13 05:01:00.567 INFO kablam! | Oct 13 05:01:00.567 INFO kablam! 236 | let dirty_path = env::home_dir().map(|hd| hd.join(path)); Oct 13 05:01:00.567 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 05:01:00.567 INFO kablam! | Oct 13 05:01:00.567 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 05:01:00.567 INFO kablam! Oct 13 05:01:00.733 INFO kablam! warning: unused variable: `dry_run` Oct 13 05:01:00.733 INFO kablam! --> src/main.rs:284:9 Oct 13 05:01:00.733 INFO kablam! | Oct 13 05:01:00.733 INFO kablam! 284 | let dry_run = matches.is_present("dry-run"); Oct 13 05:01:00.733 INFO kablam! | ^^^^^^^ help: consider using `_dry_run` instead Oct 13 05:01:00.733 INFO kablam! | Oct 13 05:01:00.733 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:01:00.733 INFO kablam! Oct 13 05:01:00.733 INFO kablam! warning: unused variable: `source` Oct 13 05:01:00.733 INFO kablam! --> src/main.rs:43:21 Oct 13 05:01:00.733 INFO kablam! | Oct 13 05:01:00.733 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 13 05:01:00.733 INFO kablam! | ^^^^^^ help: consider using `_source` instead Oct 13 05:01:00.733 INFO kablam! Oct 13 05:01:00.733 INFO kablam! warning: unused variable: `hue` Oct 13 05:01:00.733 INFO kablam! --> src/main.rs:43:35 Oct 13 05:01:00.733 INFO kablam! | Oct 13 05:01:00.733 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 13 05:01:00.733 INFO kablam! | ^^^ help: consider using `_hue` instead Oct 13 05:01:00.733 INFO kablam! Oct 13 05:01:00.733 INFO kablam! warning: unused variable: `verbose` Oct 13 05:01:00.733 INFO kablam! --> src/main.rs:43:45 Oct 13 05:01:00.733 INFO kablam! | Oct 13 05:01:00.733 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 13 05:01:00.733 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 13 05:01:00.733 INFO kablam! Oct 13 05:01:00.733 INFO kablam! warning: unused variable: `verbose` Oct 13 05:01:00.733 INFO kablam! --> src/main.rs:49:40 Oct 13 05:01:00.733 INFO kablam! | Oct 13 05:01:00.733 INFO kablam! 49 | fn apply(&self, _: &str, hue: Hsl, verbose: u16) { Oct 13 05:01:00.733 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 13 05:01:00.733 INFO kablam! Oct 13 05:01:00.743 INFO kablam! warning: unused variable: `verbose` Oct 13 05:01:00.743 INFO kablam! --> src/main.rs:73:45 Oct 13 05:01:00.743 INFO kablam! | Oct 13 05:01:00.743 INFO kablam! 73 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) { Oct 13 05:01:00.743 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 13 05:01:00.743 INFO kablam! Oct 13 05:01:01.408 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.19s Oct 13 05:01:01.411 INFO kablam! su: No module specific data is present Oct 13 05:01:02.460 INFO running `"docker" "rm" "-f" "5c1a75697608a5203cb03586a33dc27c21a4d4a293c3309934ba01cd5d673742"` Oct 13 05:01:02.798 INFO blam! 5c1a75697608a5203cb03586a33dc27c21a4d4a293c3309934ba01cd5d673742 Oct 13 05:01:02.804 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 13 05:01:03.355 INFO blam! 772e5639387b9af0a461adee092a0ee2fb09f5a24907cd2da89d95bd0532c233 Oct 13 05:01:03.363 INFO running `"docker" "start" "-a" "772e5639387b9af0a461adee092a0ee2fb09f5a24907cd2da89d95bd0532c233"` Oct 13 05:01:04.691 INFO kablam! usermod: no changes Oct 13 05:01:04.823 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 13 05:01:04.825 INFO kablam! Running /target/debug/deps/cocotte-7cc2b5772019cf8f Oct 13 05:01:04.831 INFO kablam! su: No module specific data is present Oct 13 05:01:04.831 INFO blam! Oct 13 05:01:04.831 INFO blam! running 0 tests Oct 13 05:01:04.831 INFO blam! Oct 13 05:01:04.831 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:01:04.831 INFO blam! Oct 13 05:01:05.475 INFO running `"docker" "rm" "-f" "772e5639387b9af0a461adee092a0ee2fb09f5a24907cd2da89d95bd0532c233"` Oct 13 05:01:05.771 INFO blam! 772e5639387b9af0a461adee092a0ee2fb09f5a24907cd2da89d95bd0532c233