Oct 13 01:48:45.879 INFO testing rustynik/auth_app against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 01:48:45.880 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 13 01:48:46.547 INFO blam! 493fd1009d5ee7870a9977e0b8a460e3e165bceba9b16e4f13b577e801a2efd9 Oct 13 01:48:46.548 INFO running `"docker" "start" "-a" "493fd1009d5ee7870a9977e0b8a460e3e165bceba9b16e4f13b577e801a2efd9"` Oct 13 01:48:47.879 INFO kablam! usermod: no changes Oct 13 01:48:48.220 INFO kablam! Compiling proc-macro2 v0.4.12 Oct 13 01:48:48.227 INFO kablam! Compiling siphasher v0.2.3 Oct 13 01:48:48.239 INFO kablam! Compiling fallible-iterator v0.1.5 Oct 13 01:48:48.239 INFO kablam! Compiling memchr v1.0.2 Oct 13 01:48:48.239 INFO kablam! Compiling log v0.4.3 Oct 13 01:48:48.239 INFO kablam! Compiling socket2 v0.3.7 Oct 13 01:48:48.239 INFO kablam! Compiling base64 v0.6.0 Oct 13 01:48:48.239 INFO kablam! Compiling rust-crypto v0.2.36 Oct 13 01:48:51.051 INFO kablam! Compiling rand v0.3.22 Oct 13 01:48:51.051 INFO kablam! Compiling uuid v0.6.5 Oct 13 01:48:51.123 INFO kablam! Compiling stringprep v0.1.2 Oct 13 01:48:52.047 INFO kablam! Compiling phf_shared v0.7.21 Oct 13 01:48:52.204 INFO kablam! Compiling mio v0.6.15 Oct 13 01:48:52.252 INFO kablam! Compiling tokio-io v0.1.7 Oct 13 01:48:52.455 INFO kablam! Compiling want v0.0.6 Oct 13 01:48:53.471 INFO kablam! Compiling openssl-sys v0.9.35 Oct 13 01:48:53.471 INFO kablam! Compiling openssl v0.10.11 Oct 13 01:48:53.515 INFO kablam! Compiling native-tls v0.2.1 Oct 13 01:48:53.595 INFO kablam! Compiling phf v0.7.21 Oct 13 01:48:55.676 INFO kablam! Compiling sha2 v0.7.1 Oct 13 01:48:55.707 INFO kablam! Compiling tokio-threadpool v0.1.5 Oct 13 01:49:01.959 INFO kablam! Compiling tokio-codec v0.1.0 Oct 13 01:49:01.967 INFO kablam! Compiling h2 v0.1.12 Oct 13 01:49:02.031 INFO kablam! Compiling postgres-protocol v0.3.2 Oct 13 01:49:02.635 INFO kablam! Compiling quote v0.6.6 Oct 13 01:49:06.993 INFO kablam! Compiling tokio-reactor v0.1.3 Oct 13 01:49:07.395 INFO kablam! Compiling tokio-fs v0.1.3 Oct 13 01:49:08.211 INFO kablam! Compiling syn v0.14.8 Oct 13 01:49:12.713 INFO kablam! Compiling postgres-shared v0.4.1 Oct 13 01:49:16.519 INFO kablam! Compiling tokio-udp v0.1.1 Oct 13 01:49:16.527 INFO kablam! Compiling tokio-tcp v0.1.1 Oct 13 01:49:20.543 INFO kablam! Compiling tokio v0.1.7 Oct 13 01:49:29.824 INFO kablam! Compiling postgres v0.15.2 Oct 13 01:49:31.511 INFO kablam! Compiling hyper v0.12.8 Oct 13 01:49:40.567 INFO kablam! Compiling serde_derive v1.0.71 Oct 13 01:49:49.539 INFO kablam! Compiling hyper-tls v0.3.0 Oct 13 01:50:00.560 INFO kablam! Compiling auth_server v0.1.0 (/source) Oct 13 01:50:02.091 INFO kablam! warning: unused import: `crypto::digest::Digest` Oct 13 01:50:02.092 INFO kablam! --> src/main.rs:12:5 Oct 13 01:50:02.092 INFO kablam! | Oct 13 01:50:02.092 INFO kablam! 12 | use crypto::digest::Digest; Oct 13 01:50:02.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:50:02.092 INFO kablam! | Oct 13 01:50:02.092 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:50:02.092 INFO kablam! Oct 13 01:50:02.092 INFO kablam! warning: unused imports: `STANDARD`, `ToBase64` Oct 13 01:50:02.092 INFO kablam! --> src/main.rs:14:25 Oct 13 01:50:02.092 INFO kablam! | Oct 13 01:50:02.092 INFO kablam! 14 | use serialize::base64::{STANDARD, ToBase64}; Oct 13 01:50:02.092 INFO kablam! | ^^^^^^^^ ^^^^^^^^ Oct 13 01:50:02.092 INFO kablam! Oct 13 01:50:02.092 INFO kablam! warning: unused import: `uuid::Uuid` Oct 13 01:50:02.092 INFO kablam! --> src/main.rs:15:5 Oct 13 01:50:02.092 INFO kablam! | Oct 13 01:50:02.092 INFO kablam! 15 | use uuid::Uuid; Oct 13 01:50:02.092 INFO kablam! | ^^^^^^^^^^ Oct 13 01:50:02.092 INFO kablam! Oct 13 01:50:02.092 INFO kablam! warning: unused import: `params::ConnectParams` Oct 13 01:50:02.092 INFO kablam! --> src/main.rs:16:37 Oct 13 01:50:02.092 INFO kablam! | Oct 13 01:50:02.092 INFO kablam! 16 | use postgres::{Connection, TlsMode, params::ConnectParams}; Oct 13 01:50:02.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:50:02.092 INFO kablam! Oct 13 01:50:02.092 INFO kablam! warning: unused import: `hyper::Error` Oct 13 01:50:02.092 INFO kablam! --> src/main.rs:23:5 Oct 13 01:50:02.092 INFO kablam! | Oct 13 01:50:02.092 INFO kablam! 23 | use hyper::Error; Oct 13 01:50:02.092 INFO kablam! | ^^^^^^^^^^^^ Oct 13 01:50:02.092 INFO kablam! Oct 13 01:50:02.092 INFO kablam! warning: unused import: `service::Service` Oct 13 01:50:02.092 INFO kablam! --> src/main.rs:28:54 Oct 13 01:50:02.092 INFO kablam! | Oct 13 01:50:02.092 INFO kablam! 28 | use hyper::{Body, Request, Response, Server, Method, service::Service}; Oct 13 01:50:02.092 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 01:50:02.092 INFO kablam! Oct 13 01:50:02.093 INFO kablam! warning: unused import: `crypto::mac::MacResult` Oct 13 01:50:02.093 INFO kablam! --> src/main.rs:216:9 Oct 13 01:50:02.093 INFO kablam! | Oct 13 01:50:02.093 INFO kablam! 216 | use crypto::mac::MacResult; Oct 13 01:50:02.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:50:02.093 INFO kablam! Oct 13 01:50:02.093 INFO kablam! warning: unused import: `STANDARD` Oct 13 01:50:02.093 INFO kablam! --> src/main.rs:217:29 Oct 13 01:50:02.093 INFO kablam! | Oct 13 01:50:02.093 INFO kablam! 217 | use serialize::base64::{STANDARD, ToBase64, Config, CharacterSet, Newline}; Oct 13 01:50:02.093 INFO kablam! | ^^^^^^^^ Oct 13 01:50:02.093 INFO kablam! Oct 13 01:50:02.408 INFO kablam! warning: unused import: `crypto::digest::Digest` Oct 13 01:50:02.408 INFO kablam! --> src/main.rs:212:9 Oct 13 01:50:02.409 INFO kablam! | Oct 13 01:50:02.409 INFO kablam! 212 | use crypto::digest::Digest; Oct 13 01:50:02.409 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:50:02.415 INFO kablam! Oct 13 01:50:02.435 INFO kablam! warning: unused variable: `err` Oct 13 01:50:02.436 INFO kablam! --> src/main.rs:159:19 Oct 13 01:50:02.436 INFO kablam! | Oct 13 01:50:02.437 INFO kablam! 159 | .map_err(|err| AppError::ApplicationError) Oct 13 01:50:02.437 INFO kablam! | ^^^ help: consider using `_err` instead Oct 13 01:50:02.437 INFO kablam! | Oct 13 01:50:02.437 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:50:02.437 INFO kablam! Oct 13 01:50:02.438 INFO kablam! warning: unused variable: `error` Oct 13 01:50:02.438 INFO kablam! --> src/main.rs:87:13 Oct 13 01:50:02.439 INFO kablam! | Oct 13 01:50:02.439 INFO kablam! 87 | fn from(error: AppError) -> Self { Oct 13 01:50:02.439 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 13 01:50:02.439 INFO kablam! Oct 13 01:50:02.443 INFO kablam! warning: unused variable: `formatter` Oct 13 01:50:02.443 INFO kablam! --> src/main.rs:299:19 Oct 13 01:50:02.443 INFO kablam! | Oct 13 01:50:02.444 INFO kablam! 299 | fn fmt(&self, formatter: &mut std::fmt::Formatter<'_>) -> Result<(), std::fmt::Error> { Oct 13 01:50:02.444 INFO kablam! | ^^^^^^^^^ help: consider using `_formatter` instead Oct 13 01:50:02.444 INFO kablam! Oct 13 01:50:02.527 INFO kablam! warning: variable does not need to be mutable Oct 13 01:50:02.527 INFO kablam! --> src/main.rs:220:13 Oct 13 01:50:02.527 INFO kablam! | Oct 13 01:50:02.528 INFO kablam! 220 | let mut sha = Sha256::new(); Oct 13 01:50:02.528 INFO kablam! | ----^^^ Oct 13 01:50:02.528 INFO kablam! | | Oct 13 01:50:02.528 INFO kablam! | help: remove this `mut` Oct 13 01:50:02.534 INFO kablam! | Oct 13 01:50:02.535 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:50:02.535 INFO kablam! Oct 13 01:50:02.559 INFO kablam! warning: function `upsertUser` should have a snake case name such as `upsert_user` Oct 13 01:50:02.559 INFO kablam! --> src/main.rs:170:1 Oct 13 01:50:02.559 INFO kablam! | Oct 13 01:50:02.559 INFO kablam! 170 | / fn upsertUser(user: User) -> impl Future + Send { Oct 13 01:50:02.559 INFO kablam! 171 | | ok(user) Oct 13 01:50:02.559 INFO kablam! 172 | | } Oct 13 01:50:02.559 INFO kablam! | |_^ Oct 13 01:50:02.563 INFO kablam! | Oct 13 01:50:02.563 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 01:50:02.563 INFO kablam! Oct 13 01:50:02.571 INFO kablam! warning: variable `statusCode` should have a snake case name such as `status_code` Oct 13 01:50:02.571 INFO kablam! --> src/main.rs:280:13 Oct 13 01:50:02.571 INFO kablam! | Oct 13 01:50:02.571 INFO kablam! 280 | fn from(statusCode: hyper::StatusCode) -> AppError { Oct 13 01:50:02.571 INFO kablam! | ^^^^^^^^^^ Oct 13 01:50:02.571 INFO kablam! Oct 13 01:50:12.493 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 24s Oct 13 01:50:12.506 INFO kablam! su: No module specific data is present Oct 13 01:50:13.483 INFO running `"docker" "rm" "-f" "493fd1009d5ee7870a9977e0b8a460e3e165bceba9b16e4f13b577e801a2efd9"` Oct 13 01:50:13.816 INFO blam! 493fd1009d5ee7870a9977e0b8a460e3e165bceba9b16e4f13b577e801a2efd9 Oct 13 01:50:13.823 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 13 01:50:14.259 INFO blam! fe1499dd587d1de4257da755421910748452185bb581d06529b7cc8adbbfcd6f Oct 13 01:50:14.275 INFO running `"docker" "start" "-a" "fe1499dd587d1de4257da755421910748452185bb581d06529b7cc8adbbfcd6f"` Oct 13 01:50:15.980 INFO kablam! usermod: no changes Oct 13 01:50:16.199 INFO kablam! Compiling auth_server v0.1.0 (/source) Oct 13 01:50:17.733 INFO kablam! warning: unused import: `crypto::digest::Digest` Oct 13 01:50:17.733 INFO kablam! --> src/main.rs:12:5 Oct 13 01:50:17.733 INFO kablam! | Oct 13 01:50:17.733 INFO kablam! 12 | use crypto::digest::Digest; Oct 13 01:50:17.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:50:17.733 INFO kablam! | Oct 13 01:50:17.733 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:50:17.733 INFO kablam! Oct 13 01:50:17.733 INFO kablam! warning: unused imports: `STANDARD`, `ToBase64` Oct 13 01:50:17.733 INFO kablam! --> src/main.rs:14:25 Oct 13 01:50:17.733 INFO kablam! | Oct 13 01:50:17.733 INFO kablam! 14 | use serialize::base64::{STANDARD, ToBase64}; Oct 13 01:50:17.733 INFO kablam! | ^^^^^^^^ ^^^^^^^^ Oct 13 01:50:17.733 INFO kablam! Oct 13 01:50:17.733 INFO kablam! warning: unused import: `uuid::Uuid` Oct 13 01:50:17.733 INFO kablam! --> src/main.rs:15:5 Oct 13 01:50:17.733 INFO kablam! | Oct 13 01:50:17.733 INFO kablam! 15 | use uuid::Uuid; Oct 13 01:50:17.733 INFO kablam! | ^^^^^^^^^^ Oct 13 01:50:17.733 INFO kablam! Oct 13 01:50:17.733 INFO kablam! warning: unused import: `params::ConnectParams` Oct 13 01:50:17.733 INFO kablam! --> src/main.rs:16:37 Oct 13 01:50:17.733 INFO kablam! | Oct 13 01:50:17.733 INFO kablam! 16 | use postgres::{Connection, TlsMode, params::ConnectParams}; Oct 13 01:50:17.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:50:17.733 INFO kablam! Oct 13 01:50:17.733 INFO kablam! warning: unused import: `hyper::Error` Oct 13 01:50:17.733 INFO kablam! --> src/main.rs:23:5 Oct 13 01:50:17.733 INFO kablam! | Oct 13 01:50:17.733 INFO kablam! 23 | use hyper::Error; Oct 13 01:50:17.733 INFO kablam! | ^^^^^^^^^^^^ Oct 13 01:50:17.734 INFO kablam! Oct 13 01:50:17.734 INFO kablam! warning: unused import: `service::Service` Oct 13 01:50:17.734 INFO kablam! --> src/main.rs:28:54 Oct 13 01:50:17.734 INFO kablam! | Oct 13 01:50:17.734 INFO kablam! 28 | use hyper::{Body, Request, Response, Server, Method, service::Service}; Oct 13 01:50:17.734 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 01:50:17.734 INFO kablam! Oct 13 01:50:17.734 INFO kablam! warning: unused import: `crypto::mac::MacResult` Oct 13 01:50:17.734 INFO kablam! --> src/main.rs:216:9 Oct 13 01:50:17.734 INFO kablam! | Oct 13 01:50:17.734 INFO kablam! 216 | use crypto::mac::MacResult; Oct 13 01:50:17.734 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:50:17.734 INFO kablam! Oct 13 01:50:17.741 INFO kablam! warning: unused import: `STANDARD` Oct 13 01:50:17.741 INFO kablam! --> src/main.rs:217:29 Oct 13 01:50:17.741 INFO kablam! | Oct 13 01:50:17.741 INFO kablam! 217 | use serialize::base64::{STANDARD, ToBase64, Config, CharacterSet, Newline}; Oct 13 01:50:17.741 INFO kablam! | ^^^^^^^^ Oct 13 01:50:17.741 INFO kablam! Oct 13 01:50:18.028 INFO kablam! warning: unused import: `crypto::digest::Digest` Oct 13 01:50:18.028 INFO kablam! --> src/main.rs:212:9 Oct 13 01:50:18.028 INFO kablam! | Oct 13 01:50:18.028 INFO kablam! 212 | use crypto::digest::Digest; Oct 13 01:50:18.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:50:18.028 INFO kablam! Oct 13 01:50:18.055 INFO kablam! warning: unused variable: `err` Oct 13 01:50:18.056 INFO kablam! --> src/main.rs:159:19 Oct 13 01:50:18.056 INFO kablam! | Oct 13 01:50:18.056 INFO kablam! 159 | .map_err(|err| AppError::ApplicationError) Oct 13 01:50:18.057 INFO kablam! | ^^^ help: consider using `_err` instead Oct 13 01:50:18.057 INFO kablam! | Oct 13 01:50:18.057 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:50:18.057 INFO kablam! Oct 13 01:50:18.058 INFO kablam! warning: unused variable: `error` Oct 13 01:50:18.058 INFO kablam! --> src/main.rs:87:13 Oct 13 01:50:18.058 INFO kablam! | Oct 13 01:50:18.059 INFO kablam! 87 | fn from(error: AppError) -> Self { Oct 13 01:50:18.059 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 13 01:50:18.059 INFO kablam! Oct 13 01:50:18.059 INFO kablam! warning: unused variable: `formatter` Oct 13 01:50:18.060 INFO kablam! --> src/main.rs:299:19 Oct 13 01:50:18.060 INFO kablam! | Oct 13 01:50:18.060 INFO kablam! 299 | fn fmt(&self, formatter: &mut std::fmt::Formatter<'_>) -> Result<(), std::fmt::Error> { Oct 13 01:50:18.060 INFO kablam! | ^^^^^^^^^ help: consider using `_formatter` instead Oct 13 01:50:18.061 INFO kablam! Oct 13 01:50:18.116 INFO kablam! warning: variable does not need to be mutable Oct 13 01:50:18.116 INFO kablam! --> src/main.rs:220:13 Oct 13 01:50:18.116 INFO kablam! | Oct 13 01:50:18.116 INFO kablam! 220 | let mut sha = Sha256::new(); Oct 13 01:50:18.117 INFO kablam! | ----^^^ Oct 13 01:50:18.117 INFO kablam! | | Oct 13 01:50:18.117 INFO kablam! | help: remove this `mut` Oct 13 01:50:18.117 INFO kablam! | Oct 13 01:50:18.117 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:50:18.117 INFO kablam! Oct 13 01:50:18.144 INFO kablam! warning: function `upsertUser` should have a snake case name such as `upsert_user` Oct 13 01:50:18.144 INFO kablam! --> src/main.rs:170:1 Oct 13 01:50:18.144 INFO kablam! | Oct 13 01:50:18.144 INFO kablam! 170 | / fn upsertUser(user: User) -> impl Future + Send { Oct 13 01:50:18.144 INFO kablam! 171 | | ok(user) Oct 13 01:50:18.144 INFO kablam! 172 | | } Oct 13 01:50:18.144 INFO kablam! | |_^ Oct 13 01:50:18.144 INFO kablam! | Oct 13 01:50:18.144 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 01:50:18.144 INFO kablam! Oct 13 01:50:18.147 INFO kablam! warning: variable `statusCode` should have a snake case name such as `status_code` Oct 13 01:50:18.147 INFO kablam! --> src/main.rs:280:13 Oct 13 01:50:18.147 INFO kablam! | Oct 13 01:50:18.147 INFO kablam! 280 | fn from(statusCode: hyper::StatusCode) -> AppError { Oct 13 01:50:18.147 INFO kablam! | ^^^^^^^^^^ Oct 13 01:50:18.147 INFO kablam! Oct 13 01:50:18.684 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.68s Oct 13 01:50:18.697 INFO kablam! su: No module specific data is present Oct 13 01:50:19.589 INFO running `"docker" "rm" "-f" "fe1499dd587d1de4257da755421910748452185bb581d06529b7cc8adbbfcd6f"` Oct 13 01:50:19.887 INFO blam! fe1499dd587d1de4257da755421910748452185bb581d06529b7cc8adbbfcd6f Oct 13 01:50:19.888 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 13 01:50:20.488 INFO blam! 8e7f24b9d32e63a78b13c5fd67becc8e78c9a04fccc41995b6da9ba07c7e7859 Oct 13 01:50:20.489 INFO running `"docker" "start" "-a" "8e7f24b9d32e63a78b13c5fd67becc8e78c9a04fccc41995b6da9ba07c7e7859"` Oct 13 01:50:21.798 INFO kablam! usermod: no changes Oct 13 01:50:22.036 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 13 01:50:22.067 INFO kablam! Running /target/debug/deps/auth_server-57022b430e475134 Oct 13 01:50:22.071 INFO blam! Oct 13 01:50:22.071 INFO blam! running 0 tests Oct 13 01:50:22.071 INFO blam! Oct 13 01:50:22.071 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:50:22.071 INFO blam! Oct 13 01:50:22.072 INFO kablam! su: No module specific data is present Oct 13 01:50:23.001 INFO running `"docker" "rm" "-f" "8e7f24b9d32e63a78b13c5fd67becc8e78c9a04fccc41995b6da9ba07c7e7859"` Oct 13 01:50:23.283 INFO blam! 8e7f24b9d32e63a78b13c5fd67becc8e78c9a04fccc41995b6da9ba07c7e7859