[INFO] crate futures-preview 0.3.0-alpha.19 is already in cache [INFO] checking futures-preview-0.3.0-alpha.19 against try#d7b51666469c792a8a3f40849607739bae1e705e for pr-71665 [INFO] extracting crate futures-preview 0.3.0-alpha.19 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate futures-preview 0.3.0-alpha.19 on toolchain d7b51666469c792a8a3f40849607739bae1e705e [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate futures-preview 0.3.0-alpha.19 [INFO] finished tweaking crates.io crate futures-preview 0.3.0-alpha.19 [INFO] tweaked toml for crates.io crate futures-preview 0.3.0-alpha.19 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 0482291e6cda74cbfe486dcf13ae327558c75669b43bd187869ee5fcb0099997 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "0482291e6cda74cbfe486dcf13ae327558c75669b43bd187869ee5fcb0099997"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.19 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking futures-executor-preview v0.3.0-alpha.19 [INFO] [stderr] Checking futures-preview v0.3.0-alpha.19 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `assert_matches` [INFO] [stderr] --> tests/io_cursor.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use assert_matches::assert_matches; [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `assert_matches` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_matches` [INFO] [stderr] --> tests/io_cursor.rs:12:9 [INFO] [stderr] | [INFO] [stderr] 12 | assert_matches!(Pin::new(&mut cursor).poll_write(cx, &[1, 2]), Poll::Ready(Ok(2))); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_matches` [INFO] [stderr] --> tests/io_cursor.rs:13:9 [INFO] [stderr] | [INFO] [stderr] 13 | assert_matches!(Pin::new(&mut cursor).poll_write(cx, &[3, 4]), Poll::Ready(Ok(2))); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_matches` [INFO] [stderr] --> tests/io_cursor.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | assert_matches!(Pin::new(&mut cursor).poll_write(cx, &[5, 6]), Poll::Ready(Ok(1))); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_matches` [INFO] [stderr] --> tests/io_cursor.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | assert_matches!(Pin::new(&mut cursor).poll_write(cx, &[6, 7]), Poll::Ready(Ok(0))); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] warning: unused import: `futures::Poll` [INFO] [stderr] --> tests/io_cursor.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use futures::Poll; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `futures::io::AsyncWrite` [INFO] [stderr] --> tests/io_cursor.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use futures::io::AsyncWrite; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::pin::Pin` [INFO] [stderr] --> tests/io_cursor.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::pin::Pin; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `pin_utils` [INFO] [stderr] --> tests/split.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use pin_utils::unsafe_pinned; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `pin_utils` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `unsafe_pinned` [INFO] [stderr] --> tests/split.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | unsafe_pinned!(stream: T); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `unsafe_pinned` [INFO] [stderr] --> tests/split.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | unsafe_pinned!(sink: U); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/io_read_to_string.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use futures_test::io::AsyncReadTestExt; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/io_read_to_string.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use futures_test::task::noop_context; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/io_lines.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use futures_test::io::AsyncReadTestExt; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/io_lines.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use futures_test::task::noop_context; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/io_read_to_string.rs:28:18 [INFO] [stderr] | [INFO] [stderr] 28 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/ready_queue.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use futures_test::task::noop_context; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/ready_queue.rs:83:27 [INFO] [stderr] | [INFO] [stderr] 83 | let cx = &mut noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/stream_into_async_read.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use futures_test::{task::noop_context, stream::StreamTestExt}; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/sink.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use futures_test::task::panic_context; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/abortable.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use futures_test::task::new_count_waker; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `futures-preview`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/stream_into_async_read.rs:9:22 [INFO] [stderr] | [INFO] [stderr] 9 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 53 | assert_read!(reader, &mut buf, 3); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/stream_into_async_read.rs:9:22 [INFO] [stderr] | [INFO] [stderr] 9 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 56 | assert_read!(reader, &mut buf, 2); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/stream_into_async_read.rs:9:22 [INFO] [stderr] | [INFO] [stderr] 9 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 59 | assert_read!(reader, &mut buf, 3); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/stream_into_async_read.rs:9:22 [INFO] [stderr] | [INFO] [stderr] 9 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 62 | assert_read!(reader, &mut buf, 2); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/stream_into_async_read.rs:9:22 [INFO] [stderr] | [INFO] [stderr] 9 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 65 | assert_read!(reader, &mut buf, 3); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/stream_into_async_read.rs:9:22 [INFO] [stderr] | [INFO] [stderr] 9 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 68 | assert_read!(reader, &mut buf, 2); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/stream_into_async_read.rs:9:22 [INFO] [stderr] | [INFO] [stderr] 9 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 71 | assert_read!(reader, &mut buf, 0); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/stream_into_async_read.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 81 | assert_fill_buf!(reader, &[1, 2, 3, 4, 5][..]); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/stream_into_async_read.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 84 | assert_fill_buf!(reader, &[4, 5][..]); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/stream_into_async_read.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 87 | assert_fill_buf!(reader, &[1, 2, 3, 4, 5][..]); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/stream_into_async_read.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 90 | assert_fill_buf!(reader, &[3, 4, 5][..]); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/stream_into_async_read.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 93 | assert_fill_buf!(reader, &[][..]); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/io_lines.rs:31:18 [INFO] [stderr] | [INFO] [stderr] 31 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `new_count_waker` in this scope [INFO] [stderr] --> tests/abortable.rs:21:28 [INFO] [stderr] | [INFO] [stderr] 21 | let (waker, counter) = new_count_waker(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error[E0599]: no method named `stream` found for struct `std::pin::Pin<&mut Join>` in the current scope [INFO] [stderr] --> tests/split.rs:25:14 [INFO] [stderr] | [INFO] [stderr] 25 | self.stream().poll_next(cx) [INFO] [stderr] | ^^^^^^-- help: remove the arguments [INFO] [stderr] | | [INFO] [stderr] | field, not a method [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `sink` found for struct `std::pin::Pin<&mut Join>` in the current scope [INFO] [stderr] --> tests/split.rs:36:14 [INFO] [stderr] | [INFO] [stderr] 36 | self.sink().poll_ready(cx) [INFO] [stderr] | ^^^^-- help: remove the arguments [INFO] [stderr] | | [INFO] [stderr] | field, not a method [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `sink` found for struct `std::pin::Pin<&mut Join>` in the current scope [INFO] [stderr] --> tests/split.rs:43:14 [INFO] [stderr] | [INFO] [stderr] 43 | self.sink().start_send(item) [INFO] [stderr] | ^^^^-- help: remove the arguments [INFO] [stderr] | | [INFO] [stderr] | field, not a method [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `sink` found for struct `std::pin::Pin<&mut Join>` in the current scope [INFO] [stderr] --> tests/split.rs:50:14 [INFO] [stderr] | [INFO] [stderr] 50 | self.sink().poll_flush(cx) [INFO] [stderr] | ^^^^-- help: remove the arguments [INFO] [stderr] | | [INFO] [stderr] | field, not a method [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `sink` found for struct `std::pin::Pin<&mut Join>` in the current scope [INFO] [stderr] --> tests/split.rs:57:14 [INFO] [stderr] | [INFO] [stderr] 57 | self.sink().poll_close(cx) [INFO] [stderr] | ^^^^-- help: remove the arguments [INFO] [stderr] | | [INFO] [stderr] | field, not a method [INFO] [stderr] [INFO] [stderr] error: could not compile `futures-preview`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `futures-preview`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `interleave_pending` found for struct `futures_util::try_stream::into_async_read::IntoAsyncRead>, fn(&[u8]) -> std::result::Result<&[u8], std::io::Error> {std::result::Result::<&[u8], std::io::Error>::Ok}>>` in the current scope [INFO] [stderr] --> tests/io_read_to_string.rs:41:10 [INFO] [stderr] | [INFO] [stderr] 41 | .interleave_pending(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ method not found in `futures_util::try_stream::into_async_read::IntoAsyncRead>, fn(&[u8]) -> std::result::Result<&[u8], std::io::Error> {std::result::Result::<&[u8], std::io::Error>::Ok}>>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `interleave_pending` found for struct `futures_util::stream::iter::Iter, std::vec::Vec, _>>, [closure@tests/stream_into_async_read.rs:49:48: 49:93]>>` in the current scope [INFO] [stderr] --> tests/stream_into_async_read.rs:50:29 [INFO] [stderr] | [INFO] [stderr] 50 | let mut reader = stream.interleave_pending().into_async_read(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ method not found in `futures_util::stream::iter::Iter, std::vec::Vec, _>>, [closure@tests/stream_into_async_read.rs:49:48: 49:93]>>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_read` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/stream_into_async_read.rs:11:42 [INFO] [stderr] | [INFO] [stderr] 11 | match Pin::new(&mut $reader).poll_read(&mut cx, $buf) { [INFO] [stderr] | ^^^^^^^^^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] ... [INFO] [stderr] 53 | assert_read!(reader, &mut buf, 3); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `Pin::new(&mut $reader)` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_read` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/stream_into_async_read.rs:11:42 [INFO] [stderr] | [INFO] [stderr] 11 | match Pin::new(&mut $reader).poll_read(&mut cx, $buf) { [INFO] [stderr] | ^^^^^^^^^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] ... [INFO] [stderr] 56 | assert_read!(reader, &mut buf, 2); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `Pin::new(&mut $reader)` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/futures_unordered.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use futures_test::future::FutureTestExt; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/futures_unordered.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use futures_test::task::noop_context; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_read` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/stream_into_async_read.rs:11:42 [INFO] [stderr] | [INFO] [stderr] 11 | match Pin::new(&mut $reader).poll_read(&mut cx, $buf) { [INFO] [stderr] | ^^^^^^^^^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] ... [INFO] [stderr] 59 | assert_read!(reader, &mut buf, 3); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `Pin::new(&mut $reader)` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_read` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/stream_into_async_read.rs:11:42 [INFO] [stderr] | [INFO] [stderr] 11 | match Pin::new(&mut $reader).poll_read(&mut cx, $buf) { [INFO] [stderr] | ^^^^^^^^^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] ... [INFO] [stderr] 62 | assert_read!(reader, &mut buf, 2); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `Pin::new(&mut $reader)` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error[E0599]: no method named `poll_read` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/stream_into_async_read.rs:11:42 [INFO] [stderr] | [INFO] [stderr] 11 | match Pin::new(&mut $reader).poll_read(&mut cx, $buf) { [INFO] [stderr] | ^^^^^^^^^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] ... [INFO] [stderr] 65 | assert_read!(reader, &mut buf, 3); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `Pin::new(&mut $reader)` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_read` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/stream_into_async_read.rs:11:42 [INFO] [stderr] | [INFO] [stderr] 11 | match Pin::new(&mut $reader).poll_read(&mut cx, $buf) { [INFO] [stderr] | ^^^^^^^^^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] ... [INFO] [stderr] 68 | assert_read!(reader, &mut buf, 2); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `Pin::new(&mut $reader)` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_read` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/stream_into_async_read.rs:11:42 [INFO] [stderr] | [INFO] [stderr] 11 | match Pin::new(&mut $reader).poll_read(&mut cx, $buf) { [INFO] [stderr] | ^^^^^^^^^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] ... [INFO] [stderr] 71 | assert_read!(reader, &mut buf, 0); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `Pin::new(&mut $reader)` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: could not compile `futures-preview`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find function `panic_context` in this scope [INFO] [stderr] --> tests/sink.rs:24:34 [INFO] [stderr] | [INFO] [stderr] 24 | match s.poll_next_unpin(&mut panic_context()) { [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `panic_context` in this scope [INFO] [stderr] --> tests/sink.rs:453:23 [INFO] [stderr] | [INFO] [stderr] 453 | let cx = &mut panic_context(); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `panic_context` in this scope [INFO] [stderr] --> tests/sink.rs:479:23 [INFO] [stderr] | [INFO] [stderr] 479 | let cx = &mut panic_context(); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `interleave_pending` found for struct `futures_util::stream::iter::Iter, std::vec::Vec, _>>, [closure@tests/stream_into_async_read.rs:76:48: 76:93]>>` in the current scope [INFO] [stderr] --> tests/stream_into_async_read.rs:77:29 [INFO] [stderr] | [INFO] [stderr] 77 | let mut reader = stream.interleave_pending().into_async_read(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ method not found in `futures_util::stream::iter::Iter, std::vec::Vec, _>>, [closure@tests/stream_into_async_read.rs:76:48: 76:93]>>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_fill_buf` found for struct `std::pin::Pin<&mut std::pin::Pin<&mut _>>` in the current scope [INFO] [stderr] --> tests/stream_into_async_read.rs:31:42 [INFO] [stderr] | [INFO] [stderr] 31 | match Pin::new(&mut $reader).poll_fill_buf(&mut cx) { [INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `std::pin::Pin<&mut std::pin::Pin<&mut _>>` [INFO] [stderr] ... [INFO] [stderr] 81 | assert_fill_buf!(reader, &[1, 2, 3, 4, 5][..]); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `Pin::new(&mut $reader)` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/stream_into_async_read.rs:82:12 [INFO] [stderr] | [INFO] [stderr] 82 | reader.as_mut().consume(3); [INFO] [stderr] | ^^^^^^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] | [INFO] [stderr] = note: `reader` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_fill_buf` found for struct `std::pin::Pin<&mut std::pin::Pin<&mut _>>` in the current scope [INFO] [stderr] --> tests/stream_into_async_read.rs:31:42 [INFO] [stderr] | [INFO] [stderr] 31 | match Pin::new(&mut $reader).poll_fill_buf(&mut cx) { [INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `std::pin::Pin<&mut std::pin::Pin<&mut _>>` [INFO] [stderr] ... [INFO] [stderr] 84 | assert_fill_buf!(reader, &[4, 5][..]); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `Pin::new(&mut $reader)` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/stream_into_async_read.rs:85:12 [INFO] [stderr] | [INFO] [stderr] 85 | reader.as_mut().consume(2); [INFO] [stderr] | ^^^^^^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] | [INFO] [stderr] = note: `reader` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `futures_test` [INFO] [stderr] --> tests/futures_unordered.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use futures_test::{assert_stream_done, assert_stream_next}; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_stream_next` [INFO] [stderr] --> tests/futures_unordered.rs:173:5 [INFO] [stderr] | [INFO] [stderr] 173 | assert_stream_next!(stream, ()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_stream_next` [INFO] [stderr] --> tests/futures_unordered.rs:174:5 [INFO] [stderr] | [INFO] [stderr] 174 | assert_stream_next!(stream, ()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_stream_next` [INFO] [stderr] --> tests/futures_unordered.rs:175:5 [INFO] [stderr] | [INFO] [stderr] 175 | assert_stream_next!(stream, ()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_stream_done` [INFO] [stderr] --> tests/futures_unordered.rs:176:5 [INFO] [stderr] | [INFO] [stderr] 176 | assert_stream_done!(stream); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_fill_buf` found for struct `std::pin::Pin<&mut std::pin::Pin<&mut _>>` in the current scope [INFO] [stderr] --> tests/stream_into_async_read.rs:31:42 [INFO] [stderr] | [INFO] [stderr] 31 | match Pin::new(&mut $reader).poll_fill_buf(&mut cx) { [INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `std::pin::Pin<&mut std::pin::Pin<&mut _>>` [INFO] [stderr] ... [INFO] [stderr] 87 | assert_fill_buf!(reader, &[1, 2, 3, 4, 5][..]); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `Pin::new(&mut $reader)` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/stream_into_async_read.rs:88:12 [INFO] [stderr] | [INFO] [stderr] 88 | reader.as_mut().consume(2); [INFO] [stderr] | ^^^^^^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] | [INFO] [stderr] = note: `reader` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_fill_buf` found for struct `std::pin::Pin<&mut std::pin::Pin<&mut _>>` in the current scope [INFO] [stderr] --> tests/stream_into_async_read.rs:31:42 [INFO] [stderr] | [INFO] [stderr] 31 | match Pin::new(&mut $reader).poll_fill_buf(&mut cx) { [INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `std::pin::Pin<&mut std::pin::Pin<&mut _>>` [INFO] [stderr] ... [INFO] [stderr] 90 | assert_fill_buf!(reader, &[3, 4, 5][..]); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `Pin::new(&mut $reader)` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/stream_into_async_read.rs:91:12 [INFO] [stderr] | [INFO] [stderr] 91 | reader.as_mut().consume(3); [INFO] [stderr] | ^^^^^^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] | [INFO] [stderr] = note: `reader` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/futures_unordered.rs:12:18 [INFO] [stderr] | [INFO] [stderr] 12 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/futures_unordered.rs:75:18 [INFO] [stderr] | [INFO] [stderr] 75 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/futures_unordered.rs:108:19 [INFO] [stderr] | [INFO] [stderr] 108 | let cx = &mut noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_fill_buf` found for struct `std::pin::Pin<&mut std::pin::Pin<&mut _>>` in the current scope [INFO] [stderr] --> tests/stream_into_async_read.rs:31:42 [INFO] [stderr] | [INFO] [stderr] 31 | match Pin::new(&mut $reader).poll_fill_buf(&mut cx) { [INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `std::pin::Pin<&mut std::pin::Pin<&mut _>>` [INFO] [stderr] ... [INFO] [stderr] 93 | assert_fill_buf!(reader, &[][..]); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `Pin::new(&mut $reader)` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused import: `AsyncRead` [INFO] [stderr] --> tests/stream_into_async_read.rs:2:19 [INFO] [stderr] | [INFO] [stderr] 2 | use futures::io::{AsyncRead, AsyncBufRead}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `AsyncBufRead` [INFO] [stderr] --> tests/stream_into_async_read.rs:2:30 [INFO] [stderr] | [INFO] [stderr] 2 | use futures::io::{AsyncRead, AsyncBufRead}; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `TryStreamExt` [INFO] [stderr] --> tests/stream_into_async_read.rs:3:29 [INFO] [stderr] | [INFO] [stderr] 3 | use futures::stream::{self, TryStreamExt}; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: aborting due to 31 previous errors; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433. [INFO] [stderr] error[E0599]: no method named `interleave_pending` found for struct `futures_util::try_stream::into_async_read::IntoAsyncRead>, fn(&[u8]) -> std::result::Result<&[u8], std::io::Error> {std::result::Result::<&[u8], std::io::Error>::Ok}>>` in the current scope [INFO] [stderr] --> tests/io_lines.rs:50:10 [INFO] [stderr] | [INFO] [stderr] 50 | .interleave_pending(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ method not found in `futures_util::try_stream::into_async_read::IntoAsyncRead>, fn(&[u8]) -> std::result::Result<&[u8], std::io::Error> {std::result::Result::<&[u8], std::io::Error>::Ok}>>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `interleave_pending` found for struct `futures_util::try_stream::into_async_read::IntoAsyncRead>, fn(&[u8]) -> std::result::Result<&[u8], std::io::Error> {std::result::Result::<&[u8], std::io::Error>::Ok}>>` in the current scope [INFO] [stderr] --> tests/io_lines.rs:58:10 [INFO] [stderr] | [INFO] [stderr] 58 | .interleave_pending(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ method not found in `futures_util::try_stream::into_async_read::IntoAsyncRead>, fn(&[u8]) -> std::result::Result<&[u8], std::io::Error> {std::result::Result::<&[u8], std::io::Error>::Ok}>>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `futures-preview`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved imports `futures::pending`, `futures::poll`, `futures::join`, `futures::try_join`, `futures::select` [INFO] [stderr] --> tests/async_await_macros.rs:3:21 [INFO] [stderr] | [INFO] [stderr] 3 | use futures::{Poll, pending, pin_mut, poll, join, try_join, select}; [INFO] [stderr] | ^^^^^^^ ^^^^ ^^^^ ^^^^^^^^ ^^^^^^ no `select` in the root [INFO] [stderr] | | | | | [INFO] [stderr] | | | | no `try_join` in the root [INFO] [stderr] | | | no `join` in the root [INFO] [stderr] | | no `poll` in the root [INFO] [stderr] | | help: a similar name exists in the module: `Poll` [INFO] [stderr] | no `pending` in the root [INFO] [stderr] [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `futures-preview`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: cannot determine resolution for the macro `pending` [INFO] [stderr] --> tests/async_await_macros.rs:12:32 [INFO] [stderr] | [INFO] [stderr] 12 | let pending_once = async { pending!() }; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `poll` [INFO] [stderr] --> tests/async_await_macros.rs:15:35 [INFO] [stderr] | [INFO] [stderr] 15 | assert_eq!(Poll::Pending, poll!(&mut pending_once)); [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `poll` [INFO] [stderr] --> tests/async_await_macros.rs:16:37 [INFO] [stderr] | [INFO] [stderr] 16 | assert_eq!(Poll::Ready(()), poll!(&mut pending_once)); [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `join` [INFO] [stderr] --> tests/async_await_macros.rs:26:19 [INFO] [stderr] | [INFO] [stderr] 26 | let res = join!(rx1, rx2); [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `poll` [INFO] [stderr] --> tests/async_await_macros.rs:32:35 [INFO] [stderr] | [INFO] [stderr] 32 | assert_eq!(Poll::Pending, poll!(&mut fut)); [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `poll` [INFO] [stderr] --> tests/async_await_macros.rs:34:35 [INFO] [stderr] | [INFO] [stderr] 34 | assert_eq!(Poll::Pending, poll!(&mut fut)); [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `poll` [INFO] [stderr] --> tests/async_await_macros.rs:36:37 [INFO] [stderr] | [INFO] [stderr] 36 | assert_eq!(Poll::Ready(()), poll!(&mut fut)); [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `select` [INFO] [stderr] --> tests/async_await_macros.rs:47:9 [INFO] [stderr] | [INFO] [stderr] 47 | select! { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `select` [INFO] [stderr] --> tests/async_await_macros.rs:69:9 [INFO] [stderr] | [INFO] [stderr] 69 | select! { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `select` [INFO] [stderr] --> tests/async_await_macros.rs:81:13 [INFO] [stderr] | [INFO] [stderr] 81 | select! { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `select` [INFO] [stderr] --> tests/async_await_macros.rs:111:9 [INFO] [stderr] | [INFO] [stderr] 111 | select! { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `select` [INFO] [stderr] --> tests/async_await_macros.rs:132:9 [INFO] [stderr] | [INFO] [stderr] 132 | select! { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `select` [INFO] [stderr] --> tests/async_await_macros.rs:147:9 [INFO] [stderr] | [INFO] [stderr] 147 | select! { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `select` [INFO] [stderr] --> tests/async_await_macros.rs:156:9 [INFO] [stderr] | [INFO] [stderr] 156 | select! { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `join` [INFO] [stderr] --> tests/async_await_macros.rs:168:9 [INFO] [stderr] | [INFO] [stderr] 168 | join!(ready) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `join` [INFO] [stderr] --> tests/async_await_macros.rs:175:9 [INFO] [stderr] | [INFO] [stderr] 175 | join!(ready1, ready2) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `try_join` [INFO] [stderr] --> tests/async_await_macros.rs:184:9 [INFO] [stderr] | [INFO] [stderr] 184 | try_join!(ready) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `try_join` [INFO] [stderr] --> tests/async_await_macros.rs:191:9 [INFO] [stderr] | [INFO] [stderr] 191 | try_join!(ready1, ready2) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `join` [INFO] [stderr] --> tests/async_await_macros.rs:199:9 [INFO] [stderr] | [INFO] [stderr] 199 | join!(async {}, async {}) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `try_join` [INFO] [stderr] --> tests/async_await_macros.rs:206:9 [INFO] [stderr] | [INFO] [stderr] 206 | try_join!( [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `futures-preview`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `pending_once` found for struct `futures_util::future::ready::Ready<()>` in the current scope [INFO] [stderr] --> tests/futures_unordered.rs:171:33 [INFO] [stderr] | [INFO] [stderr] 171 | let fut = future::ready(()).pending_once().assert_unmoved(); [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `futures_util::future::ready::Ready<()>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `futures-preview`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused import: `futures::sink::SinkExt` [INFO] [stderr] --> tests/async_await_macros.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use futures::sink::SinkExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 21 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `futures-preview`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `futures-preview`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "0482291e6cda74cbfe486dcf13ae327558c75669b43bd187869ee5fcb0099997"` [INFO] running `"docker" "rm" "-f" "0482291e6cda74cbfe486dcf13ae327558c75669b43bd187869ee5fcb0099997"` [INFO] [stdout] 0482291e6cda74cbfe486dcf13ae327558c75669b43bd187869ee5fcb0099997