Oct 13 03:49:24.007 INFO checking Leopard2A5/rust-hyper-microservice against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 03:49:24.009 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 03:49:24.289 INFO blam! c82fa9e2b28b6d0ba1f32323e052a717e5c5ebad9644e729eb4d614299ba121d Oct 13 03:49:24.297 INFO running `"docker" "start" "-a" "c82fa9e2b28b6d0ba1f32323e052a717e5c5ebad9644e729eb4d614299ba121d"` Oct 13 03:49:25.676 INFO kablam! usermod: no changes Oct 13 03:49:25.987 INFO kablam! Compiling pq-sys v0.4.4 Oct 13 03:49:26.013 INFO kablam! Checking memchr v1.0.2 Oct 13 03:49:26.015 INFO kablam! Checking socket2 v0.3.4 Oct 13 03:49:26.017 INFO kablam! Checking tokio-executor v0.1.0 Oct 13 03:49:26.019 INFO kablam! Checking futures-cpupool v0.1.8 Oct 13 03:49:26.025 INFO kablam! Checking crossbeam-epoch v0.4.0 Oct 13 03:49:26.028 INFO kablam! Checking r2d2 v0.8.2 Oct 13 03:49:26.029 INFO kablam! Checking tokio-io v0.1.6 Oct 13 03:49:29.233 INFO kablam! Compiling diesel_derives v1.1.0 Oct 13 03:49:29.413 INFO kablam! Checking env_logger v0.5.5 Oct 13 03:49:31.269 INFO kablam! Checking dotenv v0.9.0 Oct 13 03:49:31.279 INFO kablam! Checking sha2 v0.7.0 Oct 13 03:49:32.120 INFO kablam! Checking crossbeam-deque v0.3.0 Oct 13 03:49:34.422 INFO kablam! Checking postgres-protocol v0.3.2 Oct 13 03:49:34.945 INFO kablam! Checking tokio-reactor v0.1.0 Oct 13 03:49:38.146 INFO kablam! Checking tokio-threadpool v0.1.0 Oct 13 03:49:42.096 INFO kablam! Checking postgres-shared v0.4.1 Oct 13 03:49:43.017 INFO kablam! Checking tokio v0.1.3 Oct 13 03:49:47.710 INFO kablam! Checking diesel v1.1.1 Oct 13 03:49:48.340 INFO kablam! Checking tokio-core v0.1.15 Oct 13 03:49:48.660 INFO kablam! Checking postgres v0.15.2 Oct 13 03:49:51.822 INFO kablam! Checking r2d2_postgres v0.14.0 Oct 13 03:49:52.796 INFO kablam! Checking tokio-proto v0.1.1 Oct 13 03:49:58.918 INFO kablam! Checking hyper v0.11.22 Oct 13 03:50:03.273 INFO kablam! Checking r2d2-diesel v1.0.0 Oct 13 03:50:08.004 INFO kablam! Checking hyper-microservice v0.1.0 (/source) Oct 13 03:50:13.844 INFO kablam! warning: unused import: `::request_utils::decode_query` Oct 13 03:50:13.844 INFO kablam! --> src/services/shortener_get_service.rs:4:5 Oct 13 03:50:13.844 INFO kablam! | Oct 13 03:50:13.844 INFO kablam! 4 | use ::request_utils::decode_query; Oct 13 03:50:13.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:50:13.844 INFO kablam! | Oct 13 03:50:13.844 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:50:13.844 INFO kablam! Oct 13 03:50:14.166 INFO kablam! warning: type alias is never used: `Connection` Oct 13 03:50:14.166 INFO kablam! --> src/db_connection.rs:8:1 Oct 13 03:50:14.166 INFO kablam! | Oct 13 03:50:14.166 INFO kablam! 8 | pub type Connection = PooledConnection>; Oct 13 03:50:14.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:50:14.166 INFO kablam! | Oct 13 03:50:14.166 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:50:14.166 INFO kablam! Oct 13 03:50:14.527 INFO kablam! warning: unused import: `::request_utils::decode_query` Oct 13 03:50:14.528 INFO kablam! --> src/services/shortener_get_service.rs:4:5 Oct 13 03:50:14.532 INFO kablam! | Oct 13 03:50:14.533 INFO kablam! 4 | use ::request_utils::decode_query; Oct 13 03:50:14.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:50:14.533 INFO kablam! | Oct 13 03:50:14.533 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:50:14.534 INFO kablam! Oct 13 03:50:14.809 INFO kablam! warning: type alias is never used: `Connection` Oct 13 03:50:14.809 INFO kablam! --> src/db_connection.rs:8:1 Oct 13 03:50:14.812 INFO kablam! | Oct 13 03:50:14.813 INFO kablam! 8 | pub type Connection = PooledConnection>; Oct 13 03:50:14.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:50:14.813 INFO kablam! | Oct 13 03:50:14.813 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:50:14.814 INFO kablam! Oct 13 03:50:14.864 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 49.16s Oct 13 03:50:14.875 INFO kablam! su: No module specific data is present Oct 13 03:50:15.144 INFO running `"docker" "rm" "-f" "c82fa9e2b28b6d0ba1f32323e052a717e5c5ebad9644e729eb4d614299ba121d"` Oct 13 03:50:15.250 INFO blam! c82fa9e2b28b6d0ba1f32323e052a717e5c5ebad9644e729eb4d614299ba121d