Oct 26 21:43:44.881 INFO checking rustudio/oxide against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 21:43:44.883 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/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 26 21:43:46.112 INFO blam! d8bae73f41744d193bcbfc29259a5b71630bb95cb7143ee67cfe95f92b0930de Oct 26 21:43:46.115 INFO running `"docker" "start" "-a" "d8bae73f41744d193bcbfc29259a5b71630bb95cb7143ee67cfe95f92b0930de"` Oct 26 21:43:47.895 INFO kablam! usermod: no changes Oct 26 21:43:48.149 INFO kablam! Compiling pq-sys v0.4.5 Oct 26 21:43:48.171 INFO kablam! Checking want v0.0.5 Oct 26 21:43:48.171 INFO kablam! Checking crossbeam-epoch v0.4.3 Oct 26 21:43:48.199 INFO kablam! Checking mio v0.6.14 Oct 26 21:43:48.200 INFO kablam! Checking aho-corasick v0.6.4 Oct 26 21:43:48.201 INFO kablam! Checking tokio-io v0.1.7 Oct 26 21:43:48.211 INFO kablam! Checking http v0.1.6 Oct 26 21:43:48.212 INFO kablam! Checking serde_json v1.0.21 Oct 26 21:43:51.676 INFO kablam! Checking regex v0.2.11 Oct 26 21:43:53.083 INFO kablam! Checking crossbeam-deque v0.3.1 Oct 26 21:43:55.440 INFO kablam! Checking tokio-codec v0.1.0 Oct 26 21:43:55.442 INFO kablam! Checking tokio-reactor v0.1.2 Oct 26 21:43:55.959 INFO kablam! Checking tokio-threadpool v0.1.4 Oct 26 21:43:56.075 INFO kablam! Checking diesel v1.3.2 Oct 26 21:43:58.733 INFO kablam! Checking tokio-tcp v0.1.0 Oct 26 21:43:58.733 INFO kablam! Checking tokio-udp v0.1.1 Oct 26 21:43:59.771 INFO kablam! Checking tokio-fs v0.1.1 Oct 26 21:44:01.575 INFO kablam! Checking tokio v0.1.7 Oct 26 21:44:02.439 INFO kablam! Checking dotenv v0.9.0 Oct 26 21:44:02.579 INFO kablam! Checking h2 v0.1.10 Oct 26 21:44:08.527 INFO kablam! Checking hyper v0.12.2 Oct 26 21:44:42.235 INFO kablam! Checking oxide v0.1.0 (/source) Oct 26 21:44:44.055 INFO kablam! warning: unused import: `std::env` Oct 26 21:44:44.056 INFO kablam! --> src/main.rs:9:5 Oct 26 21:44:44.056 INFO kablam! | Oct 26 21:44:44.056 INFO kablam! 9 | use std::env; Oct 26 21:44:44.057 INFO kablam! | ^^^^^^^^ Oct 26 21:44:44.057 INFO kablam! | Oct 26 21:44:44.057 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 21:44:44.058 INFO kablam! Oct 26 21:44:44.403 INFO kablam! warning: unused variable: `req` Oct 26 21:44:44.403 INFO kablam! --> src/main.rs:22:16 Oct 26 21:44:44.403 INFO kablam! | Oct 26 21:44:44.403 INFO kablam! 22 | fn hello_world(req: Request) -> Response { Oct 26 21:44:44.403 INFO kablam! | ^^^ help: consider using `_req` instead Oct 26 21:44:44.403 INFO kablam! | Oct 26 21:44:44.403 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 21:44:44.403 INFO kablam! Oct 26 21:44:44.403 INFO kablam! warning: unused variable: `req` Oct 26 21:44:44.403 INFO kablam! --> src/main.rs:26:10 Oct 26 21:44:44.403 INFO kablam! | Oct 26 21:44:44.403 INFO kablam! 26 | fn index(req: Request) -> Response { Oct 26 21:44:44.403 INFO kablam! | ^^^ help: consider using `_req` instead Oct 26 21:44:44.403 INFO kablam! Oct 26 21:44:44.479 INFO kablam! warning: unused import: `std::env` Oct 26 21:44:44.479 INFO kablam! --> src/main.rs:9:5 Oct 26 21:44:44.479 INFO kablam! | Oct 26 21:44:44.479 INFO kablam! 9 | use std::env; Oct 26 21:44:44.479 INFO kablam! | ^^^^^^^^ Oct 26 21:44:44.479 INFO kablam! | Oct 26 21:44:44.479 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 21:44:44.479 INFO kablam! Oct 26 21:44:44.507 INFO kablam! warning: function is never used: `index` Oct 26 21:44:44.507 INFO kablam! --> src/main.rs:26:1 Oct 26 21:44:44.507 INFO kablam! | Oct 26 21:44:44.507 INFO kablam! 26 | fn index(req: Request) -> Response { Oct 26 21:44:44.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:44:44.507 INFO kablam! | Oct 26 21:44:44.507 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 21:44:44.507 INFO kablam! Oct 26 21:44:44.507 INFO kablam! warning: function is never used: `conn` Oct 26 21:44:44.507 INFO kablam! --> src/main.rs:45:1 Oct 26 21:44:44.507 INFO kablam! | Oct 26 21:44:44.507 INFO kablam! 45 | fn conn() -> PgConnection { Oct 26 21:44:44.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:44:44.507 INFO kablam! Oct 26 21:44:44.715 INFO kablam! warning: unused variable: `req` Oct 26 21:44:44.715 INFO kablam! --> src/main.rs:22:16 Oct 26 21:44:44.715 INFO kablam! | Oct 26 21:44:44.715 INFO kablam! 22 | fn hello_world(req: Request) -> Response { Oct 26 21:44:44.715 INFO kablam! | ^^^ help: consider using `_req` instead Oct 26 21:44:44.715 INFO kablam! | Oct 26 21:44:44.715 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 21:44:44.715 INFO kablam! Oct 26 21:44:44.715 INFO kablam! warning: unused variable: `req` Oct 26 21:44:44.715 INFO kablam! --> src/main.rs:26:10 Oct 26 21:44:44.715 INFO kablam! | Oct 26 21:44:44.715 INFO kablam! 26 | fn index(req: Request) -> Response { Oct 26 21:44:44.715 INFO kablam! | ^^^ help: consider using `_req` instead Oct 26 21:44:44.715 INFO kablam! Oct 26 21:44:44.750 INFO kablam! warning: function is never used: `index` Oct 26 21:44:44.750 INFO kablam! --> src/main.rs:26:1 Oct 26 21:44:44.750 INFO kablam! | Oct 26 21:44:44.750 INFO kablam! 26 | fn index(req: Request) -> Response { Oct 26 21:44:44.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:44:44.750 INFO kablam! | Oct 26 21:44:44.750 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 21:44:44.750 INFO kablam! Oct 26 21:44:44.750 INFO kablam! warning: function is never used: `conn` Oct 26 21:44:44.750 INFO kablam! --> src/main.rs:45:1 Oct 26 21:44:44.750 INFO kablam! | Oct 26 21:44:44.750 INFO kablam! 45 | fn conn() -> PgConnection { Oct 26 21:44:44.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:44:44.750 INFO kablam! Oct 26 21:44:44.884 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 56.94s Oct 26 21:44:44.908 INFO kablam! su: No module specific data is present Oct 26 21:44:46.095 INFO running `"docker" "rm" "-f" "d8bae73f41744d193bcbfc29259a5b71630bb95cb7143ee67cfe95f92b0930de"` Oct 26 21:44:46.367 INFO blam! d8bae73f41744d193bcbfc29259a5b71630bb95cb7143ee67cfe95f92b0930de