Oct 21 20:00:04.156 INFO checking adolfosilva/jobfinder against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:00:04.156 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/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 21 20:00:04.530 INFO blam! 178776d85f498eec1437fd4bd3ec22dfb6ca22760ccc58c727021e5edae147d7 Oct 21 20:00:04.530 INFO running `"docker" "start" "-a" "178776d85f498eec1437fd4bd3ec22dfb6ca22760ccc58c727021e5edae147d7"` Oct 21 20:00:05.893 INFO kablam! usermod: no changes Oct 21 20:00:06.252 INFO kablam! Compiling pq-sys v0.4.3 Oct 21 20:00:06.253 INFO kablam! Checking serde v0.9.14 Oct 21 20:00:06.260 INFO kablam! Checking md5 v0.3.4 Oct 21 20:00:06.267 INFO kablam! Compiling memchr v0.1.11 Oct 21 20:00:06.269 INFO kablam! Compiling syn v0.11.11 Oct 21 20:00:06.272 INFO kablam! Checking clap v2.23.3 Oct 21 20:00:06.273 INFO kablam! Compiling string_cache_codegen v0.3.1 Oct 21 20:00:06.273 INFO kablam! Compiling string_cache_codegen v0.4.0 Oct 21 20:00:09.124 INFO kablam! Checking url v1.4.0 Oct 21 20:00:09.124 INFO kablam! Compiling aho-corasick v0.5.3 Oct 21 20:00:12.489 INFO kablam! Checking postgres-protocol v0.2.1 Oct 21 20:00:12.510 INFO kablam! Compiling thread-id v2.0.0 Oct 21 20:00:12.784 INFO kablam! Checking tendril v0.2.3 Oct 21 20:00:12.856 INFO kablam! Checking env_logger v0.4.2 Oct 21 20:00:13.507 INFO kablam! Compiling string_cache v0.4.0 Oct 21 20:00:13.840 INFO kablam! Compiling html5ever-atoms v0.2.2 Oct 21 20:00:14.244 INFO kablam! Compiling string_cache v0.5.0 Oct 21 20:00:15.043 INFO kablam! Compiling html5ever-atoms v0.3.0 Oct 21 20:00:16.718 INFO kablam! Compiling thread_local v0.2.7 Oct 21 20:00:18.160 INFO kablam! Checking hyper v0.10.9 Oct 21 20:00:18.524 INFO kablam! Checking diesel v0.11.4 Oct 21 20:00:18.812 INFO kablam! Checking dotenv v0.8.0 Oct 21 20:00:23.944 INFO kablam! Compiling regex v0.1.80 Oct 21 20:00:24.622 INFO kablam! Checking chrono v0.3.0 Oct 21 20:00:24.916 INFO kablam! Checking toml v0.3.2 Oct 21 20:00:26.947 INFO kablam! Compiling html5ever v0.14.1 Oct 21 20:00:26.960 INFO kablam! Compiling html5ever v0.15.0 Oct 21 20:00:27.344 INFO kablam! Compiling serde_codegen_internals v0.14.2 Oct 21 20:00:38.697 INFO kablam! Checking hyper-openssl v0.2.6 Oct 21 20:00:38.704 INFO kablam! Checking postgres-shared v0.2.0 Oct 21 20:00:39.154 INFO kablam! Compiling serde_derive v0.9.14 Oct 21 20:00:44.541 INFO kablam! Checking postgres v0.14.0 Oct 21 20:00:52.116 INFO kablam! Checking select v0.4.0 Oct 21 20:00:55.152 INFO kablam! Compiling diesel_infer_schema v0.11.0 Oct 21 20:00:57.999 INFO kablam! Compiling diesel_codegen v0.11.0 Oct 21 20:01:05.598 INFO kablam! Checking jobfinder v0.1.0 (/source) Oct 21 20:01:09.327 INFO kablam! warning: unused variable: `client` Oct 21 20:01:09.327 INFO kablam! --> src/downloader.rs:280:20 Oct 21 20:01:09.327 INFO kablam! | Oct 21 20:01:09.327 INFO kablam! 280 | fn start(&self, client: &HttpClient, connection: &Connection) { Oct 21 20:01:09.327 INFO kablam! | ^^^^^^ help: consider using `_client` instead Oct 21 20:01:09.327 INFO kablam! | Oct 21 20:01:09.327 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:01:09.327 INFO kablam! Oct 21 20:01:09.328 INFO kablam! warning: unused variable: `connection` Oct 21 20:01:09.328 INFO kablam! --> src/downloader.rs:280:41 Oct 21 20:01:09.328 INFO kablam! | Oct 21 20:01:09.328 INFO kablam! 280 | fn start(&self, client: &HttpClient, connection: &Connection) { Oct 21 20:01:09.328 INFO kablam! | ^^^^^^^^^^ help: consider using `_connection` instead Oct 21 20:01:09.328 INFO kablam! Oct 21 20:01:09.440 INFO kablam! warning: unused variable: `client` Oct 21 20:01:09.440 INFO kablam! --> src/downloader.rs:280:20 Oct 21 20:01:09.440 INFO kablam! | Oct 21 20:01:09.440 INFO kablam! 280 | fn start(&self, client: &HttpClient, connection: &Connection) { Oct 21 20:01:09.440 INFO kablam! | ^^^^^^ help: consider using `_client` instead Oct 21 20:01:09.440 INFO kablam! | Oct 21 20:01:09.440 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:01:09.440 INFO kablam! Oct 21 20:01:09.440 INFO kablam! warning: unused variable: `connection` Oct 21 20:01:09.440 INFO kablam! --> src/downloader.rs:280:41 Oct 21 20:01:09.440 INFO kablam! | Oct 21 20:01:09.440 INFO kablam! 280 | fn start(&self, client: &HttpClient, connection: &Connection) { Oct 21 20:01:09.440 INFO kablam! | ^^^^^^^^^^ help: consider using `_connection` instead Oct 21 20:01:09.440 INFO kablam! Oct 21 20:01:09.680 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 03s Oct 21 20:01:09.696 INFO kablam! su: No module specific data is present Oct 21 20:01:10.204 INFO running `"docker" "rm" "-f" "178776d85f498eec1437fd4bd3ec22dfb6ca22760ccc58c727021e5edae147d7"` Oct 21 20:01:10.517 INFO blam! 178776d85f498eec1437fd4bd3ec22dfb6ca22760ccc58c727021e5edae147d7