Nov 30 07:36:53.565 INFO checking adolfosilva/jobfinder against master#a49316ddc99d9d595193557fc899f6c52e4d9af9 for pr-56323 Nov 30 07:36:53.565 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-1/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56323/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/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 +a49316ddc99d9d595193557fc899f6c52e4d9af9-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"` Nov 30 07:36:54.056 INFO [stdout] a556c80b7ac0b48d199049c5d1a01362db35db0919ca26f67a296163b04eb4be Nov 30 07:36:54.058 INFO running `"docker" "start" "-a" "a556c80b7ac0b48d199049c5d1a01362db35db0919ca26f67a296163b04eb4be"` Nov 30 07:36:55.651 INFO [stderr] usermod: no changes Nov 30 07:36:56.073 INFO [stderr] Compiling pq-sys v0.4.3 Nov 30 07:36:56.075 INFO [stderr] Checking serde v0.9.14 Nov 30 07:36:56.075 INFO [stderr] Compiling byteorder v1.0.0 Nov 30 07:36:56.075 INFO [stderr] Checking md5 v0.3.4 Nov 30 07:36:56.077 INFO [stderr] Compiling memchr v0.1.11 Nov 30 07:36:56.088 INFO [stderr] Checking utf-8 v0.6.0 Nov 30 07:36:56.091 INFO [stderr] Checking term_size v0.3.0 Nov 30 07:36:56.092 INFO [stderr] Checking bit-set v0.4.0 Nov 30 07:36:58.179 INFO [stderr] Checking clap v2.23.3 Nov 30 07:36:59.176 INFO [stderr] Compiling string_cache_codegen v0.3.1 Nov 30 07:36:59.238 INFO [stderr] Compiling string_cache_codegen v0.4.0 Nov 30 07:37:00.504 INFO [stderr] Compiling serde_codegen_internals v0.14.2 Nov 30 07:37:00.505 INFO [stderr] Checking url v1.4.0 Nov 30 07:37:00.537 INFO [stderr] Checking postgres-protocol v0.2.1 Nov 30 07:37:01.480 INFO [stderr] Compiling aho-corasick v0.5.3 Nov 30 07:37:08.266 INFO [stderr] Compiling html5ever v0.14.1 Nov 30 07:37:08.288 INFO [stderr] Compiling html5ever v0.15.0 Nov 30 07:37:08.300 INFO [stderr] Compiling thread-id v2.0.0 Nov 30 07:37:08.300 INFO [stderr] Checking tendril v0.2.3 Nov 30 07:37:08.421 INFO [stderr] Checking env_logger v0.4.2 Nov 30 07:37:08.864 INFO [stderr] Compiling string_cache v0.5.0 Nov 30 07:37:09.534 INFO [stderr] Compiling html5ever-atoms v0.3.0 Nov 30 07:37:11.716 INFO [stderr] Compiling string_cache v0.4.0 Nov 30 07:37:11.872 INFO [stderr] Compiling html5ever-atoms v0.2.2 Nov 30 07:37:12.672 INFO [stderr] Checking hyper v0.10.9 Nov 30 07:37:17.915 INFO [stderr] Compiling serde_derive v0.9.14 Nov 30 07:37:20.424 INFO [stderr] Compiling thread_local v0.2.7 Nov 30 07:37:22.496 INFO [stderr] Checking chrono v0.3.0 Nov 30 07:37:22.832 INFO [stderr] Checking toml v0.3.2 Nov 30 07:37:23.170 INFO [stderr] Compiling diesel v0.11.4 Nov 30 07:37:26.851 INFO [stderr] Checking dotenv v0.8.0 Nov 30 07:37:31.032 INFO [stderr] Compiling regex v0.1.80 Nov 30 07:37:33.398 INFO [stderr] Checking postgres-shared v0.2.0 Nov 30 07:37:38.360 INFO [stderr] Checking hyper-openssl v0.2.6 Nov 30 07:37:42.756 INFO [stderr] Checking postgres v0.14.0 Nov 30 07:38:04.516 INFO [stderr] Checking select v0.4.0 Nov 30 07:38:13.100 INFO [stderr] Compiling diesel_infer_schema v0.11.0 Nov 30 07:38:16.153 INFO [stderr] Compiling diesel_codegen v0.11.0 Nov 30 07:38:23.184 INFO [stderr] Checking jobfinder v0.1.0 (/source) Nov 30 07:38:27.815 INFO [stderr] warning: unused variable: `client` Nov 30 07:38:27.815 INFO [stderr] --> src/downloader.rs:280:20 Nov 30 07:38:27.815 INFO [stderr] | Nov 30 07:38:27.815 INFO [stderr] 280 | fn start(&self, client: &HttpClient, connection: &Connection) { Nov 30 07:38:27.815 INFO [stderr] | ^^^^^^ help: consider using `_client` instead Nov 30 07:38:27.815 INFO [stderr] | Nov 30 07:38:27.824 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 30 07:38:27.824 INFO [stderr] Nov 30 07:38:27.824 INFO [stderr] warning: unused variable: `connection` Nov 30 07:38:27.824 INFO [stderr] --> src/downloader.rs:280:41 Nov 30 07:38:27.824 INFO [stderr] | Nov 30 07:38:27.824 INFO [stderr] 280 | fn start(&self, client: &HttpClient, connection: &Connection) { Nov 30 07:38:27.824 INFO [stderr] | ^^^^^^^^^^ help: consider using `_connection` instead Nov 30 07:38:27.824 INFO [stderr] Nov 30 07:38:28.344 INFO [stderr] warning: unused variable: `client` Nov 30 07:38:28.344 INFO [stderr] --> src/downloader.rs:280:20 Nov 30 07:38:28.344 INFO [stderr] | Nov 30 07:38:28.344 INFO [stderr] 280 | fn start(&self, client: &HttpClient, connection: &Connection) { Nov 30 07:38:28.344 INFO [stderr] | ^^^^^^ help: consider using `_client` instead Nov 30 07:38:28.344 INFO [stderr] | Nov 30 07:38:28.344 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 30 07:38:28.344 INFO [stderr] Nov 30 07:38:28.344 INFO [stderr] warning: unused variable: `connection` Nov 30 07:38:28.344 INFO [stderr] --> src/downloader.rs:280:41 Nov 30 07:38:28.344 INFO [stderr] | Nov 30 07:38:28.344 INFO [stderr] 280 | fn start(&self, client: &HttpClient, connection: &Connection) { Nov 30 07:38:28.344 INFO [stderr] | ^^^^^^^^^^ help: consider using `_connection` instead Nov 30 07:38:28.344 INFO [stderr] Nov 30 07:38:28.511 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 32s Nov 30 07:38:28.526 INFO [stderr] su: No module specific data is present Nov 30 07:38:29.231 INFO running `"docker" "inspect" "a556c80b7ac0b48d199049c5d1a01362db35db0919ca26f67a296163b04eb4be"` Nov 30 07:38:29.396 INFO running `"docker" "rm" "-f" "a556c80b7ac0b48d199049c5d1a01362db35db0919ca26f67a296163b04eb4be"` Nov 30 07:38:29.596 INFO [stdout] a556c80b7ac0b48d199049c5d1a01362db35db0919ca26f67a296163b04eb4be