Oct 31 22:00:25.519 INFO checking rustgbg/rustgbg-web-quickstart against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 22:00:25.521 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-7/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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 22:00:25.964 INFO blam! 80c7172872334d371cdcf6354a6737079c07b6bcb03e8e2a423a76048e11d1fb Oct 31 22:00:25.965 INFO running `"docker" "start" "-a" "80c7172872334d371cdcf6354a6737079c07b6bcb03e8e2a423a76048e11d1fb"` Oct 31 22:00:27.960 INFO kablam! usermod: no changes Oct 31 22:00:28.412 INFO kablam! Compiling actix-web v0.7.8 Oct 31 22:00:28.419 INFO kablam! Compiling libsqlite3-sys v0.9.3 Oct 31 22:00:28.456 INFO kablam! Checking crossbeam-epoch v0.6.0 Oct 31 22:00:28.456 INFO kablam! Checking ring v0.13.2 Oct 31 22:00:28.462 INFO kablam! Compiling syn v0.14.9 Oct 31 22:00:28.463 INFO kablam! Compiling syn v0.15.5 Oct 31 22:00:28.464 INFO kablam! Checking h2 v0.1.12 Oct 31 22:00:28.465 INFO kablam! Checking flate2 v1.0.2 Oct 31 22:00:32.257 INFO kablam! Checking serde_urlencoded v0.5.3 Oct 31 22:00:33.593 INFO kablam! Checking chrono v0.4.6 Oct 31 22:00:36.988 INFO kablam! Checking tokio-reactor v0.1.5 Oct 31 22:00:37.713 INFO kablam! Checking crossbeam-channel v0.2.6 Oct 31 22:00:42.325 INFO kablam! Checking cookie v0.11.0 Oct 31 22:00:43.284 INFO kablam! Checking tokio-udp v0.1.2 Oct 31 22:00:43.284 INFO kablam! Checking tokio-uds v0.2.1 Oct 31 22:00:44.853 INFO kablam! Checking tokio-tcp v0.1.1 Oct 31 22:00:48.385 INFO kablam! Checking tokio-signal v0.2.5 Oct 31 22:00:49.540 INFO kablam! Checking diesel v1.3.3 Oct 31 22:00:50.202 INFO kablam! Checking trust-dns-proto v0.4.0 Oct 31 22:00:50.204 INFO kablam! Checking tokio v0.1.8 Oct 31 22:01:06.093 INFO kablam! Compiling serde_derive v1.0.79 Oct 31 22:01:06.616 INFO kablam! Checking trust-dns-resolver v0.9.1 Oct 31 22:01:40.318 INFO kablam! Compiling synstructure v0.9.0 Oct 31 22:01:40.320 INFO kablam! Compiling actix_derive v0.3.0 Oct 31 22:02:04.300 INFO kablam! Compiling failure_derive v0.1.2 Oct 31 22:02:10.137 INFO kablam! Checking failure v0.1.2 Oct 31 22:02:11.246 INFO kablam! Checking actix v0.7.4 Oct 31 22:02:11.247 INFO kablam! Checking dotenv v0.13.0 Oct 31 22:02:31.235 INFO kablam! Checking rustgbg-web-quickstart v0.1.0 (/source) Oct 31 22:02:34.821 INFO kablam! warning: unused `#[macro_use]` import Oct 31 22:02:34.821 INFO kablam! --> src/main.rs:8:1 Oct 31 22:02:34.821 INFO kablam! | Oct 31 22:02:34.822 INFO kablam! 8 | #[macro_use] Oct 31 22:02:34.822 INFO kablam! | ^^^^^^^^^^^^ Oct 31 22:02:34.822 INFO kablam! | Oct 31 22:02:34.822 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 22:02:34.823 INFO kablam! Oct 31 22:02:34.823 INFO kablam! warning: unused `#[macro_use]` import Oct 31 22:02:34.823 INFO kablam! --> src/main.rs:10:1 Oct 31 22:02:34.823 INFO kablam! | Oct 31 22:02:34.824 INFO kablam! 10 | #[macro_use] Oct 31 22:02:34.827 INFO kablam! | ^^^^^^^^^^^^ Oct 31 22:02:34.827 INFO kablam! Oct 31 22:02:34.828 INFO kablam! warning: unused import: `chrono` Oct 31 22:02:34.828 INFO kablam! --> src/models.rs:1:5 Oct 31 22:02:34.828 INFO kablam! | Oct 31 22:02:34.829 INFO kablam! 1 | use chrono; Oct 31 22:02:34.829 INFO kablam! | ^^^^^^ Oct 31 22:02:34.829 INFO kablam! Oct 31 22:02:34.829 INFO kablam! warning: unused imports: `HttpRequest`, `HttpResponse`, `http::StatusCode` Oct 31 22:02:34.830 INFO kablam! --> src/main.rs:20:44 Oct 31 22:02:34.830 INFO kablam! | Oct 31 22:02:34.830 INFO kablam! 20 | use actix_web::{server, App, http::Method, http::StatusCode, HttpRequest, HttpResponse}; Oct 31 22:02:34.831 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ Oct 31 22:02:34.831 INFO kablam! Oct 31 22:02:34.831 INFO kablam! warning: unused imports: `Response`, `Started` Oct 31 22:02:34.831 INFO kablam! --> src/main.rs:21:41 Oct 31 22:02:34.832 INFO kablam! | Oct 31 22:02:34.832 INFO kablam! 21 | use actix_web::middleware::{Middleware, Started, Response}; Oct 31 22:02:34.832 INFO kablam! | ^^^^^^^ ^^^^^^^^ Oct 31 22:02:34.832 INFO kablam! Oct 31 22:02:35.020 INFO kablam! warning: unused `#[macro_use]` import Oct 31 22:02:35.020 INFO kablam! --> src/main.rs:8:1 Oct 31 22:02:35.020 INFO kablam! | Oct 31 22:02:35.020 INFO kablam! 8 | #[macro_use] Oct 31 22:02:35.020 INFO kablam! | ^^^^^^^^^^^^ Oct 31 22:02:35.020 INFO kablam! | Oct 31 22:02:35.020 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 22:02:35.021 INFO kablam! Oct 31 22:02:35.021 INFO kablam! warning: unused `#[macro_use]` import Oct 31 22:02:35.021 INFO kablam! --> src/main.rs:10:1 Oct 31 22:02:35.021 INFO kablam! | Oct 31 22:02:35.021 INFO kablam! 10 | #[macro_use] Oct 31 22:02:35.021 INFO kablam! | ^^^^^^^^^^^^ Oct 31 22:02:35.021 INFO kablam! Oct 31 22:02:35.021 INFO kablam! warning: unused import: `chrono` Oct 31 22:02:35.021 INFO kablam! --> src/models.rs:1:5 Oct 31 22:02:35.021 INFO kablam! | Oct 31 22:02:35.021 INFO kablam! 1 | use chrono; Oct 31 22:02:35.021 INFO kablam! | ^^^^^^ Oct 31 22:02:35.021 INFO kablam! Oct 31 22:02:35.028 INFO kablam! warning: unused imports: `HttpRequest`, `HttpResponse`, `http::StatusCode` Oct 31 22:02:35.028 INFO kablam! --> src/main.rs:20:44 Oct 31 22:02:35.029 INFO kablam! | Oct 31 22:02:35.029 INFO kablam! 20 | use actix_web::{server, App, http::Method, http::StatusCode, HttpRequest, HttpResponse}; Oct 31 22:02:35.029 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ Oct 31 22:02:35.029 INFO kablam! Oct 31 22:02:35.029 INFO kablam! warning: unused imports: `Response`, `Started` Oct 31 22:02:35.030 INFO kablam! --> src/main.rs:21:41 Oct 31 22:02:35.030 INFO kablam! | Oct 31 22:02:35.030 INFO kablam! 21 | use actix_web::middleware::{Middleware, Started, Response}; Oct 31 22:02:35.030 INFO kablam! | ^^^^^^^ ^^^^^^^^ Oct 31 22:02:35.030 INFO kablam! Oct 31 22:02:35.328 INFO kablam! warning: unused import: `Middleware` Oct 31 22:02:35.328 INFO kablam! --> src/main.rs:21:29 Oct 31 22:02:35.328 INFO kablam! | Oct 31 22:02:35.328 INFO kablam! 21 | use actix_web::middleware::{Middleware, Started, Response}; Oct 31 22:02:35.328 INFO kablam! | ^^^^^^^^^^ Oct 31 22:02:35.328 INFO kablam! Oct 31 22:02:35.456 INFO kablam! warning: unused import: `Middleware` Oct 31 22:02:35.456 INFO kablam! --> src/main.rs:21:29 Oct 31 22:02:35.456 INFO kablam! | Oct 31 22:02:35.456 INFO kablam! 21 | use actix_web::middleware::{Middleware, Started, Response}; Oct 31 22:02:35.456 INFO kablam! | ^^^^^^^^^^ Oct 31 22:02:35.456 INFO kablam! Oct 31 22:02:35.768 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 07s Oct 31 22:02:35.789 INFO kablam! su: No module specific data is present Oct 31 22:02:36.614 INFO running `"docker" "rm" "-f" "80c7172872334d371cdcf6354a6737079c07b6bcb03e8e2a423a76048e11d1fb"` Oct 31 22:02:36.902 INFO blam! 80c7172872334d371cdcf6354a6737079c07b6bcb03e8e2a423a76048e11d1fb