[INFO] fetching crate actix-http 0.1.0-alpha.5... [INFO] extracting crate actix-http 0.1.0-alpha.5 into work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/actix-http/0.1.0-alpha.5 [INFO] extracting crate actix-http 0.1.0-alpha.5 into work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/actix-http/0.1.0-alpha.5 [INFO] validating manifest of actix-http-0.1.0-alpha.5 on toolchain master#a850a426491e14186af2250549bf41256b5938d2 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of actix-http-0.1.0-alpha.5 on toolchain try#06a150c7d11500b41499224f165e9de1de096768 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing actix-http-0.1.0-alpha.5 [INFO] finished frobbing actix-http-0.1.0-alpha.5 [INFO] frobbed toml for actix-http-0.1.0-alpha.5 written to work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/actix-http/0.1.0-alpha.5/Cargo.toml [INFO] started frobbing actix-http-0.1.0-alpha.5 [INFO] finished frobbing actix-http-0.1.0-alpha.5 [INFO] frobbed toml for actix-http-0.1.0-alpha.5 written to work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/actix-http/0.1.0-alpha.5/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking actix-http-0.1.0-alpha.5 against try#06a150c7d11500b41499224f165e9de1de096768 for pr-60162 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60162/worker-2/try#06a150c7d11500b41499224f165e9de1de096768:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/actix-http/0.1.0-alpha.5:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/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=forbid" "-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" "+06a150c7d11500b41499224f165e9de1de096768-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 494ea4a0689759eb56c2159c7e810426ff8e07f418d6a8ffa31060c13f9e0ff1 [INFO] running `"docker" "start" "-a" "494ea4a0689759eb56c2159c7e810426ff8e07f418d6a8ffa31060c13f9e0ff1"` [INFO] [stderr] Checking actix-threadpool v0.1.0 [INFO] [stderr] Checking actix-codec v0.1.2 [INFO] [stderr] Checking tokio-openssl v0.3.0 [INFO] [stderr] Checking trust-dns-proto v0.7.3 [INFO] [stderr] Checking actix-server-config v0.1.1 [INFO] [stderr] Checking actix-utils v0.3.5 [INFO] [stderr] Checking actix-rt v0.2.2 [INFO] [stderr] Checking actix-server v0.4.3 [INFO] [stderr] Checking trust-dns-resolver v0.11.0 [INFO] [stderr] Checking actix-connect v0.1.5 [INFO] [stderr] Checking actix-http v0.1.2 [INFO] [stderr] Checking actix-http v0.1.0-alpha.5 (/opt/crater/workdir) [INFO] [stderr] Checking awc v0.1.1 [INFO] [stderr] Checking actix-http-test v0.1.0 [INFO] [stderr] warning: unused imports: `AsyncRead`, `AsyncWrite` [INFO] [stderr] --> tests/test_server.rs:5:19 [INFO] [stderr] | [INFO] [stderr] 5 | use actix_codec::{AsyncRead, AsyncWrite}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `BytesMut` [INFO] [stderr] --> tests/test_server.rs:9:20 [INFO] [stderr] | [INFO] [stderr] 9 | use bytes::{Bytes, BytesMut}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `actix_http::error::PayloadError` [INFO] [stderr] --> tests/test_server.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use actix_http::error::PayloadError; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Stream` [INFO] [stderr] --> tests/test_server.rs:11:29 [INFO] [stderr] | [INFO] [stderr] 11 | use futures::stream::{once, Stream}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> tests/test_ws.rs:47:31 [INFO] [stderr] | [INFO] [stderr] 47 | .block_on(framed.send(ws::Message::Text("text".to_string()))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `actix_http::ws::codec::Message`, found a different enum `actix_http::ws::codec::Message` [INFO] [stderr] | [INFO] [stderr] = note: expected type `actix_http::ws::codec::Message` (enum `actix_http::ws::codec::Message`) [INFO] [stderr] found type `actix_http::ws::codec::Message` (enum `actix_http::ws::codec::Message`) [INFO] [stderr] note: Perhaps two different versions of crate `actix_http` are being used? [INFO] [stderr] --> tests/test_ws.rs:47:31 [INFO] [stderr] | [INFO] [stderr] 47 | .block_on(framed.send(ws::Message::Text("text".to_string()))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> tests/test_ws.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 50 | assert_eq!(item, Some(ws::Frame::Text(Some(BytesMut::from("text"))))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `actix_http::ws::codec::Frame`, found a different enum `actix_http::ws::codec::Frame` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::option::Option` (enum `actix_http::ws::codec::Frame`) [INFO] [stderr] found type `std::option::Option` (enum `actix_http::ws::codec::Frame`) [INFO] [stderr] note: Perhaps two different versions of crate `actix_http` are being used? [INFO] [stderr] --> tests/test_ws.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 50 | assert_eq!(item, Some(ws::Frame::Text(Some(BytesMut::from("text"))))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> tests/test_ws.rs:53:31 [INFO] [stderr] | [INFO] [stderr] 53 | .block_on(framed.send(ws::Message::Binary("text".into()))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `actix_http::ws::codec::Message`, found a different enum `actix_http::ws::codec::Message` [INFO] [stderr] | [INFO] [stderr] = note: expected type `actix_http::ws::codec::Message` (enum `actix_http::ws::codec::Message`) [INFO] [stderr] found type `actix_http::ws::codec::Message` (enum `actix_http::ws::codec::Message`) [INFO] [stderr] note: Perhaps two different versions of crate `actix_http` are being used? [INFO] [stderr] --> tests/test_ws.rs:53:31 [INFO] [stderr] | [INFO] [stderr] 53 | .block_on(framed.send(ws::Message::Binary("text".into()))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> tests/test_ws.rs:56:5 [INFO] [stderr] | [INFO] [stderr] 56 | / assert_eq!( [INFO] [stderr] 57 | | item, [INFO] [stderr] 58 | | Some(ws::Frame::Binary(Some(Bytes::from_static(b"text").into()))) [INFO] [stderr] 59 | | ); [INFO] [stderr] | |______^ expected enum `actix_http::ws::codec::Frame`, found a different enum `actix_http::ws::codec::Frame` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::option::Option` (enum `actix_http::ws::codec::Frame`) [INFO] [stderr] found type `std::option::Option` (enum `actix_http::ws::codec::Frame`) [INFO] [stderr] note: Perhaps two different versions of crate `actix_http` are being used? [INFO] [stderr] --> tests/test_ws.rs:56:5 [INFO] [stderr] | [INFO] [stderr] 56 | / assert_eq!( [INFO] [stderr] 57 | | item, [INFO] [stderr] 58 | | Some(ws::Frame::Binary(Some(Bytes::from_static(b"text").into()))) [INFO] [stderr] 59 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> tests/test_ws.rs:62:31 [INFO] [stderr] | [INFO] [stderr] 62 | .block_on(framed.send(ws::Message::Ping("text".into()))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `actix_http::ws::codec::Message`, found a different enum `actix_http::ws::codec::Message` [INFO] [stderr] | [INFO] [stderr] = note: expected type `actix_http::ws::codec::Message` (enum `actix_http::ws::codec::Message`) [INFO] [stderr] found type `actix_http::ws::codec::Message` (enum `actix_http::ws::codec::Message`) [INFO] [stderr] note: Perhaps two different versions of crate `actix_http` are being used? [INFO] [stderr] --> tests/test_ws.rs:62:31 [INFO] [stderr] | [INFO] [stderr] 62 | .block_on(framed.send(ws::Message::Ping("text".into()))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> tests/test_ws.rs:65:5 [INFO] [stderr] | [INFO] [stderr] 65 | assert_eq!(item, Some(ws::Frame::Pong("text".to_string().into()))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `actix_http::ws::codec::Frame`, found a different enum `actix_http::ws::codec::Frame` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::option::Option` (enum `actix_http::ws::codec::Frame`) [INFO] [stderr] found type `std::option::Option` (enum `actix_http::ws::codec::Frame`) [INFO] [stderr] note: Perhaps two different versions of crate `actix_http` are being used? [INFO] [stderr] --> tests/test_ws.rs:65:5 [INFO] [stderr] | [INFO] [stderr] 65 | assert_eq!(item, Some(ws::Frame::Pong("text".to_string().into()))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> tests/test_ws.rs:68:31 [INFO] [stderr] | [INFO] [stderr] 68 | .block_on(framed.send(ws::Message::Close(Some(ws::CloseCode::Normal.into())))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `actix_http::ws::codec::Message`, found a different enum `actix_http::ws::codec::Message` [INFO] [stderr] | [INFO] [stderr] = note: expected type `actix_http::ws::codec::Message` (enum `actix_http::ws::codec::Message`) [INFO] [stderr] found type `actix_http::ws::codec::Message` (enum `actix_http::ws::codec::Message`) [INFO] [stderr] note: Perhaps two different versions of crate `actix_http` are being used? [INFO] [stderr] --> tests/test_ws.rs:68:31 [INFO] [stderr] | [INFO] [stderr] 68 | .block_on(framed.send(ws::Message::Close(Some(ws::CloseCode::Normal.into())))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> tests/test_ws.rs:72:5 [INFO] [stderr] | [INFO] [stderr] 72 | / assert_eq!( [INFO] [stderr] 73 | | item, [INFO] [stderr] 74 | | Some(ws::Frame::Close(Some(ws::CloseCode::Normal.into()))) [INFO] [stderr] 75 | | ); [INFO] [stderr] | |______^ expected enum `actix_http::ws::codec::Frame`, found a different enum `actix_http::ws::codec::Frame` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::option::Option` (enum `actix_http::ws::codec::Frame`) [INFO] [stderr] found type `std::option::Option` (enum `actix_http::ws::codec::Frame`) [INFO] [stderr] note: Perhaps two different versions of crate `actix_http` are being used? [INFO] [stderr] --> tests/test_ws.rs:72:5 [INFO] [stderr] | [INFO] [stderr] 72 | / assert_eq!( [INFO] [stderr] 73 | | item, [INFO] [stderr] 74 | | Some(ws::Frame::Close(Some(ws::CloseCode::Normal.into()))) [INFO] [stderr] 75 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `actix-http`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "494ea4a0689759eb56c2159c7e810426ff8e07f418d6a8ffa31060c13f9e0ff1"` [INFO] running `"docker" "rm" "-f" "494ea4a0689759eb56c2159c7e810426ff8e07f418d6a8ffa31060c13f9e0ff1"` [INFO] [stdout] 494ea4a0689759eb56c2159c7e810426ff8e07f418d6a8ffa31060c13f9e0ff1