Oct 27 08:50:32.415 INFO checking adolfosilva/jobfinder against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 08:50:32.417 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 27 08:50:32.943 INFO blam! b709e678a305c0cdb64c462439ba555c5aa7af6a28a23bd60d321d3fd3bd2594 Oct 27 08:50:32.959 INFO running `"docker" "start" "-a" "b709e678a305c0cdb64c462439ba555c5aa7af6a28a23bd60d321d3fd3bd2594"` Oct 27 08:50:34.199 INFO kablam! usermod: no changes Oct 27 08:50:34.518 INFO kablam! Compiling memchr v0.1.11 Oct 27 08:50:34.533 INFO kablam! Checking toml v0.3.2 Oct 27 08:50:34.552 INFO kablam! Checking postgres-protocol v0.2.1 Oct 27 08:50:34.560 INFO kablam! Compiling string_cache_codegen v0.3.1 Oct 27 08:50:34.560 INFO kablam! Compiling string_cache_codegen v0.4.0 Oct 27 08:50:34.570 INFO kablam! Compiling serde_codegen_internals v0.14.2 Oct 27 08:50:34.623 INFO kablam! Checking url v1.4.0 Oct 27 08:50:34.624 INFO kablam! Compiling diesel v0.11.4 Oct 27 08:50:44.607 INFO kablam! Compiling html5ever v0.14.1 Oct 27 08:50:44.607 INFO kablam! Compiling html5ever v0.15.0 Oct 27 08:50:44.623 INFO kablam! Compiling thread-id v2.0.0 Oct 27 08:50:44.680 INFO kablam! Checking chrono v0.3.0 Oct 27 08:50:44.686 INFO kablam! Checking tendril v0.2.3 Oct 27 08:50:45.147 INFO kablam! Compiling aho-corasick v0.5.3 Oct 27 08:50:46.735 INFO kablam! Compiling string_cache v0.5.0 Oct 27 08:50:53.627 INFO kablam! Compiling html5ever-atoms v0.3.0 Oct 27 08:50:53.647 INFO kablam! Compiling string_cache v0.4.0 Oct 27 08:50:53.843 INFO kablam! Compiling html5ever-atoms v0.2.2 Oct 27 08:50:53.927 INFO kablam! Checking hyper v0.10.9 Oct 27 08:50:57.759 INFO kablam! Compiling serde_derive v0.9.14 Oct 27 08:50:59.427 INFO kablam! Compiling thread_local v0.2.7 Oct 27 08:50:59.811 INFO kablam! Checking postgres-shared v0.2.0 Oct 27 08:51:08.739 INFO kablam! Checking dotenv v0.8.0 Oct 27 08:51:10.155 INFO kablam! Compiling regex v0.1.80 Oct 27 08:51:12.408 INFO kablam! Checking postgres v0.14.0 Oct 27 08:51:13.387 INFO kablam! Checking hyper-openssl v0.2.6 Oct 27 08:51:24.179 INFO kablam! Compiling diesel_infer_schema v0.11.0 Oct 27 08:51:36.085 INFO kablam! Compiling diesel_codegen v0.11.0 Oct 27 08:51:36.540 INFO kablam! Checking select v0.4.0 Oct 27 08:51:44.731 INFO kablam! Checking jobfinder v0.1.0 (/source) Oct 27 08:51:49.552 INFO kablam! warning: unused variable: `client` Oct 27 08:51:49.552 INFO kablam! --> src/downloader.rs:280:20 Oct 27 08:51:49.552 INFO kablam! | Oct 27 08:51:49.553 INFO kablam! 280 | fn start(&self, client: &HttpClient, connection: &Connection) { Oct 27 08:51:49.553 INFO kablam! | ^^^^^^ help: consider using `_client` instead Oct 27 08:51:49.553 INFO kablam! | Oct 27 08:51:49.553 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 08:51:49.553 INFO kablam! Oct 27 08:51:49.553 INFO kablam! warning: unused variable: `connection` Oct 27 08:51:49.553 INFO kablam! --> src/downloader.rs:280:41 Oct 27 08:51:49.553 INFO kablam! | Oct 27 08:51:49.553 INFO kablam! 280 | fn start(&self, client: &HttpClient, connection: &Connection) { Oct 27 08:51:49.553 INFO kablam! | ^^^^^^^^^^ help: consider using `_connection` instead Oct 27 08:51:49.553 INFO kablam! Oct 27 08:51:49.623 INFO kablam! warning: unused variable: `client` Oct 27 08:51:49.623 INFO kablam! --> src/downloader.rs:280:20 Oct 27 08:51:49.623 INFO kablam! | Oct 27 08:51:49.623 INFO kablam! 280 | fn start(&self, client: &HttpClient, connection: &Connection) { Oct 27 08:51:49.623 INFO kablam! | ^^^^^^ help: consider using `_client` instead Oct 27 08:51:49.623 INFO kablam! | Oct 27 08:51:49.623 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 08:51:49.623 INFO kablam! Oct 27 08:51:49.623 INFO kablam! warning: unused variable: `connection` Oct 27 08:51:49.623 INFO kablam! --> src/downloader.rs:280:41 Oct 27 08:51:49.623 INFO kablam! | Oct 27 08:51:49.623 INFO kablam! 280 | fn start(&self, client: &HttpClient, connection: &Connection) { Oct 27 08:51:49.623 INFO kablam! | ^^^^^^^^^^ help: consider using `_connection` instead Oct 27 08:51:49.623 INFO kablam! Oct 27 08:51:49.853 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 15s Oct 27 08:51:49.866 INFO kablam! su: No module specific data is present Oct 27 08:51:50.605 INFO running `"docker" "rm" "-f" "b709e678a305c0cdb64c462439ba555c5aa7af6a28a23bd60d321d3fd3bd2594"` Oct 27 08:51:51.015 INFO blam! b709e678a305c0cdb64c462439ba555c5aa7af6a28a23bd60d321d3fd3bd2594