Oct 12 14:32:10.126 INFO checking rustudio/oxide against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 14:32:10.128 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12 14:32:10.573 INFO blam! 49fb6b0f5c6008bcdb54fc62be499e1255a7837123fdaad8fd5055428bcd600c Oct 12 14:32:10.580 INFO running `"docker" "start" "-a" "49fb6b0f5c6008bcdb54fc62be499e1255a7837123fdaad8fd5055428bcd600c"` Oct 12 14:32:11.907 INFO kablam! usermod: no changes Oct 12 14:32:12.181 INFO kablam! Compiling pq-sys v0.4.5 Oct 12 14:32:12.182 INFO kablam! Checking crossbeam-epoch v0.4.3 Oct 12 14:32:12.183 INFO kablam! Checking want v0.0.5 Oct 12 14:32:12.189 INFO kablam! Checking http v0.1.6 Oct 12 14:32:12.190 INFO kablam! Compiling diesel_derives v1.3.0 Oct 12 14:32:12.190 INFO kablam! Checking dotenv v0.9.0 Oct 12 14:32:15.217 INFO kablam! Checking crossbeam-deque v0.3.1 Oct 12 14:32:17.089 INFO kablam! Checking tokio-threadpool v0.1.4 Oct 12 14:32:20.954 INFO kablam! Checking tokio-fs v0.1.1 Oct 12 14:32:23.808 INFO kablam! Checking tokio v0.1.7 Oct 12 14:32:24.443 INFO kablam! Checking h2 v0.1.10 Oct 12 14:32:27.841 INFO kablam! Checking diesel v1.3.2 Oct 12 14:32:30.308 INFO kablam! Checking hyper v0.12.2 Oct 12 14:33:09.012 INFO kablam! Checking oxide v0.1.0 (/source) Oct 12 14:33:10.909 INFO kablam! warning: unused import: `std::env` Oct 12 14:33:10.909 INFO kablam! --> src/main.rs:9:5 Oct 12 14:33:10.909 INFO kablam! | Oct 12 14:33:10.910 INFO kablam! 9 | use std::env; Oct 12 14:33:10.910 INFO kablam! | ^^^^^^^^ Oct 12 14:33:10.910 INFO kablam! | Oct 12 14:33:10.910 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 14:33:10.911 INFO kablam! Oct 12 14:33:10.997 INFO kablam! warning: unused import: `std::env` Oct 12 14:33:10.997 INFO kablam! --> src/main.rs:9:5 Oct 12 14:33:10.998 INFO kablam! | Oct 12 14:33:10.998 INFO kablam! 9 | use std::env; Oct 12 14:33:10.998 INFO kablam! | ^^^^^^^^ Oct 12 14:33:10.999 INFO kablam! | Oct 12 14:33:10.999 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 14:33:10.999 INFO kablam! Oct 12 14:33:11.089 INFO kablam! warning: unused variable: `req` Oct 12 14:33:11.089 INFO kablam! --> src/main.rs:22:16 Oct 12 14:33:11.089 INFO kablam! | Oct 12 14:33:11.090 INFO kablam! 22 | fn hello_world(req: Request) -> Response { Oct 12 14:33:11.090 INFO kablam! | ^^^ help: consider using `_req` instead Oct 12 14:33:11.090 INFO kablam! | Oct 12 14:33:11.091 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 14:33:11.091 INFO kablam! Oct 12 14:33:11.091 INFO kablam! warning: unused variable: `req` Oct 12 14:33:11.092 INFO kablam! --> src/main.rs:26:10 Oct 12 14:33:11.092 INFO kablam! | Oct 12 14:33:11.092 INFO kablam! 26 | fn index(req: Request) -> Response { Oct 12 14:33:11.093 INFO kablam! | ^^^ help: consider using `_req` instead Oct 12 14:33:11.093 INFO kablam! Oct 12 14:33:11.135 INFO kablam! warning: function is never used: `index` Oct 12 14:33:11.136 INFO kablam! --> src/main.rs:26:1 Oct 12 14:33:11.136 INFO kablam! | Oct 12 14:33:11.136 INFO kablam! 26 | fn index(req: Request) -> Response { Oct 12 14:33:11.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:33:11.137 INFO kablam! | Oct 12 14:33:11.137 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 14:33:11.138 INFO kablam! Oct 12 14:33:11.138 INFO kablam! warning: function is never used: `conn` Oct 12 14:33:11.138 INFO kablam! --> src/main.rs:45:1 Oct 12 14:33:11.138 INFO kablam! | Oct 12 14:33:11.139 INFO kablam! 45 | fn conn() -> PgConnection { Oct 12 14:33:11.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:33:11.139 INFO kablam! Oct 12 14:33:11.269 INFO kablam! warning: unused variable: `req` Oct 12 14:33:11.269 INFO kablam! --> src/main.rs:22:16 Oct 12 14:33:11.269 INFO kablam! | Oct 12 14:33:11.270 INFO kablam! 22 | fn hello_world(req: Request) -> Response { Oct 12 14:33:11.270 INFO kablam! | ^^^ help: consider using `_req` instead Oct 12 14:33:11.270 INFO kablam! | Oct 12 14:33:11.270 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 14:33:11.271 INFO kablam! Oct 12 14:33:11.271 INFO kablam! warning: unused variable: `req` Oct 12 14:33:11.271 INFO kablam! --> src/main.rs:26:10 Oct 12 14:33:11.271 INFO kablam! | Oct 12 14:33:11.272 INFO kablam! 26 | fn index(req: Request) -> Response { Oct 12 14:33:11.272 INFO kablam! | ^^^ help: consider using `_req` instead Oct 12 14:33:11.272 INFO kablam! Oct 12 14:33:11.320 INFO kablam! warning: function is never used: `index` Oct 12 14:33:11.320 INFO kablam! --> src/main.rs:26:1 Oct 12 14:33:11.320 INFO kablam! | Oct 12 14:33:11.320 INFO kablam! 26 | fn index(req: Request) -> Response { Oct 12 14:33:11.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:33:11.320 INFO kablam! | Oct 12 14:33:11.320 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 14:33:11.320 INFO kablam! Oct 12 14:33:11.320 INFO kablam! warning: function is never used: `conn` Oct 12 14:33:11.320 INFO kablam! --> src/main.rs:45:1 Oct 12 14:33:11.320 INFO kablam! | Oct 12 14:33:11.320 INFO kablam! 45 | fn conn() -> PgConnection { Oct 12 14:33:11.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:33:11.320 INFO kablam! Oct 12 14:33:11.375 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 59.42s Oct 12 14:33:11.392 INFO kablam! su: No module specific data is present Oct 12 14:33:12.662 INFO running `"docker" "rm" "-f" "49fb6b0f5c6008bcdb54fc62be499e1255a7837123fdaad8fd5055428bcd600c"` Oct 12 14:33:13.012 INFO blam! 49fb6b0f5c6008bcdb54fc62be499e1255a7837123fdaad8fd5055428bcd600c