[INFO] crate awmp 0.2.4 is already in cache [INFO] extracting crate awmp 0.2.4 into work/ex/beta-1.38-1/sources/1.37.0/reg/awmp/0.2.4 [INFO] extracting crate awmp 0.2.4 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/awmp/0.2.4 [INFO] validating manifest of awmp-0.2.4 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of awmp-0.2.4 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing awmp-0.2.4 [INFO] finished frobbing awmp-0.2.4 [INFO] frobbed toml for awmp-0.2.4 written to work/ex/beta-1.38-1/sources/1.37.0/reg/awmp/0.2.4/Cargo.toml [INFO] started frobbing awmp-0.2.4 [INFO] finished frobbing awmp-0.2.4 [INFO] frobbed toml for awmp-0.2.4 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/awmp/0.2.4/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing awmp-0.2.4 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/awmp/0.2.4:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 890a9a6b3629b56a43d7c8d945c5f1dceaee96f523a8c8bc585628779dd30408 [INFO] running `"docker" "start" "-a" "890a9a6b3629b56a43d7c8d945c5f1dceaee96f523a8c8bc585628779dd30408"` [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling tower-service v0.1.0 [INFO] [stderr] Compiling actix-web v0.7.19 [INFO] [stderr] Compiling socket2 v0.3.11 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling resolv-conf v0.6.2 [INFO] [stderr] Compiling flate2 v1.0.11 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling http v0.1.18 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-signal v0.2.7 [INFO] [stderr] Compiling cookie v0.11.1 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling actix_derive v0.3.2 [INFO] [stderr] Compiling v_escape_derive v0.5.5 [INFO] [stderr] Compiling v_escape v0.7.4 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling v_htmlescape v0.4.5 [INFO] [stderr] Compiling trust-dns-proto v0.6.3 [INFO] [stderr] Compiling trust-dns-proto v0.5.0 [INFO] [stderr] Compiling trust-dns-resolver v0.10.3 [INFO] [stderr] Compiling actix v0.7.9 [INFO] [stderr] Compiling actix-net v0.2.6 [INFO] [stderr] Compiling awmp v0.2.4 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `Read` [INFO] [stderr] --> src/lib.rs:44:10 [INFO] [stderr] | [INFO] [stderr] 44 | io::{Read, Write}, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:95:10 [INFO] [stderr] | [INFO] [stderr] 95 | ) -> Box, Error = Error>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream, Error = Error>` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:107:10 [INFO] [stderr] | [INFO] [stderr] 107 | ) -> Box, Error = Error>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = Error>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:196:23 [INFO] [stderr] | [INFO] [stderr] 196 | type Result = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 09s [INFO] running `"docker" "inspect" "890a9a6b3629b56a43d7c8d945c5f1dceaee96f523a8c8bc585628779dd30408"` [INFO] running `"docker" "rm" "-f" "890a9a6b3629b56a43d7c8d945c5f1dceaee96f523a8c8bc585628779dd30408"` [INFO] [stdout] 890a9a6b3629b56a43d7c8d945c5f1dceaee96f523a8c8bc585628779dd30408 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/awmp/0.2.4:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 30a2343a58070fdfc0d075c2cb1f3ac9dbc280cd603ea10111f3c75e56ae7e35 [INFO] running `"docker" "start" "-a" "30a2343a58070fdfc0d075c2cb1f3ac9dbc280cd603ea10111f3c75e56ae7e35"` [INFO] [stderr] Compiling awmp v0.2.4 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `Error`, `FromRequest`, `FutureResponse`, `HttpRequest`, `dev`, `error`, `middleware`, `multipart` [INFO] [stderr] --> examples/simple.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | dev, error, http, middleware, multipart, server, App, Error, FromRequest, FutureResponse, [INFO] [stderr] | ^^^ ^^^^^ ^^^^^^^^^^ ^^^^^^^^^ ^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stderr] 9 | HttpMessage, HttpRequest, HttpResponse [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/simple.rs:29:29 [INFO] [stderr] | [INFO] [stderr] 29 | fn main() -> Result<(), Box<::std::error::Error>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::error::Error)` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Read` [INFO] [stderr] --> src/lib.rs:44:10 [INFO] [stderr] | [INFO] [stderr] 44 | io::{Read, Write}, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:95:10 [INFO] [stderr] | [INFO] [stderr] 95 | ) -> Box, Error = Error>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream, Error = Error>` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:107:10 [INFO] [stderr] | [INFO] [stderr] 107 | ) -> Box, Error = Error>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = Error>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:196:23 [INFO] [stderr] | [INFO] [stderr] 196 | type Result = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: unused import: `futures::future::Future` [INFO] [stderr] --> examples/simple.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use futures::future::Future; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `HttpMessage` [INFO] [stderr] --> examples/simple.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | HttpMessage, HttpRequest, HttpResponse [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.49s [INFO] running `"docker" "inspect" "30a2343a58070fdfc0d075c2cb1f3ac9dbc280cd603ea10111f3c75e56ae7e35"` [INFO] running `"docker" "rm" "-f" "30a2343a58070fdfc0d075c2cb1f3ac9dbc280cd603ea10111f3c75e56ae7e35"` [INFO] [stdout] 30a2343a58070fdfc0d075c2cb1f3ac9dbc280cd603ea10111f3c75e56ae7e35 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/awmp/0.2.4:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 75856b46820ae222f82db2e2de6b8f6f0c9cbba7660c6764940d4f8184a6a6e8 [INFO] running `"docker" "start" "-a" "75856b46820ae222f82db2e2de6b8f6f0c9cbba7660c6764940d4f8184a6a6e8"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.21s [INFO] [stderr] Running /opt/crater/target/debug/deps/awmp-4e60b3f6aa217bfa [INFO] [stderr] Doc-tests awmp [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "75856b46820ae222f82db2e2de6b8f6f0c9cbba7660c6764940d4f8184a6a6e8"` [INFO] running `"docker" "rm" "-f" "75856b46820ae222f82db2e2de6b8f6f0c9cbba7660c6764940d4f8184a6a6e8"` [INFO] [stdout] 75856b46820ae222f82db2e2de6b8f6f0c9cbba7660c6764940d4f8184a6a6e8