Oct 10 17:18:17.041 INFO testing octplane/cocotte against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 17:18:17.041 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 17:18:17.042 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:18:17.310 INFO blam! fd72aba75e8e14bd4184a2a72fd2910f85dcaee9c97c6f1348d2084052cbc842 Oct 10 17:18:17.310 INFO running `"docker" "start" "-a" "fd72aba75e8e14bd4184a2a72fd2910f85dcaee9c97c6f1348d2084052cbc842"` Oct 10 17:18:18.649 INFO kablam! usermod: no changes Oct 10 17:18:18.793 INFO kablam! Compiling memchr v0.1.11 Oct 10 17:18:18.793 INFO kablam! Compiling nom v3.2.1 Oct 10 17:18:18.793 INFO kablam! Compiling phf_generator v0.7.21 Oct 10 17:18:18.793 INFO kablam! Compiling thread-id v2.0.0 Oct 10 17:18:19.608 INFO kablam! Compiling thread_local v0.2.7 Oct 10 17:18:19.892 INFO kablam! Compiling aho-corasick v0.5.3 Oct 10 17:18:20.676 INFO kablam! Compiling phf_codegen v0.7.21 Oct 10 17:18:22.204 INFO kablam! Compiling regex v0.1.80 Oct 10 17:18:22.204 INFO kablam! Compiling palette v0.3.0 Oct 10 17:18:32.695 INFO kablam! Compiling serde-hjson v0.8.1 Oct 10 17:18:36.932 INFO kablam! Compiling config v0.8.0 Oct 10 17:18:40.972 INFO kablam! Compiling cocotte v0.1.0 (/source) Oct 10 17:18:43.271 INFO kablam! warning: unused import: `std::error::Error` Oct 10 17:18:43.271 INFO kablam! --> src/main.rs:9:5 Oct 10 17:18:43.271 INFO kablam! | Oct 10 17:18:43.272 INFO kablam! 9 | use std::error::Error; Oct 10 17:18:43.272 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 17:18:43.273 INFO kablam! | Oct 10 17:18:43.273 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 17:18:43.273 INFO kablam! Oct 10 17:18:43.296 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 10 17:18:43.296 INFO kablam! --> src/main.rs:236:22 Oct 10 17:18:43.296 INFO kablam! | Oct 10 17:18:43.296 INFO kablam! 236 | let dirty_path = env::home_dir().map(|hd| hd.join(path)); Oct 10 17:18:43.296 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 17:18:43.296 INFO kablam! | Oct 10 17:18:43.296 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 17:18:43.296 INFO kablam! Oct 10 17:18:43.480 INFO kablam! warning: unused variable: `dry_run` Oct 10 17:18:43.480 INFO kablam! --> src/main.rs:284:9 Oct 10 17:18:43.480 INFO kablam! | Oct 10 17:18:43.480 INFO kablam! 284 | let dry_run = matches.is_present("dry-run"); Oct 10 17:18:43.480 INFO kablam! | ^^^^^^^ help: consider using `_dry_run` instead Oct 10 17:18:43.480 INFO kablam! | Oct 10 17:18:43.480 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 17:18:43.480 INFO kablam! Oct 10 17:18:43.480 INFO kablam! warning: unused variable: `source` Oct 10 17:18:43.480 INFO kablam! --> src/main.rs:43:21 Oct 10 17:18:43.480 INFO kablam! | Oct 10 17:18:43.480 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 10 17:18:43.480 INFO kablam! | ^^^^^^ help: consider using `_source` instead Oct 10 17:18:43.480 INFO kablam! Oct 10 17:18:43.480 INFO kablam! warning: unused variable: `hue` Oct 10 17:18:43.480 INFO kablam! --> src/main.rs:43:35 Oct 10 17:18:43.480 INFO kablam! | Oct 10 17:18:43.480 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 10 17:18:43.480 INFO kablam! | ^^^ help: consider using `_hue` instead Oct 10 17:18:43.480 INFO kablam! Oct 10 17:18:43.480 INFO kablam! warning: unused variable: `verbose` Oct 10 17:18:43.480 INFO kablam! --> src/main.rs:43:45 Oct 10 17:18:43.480 INFO kablam! | Oct 10 17:18:43.480 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 10 17:18:43.480 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 10 17:18:43.480 INFO kablam! Oct 10 17:18:43.480 INFO kablam! warning: unused variable: `verbose` Oct 10 17:18:43.480 INFO kablam! --> src/main.rs:49:40 Oct 10 17:18:43.480 INFO kablam! | Oct 10 17:18:43.480 INFO kablam! 49 | fn apply(&self, _: &str, hue: Hsl, verbose: u16) { Oct 10 17:18:43.480 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 10 17:18:43.480 INFO kablam! Oct 10 17:18:43.480 INFO kablam! warning: unused variable: `verbose` Oct 10 17:18:43.480 INFO kablam! --> src/main.rs:73:45 Oct 10 17:18:43.480 INFO kablam! | Oct 10 17:18:43.480 INFO kablam! 73 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) { Oct 10 17:18:43.480 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 10 17:18:43.480 INFO kablam! Oct 10 17:18:46.629 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.96s Oct 10 17:18:46.636 INFO kablam! su: No module specific data is present Oct 10 17:18:47.421 INFO running `"docker" "rm" "-f" "fd72aba75e8e14bd4184a2a72fd2910f85dcaee9c97c6f1348d2084052cbc842"` Oct 10 17:18:47.710 INFO blam! fd72aba75e8e14bd4184a2a72fd2910f85dcaee9c97c6f1348d2084052cbc842 Oct 10 17:18:47.720 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 17:18:47.720 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:18:48.091 INFO blam! a9cbee55fc1118dbb03a0c9318d60ae11fd2fdc93d3d054362f0fafc0d396cff Oct 10 17:18:48.094 INFO running `"docker" "start" "-a" "a9cbee55fc1118dbb03a0c9318d60ae11fd2fdc93d3d054362f0fafc0d396cff"` Oct 10 17:18:49.165 INFO kablam! usermod: no changes Oct 10 17:18:49.304 INFO kablam! Compiling cocotte v0.1.0 (/source) Oct 10 17:18:51.716 INFO kablam! warning: unused import: `std::error::Error` Oct 10 17:18:51.717 INFO kablam! --> src/main.rs:9:5 Oct 10 17:18:51.717 INFO kablam! | Oct 10 17:18:51.717 INFO kablam! 9 | use std::error::Error; Oct 10 17:18:51.717 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 17:18:51.718 INFO kablam! | Oct 10 17:18:51.718 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 17:18:51.718 INFO kablam! Oct 10 17:18:51.733 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 10 17:18:51.733 INFO kablam! --> src/main.rs:236:22 Oct 10 17:18:51.733 INFO kablam! | Oct 10 17:18:51.734 INFO kablam! 236 | let dirty_path = env::home_dir().map(|hd| hd.join(path)); Oct 10 17:18:51.734 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 17:18:51.734 INFO kablam! | Oct 10 17:18:51.734 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 17:18:51.734 INFO kablam! Oct 10 17:18:51.909 INFO kablam! warning: unused variable: `dry_run` Oct 10 17:18:51.909 INFO kablam! --> src/main.rs:284:9 Oct 10 17:18:51.909 INFO kablam! | Oct 10 17:18:51.909 INFO kablam! 284 | let dry_run = matches.is_present("dry-run"); Oct 10 17:18:51.909 INFO kablam! | ^^^^^^^ help: consider using `_dry_run` instead Oct 10 17:18:51.909 INFO kablam! | Oct 10 17:18:51.909 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 17:18:51.909 INFO kablam! Oct 10 17:18:51.909 INFO kablam! warning: unused variable: `source` Oct 10 17:18:51.909 INFO kablam! --> src/main.rs:43:21 Oct 10 17:18:51.909 INFO kablam! | Oct 10 17:18:51.909 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 10 17:18:51.909 INFO kablam! | ^^^^^^ help: consider using `_source` instead Oct 10 17:18:51.909 INFO kablam! Oct 10 17:18:51.909 INFO kablam! warning: unused variable: `hue` Oct 10 17:18:51.909 INFO kablam! --> src/main.rs:43:35 Oct 10 17:18:51.909 INFO kablam! | Oct 10 17:18:51.909 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 10 17:18:51.909 INFO kablam! | ^^^ help: consider using `_hue` instead Oct 10 17:18:51.909 INFO kablam! Oct 10 17:18:51.909 INFO kablam! warning: unused variable: `verbose` Oct 10 17:18:51.909 INFO kablam! --> src/main.rs:43:45 Oct 10 17:18:51.909 INFO kablam! | Oct 10 17:18:51.909 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 10 17:18:51.909 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 10 17:18:51.909 INFO kablam! Oct 10 17:18:51.909 INFO kablam! warning: unused variable: `verbose` Oct 10 17:18:51.909 INFO kablam! --> src/main.rs:49:40 Oct 10 17:18:51.909 INFO kablam! | Oct 10 17:18:51.909 INFO kablam! 49 | fn apply(&self, _: &str, hue: Hsl, verbose: u16) { Oct 10 17:18:51.909 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 10 17:18:51.909 INFO kablam! Oct 10 17:18:51.909 INFO kablam! warning: unused variable: `verbose` Oct 10 17:18:51.909 INFO kablam! --> src/main.rs:73:45 Oct 10 17:18:51.909 INFO kablam! | Oct 10 17:18:51.909 INFO kablam! 73 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) { Oct 10 17:18:51.909 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 10 17:18:51.909 INFO kablam! Oct 10 17:18:52.520 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.33s Oct 10 17:18:52.528 INFO kablam! su: No module specific data is present Oct 10 17:18:53.133 INFO running `"docker" "rm" "-f" "a9cbee55fc1118dbb03a0c9318d60ae11fd2fdc93d3d054362f0fafc0d396cff"` Oct 10 17:18:53.388 INFO blam! a9cbee55fc1118dbb03a0c9318d60ae11fd2fdc93d3d054362f0fafc0d396cff Oct 10 17:18:53.392 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 17:18:53.392 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:18:53.828 INFO blam! be84a77698a9a17114680d3ad2903abd47db2a1b682d556138143ec59f468bc5 Oct 10 17:18:53.852 INFO running `"docker" "start" "-a" "be84a77698a9a17114680d3ad2903abd47db2a1b682d556138143ec59f468bc5"` Oct 10 17:18:55.200 INFO kablam! usermod: no changes Oct 10 17:18:55.404 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 10 17:18:55.416 INFO kablam! Running /target/debug/deps/cocotte-a972ab48de691b86 Oct 10 17:18:55.424 INFO kablam! su: No module specific data is present Oct 10 17:18:55.424 INFO blam! Oct 10 17:18:55.424 INFO blam! running 0 tests Oct 10 17:18:55.424 INFO blam! Oct 10 17:18:55.424 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:18:55.424 INFO blam! Oct 10 17:18:56.126 INFO running `"docker" "rm" "-f" "be84a77698a9a17114680d3ad2903abd47db2a1b682d556138143ec59f468bc5"` Oct 10 17:18:56.408 INFO blam! be84a77698a9a17114680d3ad2903abd47db2a1b682d556138143ec59f468bc5