Oct 12 21:40:08.575 INFO checking fdhadzh/rust-auth-server-test against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 21:40:08.575 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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:08.910 INFO blam! 3f5249afd0884de42b739e91d642cdae2099329d24a3facaf8b46c714a7a4666 Oct 12 21:40:08.913 INFO running `"docker" "start" "-a" "3f5249afd0884de42b739e91d642cdae2099329d24a3facaf8b46c714a7a4666"` Oct 12 21:40:09.422 INFO kablam! usermod: no changes Oct 12 21:40:09.806 INFO kablam! Compiling proc-macro2 v0.4.16 Oct 12 21:40:09.812 INFO kablam! Compiling serde v1.0.76 Oct 12 21:40:09.816 INFO kablam! Checking tokio-io v0.1.8 Oct 12 21:40:09.816 INFO kablam! Checking serde_urlencoded v0.5.3 Oct 12 21:40:09.816 INFO kablam! Checking tokio-threadpool v0.1.6 Oct 12 21:40:09.816 INFO kablam! Checking rocket v0.3.16 Oct 12 21:40:15.900 INFO kablam! Checking tokio-reactor v0.1.5 Oct 12 21:40:15.900 INFO kablam! Checking tokio-codec v0.1.0 Oct 12 21:40:17.338 INFO kablam! Checking tokio-fs v0.1.3 Oct 12 21:40:22.001 INFO kablam! Checking tokio-udp v0.1.2 Oct 12 21:40:22.001 INFO kablam! Checking tokio-tcp v0.1.1 Oct 12 21:40:22.001 INFO kablam! Checking tokio-uds v0.2.1 Oct 12 21:40:23.168 INFO kablam! Checking rocket_contrib v0.3.16 Oct 12 21:40:26.608 INFO kablam! Compiling quote v0.6.8 Oct 12 21:40:26.854 INFO kablam! Checking tokio v0.1.8 Oct 12 21:40:29.584 INFO kablam! Checking tokio-core v0.1.17 Oct 12 21:40:30.144 INFO kablam! Compiling syn v0.14.9 Oct 12 21:40:33.236 INFO kablam! Checking tokio-tls v0.1.4 Oct 12 21:40:33.236 INFO kablam! Checking hyper v0.11.27 Oct 12 21:40:36.936 INFO kablam! Compiling toml v0.4.6 Oct 12 21:40:49.165 INFO kablam! Compiling serde_derive v1.0.76 Oct 12 21:40:53.508 INFO kablam! Checking hyper-tls v0.1.4 Oct 12 21:41:00.367 INFO kablam! Checking reqwest v0.8.8 Oct 12 21:41:15.124 INFO kablam! Compiling rocket_codegen v0.3.16 Oct 12 21:41:41.565 INFO kablam! Checking auth-server v0.1.0 (/source) Oct 12 21:41:47.616 INFO kablam! warning: unused imports: `Write`, `self` Oct 12 21:41:47.616 INFO kablam! --> src/main.rs:12:15 Oct 12 21:41:47.616 INFO kablam! | Oct 12 21:41:47.616 INFO kablam! 12 | use std::io::{self, Write}; Oct 12 21:41:47.616 INFO kablam! | ^^^^ ^^^^^ Oct 12 21:41:47.616 INFO kablam! | Oct 12 21:41:47.616 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:41:47.616 INFO kablam! Oct 12 21:41:47.880 INFO kablam! warning: unused imports: `Write`, `self` Oct 12 21:41:47.880 INFO kablam! --> src/main.rs:12:15 Oct 12 21:41:47.880 INFO kablam! | Oct 12 21:41:47.881 INFO kablam! 12 | use std::io::{self, Write}; Oct 12 21:41:47.881 INFO kablam! | ^^^^ ^^^^^ Oct 12 21:41:47.881 INFO kablam! | Oct 12 21:41:47.882 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:41:47.882 INFO kablam! Oct 12 21:41:47.943 INFO kablam! warning: unused variable: `map` Oct 12 21:41:47.944 INFO kablam! --> src/main.rs:78:50 Oct 12 21:41:47.945 INFO kablam! | Oct 12 21:41:47.945 INFO kablam! 78 | fn facebook_auth(req: Json, map: State) -> Json { Oct 12 21:41:47.946 INFO kablam! | ^^^ help: consider using `_map` instead Oct 12 21:41:47.947 INFO kablam! | Oct 12 21:41:47.947 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:41:47.948 INFO kablam! Oct 12 21:41:48.176 INFO kablam! warning: unused variable: `map` Oct 12 21:41:48.176 INFO kablam! --> src/main.rs:78:50 Oct 12 21:41:48.176 INFO kablam! | Oct 12 21:41:48.176 INFO kablam! 78 | fn facebook_auth(req: Json, map: State) -> Json { Oct 12 21:41:48.176 INFO kablam! | ^^^ help: consider using `_map` instead Oct 12 21:41:48.176 INFO kablam! | Oct 12 21:41:48.176 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:41:48.176 INFO kablam! Oct 12 21:41:48.297 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 38s Oct 12 21:41:48.318 INFO kablam! su: No module specific data is present Oct 12 21:41:49.686 INFO running `"docker" "rm" "-f" "3f5249afd0884de42b739e91d642cdae2099329d24a3facaf8b46c714a7a4666"` Oct 12 21:41:49.988 INFO blam! 3f5249afd0884de42b739e91d642cdae2099329d24a3facaf8b46c714a7a4666