Oct 31 20:24:17.413 INFO checking stpettersens/ghwcli against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 20:24:17.413 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-5/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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 31 20:24:17.897 INFO blam! b88fa301804c779b370548c1d247cff61a04b6dc02315662df368e9aef8cc4bd Oct 31 20:24:17.905 INFO running `"docker" "start" "-a" "b88fa301804c779b370548c1d247cff61a04b6dc02315662df368e9aef8cc4bd"` Oct 31 20:24:19.044 INFO kablam! usermod: no changes Oct 31 20:24:19.240 INFO kablam! Compiling rustc-serialize v0.3.22 Oct 31 20:24:19.240 INFO kablam! Checking siphasher v0.2.1 Oct 31 20:24:19.252 INFO kablam! Checking rc v0.1.1 Oct 31 20:24:19.252 INFO kablam! Checking bit-vec v0.4.3 Oct 31 20:24:19.252 INFO kablam! Checking openssl-probe v0.1.0 Oct 31 20:24:19.252 INFO kablam! Compiling libz-sys v1.0.13 Oct 31 20:24:19.252 INFO kablam! Compiling openssl-sys v0.9.8 Oct 31 20:24:19.252 INFO kablam! Compiling curl-sys v0.3.10 Oct 31 20:24:20.653 INFO kablam! Checking aho-corasick v0.6.2 Oct 31 20:24:20.944 INFO kablam! Compiling string_cache v0.2.29 Oct 31 20:24:21.017 INFO kablam! Checking phf_shared v0.7.21 Oct 31 20:24:23.246 INFO kablam! Checking tendril v0.1.6 Oct 31 20:24:27.652 INFO kablam! Checking phf v0.7.21 Oct 31 20:24:27.925 INFO kablam! Checking bit-set v0.2.0 Oct 31 20:24:27.980 INFO kablam! Checking text-diff v0.4.0 Oct 31 20:24:29.272 INFO kablam! Checking regex v0.2.1 Oct 31 20:24:33.513 INFO kablam! Checking curl v0.4.6 Oct 31 20:24:40.217 INFO kablam! Compiling html5ever v0.2.11 Oct 31 20:24:49.205 INFO kablam! Checking select v0.2.2 Oct 31 20:24:50.096 INFO kablam! Checking ghwcli v0.1.0 (/source) Oct 31 20:24:51.100 INFO kablam! warning: unused imports: `Difference`, `print_diff` Oct 31 20:24:51.100 INFO kablam! --> src/main.rs:20:23 Oct 31 20:24:51.100 INFO kablam! | Oct 31 20:24:51.100 INFO kablam! 20 | use text_diff::{diff, print_diff, Difference}; Oct 31 20:24:51.100 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^ Oct 31 20:24:51.100 INFO kablam! | Oct 31 20:24:51.100 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 20:24:51.100 INFO kablam! Oct 31 20:24:51.100 INFO kablam! warning: unused import: `stdout` Oct 31 20:24:51.100 INFO kablam! --> src/main.rs:27:22 Oct 31 20:24:51.100 INFO kablam! | Oct 31 20:24:51.100 INFO kablam! 27 | use std::io::{stdin, stdout, Read, Write}; Oct 31 20:24:51.101 INFO kablam! | ^^^^^^ Oct 31 20:24:51.101 INFO kablam! Oct 31 20:24:51.124 INFO kablam! warning: unused imports: `Difference`, `print_diff` Oct 31 20:24:51.124 INFO kablam! --> src/main.rs:20:23 Oct 31 20:24:51.124 INFO kablam! | Oct 31 20:24:51.124 INFO kablam! 20 | use text_diff::{diff, print_diff, Difference}; Oct 31 20:24:51.124 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^ Oct 31 20:24:51.124 INFO kablam! | Oct 31 20:24:51.124 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 20:24:51.124 INFO kablam! Oct 31 20:24:51.124 INFO kablam! warning: unused import: `stdout` Oct 31 20:24:51.124 INFO kablam! --> src/main.rs:27:22 Oct 31 20:24:51.124 INFO kablam! | Oct 31 20:24:51.124 INFO kablam! 27 | use std::io::{stdin, stdout, Read, Write}; Oct 31 20:24:51.124 INFO kablam! | ^^^^^^ Oct 31 20:24:51.124 INFO kablam! Oct 31 20:24:51.484 INFO kablam! warning: method is never used: `get_url_frag` Oct 31 20:24:51.484 INFO kablam! --> src/github.rs:17:5 Oct 31 20:24:51.484 INFO kablam! | Oct 31 20:24:51.484 INFO kablam! 17 | pub fn get_url_frag(&self) -> String { Oct 31 20:24:51.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:24:51.484 INFO kablam! | Oct 31 20:24:51.484 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 20:24:51.484 INFO kablam! Oct 31 20:24:51.484 INFO kablam! warning: method is never used: `get_url_frag` Oct 31 20:24:51.484 INFO kablam! --> src/project.rs:14:5 Oct 31 20:24:51.484 INFO kablam! | Oct 31 20:24:51.484 INFO kablam! 14 | pub fn get_url_frag(&self) -> String { Oct 31 20:24:51.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:24:51.484 INFO kablam! Oct 31 20:24:51.484 INFO kablam! warning: function is never used: `check_for_diff` Oct 31 20:24:51.484 INFO kablam! --> src/main.rs:158:1 Oct 31 20:24:51.484 INFO kablam! | Oct 31 20:24:51.484 INFO kablam! 158 | fn check_for_diff(orig: &str, edit: &str) { Oct 31 20:24:51.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:24:51.484 INFO kablam! Oct 31 20:24:51.553 INFO kablam! warning: method is never used: `get_url_frag` Oct 31 20:24:51.553 INFO kablam! --> src/github.rs:17:5 Oct 31 20:24:51.553 INFO kablam! | Oct 31 20:24:51.554 INFO kablam! 17 | pub fn get_url_frag(&self) -> String { Oct 31 20:24:51.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:24:51.554 INFO kablam! | Oct 31 20:24:51.554 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 20:24:51.555 INFO kablam! Oct 31 20:24:51.555 INFO kablam! warning: method is never used: `get_url_frag` Oct 31 20:24:51.555 INFO kablam! --> src/project.rs:14:5 Oct 31 20:24:51.555 INFO kablam! | Oct 31 20:24:51.556 INFO kablam! 14 | pub fn get_url_frag(&self) -> String { Oct 31 20:24:51.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:24:51.556 INFO kablam! Oct 31 20:24:51.556 INFO kablam! warning: function is never used: `check_for_diff` Oct 31 20:24:51.557 INFO kablam! --> src/main.rs:158:1 Oct 31 20:24:51.557 INFO kablam! | Oct 31 20:24:51.557 INFO kablam! 158 | fn check_for_diff(orig: &str, edit: &str) { Oct 31 20:24:51.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:24:51.558 INFO kablam! Oct 31 20:24:51.625 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.54s Oct 31 20:24:51.656 INFO kablam! su: No module specific data is present Oct 31 20:24:52.725 INFO running `"docker" "rm" "-f" "b88fa301804c779b370548c1d247cff61a04b6dc02315662df368e9aef8cc4bd"` Oct 31 20:24:52.966 INFO blam! b88fa301804c779b370548c1d247cff61a04b6dc02315662df368e9aef8cc4bd