Oct 12 22:56:17.459 INFO testing stpettersens/ghwcli against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 22:56:17.460 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 22:56:17.807 INFO blam! 2ed455577f6e5cace2b68b6555731c71565d8f9e46bb09e6f6db48a3318d091e Oct 12 22:56:17.811 INFO running `"docker" "start" "-a" "2ed455577f6e5cace2b68b6555731c71565d8f9e46bb09e6f6db48a3318d091e"` Oct 12 22:56:18.971 INFO kablam! usermod: no changes Oct 12 22:56:19.163 INFO kablam! Compiling rustc-serialize v0.3.22 Oct 12 22:56:19.167 INFO kablam! Compiling bit-vec v0.4.3 Oct 12 22:56:19.171 INFO kablam! Compiling rc v0.1.1 Oct 12 22:56:19.171 INFO kablam! Compiling openssl-probe v0.1.0 Oct 12 22:56:19.182 INFO kablam! Compiling clioptions v0.1.0 Oct 12 22:56:19.182 INFO kablam! Compiling thread-id v3.0.0 Oct 12 22:56:19.182 INFO kablam! Compiling memchr v1.0.1 Oct 12 22:56:19.182 INFO kablam! Compiling time v0.1.36 Oct 12 22:56:20.064 INFO kablam! Compiling libz-sys v1.0.13 Oct 12 22:56:21.032 INFO kablam! Compiling openssl-sys v0.9.8 Oct 12 22:56:21.032 INFO kablam! Compiling curl-sys v0.3.10 Oct 12 22:56:21.043 INFO kablam! Compiling phf v0.7.21 Oct 12 22:56:21.059 INFO kablam! Compiling debug_unreachable v0.1.1 Oct 12 22:56:22.139 INFO kablam! Compiling thread_local v0.3.3 Oct 12 22:56:26.079 INFO kablam! Compiling aho-corasick v0.6.2 Oct 12 22:56:26.083 INFO kablam! Compiling string_cache v0.2.29 Oct 12 22:56:26.112 INFO kablam! Compiling futf v0.1.3 Oct 12 22:56:26.112 INFO kablam! Compiling bit-set v0.2.0 Oct 12 22:56:28.265 INFO kablam! Compiling text-diff v0.4.0 Oct 12 22:56:29.427 INFO kablam! Compiling tendril v0.1.6 Oct 12 22:56:30.206 INFO kablam! Compiling regex v0.2.1 Oct 12 22:56:33.672 INFO kablam! Compiling curl v0.4.6 Oct 12 22:56:38.059 INFO kablam! Compiling html5ever v0.2.11 Oct 12 22:56:51.066 INFO kablam! Compiling select v0.2.2 Oct 12 22:56:55.710 INFO kablam! Compiling ghwcli v0.1.0 (/source) Oct 12 22:56:56.347 INFO kablam! warning: unused imports: `Difference`, `print_diff` Oct 12 22:56:56.347 INFO kablam! --> src/main.rs:20:23 Oct 12 22:56:56.347 INFO kablam! | Oct 12 22:56:56.347 INFO kablam! 20 | use text_diff::{diff, print_diff, Difference}; Oct 12 22:56:56.347 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^ Oct 12 22:56:56.347 INFO kablam! | Oct 12 22:56:56.347 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 22:56:56.347 INFO kablam! Oct 12 22:56:56.347 INFO kablam! warning: unused import: `stdout` Oct 12 22:56:56.347 INFO kablam! --> src/main.rs:27:22 Oct 12 22:56:56.347 INFO kablam! | Oct 12 22:56:56.347 INFO kablam! 27 | use std::io::{stdin, stdout, Read, Write}; Oct 12 22:56:56.347 INFO kablam! | ^^^^^^ Oct 12 22:56:56.347 INFO kablam! Oct 12 22:56:56.547 INFO kablam! warning: method is never used: `get_url_frag` Oct 12 22:56:56.547 INFO kablam! --> src/github.rs:17:5 Oct 12 22:56:56.547 INFO kablam! | Oct 12 22:56:56.547 INFO kablam! 17 | pub fn get_url_frag(&self) -> String { Oct 12 22:56:56.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:56:56.547 INFO kablam! | Oct 12 22:56:56.547 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 22:56:56.547 INFO kablam! Oct 12 22:56:56.547 INFO kablam! warning: method is never used: `get_url_frag` Oct 12 22:56:56.547 INFO kablam! --> src/project.rs:14:5 Oct 12 22:56:56.547 INFO kablam! | Oct 12 22:56:56.547 INFO kablam! 14 | pub fn get_url_frag(&self) -> String { Oct 12 22:56:56.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:56:56.547 INFO kablam! Oct 12 22:56:56.547 INFO kablam! warning: function is never used: `check_for_diff` Oct 12 22:56:56.547 INFO kablam! --> src/main.rs:158:1 Oct 12 22:56:56.547 INFO kablam! | Oct 12 22:56:56.547 INFO kablam! 158 | fn check_for_diff(orig: &str, edit: &str) { Oct 12 22:56:56.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:56:56.547 INFO kablam! Oct 12 22:56:59.280 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 40.29s Oct 12 22:56:59.287 INFO kablam! su: No module specific data is present Oct 12 22:57:00.164 INFO running `"docker" "rm" "-f" "2ed455577f6e5cace2b68b6555731c71565d8f9e46bb09e6f6db48a3318d091e"` Oct 12 22:57:00.473 INFO blam! 2ed455577f6e5cace2b68b6555731c71565d8f9e46bb09e6f6db48a3318d091e Oct 12 22:57:00.477 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 22:57:00.983 INFO blam! 63d781b98ed4e01c1d528c41b7714415319644406a05797286db6abac32018ca Oct 12 22:57:00.995 INFO running `"docker" "start" "-a" "63d781b98ed4e01c1d528c41b7714415319644406a05797286db6abac32018ca"` Oct 12 22:57:02.127 INFO kablam! usermod: no changes Oct 12 22:57:02.315 INFO kablam! Compiling ghwcli v0.1.0 (/source) Oct 12 22:57:02.971 INFO kablam! warning: unused imports: `Difference`, `print_diff` Oct 12 22:57:02.971 INFO kablam! --> src/main.rs:20:23 Oct 12 22:57:02.971 INFO kablam! | Oct 12 22:57:02.971 INFO kablam! 20 | use text_diff::{diff, print_diff, Difference}; Oct 12 22:57:02.971 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^ Oct 12 22:57:02.971 INFO kablam! | Oct 12 22:57:02.971 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 22:57:02.971 INFO kablam! Oct 12 22:57:02.971 INFO kablam! warning: unused import: `stdout` Oct 12 22:57:02.971 INFO kablam! --> src/main.rs:27:22 Oct 12 22:57:02.971 INFO kablam! | Oct 12 22:57:02.971 INFO kablam! 27 | use std::io::{stdin, stdout, Read, Write}; Oct 12 22:57:02.971 INFO kablam! | ^^^^^^ Oct 12 22:57:02.971 INFO kablam! Oct 12 22:57:03.228 INFO kablam! warning: method is never used: `get_url_frag` Oct 12 22:57:03.228 INFO kablam! --> src/github.rs:17:5 Oct 12 22:57:03.228 INFO kablam! | Oct 12 22:57:03.228 INFO kablam! 17 | pub fn get_url_frag(&self) -> String { Oct 12 22:57:03.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:57:03.229 INFO kablam! | Oct 12 22:57:03.229 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 22:57:03.230 INFO kablam! Oct 12 22:57:03.230 INFO kablam! warning: method is never used: `get_url_frag` Oct 12 22:57:03.230 INFO kablam! --> src/project.rs:14:5 Oct 12 22:57:03.230 INFO kablam! | Oct 12 22:57:03.231 INFO kablam! 14 | pub fn get_url_frag(&self) -> String { Oct 12 22:57:03.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:57:03.231 INFO kablam! Oct 12 22:57:03.231 INFO kablam! warning: function is never used: `check_for_diff` Oct 12 22:57:03.232 INFO kablam! --> src/main.rs:158:1 Oct 12 22:57:03.232 INFO kablam! | Oct 12 22:57:03.232 INFO kablam! 158 | fn check_for_diff(orig: &str, edit: &str) { Oct 12 22:57:03.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:57:03.233 INFO kablam! Oct 12 22:57:03.755 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.59s Oct 12 22:57:03.763 INFO kablam! su: No module specific data is present Oct 12 22:57:04.591 INFO running `"docker" "rm" "-f" "63d781b98ed4e01c1d528c41b7714415319644406a05797286db6abac32018ca"` Oct 12 22:57:04.839 INFO blam! 63d781b98ed4e01c1d528c41b7714415319644406a05797286db6abac32018ca Oct 12 22:57:04.846 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 22:57:05.250 INFO blam! b44f86c32f259723da6eab574da684fe12fd72a56ab1a8caeefec65c8380429f Oct 12 22:57:05.254 INFO running `"docker" "start" "-a" "b44f86c32f259723da6eab574da684fe12fd72a56ab1a8caeefec65c8380429f"` Oct 12 22:57:06.622 INFO kablam! usermod: no changes Oct 12 22:57:06.740 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 12 22:57:06.755 INFO kablam! Running /target/debug/deps/ghwcli-017ce50c68b450fb Oct 12 22:57:06.761 INFO blam! Oct 12 22:57:06.761 INFO blam! running 0 tests Oct 12 22:57:06.762 INFO blam! Oct 12 22:57:06.762 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 22:57:06.762 INFO blam! Oct 12 22:57:06.764 INFO kablam! su: No module specific data is present Oct 12 22:57:07.333 INFO running `"docker" "rm" "-f" "b44f86c32f259723da6eab574da684fe12fd72a56ab1a8caeefec65c8380429f"` Oct 12 22:57:07.636 INFO blam! b44f86c32f259723da6eab574da684fe12fd72a56ab1a8caeefec65c8380429f