Oct 31 21:59:41.634 INFO checking rustudio/oxide against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 21:59:41.634 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-4/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 31 21:59:42.026 INFO blam! c0bd734b6432338db8c7a85a2e772cc0d6c17dd7e94bbd654f3cb0850c1a3c6c Oct 31 21:59:42.030 INFO running `"docker" "start" "-a" "c0bd734b6432338db8c7a85a2e772cc0d6c17dd7e94bbd654f3cb0850c1a3c6c"` Oct 31 21:59:43.389 INFO kablam! usermod: no changes Oct 31 21:59:43.601 INFO kablam! Compiling pq-sys v0.4.5 Oct 31 21:59:43.617 INFO kablam! Checking mio v0.6.14 Oct 31 21:59:43.617 INFO kablam! Checking want v0.0.5 Oct 31 21:59:43.618 INFO kablam! Checking tokio-io v0.1.7 Oct 31 21:59:43.618 INFO kablam! Checking http v0.1.6 Oct 31 21:59:43.618 INFO kablam! Checking tokio-threadpool v0.1.4 Oct 31 21:59:43.619 INFO kablam! Checking dotenv v0.9.0 Oct 31 21:59:47.064 INFO kablam! Checking tokio-codec v0.1.0 Oct 31 21:59:48.135 INFO kablam! Checking diesel v1.3.2 Oct 31 21:59:49.240 INFO kablam! Checking tokio-reactor v0.1.2 Oct 31 21:59:49.365 INFO kablam! Checking tokio-fs v0.1.1 Oct 31 21:59:51.681 INFO kablam! Checking tokio-tcp v0.1.0 Oct 31 21:59:51.681 INFO kablam! Checking tokio-udp v0.1.1 Oct 31 21:59:52.973 INFO kablam! Checking h2 v0.1.10 Oct 31 21:59:53.276 INFO kablam! Checking tokio v0.1.7 Oct 31 21:59:59.024 INFO kablam! Checking hyper v0.12.2 Oct 31 22:00:34.146 INFO kablam! Checking oxide v0.1.0 (/source) Oct 31 22:00:35.952 INFO kablam! warning: unused import: `std::env` Oct 31 22:00:35.953 INFO kablam! --> src/main.rs:9:5 Oct 31 22:00:35.954 INFO kablam! | Oct 31 22:00:35.954 INFO kablam! 9 | use std::env; Oct 31 22:00:35.955 INFO kablam! | ^^^^^^^^ Oct 31 22:00:35.956 INFO kablam! | Oct 31 22:00:35.956 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 22:00:35.957 INFO kablam! Oct 31 22:00:36.021 INFO kablam! warning: unused import: `std::env` Oct 31 22:00:36.021 INFO kablam! --> src/main.rs:9:5 Oct 31 22:00:36.021 INFO kablam! | Oct 31 22:00:36.022 INFO kablam! 9 | use std::env; Oct 31 22:00:36.022 INFO kablam! | ^^^^^^^^ Oct 31 22:00:36.022 INFO kablam! | Oct 31 22:00:36.022 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 22:00:36.022 INFO kablam! Oct 31 22:00:36.179 INFO kablam! warning: unused variable: `req` Oct 31 22:00:36.179 INFO kablam! --> src/main.rs:22:16 Oct 31 22:00:36.179 INFO kablam! | Oct 31 22:00:36.180 INFO kablam! 22 | fn hello_world(req: Request) -> Response { Oct 31 22:00:36.180 INFO kablam! | ^^^ help: consider using `_req` instead Oct 31 22:00:36.180 INFO kablam! | Oct 31 22:00:36.180 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 22:00:36.181 INFO kablam! Oct 31 22:00:36.181 INFO kablam! warning: unused variable: `req` Oct 31 22:00:36.182 INFO kablam! --> src/main.rs:26:10 Oct 31 22:00:36.182 INFO kablam! | Oct 31 22:00:36.182 INFO kablam! 26 | fn index(req: Request) -> Response { Oct 31 22:00:36.182 INFO kablam! | ^^^ help: consider using `_req` instead Oct 31 22:00:36.183 INFO kablam! Oct 31 22:00:36.253 INFO kablam! warning: function is never used: `index` Oct 31 22:00:36.253 INFO kablam! --> src/main.rs:26:1 Oct 31 22:00:36.253 INFO kablam! | Oct 31 22:00:36.254 INFO kablam! 26 | fn index(req: Request) -> Response { Oct 31 22:00:36.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:00:36.254 INFO kablam! | Oct 31 22:00:36.255 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 22:00:36.255 INFO kablam! Oct 31 22:00:36.255 INFO kablam! warning: function is never used: `conn` Oct 31 22:00:36.255 INFO kablam! --> src/main.rs:45:1 Oct 31 22:00:36.256 INFO kablam! | Oct 31 22:00:36.256 INFO kablam! 45 | fn conn() -> PgConnection { Oct 31 22:00:36.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:00:36.257 INFO kablam! Oct 31 22:00:36.261 INFO kablam! warning: unused variable: `req` Oct 31 22:00:36.262 INFO kablam! --> src/main.rs:22:16 Oct 31 22:00:36.262 INFO kablam! | Oct 31 22:00:36.262 INFO kablam! 22 | fn hello_world(req: Request) -> Response { Oct 31 22:00:36.262 INFO kablam! | ^^^ help: consider using `_req` instead Oct 31 22:00:36.263 INFO kablam! | Oct 31 22:00:36.263 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 22:00:36.263 INFO kablam! Oct 31 22:00:36.264 INFO kablam! warning: unused variable: `req` Oct 31 22:00:36.264 INFO kablam! --> src/main.rs:26:10 Oct 31 22:00:36.264 INFO kablam! | Oct 31 22:00:36.264 INFO kablam! 26 | fn index(req: Request) -> Response { Oct 31 22:00:36.265 INFO kablam! | ^^^ help: consider using `_req` instead Oct 31 22:00:36.265 INFO kablam! Oct 31 22:00:36.379 INFO kablam! warning: function is never used: `index` Oct 31 22:00:36.379 INFO kablam! --> src/main.rs:26:1 Oct 31 22:00:36.379 INFO kablam! | Oct 31 22:00:36.379 INFO kablam! 26 | fn index(req: Request) -> Response { Oct 31 22:00:36.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:00:36.380 INFO kablam! | Oct 31 22:00:36.380 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 22:00:36.380 INFO kablam! Oct 31 22:00:36.380 INFO kablam! warning: function is never used: `conn` Oct 31 22:00:36.380 INFO kablam! --> src/main.rs:45:1 Oct 31 22:00:36.380 INFO kablam! | Oct 31 22:00:36.380 INFO kablam! 45 | fn conn() -> PgConnection { Oct 31 22:00:36.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:00:36.382 INFO kablam! Oct 31 22:00:36.433 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 53.02s Oct 31 22:00:36.445 INFO kablam! su: No module specific data is present Oct 31 22:00:38.005 INFO running `"docker" "rm" "-f" "c0bd734b6432338db8c7a85a2e772cc0d6c17dd7e94bbd654f3cb0850c1a3c6c"` Oct 31 22:00:38.343 INFO blam! c0bd734b6432338db8c7a85a2e772cc0d6c17dd7e94bbd654f3cb0850c1a3c6c