Oct 27 04:50:18.889 INFO checking fdhadzh/rust-auth-server-test against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 04:50:18.889 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 27 04:50:19.289 INFO blam! 50f5875bfa39d9ec943236e67e34d6b68a145756248818d92f93224b0d023ca1 Oct 27 04:50:19.298 INFO running `"docker" "start" "-a" "50f5875bfa39d9ec943236e67e34d6b68a145756248818d92f93224b0d023ca1"` Oct 27 04:50:20.964 INFO kablam! usermod: no changes Oct 27 04:50:21.355 INFO kablam! Compiling log v0.4.4 Oct 27 04:50:21.355 INFO kablam! Compiling isatty v0.1.8 Oct 27 04:50:21.355 INFO kablam! Compiling memchr v2.0.2 Oct 27 04:50:21.355 INFO kablam! Compiling base64 v0.9.2 Oct 27 04:50:21.355 INFO kablam! Compiling serde v1.0.76 Oct 27 04:50:21.355 INFO kablam! Checking tokio-io v0.1.8 Oct 27 04:50:21.366 INFO kablam! Checking serde_urlencoded v0.5.3 Oct 27 04:50:21.366 INFO kablam! Compiling syn v0.14.9 Oct 27 04:50:23.395 INFO kablam! Checking native-tls v0.1.5 Oct 27 04:50:23.519 INFO kablam! Checking rocket v0.3.16 Oct 27 04:50:26.755 INFO kablam! Compiling log v0.3.9 Oct 27 04:50:29.067 INFO kablam! Compiling mime v0.2.6 Oct 27 04:50:29.259 INFO kablam! Checking tokio-reactor v0.1.5 Oct 27 04:50:29.260 INFO kablam! Checking tokio-codec v0.1.0 Oct 27 04:50:29.260 INFO kablam! Checking tokio-fs v0.1.3 Oct 27 04:50:32.191 INFO kablam! Compiling hyper v0.10.13 Oct 27 04:50:34.899 INFO kablam! Checking tokio-udp v0.1.2 Oct 27 04:50:34.899 INFO kablam! Checking tokio-uds v0.2.1 Oct 27 04:50:34.899 INFO kablam! Checking tokio-tcp v0.1.1 Oct 27 04:50:37.611 INFO kablam! Checking tokio v0.1.8 Oct 27 04:50:38.043 INFO kablam! Checking rocket_contrib v0.3.16 Oct 27 04:50:43.859 INFO kablam! Checking tokio-core v0.1.17 Oct 27 04:50:43.903 INFO kablam! Compiling serde_derive v1.0.76 Oct 27 04:50:50.919 INFO kablam! Checking hyper v0.11.27 Oct 27 04:50:50.919 INFO kablam! Checking tokio-tls v0.1.4 Oct 27 04:50:54.237 INFO kablam! Compiling toml v0.4.6 Oct 27 04:51:17.667 INFO kablam! Checking hyper-tls v0.1.4 Oct 27 04:51:26.191 INFO kablam! Checking reqwest v0.8.8 Oct 27 04:51:30.305 INFO kablam! Compiling rocket_codegen v0.3.16 Oct 27 04:51:48.011 INFO kablam! Checking auth-server v0.1.0 (/source) Oct 27 04:51:54.748 INFO kablam! warning: unused imports: `Write`, `self` Oct 27 04:51:54.748 INFO kablam! --> src/main.rs:12:15 Oct 27 04:51:54.748 INFO kablam! | Oct 27 04:51:54.748 INFO kablam! 12 | use std::io::{self, Write}; Oct 27 04:51:54.748 INFO kablam! | ^^^^ ^^^^^ Oct 27 04:51:54.748 INFO kablam! | Oct 27 04:51:54.748 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 04:51:54.748 INFO kablam! Oct 27 04:51:54.879 INFO kablam! warning: unused imports: `Write`, `self` Oct 27 04:51:54.879 INFO kablam! --> src/main.rs:12:15 Oct 27 04:51:54.879 INFO kablam! | Oct 27 04:51:54.879 INFO kablam! 12 | use std::io::{self, Write}; Oct 27 04:51:54.879 INFO kablam! | ^^^^ ^^^^^ Oct 27 04:51:54.879 INFO kablam! | Oct 27 04:51:54.879 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 04:51:54.879 INFO kablam! Oct 27 04:51:54.943 INFO kablam! warning: unused variable: `map` Oct 27 04:51:54.943 INFO kablam! --> src/main.rs:78:50 Oct 27 04:51:54.943 INFO kablam! | Oct 27 04:51:54.943 INFO kablam! 78 | fn facebook_auth(req: Json, map: State) -> Json { Oct 27 04:51:54.943 INFO kablam! | ^^^ help: consider using `_map` instead Oct 27 04:51:54.943 INFO kablam! | Oct 27 04:51:54.943 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 04:51:54.943 INFO kablam! Oct 27 04:51:55.249 INFO kablam! warning: unused variable: `map` Oct 27 04:51:55.249 INFO kablam! --> src/main.rs:78:50 Oct 27 04:51:55.249 INFO kablam! | Oct 27 04:51:55.249 INFO kablam! 78 | fn facebook_auth(req: Json, map: State) -> Json { Oct 27 04:51:55.249 INFO kablam! | ^^^ help: consider using `_map` instead Oct 27 04:51:55.249 INFO kablam! | Oct 27 04:51:55.249 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 04:51:55.249 INFO kablam! Oct 27 04:51:55.419 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 34s Oct 27 04:51:55.435 INFO kablam! su: No module specific data is present Oct 27 04:51:56.562 INFO running `"docker" "rm" "-f" "50f5875bfa39d9ec943236e67e34d6b68a145756248818d92f93224b0d023ca1"` Oct 27 04:51:56.827 INFO blam! 50f5875bfa39d9ec943236e67e34d6b68a145756248818d92f93224b0d023ca1