Oct 31 22:00:38.425 INFO checking rustgbg/rustgbg-web-quickstart against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 22:00:38.427 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-4/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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:38.924 INFO blam! 592f32c31fd1c34eb2a4a52e6918c3c5a91417c1dab92ab74dc9022d8248dcff Oct 31 22:00:38.926 INFO running `"docker" "start" "-a" "592f32c31fd1c34eb2a4a52e6918c3c5a91417c1dab92ab74dc9022d8248dcff"` Oct 31 22:00:41.713 INFO kablam! usermod: no changes Oct 31 22:00:42.284 INFO kablam! Compiling libsqlite3-sys v0.9.3 Oct 31 22:00:42.308 INFO kablam! Checking mio v0.6.16 Oct 31 22:00:42.314 INFO kablam! Checking serde_json v1.0.30 Oct 31 22:00:42.316 INFO kablam! Checking h2 v0.1.12 Oct 31 22:00:42.318 INFO kablam! Compiling syn v0.15.5 Oct 31 22:00:42.319 INFO kablam! Compiling diesel_derives v1.3.0 Oct 31 22:00:42.320 INFO kablam! Checking chrono v0.4.6 Oct 31 22:00:42.334 INFO kablam! Checking crossbeam-channel v0.2.6 Oct 31 22:00:48.254 INFO kablam! Checking dotenv v0.13.0 Oct 31 22:00:54.568 INFO kablam! Checking tokio-reactor v0.1.5 Oct 31 22:00:54.568 INFO kablam! Checking mio-uds v0.6.7 Oct 31 22:00:59.556 INFO kablam! Checking tokio-uds v0.2.1 Oct 31 22:00:59.556 INFO kablam! Checking tokio-udp v0.1.2 Oct 31 22:00:59.556 INFO kablam! Checking tokio-tcp v0.1.1 Oct 31 22:00:59.556 INFO kablam! Checking tokio-signal v0.2.5 Oct 31 22:01:05.888 INFO kablam! Checking trust-dns-proto v0.4.0 Oct 31 22:01:06.180 INFO kablam! Checking tokio v0.1.8 Oct 31 22:01:09.472 INFO kablam! Checking diesel v1.3.3 Oct 31 22:01:20.877 INFO kablam! Compiling serde_derive v1.0.79 Oct 31 22:01:22.536 INFO kablam! Checking trust-dns-resolver v0.9.1 Oct 31 22:01:28.544 INFO kablam! Checking actix v0.7.4 Oct 31 22:01:38.113 INFO kablam! Checking actix-web v0.7.8 Oct 31 22:02:17.264 INFO kablam! Checking rustgbg-web-quickstart v0.1.0 (/source) Oct 31 22:02:20.736 INFO kablam! warning: unused `#[macro_use]` import Oct 31 22:02:20.736 INFO kablam! --> src/main.rs:8:1 Oct 31 22:02:20.736 INFO kablam! | Oct 31 22:02:20.736 INFO kablam! 8 | #[macro_use] Oct 31 22:02:20.736 INFO kablam! | ^^^^^^^^^^^^ Oct 31 22:02:20.736 INFO kablam! | Oct 31 22:02:20.736 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 22:02:20.736 INFO kablam! Oct 31 22:02:20.736 INFO kablam! warning: unused `#[macro_use]` import Oct 31 22:02:20.736 INFO kablam! --> src/main.rs:10:1 Oct 31 22:02:20.736 INFO kablam! | Oct 31 22:02:20.736 INFO kablam! 10 | #[macro_use] Oct 31 22:02:20.736 INFO kablam! | ^^^^^^^^^^^^ Oct 31 22:02:20.736 INFO kablam! Oct 31 22:02:20.736 INFO kablam! warning: unused import: `chrono` Oct 31 22:02:20.737 INFO kablam! --> src/models.rs:1:5 Oct 31 22:02:20.737 INFO kablam! | Oct 31 22:02:20.737 INFO kablam! 1 | use chrono; Oct 31 22:02:20.737 INFO kablam! | ^^^^^^ Oct 31 22:02:20.737 INFO kablam! Oct 31 22:02:20.737 INFO kablam! warning: unused imports: `HttpRequest`, `HttpResponse`, `http::StatusCode` Oct 31 22:02:20.737 INFO kablam! --> src/main.rs:20:44 Oct 31 22:02:20.737 INFO kablam! | Oct 31 22:02:20.737 INFO kablam! 20 | use actix_web::{server, App, http::Method, http::StatusCode, HttpRequest, HttpResponse}; Oct 31 22:02:20.737 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ Oct 31 22:02:20.737 INFO kablam! Oct 31 22:02:20.737 INFO kablam! warning: unused imports: `Response`, `Started` Oct 31 22:02:20.737 INFO kablam! --> src/main.rs:21:41 Oct 31 22:02:20.737 INFO kablam! | Oct 31 22:02:20.737 INFO kablam! 21 | use actix_web::middleware::{Middleware, Started, Response}; Oct 31 22:02:20.737 INFO kablam! | ^^^^^^^ ^^^^^^^^ Oct 31 22:02:20.737 INFO kablam! Oct 31 22:02:20.875 INFO kablam! warning: unused `#[macro_use]` import Oct 31 22:02:20.875 INFO kablam! --> src/main.rs:8:1 Oct 31 22:02:20.875 INFO kablam! | Oct 31 22:02:20.875 INFO kablam! 8 | #[macro_use] Oct 31 22:02:20.875 INFO kablam! | ^^^^^^^^^^^^ Oct 31 22:02:20.875 INFO kablam! | Oct 31 22:02:20.875 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 22:02:20.875 INFO kablam! Oct 31 22:02:20.875 INFO kablam! warning: unused `#[macro_use]` import Oct 31 22:02:20.875 INFO kablam! --> src/main.rs:10:1 Oct 31 22:02:20.875 INFO kablam! | Oct 31 22:02:20.875 INFO kablam! 10 | #[macro_use] Oct 31 22:02:20.875 INFO kablam! | ^^^^^^^^^^^^ Oct 31 22:02:20.875 INFO kablam! Oct 31 22:02:20.875 INFO kablam! warning: unused import: `chrono` Oct 31 22:02:20.875 INFO kablam! --> src/models.rs:1:5 Oct 31 22:02:20.875 INFO kablam! | Oct 31 22:02:20.875 INFO kablam! 1 | use chrono; Oct 31 22:02:20.875 INFO kablam! | ^^^^^^ Oct 31 22:02:20.875 INFO kablam! Oct 31 22:02:20.884 INFO kablam! warning: unused imports: `HttpRequest`, `HttpResponse`, `http::StatusCode` Oct 31 22:02:20.884 INFO kablam! --> src/main.rs:20:44 Oct 31 22:02:20.884 INFO kablam! | Oct 31 22:02:20.884 INFO kablam! 20 | use actix_web::{server, App, http::Method, http::StatusCode, HttpRequest, HttpResponse}; Oct 31 22:02:20.884 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^ Oct 31 22:02:20.884 INFO kablam! Oct 31 22:02:20.884 INFO kablam! warning: unused imports: `Response`, `Started` Oct 31 22:02:20.884 INFO kablam! --> src/main.rs:21:41 Oct 31 22:02:20.884 INFO kablam! | Oct 31 22:02:20.884 INFO kablam! 21 | use actix_web::middleware::{Middleware, Started, Response}; Oct 31 22:02:20.884 INFO kablam! | ^^^^^^^ ^^^^^^^^ Oct 31 22:02:20.884 INFO kablam! Oct 31 22:02:21.291 INFO kablam! warning: unused import: `Middleware` Oct 31 22:02:21.291 INFO kablam! --> src/main.rs:21:29 Oct 31 22:02:21.291 INFO kablam! | Oct 31 22:02:21.291 INFO kablam! 21 | use actix_web::middleware::{Middleware, Started, Response}; Oct 31 22:02:21.291 INFO kablam! | ^^^^^^^^^^ Oct 31 22:02:21.291 INFO kablam! Oct 31 22:02:21.408 INFO kablam! warning: unused import: `Middleware` Oct 31 22:02:21.408 INFO kablam! --> src/main.rs:21:29 Oct 31 22:02:21.408 INFO kablam! | Oct 31 22:02:21.408 INFO kablam! 21 | use actix_web::middleware::{Middleware, Started, Response}; Oct 31 22:02:21.408 INFO kablam! | ^^^^^^^^^^ Oct 31 22:02:21.408 INFO kablam! Oct 31 22:02:21.744 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 40s Oct 31 22:02:21.775 INFO kablam! su: No module specific data is present Oct 31 22:02:22.609 INFO running `"docker" "rm" "-f" "592f32c31fd1c34eb2a4a52e6918c3c5a91417c1dab92ab74dc9022d8248dcff"` Oct 31 22:02:22.912 INFO blam! 592f32c31fd1c34eb2a4a52e6918c3c5a91417c1dab92ab74dc9022d8248dcff