Oct 12 21:40:08.883 INFO checking fdhadzh/rust-auth-server-test against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 21:40:08.883 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 21:40:09.161 INFO blam! f4926a4fdeff5c1cad2d773838b1e23d673bcdd4c18a43f7bd6217b37865a740 Oct 12 21:40:09.166 INFO running `"docker" "start" "-a" "f4926a4fdeff5c1cad2d773838b1e23d673bcdd4c18a43f7bd6217b37865a740"` Oct 12 21:40:09.646 INFO kablam! usermod: no changes Oct 12 21:40:10.037 INFO kablam! Compiling serde v1.0.76 Oct 12 21:40:10.037 INFO kablam! Checking want v0.0.4 Oct 12 21:40:10.037 INFO kablam! Checking tokio-io v0.1.8 Oct 12 21:40:10.044 INFO kablam! Compiling hyper v0.10.13 Oct 12 21:40:10.044 INFO kablam! Compiling syn v0.14.9 Oct 12 21:40:10.044 INFO kablam! Checking tokio-threadpool v0.1.6 Oct 12 21:40:15.836 INFO kablam! Checking tokio-codec v0.1.0 Oct 12 21:40:15.836 INFO kablam! Checking tokio-reactor v0.1.5 Oct 12 21:40:19.768 INFO kablam! Checking tokio-fs v0.1.3 Oct 12 21:40:20.750 INFO kablam! Checking tokio-tcp v0.1.1 Oct 12 21:40:20.751 INFO kablam! Checking tokio-udp v0.1.2 Oct 12 21:40:20.751 INFO kablam! Checking tokio-uds v0.2.1 Oct 12 21:40:26.092 INFO kablam! Checking tokio v0.1.8 Oct 12 21:40:30.932 INFO kablam! Checking tokio-core v0.1.17 Oct 12 21:40:34.486 INFO kablam! Compiling serde_derive v1.0.76 Oct 12 21:40:38.372 INFO kablam! Checking hyper v0.11.27 Oct 12 21:40:38.372 INFO kablam! Checking tokio-tls v0.1.4 Oct 12 21:40:41.020 INFO kablam! Checking toml v0.4.6 Oct 12 21:40:41.020 INFO kablam! Checking serde_json v1.0.26 Oct 12 21:40:41.020 INFO kablam! Checking serde_urlencoded v0.5.3 Oct 12 21:40:50.177 INFO kablam! Checking rocket v0.3.16 Oct 12 21:41:07.476 INFO kablam! Checking rocket_contrib v0.3.16 Oct 12 21:41:11.814 INFO kablam! Checking hyper-tls v0.1.4 Oct 12 21:41:21.218 INFO kablam! Checking reqwest v0.8.8 Oct 12 21:41:35.096 INFO kablam! Compiling rocket_codegen v0.3.16 Oct 12 21:41:50.905 INFO kablam! Checking auth-server v0.1.0 (/source) Oct 12 21:41:57.136 INFO kablam! warning: unused imports: `Write`, `self` Oct 12 21:41:57.136 INFO kablam! --> src/main.rs:12:15 Oct 12 21:41:57.136 INFO kablam! | Oct 12 21:41:57.136 INFO kablam! 12 | use std::io::{self, Write}; Oct 12 21:41:57.136 INFO kablam! | ^^^^ ^^^^^ Oct 12 21:41:57.136 INFO kablam! | Oct 12 21:41:57.144 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:41:57.144 INFO kablam! Oct 12 21:41:57.344 INFO kablam! warning: unused variable: `map` Oct 12 21:41:57.345 INFO kablam! --> src/main.rs:78:50 Oct 12 21:41:57.345 INFO kablam! | Oct 12 21:41:57.345 INFO kablam! 78 | fn facebook_auth(req: Json, map: State) -> Json { Oct 12 21:41:57.345 INFO kablam! | ^^^ help: consider using `_map` instead Oct 12 21:41:57.345 INFO kablam! | Oct 12 21:41:57.346 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:41:57.346 INFO kablam! Oct 12 21:41:57.653 INFO kablam! warning: unused imports: `Write`, `self` Oct 12 21:41:57.653 INFO kablam! --> src/main.rs:12:15 Oct 12 21:41:57.653 INFO kablam! | Oct 12 21:41:57.653 INFO kablam! 12 | use std::io::{self, Write}; Oct 12 21:41:57.654 INFO kablam! | ^^^^ ^^^^^ Oct 12 21:41:57.654 INFO kablam! | Oct 12 21:41:57.654 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:41:57.655 INFO kablam! Oct 12 21:41:57.923 INFO kablam! warning: unused variable: `map` Oct 12 21:41:57.924 INFO kablam! --> src/main.rs:78:50 Oct 12 21:41:57.924 INFO kablam! | Oct 12 21:41:57.925 INFO kablam! 78 | fn facebook_auth(req: Json, map: State) -> Json { Oct 12 21:41:57.925 INFO kablam! | ^^^ help: consider using `_map` instead Oct 12 21:41:57.926 INFO kablam! | Oct 12 21:41:57.927 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:41:57.927 INFO kablam! Oct 12 21:41:58.037 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 48s Oct 12 21:41:58.065 INFO kablam! su: No module specific data is present Oct 12 21:41:59.084 INFO running `"docker" "rm" "-f" "f4926a4fdeff5c1cad2d773838b1e23d673bcdd4c18a43f7bd6217b37865a740"` Oct 12 21:41:59.464 INFO blam! f4926a4fdeff5c1cad2d773838b1e23d673bcdd4c18a43f7bd6217b37865a740