[INFO] crate d9d_p2p 0.1.0 is already in cache [INFO] extracting crate d9d_p2p 0.1.0 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/d9d_p2p/0.1.0 [INFO] extracting crate d9d_p2p 0.1.0 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/d9d_p2p/0.1.0 [INFO] validating manifest of d9d_p2p-0.1.0 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of d9d_p2p-0.1.0 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing d9d_p2p-0.1.0 [INFO] finished frobbing d9d_p2p-0.1.0 [INFO] frobbed toml for d9d_p2p-0.1.0 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/d9d_p2p/0.1.0/Cargo.toml [INFO] started frobbing d9d_p2p-0.1.0 [INFO] finished frobbing d9d_p2p-0.1.0 [INFO] frobbed toml for d9d_p2p-0.1.0 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/d9d_p2p/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking d9d_p2p-0.1.0 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-7/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/d9d_p2p/0.1.0:/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=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" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 20421bea1eae7af19089d5545013fbf6262450935927a0ede741df20ccb39cde [INFO] running `"docker" "start" "-a" "20421bea1eae7af19089d5545013fbf6262450935927a0ede741df20ccb39cde"` [INFO] [stderr] Compiling futures-select-macro-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling futures-join-macro-preview v0.3.0-alpha.18 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.18 [INFO] [stderr] Checking futures-executor-preview v0.3.0-alpha.18 [INFO] [stderr] Checking futures-preview v0.3.0-alpha.18 [INFO] [stderr] Checking d9d_p2p v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved imports `futures::prelude::SinkExt`, `futures::prelude::StreamExt` [INFO] [stderr] --> src/tcp.rs:67:28 [INFO] [stderr] | [INFO] [stderr] 67 | use futures::prelude::{SinkExt, StreamExt}; [INFO] [stderr] | ^^^^^^^ ^^^^^^^^^ [INFO] [stderr] | | | [INFO] [stderr] | | no `StreamExt` in `prelude` [INFO] [stderr] | | help: a similar name exists in the module: `Stream` [INFO] [stderr] | no `SinkExt` in `prelude` [INFO] [stderr] [INFO] [stderr] error[E0220]: associated type `SinkError` not found for `futures_sink::Sink` [INFO] [stderr] --> src/tcp.rs:13:43 [INFO] [stderr] | [INFO] [stderr] 13 | pub type Sinker = Pin + Send + 'static>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ associated type `SinkError` not found [INFO] [stderr] [INFO] [stderr] error[E0191]: the value of the associated type `Error` (from the trait `futures_sink::Sink`) must be specified [INFO] [stderr] --> src/tcp.rs:13:27 [INFO] [stderr] | [INFO] [stderr] 13 | pub type Sinker = Pin + Send + 'static>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated type `Error` must be specified [INFO] [stderr] [INFO] [stderr] error[E0220]: associated type `SinkError` not found for `futures_sink::Sink` [INFO] [stderr] --> src/tcp.rs:13:43 [INFO] [stderr] | [INFO] [stderr] 13 | pub type Sinker = Pin + Send + 'static>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ associated type `SinkError` not found [INFO] [stderr] [INFO] [stderr] error[E0191]: the value of the associated type `Error` (from the trait `futures_sink::Sink`) must be specified [INFO] [stderr] --> src/tcp.rs:13:27 [INFO] [stderr] | [INFO] [stderr] 13 | pub type Sinker = Pin + Send + 'static>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated type `Error` must be specified [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `send` found for type `std::pin::Pin + std::marker::Send>>` in the current scope [INFO] [stderr] --> src/tcp.rs:86:22 [INFO] [stderr] | [INFO] [stderr] 86 | sink.send(data.as_slice().into()).await?; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use futures_util::sink::SinkExt;` [INFO] [stderr] [INFO] [stderr] error[E0698]: type inside `async` object must be known in this context [INFO] [stderr] --> src/tcp.rs:80:22 [INFO] [stderr] | [INFO] [stderr] 80 | for _ in 0..128 { [INFO] [stderr] | ^^^^^^ cannot infer type for `{integer}` [INFO] [stderr] | [INFO] [stderr] note: the type is part of the `async` object because of this `await` [INFO] [stderr] --> src/tcp.rs:87:17 [INFO] [stderr] | [INFO] [stderr] 87 | stream.next().await; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0698]: type inside `async` object must be known in this context [INFO] [stderr] --> src/tcp.rs:80:22 [INFO] [stderr] | [INFO] [stderr] 80 | for _ in 0..128 { [INFO] [stderr] | ^ cannot infer type for `{integer}` [INFO] [stderr] | [INFO] [stderr] note: the type is part of the `async` object because of this `await` [INFO] [stderr] --> src/tcp.rs:87:17 [INFO] [stderr] | [INFO] [stderr] 87 | stream.next().await; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0698]: type inside `async` object must be known in this context [INFO] [stderr] --> src/tcp.rs:80:25 [INFO] [stderr] | [INFO] [stderr] 80 | for _ in 0..128 { [INFO] [stderr] | ^^^ cannot infer type for `{integer}` [INFO] [stderr] | [INFO] [stderr] note: the type is part of the `async` object because of this `await` [INFO] [stderr] --> src/tcp.rs:87:17 [INFO] [stderr] | [INFO] [stderr] 87 | stream.next().await; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0698]: type inside `async` object must be known in this context [INFO] [stderr] --> src/tcp.rs:80:22 [INFO] [stderr] | [INFO] [stderr] 80 | for _ in 0..128 { [INFO] [stderr] | ^^^^^^ cannot infer type for `{integer}` [INFO] [stderr] | [INFO] [stderr] note: the type is part of the `async` object because of this `await` [INFO] [stderr] --> src/tcp.rs:87:17 [INFO] [stderr] | [INFO] [stderr] 87 | stream.next().await; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `send` found for type `std::pin::Pin + std::marker::Send>>` in the current scope [INFO] [stderr] --> src/tcp.rs:111:22 [INFO] [stderr] | [INFO] [stderr] 111 | sink.send(chunk).await?; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use futures_util::sink::SinkExt;` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0191, E0220, E0432, E0599, E0698. [INFO] [stderr] Some errors have detailed explanations: E0191, E0220. [INFO] [stderr] For more information about an error, try `rustc --explain E0191`. [INFO] [stderr] For more information about an error, try `rustc --explain E0191`. [INFO] [stderr] error: Could not compile `d9d_p2p`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `d9d_p2p`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "20421bea1eae7af19089d5545013fbf6262450935927a0ede741df20ccb39cde"` [INFO] running `"docker" "rm" "-f" "20421bea1eae7af19089d5545013fbf6262450935927a0ede741df20ccb39cde"` [INFO] [stdout] 20421bea1eae7af19089d5545013fbf6262450935927a0ede741df20ccb39cde