Oct 13 05:00:06.574 INFO testing octplane/cocotte against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 05:00:06.575 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:07.007 INFO blam! 8814134d36c36a55ffba532a62fa7ba9a890c4e754301543304fcb7dc0332e01 Oct 13 05:00:07.023 INFO running `"docker" "start" "-a" "8814134d36c36a55ffba532a62fa7ba9a890c4e754301543304fcb7dc0332e01"` Oct 13 05:00:08.559 INFO kablam! usermod: no changes Oct 13 05:00:08.723 INFO kablam! Compiling memchr v0.1.11 Oct 13 05:00:08.726 INFO kablam! Compiling memchr v1.0.2 Oct 13 05:00:08.726 INFO kablam! Compiling atty v0.2.6 Oct 13 05:00:08.726 INFO kablam! Compiling serde_test v0.8.23 Oct 13 05:00:08.734 INFO kablam! Compiling phf v0.7.21 Oct 13 05:00:08.734 INFO kablam! Compiling thread-id v2.0.0 Oct 13 05:00:08.734 INFO kablam! Compiling palette v0.3.0 Oct 13 05:00:09.295 INFO kablam! Compiling thread_local v0.2.7 Oct 13 05:00:10.215 INFO kablam! Compiling clap v2.30.0 Oct 13 05:00:11.047 INFO kablam! Compiling nom v3.2.1 Oct 13 05:00:11.123 INFO kablam! Compiling aho-corasick v0.5.3 Oct 13 05:00:15.183 INFO kablam! Compiling linked-hash-map v0.3.0 Oct 13 05:00:15.779 INFO kablam! Compiling regex v0.1.80 Oct 13 05:00:36.109 INFO kablam! Compiling serde-hjson v0.8.1 Oct 13 05:00:44.711 INFO kablam! Compiling config v0.8.0 Oct 13 05:00:50.935 INFO kablam! Compiling cocotte v0.1.0 (/source) Oct 13 05:00:52.167 INFO kablam! warning: unused import: `std::error::Error` Oct 13 05:00:52.167 INFO kablam! --> src/main.rs:9:5 Oct 13 05:00:52.168 INFO kablam! | Oct 13 05:00:52.168 INFO kablam! 9 | use std::error::Error; Oct 13 05:00:52.168 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 05:00:52.169 INFO kablam! | Oct 13 05:00:52.169 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:00:52.170 INFO kablam! Oct 13 05:00:52.182 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:52.183 INFO kablam! --> src/main.rs:236:22 Oct 13 05:00:52.184 INFO kablam! | Oct 13 05:00:52.184 INFO kablam! 236 | let dirty_path = env::home_dir().map(|hd| hd.join(path)); Oct 13 05:00:52.185 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 05:00:52.185 INFO kablam! | Oct 13 05:00:52.186 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 05:00:52.186 INFO kablam! Oct 13 05:00:52.357 INFO kablam! warning: unused variable: `dry_run` Oct 13 05:00:52.358 INFO kablam! --> src/main.rs:284:9 Oct 13 05:00:52.359 INFO kablam! | Oct 13 05:00:52.360 INFO kablam! 284 | let dry_run = matches.is_present("dry-run"); Oct 13 05:00:52.360 INFO kablam! | ^^^^^^^ help: consider using `_dry_run` instead Oct 13 05:00:52.361 INFO kablam! | Oct 13 05:00:52.361 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:00:52.361 INFO kablam! Oct 13 05:00:52.362 INFO kablam! warning: unused variable: `source` Oct 13 05:00:52.362 INFO kablam! --> src/main.rs:43:21 Oct 13 05:00:52.362 INFO kablam! | Oct 13 05:00:52.363 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 13 05:00:52.363 INFO kablam! | ^^^^^^ help: consider using `_source` instead Oct 13 05:00:52.363 INFO kablam! Oct 13 05:00:52.363 INFO kablam! warning: unused variable: `hue` Oct 13 05:00:52.363 INFO kablam! --> src/main.rs:43:35 Oct 13 05:00:52.364 INFO kablam! | Oct 13 05:00:52.364 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 13 05:00:52.364 INFO kablam! | ^^^ help: consider using `_hue` instead Oct 13 05:00:52.364 INFO kablam! Oct 13 05:00:52.364 INFO kablam! warning: unused variable: `verbose` Oct 13 05:00:52.364 INFO kablam! --> src/main.rs:43:45 Oct 13 05:00:52.364 INFO kablam! | Oct 13 05:00:52.368 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 13 05:00:52.368 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 13 05:00:52.368 INFO kablam! Oct 13 05:00:52.368 INFO kablam! warning: unused variable: `verbose` Oct 13 05:00:52.368 INFO kablam! --> src/main.rs:49:40 Oct 13 05:00:52.368 INFO kablam! | Oct 13 05:00:52.368 INFO kablam! 49 | fn apply(&self, _: &str, hue: Hsl, verbose: u16) { Oct 13 05:00:52.368 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 13 05:00:52.368 INFO kablam! Oct 13 05:00:52.368 INFO kablam! warning: unused variable: `verbose` Oct 13 05:00:52.368 INFO kablam! --> src/main.rs:73:45 Oct 13 05:00:52.368 INFO kablam! | Oct 13 05:00:52.368 INFO kablam! 73 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) { Oct 13 05:00:52.368 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 13 05:00:52.368 INFO kablam! Oct 13 05:00:55.225 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 46.63s Oct 13 05:00:55.226 INFO kablam! su: No module specific data is present Oct 13 05:00:56.655 INFO running `"docker" "rm" "-f" "8814134d36c36a55ffba532a62fa7ba9a890c4e754301543304fcb7dc0332e01"` Oct 13 05:00:56.987 INFO blam! 8814134d36c36a55ffba532a62fa7ba9a890c4e754301543304fcb7dc0332e01 Oct 13 05:00:56.988 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.515 INFO blam! 904b1f61e09272454a8a9ef4251404a5b966d2d6041e315f81d93a9e0d086840 Oct 13 05:00:57.527 INFO running `"docker" "start" "-a" "904b1f61e09272454a8a9ef4251404a5b966d2d6041e315f81d93a9e0d086840"` Oct 13 05:00:58.756 INFO kablam! usermod: no changes Oct 13 05:00:58.971 INFO kablam! Compiling cocotte v0.1.0 (/source) Oct 13 05:01:00.115 INFO kablam! warning: unused import: `std::error::Error` Oct 13 05:01:00.115 INFO kablam! --> src/main.rs:9:5 Oct 13 05:01:00.115 INFO kablam! | Oct 13 05:01:00.115 INFO kablam! 9 | use std::error::Error; Oct 13 05:01:00.115 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 05:01:00.115 INFO kablam! | Oct 13 05:01:00.115 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:01:00.115 INFO kablam! Oct 13 05:01:00.123 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.123 INFO kablam! --> src/main.rs:236:22 Oct 13 05:01:00.123 INFO kablam! | Oct 13 05:01:00.123 INFO kablam! 236 | let dirty_path = env::home_dir().map(|hd| hd.join(path)); Oct 13 05:01:00.123 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 05:01:00.123 INFO kablam! | Oct 13 05:01:00.123 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 05:01:00.123 INFO kablam! Oct 13 05:01:00.287 INFO kablam! warning: unused variable: `dry_run` Oct 13 05:01:00.287 INFO kablam! --> src/main.rs:284:9 Oct 13 05:01:00.287 INFO kablam! | Oct 13 05:01:00.287 INFO kablam! 284 | let dry_run = matches.is_present("dry-run"); Oct 13 05:01:00.287 INFO kablam! | ^^^^^^^ help: consider using `_dry_run` instead Oct 13 05:01:00.287 INFO kablam! | Oct 13 05:01:00.287 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:01:00.287 INFO kablam! Oct 13 05:01:00.287 INFO kablam! warning: unused variable: `source` Oct 13 05:01:00.287 INFO kablam! --> src/main.rs:43:21 Oct 13 05:01:00.287 INFO kablam! | Oct 13 05:01:00.287 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 13 05:01:00.287 INFO kablam! | ^^^^^^ help: consider using `_source` instead Oct 13 05:01:00.287 INFO kablam! Oct 13 05:01:00.287 INFO kablam! warning: unused variable: `hue` Oct 13 05:01:00.287 INFO kablam! --> src/main.rs:43:35 Oct 13 05:01:00.287 INFO kablam! | Oct 13 05:01:00.287 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 13 05:01:00.287 INFO kablam! | ^^^ help: consider using `_hue` instead Oct 13 05:01:00.287 INFO kablam! Oct 13 05:01:00.287 INFO kablam! warning: unused variable: `verbose` Oct 13 05:01:00.287 INFO kablam! --> src/main.rs:43:45 Oct 13 05:01:00.287 INFO kablam! | Oct 13 05:01:00.287 INFO kablam! 43 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) {} Oct 13 05:01:00.287 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 13 05:01:00.287 INFO kablam! Oct 13 05:01:00.287 INFO kablam! warning: unused variable: `verbose` Oct 13 05:01:00.287 INFO kablam! --> src/main.rs:49:40 Oct 13 05:01:00.287 INFO kablam! | Oct 13 05:01:00.287 INFO kablam! 49 | fn apply(&self, _: &str, hue: Hsl, verbose: u16) { Oct 13 05:01:00.287 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 13 05:01:00.287 INFO kablam! Oct 13 05:01:00.287 INFO kablam! warning: unused variable: `verbose` Oct 13 05:01:00.287 INFO kablam! --> src/main.rs:73:45 Oct 13 05:01:00.287 INFO kablam! | Oct 13 05:01:00.287 INFO kablam! 73 | fn apply(&self, source: &str, hue: Hsl, verbose: u16) { Oct 13 05:01:00.287 INFO kablam! | ^^^^^^^ help: consider using `_verbose` instead Oct 13 05:01:00.287 INFO kablam! Oct 13 05:01:01.067 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.28s Oct 13 05:01:01.070 INFO kablam! su: No module specific data is present Oct 13 05:01:01.687 INFO running `"docker" "rm" "-f" "904b1f61e09272454a8a9ef4251404a5b966d2d6041e315f81d93a9e0d086840"` Oct 13 05:01:01.923 INFO blam! 904b1f61e09272454a8a9ef4251404a5b966d2d6041e315f81d93a9e0d086840 Oct 13 05:01:01.929 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:02.323 INFO blam! 0838aafc8f53e750b9358ac851e090c027bf94153bcc867333befc59c7812098 Oct 13 05:01:02.339 INFO running `"docker" "start" "-a" "0838aafc8f53e750b9358ac851e090c027bf94153bcc867333befc59c7812098"` Oct 13 05:01:03.848 INFO kablam! usermod: no changes Oct 13 05:01:03.998 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 13 05:01:04.015 INFO kablam! Running /target/debug/deps/cocotte-a972ab48de691b86 Oct 13 05:01:04.052 INFO blam! Oct 13 05:01:04.052 INFO blam! running 0 tests Oct 13 05:01:04.052 INFO blam! Oct 13 05:01:04.052 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:01:04.052 INFO blam! Oct 13 05:01:04.054 INFO kablam! su: No module specific data is present Oct 13 05:01:04.898 INFO running `"docker" "rm" "-f" "0838aafc8f53e750b9358ac851e090c027bf94153bcc867333befc59c7812098"` Oct 13 05:01:05.211 INFO blam! 0838aafc8f53e750b9358ac851e090c027bf94153bcc867333befc59c7812098