Oct 12 20:21:04.837 INFO checking indegser/syb against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 20:21:04.838 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 20:21:05.277 INFO blam! f9a30ed12fcf550f858ae845fec6b9890d777086ce2e4c971c40fe0497f87578 Oct 12 20:21:05.280 INFO running `"docker" "start" "-a" "f9a30ed12fcf550f858ae845fec6b9890d777086ce2e4c971c40fe0497f87578"` Oct 12 20:21:06.476 INFO kablam! usermod: no changes Oct 12 20:21:07.037 INFO kablam! Compiling actix-web v0.7.4 Oct 12 20:21:07.087 INFO kablam! Checking want v0.0.4 Oct 12 20:21:07.110 INFO kablam! Checking serde_urlencoded v0.5.3 Oct 12 20:21:07.111 INFO kablam! Checking libflate v0.1.16 Oct 12 20:21:07.111 INFO kablam! Checking cookie v0.11.0 Oct 12 20:21:07.111 INFO kablam! Checking tokio-signal v0.2.2 Oct 12 20:21:07.111 INFO kablam! Compiling num-derive v0.2.2 Oct 12 20:21:07.111 INFO kablam! Checking crossbeam-channel v0.2.4 Oct 12 20:21:09.016 INFO kablam! Checking trust-dns-proto v0.4.0 Oct 12 20:21:11.092 INFO kablam! Checking tokio-core v0.1.17 Oct 12 20:21:17.911 INFO kablam! Checking tokio-tls v0.1.4 Oct 12 20:21:17.911 INFO kablam! Checking hyper v0.11.27 Oct 12 20:21:20.754 INFO kablam! Checking image v0.19.0 Oct 12 20:21:21.865 INFO kablam! Checking trust-dns-resolver v0.9.1 Oct 12 20:21:30.556 INFO kablam! Checking actix v0.7.3 Oct 12 20:21:36.369 INFO kablam! Checking hyper-tls v0.1.4 Oct 12 20:21:40.495 INFO kablam! Checking reqwest v0.8.8 Oct 12 20:21:56.473 INFO kablam! Checking syb v0.1.0 (/source) Oct 12 20:22:05.000 INFO kablam! warning: unused import: `bytes::Bytes` Oct 12 20:22:05.000 INFO kablam! --> src/main.rs:7:5 Oct 12 20:22:05.000 INFO kablam! | Oct 12 20:22:05.000 INFO kablam! 7 | use bytes::Bytes; Oct 12 20:22:05.000 INFO kablam! | ^^^^^^^^^^^^ Oct 12 20:22:05.000 INFO kablam! | Oct 12 20:22:05.000 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 20:22:05.000 INFO kablam! Oct 12 20:22:05.000 INFO kablam! warning: unused import: `futures::stream::once` Oct 12 20:22:05.000 INFO kablam! --> src/main.rs:8:5 Oct 12 20:22:05.000 INFO kablam! | Oct 12 20:22:05.000 INFO kablam! 8 | use futures::stream::once; Oct 12 20:22:05.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:22:05.000 INFO kablam! Oct 12 20:22:05.000 INFO kablam! warning: unused import: `Body` Oct 12 20:22:05.000 INFO kablam! --> src/main.rs:11:63 Oct 12 20:22:05.000 INFO kablam! | Oct 12 20:22:05.000 INFO kablam! 11 | use actix_web::{http, server, App, HttpRequest, HttpResponse, Body, Binary }; Oct 12 20:22:05.001 INFO kablam! | ^^^^ Oct 12 20:22:05.001 INFO kablam! Oct 12 20:22:05.108 INFO kablam! warning: unused import: `bytes::Bytes` Oct 12 20:22:05.108 INFO kablam! --> src/main.rs:7:5 Oct 12 20:22:05.108 INFO kablam! | Oct 12 20:22:05.108 INFO kablam! 7 | use bytes::Bytes; Oct 12 20:22:05.108 INFO kablam! | ^^^^^^^^^^^^ Oct 12 20:22:05.108 INFO kablam! | Oct 12 20:22:05.108 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 20:22:05.108 INFO kablam! Oct 12 20:22:05.108 INFO kablam! warning: unused import: `futures::stream::once` Oct 12 20:22:05.108 INFO kablam! --> src/main.rs:8:5 Oct 12 20:22:05.108 INFO kablam! | Oct 12 20:22:05.108 INFO kablam! 8 | use futures::stream::once; Oct 12 20:22:05.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:22:05.108 INFO kablam! Oct 12 20:22:05.108 INFO kablam! warning: unused import: `Body` Oct 12 20:22:05.108 INFO kablam! --> src/main.rs:11:63 Oct 12 20:22:05.108 INFO kablam! | Oct 12 20:22:05.108 INFO kablam! 11 | use actix_web::{http, server, App, HttpRequest, HttpResponse, Body, Binary }; Oct 12 20:22:05.108 INFO kablam! | ^^^^ Oct 12 20:22:05.108 INFO kablam! Oct 12 20:22:05.478 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 58.98s Oct 12 20:22:05.503 INFO kablam! su: No module specific data is present Oct 12 20:22:06.210 INFO running `"docker" "rm" "-f" "f9a30ed12fcf550f858ae845fec6b9890d777086ce2e4c971c40fe0497f87578"` Oct 12 20:22:06.588 INFO blam! f9a30ed12fcf550f858ae845fec6b9890d777086ce2e4c971c40fe0497f87578