[INFO] crate futures-preview 0.3.0-alpha.10 is already in cache [INFO] extracting crate futures-preview 0.3.0-alpha.10 into work/ex/pr-57609/sources/master#03acbd71c977cd63ce5f39ba9b6fe9ffd578785a/reg/futures-preview/0.3.0-alpha.10 [INFO] extracting crate futures-preview 0.3.0-alpha.10 into work/ex/pr-57609/sources/try#26f8d250bb3c8a85e812cf663c730ef9e0df9315/reg/futures-preview/0.3.0-alpha.10 [INFO] validating manifest of futures-preview-0.3.0-alpha.10 on toolchain master#03acbd71c977cd63ce5f39ba9b6fe9ffd578785a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+03acbd71c977cd63ce5f39ba9b6fe9ffd578785a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of futures-preview-0.3.0-alpha.10 on toolchain try#26f8d250bb3c8a85e812cf663c730ef9e0df9315 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+26f8d250bb3c8a85e812cf663c730ef9e0df9315-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing futures-preview-0.3.0-alpha.10 [INFO] finished frobbing futures-preview-0.3.0-alpha.10 [INFO] frobbed toml for futures-preview-0.3.0-alpha.10 written to work/ex/pr-57609/sources/master#03acbd71c977cd63ce5f39ba9b6fe9ffd578785a/reg/futures-preview/0.3.0-alpha.10/Cargo.toml [INFO] started frobbing futures-preview-0.3.0-alpha.10 [INFO] finished frobbing futures-preview-0.3.0-alpha.10 [INFO] frobbed toml for futures-preview-0.3.0-alpha.10 written to work/ex/pr-57609/sources/try#26f8d250bb3c8a85e812cf663c730ef9e0df9315/reg/futures-preview/0.3.0-alpha.10/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+03acbd71c977cd63ce5f39ba9b6fe9ffd578785a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+26f8d250bb3c8a85e812cf663c730ef9e0df9315-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+03acbd71c977cd63ce5f39ba9b6fe9ffd578785a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+26f8d250bb3c8a85e812cf663c730ef9e0df9315-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking futures-preview-0.3.0-alpha.10 against master#03acbd71c977cd63ce5f39ba9b6fe9ffd578785a for pr-57609 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57609/worker-6/master#03acbd71c977cd63ce5f39ba9b6fe9ffd578785a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57609/sources/master#03acbd71c977cd63ce5f39ba9b6fe9ffd578785a/reg/futures-preview/0.3.0-alpha.10:/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" "+03acbd71c977cd63ce5f39ba9b6fe9ffd578785a-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 9ef2456ce0785fc76daccfdd28672774b20cc7e60d34781662988b2373312ede [INFO] running `"docker" "start" "-a" "9ef2456ce0785fc76daccfdd28672774b20cc7e60d34781662988b2373312ede"` [INFO] [stderr] Compiling proc-macro-nested v0.1.2 [INFO] [stderr] Checking pin-utils v0.1.0-alpha.4 [INFO] [stderr] Checking futures-sink-preview v0.3.0-alpha.12 [INFO] [stderr] Checking futures-io-preview v0.3.0-alpha.12 [INFO] [stderr] Compiling proc-macro-hack v0.5.4 [INFO] [stderr] Compiling futures-select-macro-preview v0.3.0-alpha.12 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.12 [INFO] [stderr] Checking futures-executor-preview v0.3.0-alpha.12 [INFO] [stderr] Checking futures-preview v0.3.0-alpha.10 (/opt/crater/workdir) [INFO] [stderr] warning: the feature `pin` has been stable since 1.33.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:24:12 [INFO] [stderr] | [INFO] [stderr] 24 | #![feature(pin, arbitrary_self_types, futures_api)] [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(stable_features)] on by default [INFO] [stderr] [INFO] [stderr] warning: the feature `pin` has been stable since 1.33.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:24:12 [INFO] [stderr] | [INFO] [stderr] 24 | #![feature(pin, arbitrary_self_types, futures_api)] [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(stable_features)] on by default [INFO] [stderr] [INFO] [stderr] warning: the feature `pin` has been stable since 1.33.0 and no longer requires an attribute to enable [INFO] [stderr] --> tests/future_obj.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(pin, async_await, arbitrary_self_types, futures_api)] [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(stable_features)] on by default [INFO] [stderr] [INFO] [stderr] warning: the feature `pin` has been stable since 1.33.0 and no longer requires an attribute to enable [INFO] [stderr] --> tests/recurse.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(pin, arbitrary_self_types, futures_api)] [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(stable_features)] on by default [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `pin_utils` [INFO] [stderr] --> tests/async_await_macros.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use pin_utils::pin_mut; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `pin_utils` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `pin_mut` [INFO] [stderr] --> tests/async_await_macros.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | pin_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 `pin_mut` [INFO] [stderr] --> tests/async_await_macros.rs:33:9 [INFO] [stderr] | [INFO] [stderr] 33 | pin_mut!(fut); [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/abortable.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use futures_test::task::WakeCounter; [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 `WakeCounter` [INFO] [stderr] --> tests/abortable.rs:23:24 [INFO] [stderr] | [INFO] [stderr] 23 | let wake_counter = WakeCounter::new(); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `WakeCounter` [INFO] [stderr] [INFO] [stderr] warning: unused import: `futures_test::task::WakeCounter` [INFO] [stderr] --> tests/abortable.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use futures_test::task::WakeCounter; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: Could not compile `futures-preview`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/eager_drop.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: could not find `FusedFuture` in `future` [INFO] [stderr] --> tests/async_await_macros.rs:49:9 [INFO] [stderr] | [INFO] [stderr] 49 | / select! { [INFO] [stderr] 50 | | res = rx1.fuse() => { [INFO] [stderr] 51 | | assert_eq!(Ok(1), res); [INFO] [stderr] 52 | | ran = true; [INFO] [stderr] 53 | | }, [INFO] [stderr] 54 | | _ = rx2.fuse() => unreachable!(), [INFO] [stderr] 55 | | } [INFO] [stderr] | |_________^ could not find `FusedFuture` in `future` [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[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/futures_ordered.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use futures_test::task::noop_local_waker_ref; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `pin_utils` [INFO] [stderr] --> tests/eager_drop.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | 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/eager_drop.rs:53:5 [INFO] [stderr] | [INFO] [stderr] 53 | unsafe_pinned!(future: F); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] warning: unused import: `futures_test::future::FutureTestExt` [INFO] [stderr] --> tests/eager_drop.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use futures_test::future::FutureTestExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/fuse.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use futures_test::task::panic_local_waker; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `run_in_background` found for type `futures_util::future::map::Map>, [closure@tests/eager_drop.rs:19:17: 19:71 tx1:_]>, [closure@tests/eager_drop.rs:20:14: 23:10 rx1:_, tx2:_]>` in the current scope [INFO] [stderr] --> tests/eager_drop.rs:24:10 [INFO] [stderr] | [INFO] [stderr] 24 | .run_in_background(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `run_in_background` found for type `futures_util::future::map::Map>, [closure@tests/eager_drop.rs:37:18: 37:72 tx1:_]>, [closure@tests/eager_drop.rs:38:14: 41:10 rx1:_, tx2:_]>` in the current scope [INFO] [stderr] --> tests/eager_drop.rs:42:10 [INFO] [stderr] | [INFO] [stderr] 42 | .run_in_background(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `future` found for type `std::pin::Pin<&mut FutureData>` in the current scope [INFO] [stderr] --> tests/eager_drop.rs:60:14 [INFO] [stderr] | [INFO] [stderr] 60 | self.future().poll(lw) [INFO] [stderr] | ^^^^^^ field, not a method [INFO] [stderr] | [INFO] [stderr] = help: did you mean to write `self.future` instead of `self.future(...)`? [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `run_in_background` found for type `futures_util::future::then::Then, [closure@tests/eager_drop.rs:70:57: 70:73]>, std::sync::mpsc::Sender<()>>, futures_util::future::ready::Ready<()>, [closure@tests/eager_drop.rs:71:15: 75:10 rx1:_, tx2:_]>` in the current scope [INFO] [stderr] --> tests/eager_drop.rs:76:10 [INFO] [stderr] | [INFO] [stderr] 76 | .run_in_background(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/unfold.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use futures_test::future::FutureTestExt; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `futures_test` [INFO] [stderr] --> tests/unfold.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use futures_test::{ [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_stream_pending` [INFO] [stderr] --> tests/unfold.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | assert_stream_pending!(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/unfold.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | assert_stream_next!(stream, 0); [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_pending` [INFO] [stderr] --> tests/unfold.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | assert_stream_pending!(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/unfold.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | assert_stream_next!(stream, 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_stream_pending` [INFO] [stderr] --> tests/unfold.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | assert_stream_pending!(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/unfold.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | assert_stream_next!(stream, 4); [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_pending` [INFO] [stderr] --> tests/unfold.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | assert_stream_pending!(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/unfold.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | assert_stream_done!(stream); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] warning: unused import: `futures_test::future::FutureTestExt` [INFO] [stderr] --> tests/unfold.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use futures_test::future::FutureTestExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `run_in_background` found for type `futures_util::try_future::and_then::AndThen>, [closure@tests/eager_drop.rs:89:57: 89:73]>, std::sync::mpsc::Sender<()>>, futures_util::future::ready::Ready>, [closure@tests/eager_drop.rs:90:19: 94:10 rx1:_, tx2:_]>` in the current scope [INFO] [stderr] --> tests/eager_drop.rs:95:10 [INFO] [stderr] | [INFO] [stderr] 95 | .run_in_background(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] error[E0425]: cannot find function `panic_local_waker` in this scope [INFO] [stderr] --> tests/fuse.rs:9:19 [INFO] [stderr] | [INFO] [stderr] 9 | let lw = &mut panic_local_waker(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused import: `futures_test::task::panic_local_waker` [INFO] [stderr] --> tests/fuse.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use futures_test::task::panic_local_waker; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `run_in_background` found for type `futures_util::try_future::or_else::OrElse>, [closure@tests/eager_drop.rs:108:57: 108:73]>, std::sync::mpsc::Sender<()>>, futures_util::future::ready::Ready>, [closure@tests/eager_drop.rs:109:18: 113:10 rx1:_, tx2:_]>` in the current scope [INFO] [stderr] --> tests/eager_drop.rs:114:10 [INFO] [stderr] | [INFO] [stderr] 114 | .run_in_background(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors occurred: E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors occurred: E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `futures-preview`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find function `noop_local_waker_ref` in this scope [INFO] [stderr] --> tests/futures_ordered.rs:18:37 [INFO] [stderr] | [INFO] [stderr] 18 | assert!(stream.poll_next_unpin(&noop_local_waker_ref()).is_pending()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 3 | use futures::task::noop_local_waker_ref; [INFO] [stderr] | [INFO] [stderr] 3 | use futures_util::task::noop_local_waker_ref; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_local_waker_ref` in this scope [INFO] [stderr] --> tests/futures_ordered.rs:41:15 [INFO] [stderr] | [INFO] [stderr] 41 | let lw = &noop_local_waker_ref(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 3 | use futures::task::noop_local_waker_ref; [INFO] [stderr] | [INFO] [stderr] 3 | use futures_util::task::noop_local_waker_ref; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused import: `futures_test::task::noop_local_waker_ref` [INFO] [stderr] --> tests/futures_ordered.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use futures_test::task::noop_local_waker_ref; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error: Could not compile `futures-preview`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors occurred: E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] warning: the feature `pin` has been stable since 1.33.0 and no longer requires an attribute to enable [INFO] [stderr] --> tests/shared.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(pin, arbitrary_self_types, futures_api)] [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(stable_features)] on by default [INFO] [stderr] [INFO] [stderr] error: Could not compile `futures-preview`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `pending_once` found for type `futures_util::future::ready::Ready>` in the current scope [INFO] [stderr] --> tests/unfold.rs:15:57 [INFO] [stderr] | [INFO] [stderr] 15 | future::ready(Some((state * 2, state + 1))).pending_once() [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `pending_once` found for type `futures_util::future::ready::Ready>` in the current scope [INFO] [stderr] --> tests/unfold.rs:17:33 [INFO] [stderr] | [INFO] [stderr] 17 | future::ready(None).pending_once() [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 12 previous errors [INFO] [stderr] [INFO] [stderr] Some errors occurred: E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `futures-preview`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: could not find `Poll` in `task` [INFO] [stderr] --> tests/async_await_macros.rs:49:9 [INFO] [stderr] | [INFO] [stderr] 49 | / select! { [INFO] [stderr] 50 | | res = rx1.fuse() => { [INFO] [stderr] 51 | | assert_eq!(Ok(1), res); [INFO] [stderr] 52 | | ran = true; [INFO] [stderr] 53 | | }, [INFO] [stderr] 54 | | _ = rx2.fuse() => unreachable!(), [INFO] [stderr] 55 | | } [INFO] [stderr] | |_________^ could not find `Poll` in `task` [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[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/futures_unordered.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | 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:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use futures_test::task::noop_local_waker_ref; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [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[E0433]: failed to resolve: could not find `FusedFuture` in `future` [INFO] [stderr] --> tests/async_await_macros.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | / select! { [INFO] [stderr] 72 | | _ = rx1.next() => panic!(), [INFO] [stderr] 73 | | _ = rx2.next() => panic!(), [INFO] [stderr] 74 | | default => { [INFO] [stderr] ... | [INFO] [stderr] 80 | | complete => panic!(), [INFO] [stderr] 81 | | } [INFO] [stderr] | |_________^ could not find `FusedFuture` in `future` [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: cannot determine resolution for the macro `assert_stream_next` [INFO] [stderr] --> tests/futures_unordered.rs:137:5 [INFO] [stderr] | [INFO] [stderr] 137 | 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:138:5 [INFO] [stderr] | [INFO] [stderr] 138 | 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:139:5 [INFO] [stderr] | [INFO] [stderr] 139 | 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:140:5 [INFO] [stderr] | [INFO] [stderr] 140 | assert_stream_done!(stream); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_local_waker_ref` in this scope [INFO] [stderr] --> tests/futures_unordered.rs:45:15 [INFO] [stderr] | [INFO] [stderr] 45 | let lw = &noop_local_waker_ref(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 3 | use futures::task::noop_local_waker_ref; [INFO] [stderr] | [INFO] [stderr] 3 | use futures_util::task::noop_local_waker_ref; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused import: `futures_test::future::FutureTestExt` [INFO] [stderr] --> tests/futures_unordered.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use futures_test::future::FutureTestExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `futures_test::task::noop_local_waker_ref` [INFO] [stderr] --> tests/futures_unordered.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use futures_test::task::noop_local_waker_ref; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `pending_once` found for type `futures_util::future::ready::Ready<()>` in the current scope [INFO] [stderr] --> tests/futures_unordered.rs:135:33 [INFO] [stderr] | [INFO] [stderr] 135 | let fut = future::ready(()).pending_once().assert_unmoved(); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors occurred: 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] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: could not find `Poll` in `task` [INFO] [stderr] --> tests/async_await_macros.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | / select! { [INFO] [stderr] 72 | | _ = rx1.next() => panic!(), [INFO] [stderr] 73 | | _ = rx2.next() => panic!(), [INFO] [stderr] 74 | | default => { [INFO] [stderr] ... | [INFO] [stderr] 80 | | complete => panic!(), [INFO] [stderr] 81 | | } [INFO] [stderr] | |_________^ could not find `Poll` in `task` [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[E0433]: failed to resolve: could not find `FusedFuture` in `future` [INFO] [stderr] --> tests/async_await_macros.rs:83:13 [INFO] [stderr] | [INFO] [stderr] 83 | / select! { [INFO] [stderr] 84 | | // runs first and again after default [INFO] [stderr] 85 | | x = rx1.next() => if let Some(x) = x { total += x; }, [INFO] [stderr] 86 | | // runs second and again after default [INFO] [stderr] ... | [INFO] [stderr] 96 | | complete => break, [INFO] [stderr] 97 | | }; [INFO] [stderr] | |______________^ could not find `FusedFuture` in `future` [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[E0433]: failed to resolve: could not find `Poll` in `task` [INFO] [stderr] --> tests/async_await_macros.rs:83:13 [INFO] [stderr] | [INFO] [stderr] 83 | / select! { [INFO] [stderr] 84 | | // runs first and again after default [INFO] [stderr] 85 | | x = rx1.next() => if let Some(x) = x { total += x; }, [INFO] [stderr] 86 | | // runs second and again after default [INFO] [stderr] ... | [INFO] [stderr] 96 | | complete => break, [INFO] [stderr] 97 | | }; [INFO] [stderr] | |______________^ could not find `Poll` in `task` [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[E0433]: failed to resolve: could not find `FusedFuture` in `future` [INFO] [stderr] --> tests/async_await_macros.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 113 | / select! { [INFO] [stderr] 114 | | res = rx1 => { [INFO] [stderr] 115 | | assert_eq!(Ok(1), res); [INFO] [stderr] 116 | | assert_eq!(Ok(2), await!(rx2)); [INFO] [stderr] ... | [INFO] [stderr] 123 | | }, [INFO] [stderr] 124 | | } [INFO] [stderr] | |_________^ could not find `FusedFuture` in `future` [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[E0433]: failed to resolve: could not find `Poll` in `task` [INFO] [stderr] --> tests/async_await_macros.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 113 | / select! { [INFO] [stderr] 114 | | res = rx1 => { [INFO] [stderr] 115 | | assert_eq!(Ok(1), res); [INFO] [stderr] 116 | | assert_eq!(Ok(2), await!(rx2)); [INFO] [stderr] ... | [INFO] [stderr] 123 | | }, [INFO] [stderr] 124 | | } [INFO] [stderr] | |_________^ could not find `Poll` in `task` [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[E0433]: failed to resolve: could not find `FusedFuture` in `future` [INFO] [stderr] --> tests/async_await_macros.rs:133:9 [INFO] [stderr] | [INFO] [stderr] 133 | / select! { [INFO] [stderr] 134 | | _ = ready => {}, [INFO] [stderr] 135 | | } [INFO] [stderr] | |_________^ could not find `FusedFuture` in `future` [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[E0433]: failed to resolve: could not find `Poll` in `task` [INFO] [stderr] --> tests/async_await_macros.rs:133:9 [INFO] [stderr] | [INFO] [stderr] 133 | / select! { [INFO] [stderr] 134 | | _ = ready => {}, [INFO] [stderr] 135 | | } [INFO] [stderr] | |_________^ could not find `Poll` in `task` [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[E0433]: failed to resolve: could not find `FusedFuture` in `future` [INFO] [stderr] --> tests/async_await_macros.rs:142:9 [INFO] [stderr] | [INFO] [stderr] 142 | / select! { [INFO] [stderr] 143 | | _ = ready1 => {}, [INFO] [stderr] 144 | | _ = ready2 => {}, [INFO] [stderr] 145 | | } [INFO] [stderr] | |_________^ could not find `FusedFuture` in `future` [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[E0433]: failed to resolve: could not find `Poll` in `task` [INFO] [stderr] --> tests/async_await_macros.rs:142:9 [INFO] [stderr] | [INFO] [stderr] 142 | / select! { [INFO] [stderr] 143 | | _ = ready1 => {}, [INFO] [stderr] 144 | | _ = ready2 => {}, [INFO] [stderr] 145 | | } [INFO] [stderr] | |_________^ could not find `Poll` in `task` [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[E0412]: cannot find type `LocalWaker` in module `futures_util::task` [INFO] [stderr] --> tests/async_await_macros.rs:49:9 [INFO] [stderr] | [INFO] [stderr] 49 | / select! { [INFO] [stderr] 50 | | res = rx1.fuse() => { [INFO] [stderr] 51 | | assert_eq!(Ok(1), res); [INFO] [stderr] 52 | | ran = true; [INFO] [stderr] 53 | | }, [INFO] [stderr] 54 | | _ = rx2.fuse() => unreachable!(), [INFO] [stderr] 55 | | } [INFO] [stderr] | |_________^ [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] help: a struct with a similar name exists [INFO] [stderr] | [INFO] [stderr] 3 | # [ derive ( LocalWakerRef ) ] enum ProcMacroHack { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 4 | use core::task::LocalWaker; [INFO] [stderr] | [INFO] [stderr] 4 | use futures::core_reexport::task::LocalWaker; [INFO] [stderr] | [INFO] [stderr] 4 | use futures::task::LocalWaker; [INFO] [stderr] | [INFO] [stderr] 4 | use futures_core::task::LocalWaker; [INFO] [stderr] | [INFO] [stderr] and 2 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Poll` in module `futures_util::task` [INFO] [stderr] --> tests/async_await_macros.rs:49:9 [INFO] [stderr] | [INFO] [stderr] 49 | / select! { [INFO] [stderr] 50 | | res = rx1.fuse() => { [INFO] [stderr] 51 | | assert_eq!(Ok(1), res); [INFO] [stderr] 52 | | ran = true; [INFO] [stderr] 53 | | }, [INFO] [stderr] 54 | | _ = rx2.fuse() => unreachable!(), [INFO] [stderr] 55 | | } [INFO] [stderr] | |_________^ not found in `futures_util::task` [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] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 4 | use core::task::Poll; [INFO] [stderr] | [INFO] [stderr] 4 | use futures::Poll; [INFO] [stderr] | [INFO] [stderr] 4 | use futures::core_reexport::task::Poll; [INFO] [stderr] | [INFO] [stderr] 4 | use futures::task::Poll; [INFO] [stderr] | [INFO] [stderr] and 4 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LocalWaker` in module `futures_util::task` [INFO] [stderr] --> tests/async_await_macros.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | / select! { [INFO] [stderr] 72 | | _ = rx1.next() => panic!(), [INFO] [stderr] 73 | | _ = rx2.next() => panic!(), [INFO] [stderr] 74 | | default => { [INFO] [stderr] ... | [INFO] [stderr] 80 | | complete => panic!(), [INFO] [stderr] 81 | | } [INFO] [stderr] | |_________^ [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] help: a struct with a similar name exists [INFO] [stderr] | [INFO] [stderr] 3 | # [ derive ( LocalWakerRef ) ] enum ProcMacroHack { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 4 | use core::task::LocalWaker; [INFO] [stderr] | [INFO] [stderr] 4 | use futures::core_reexport::task::LocalWaker; [INFO] [stderr] | [INFO] [stderr] 4 | use futures::task::LocalWaker; [INFO] [stderr] | [INFO] [stderr] 4 | use futures_core::task::LocalWaker; [INFO] [stderr] | [INFO] [stderr] and 2 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Poll` in module `futures_util::task` [INFO] [stderr] --> tests/async_await_macros.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | / select! { [INFO] [stderr] 72 | | _ = rx1.next() => panic!(), [INFO] [stderr] 73 | | _ = rx2.next() => panic!(), [INFO] [stderr] 74 | | default => { [INFO] [stderr] ... | [INFO] [stderr] 80 | | complete => panic!(), [INFO] [stderr] 81 | | } [INFO] [stderr] | |_________^ not found in `futures_util::task` [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] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 4 | use core::task::Poll; [INFO] [stderr] | [INFO] [stderr] 4 | use futures::Poll; [INFO] [stderr] | [INFO] [stderr] 4 | use futures::core_reexport::task::Poll; [INFO] [stderr] | [INFO] [stderr] 4 | use futures::task::Poll; [INFO] [stderr] | [INFO] [stderr] and 4 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LocalWaker` in module `futures_util::task` [INFO] [stderr] --> tests/async_await_macros.rs:83:13 [INFO] [stderr] | [INFO] [stderr] 83 | / select! { [INFO] [stderr] 84 | | // runs first and again after default [INFO] [stderr] 85 | | x = rx1.next() => if let Some(x) = x { total += x; }, [INFO] [stderr] 86 | | // runs second and again after default [INFO] [stderr] ... | [INFO] [stderr] 96 | | complete => break, [INFO] [stderr] 97 | | }; [INFO] [stderr] | |______________^ [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] help: a struct with a similar name exists [INFO] [stderr] | [INFO] [stderr] 3 | # [ derive ( LocalWakerRef ) ] enum ProcMacroHack { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 4 | use core::task::LocalWaker; [INFO] [stderr] | [INFO] [stderr] 4 | use futures::core_reexport::task::LocalWaker; [INFO] [stderr] | [INFO] [stderr] 4 | use futures::task::LocalWaker; [INFO] [stderr] | [INFO] [stderr] 4 | use futures_core::task::LocalWaker; [INFO] [stderr] | [INFO] [stderr] and 2 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Poll` in module `futures_util::task` [INFO] [stderr] --> tests/async_await_macros.rs:83:13 [INFO] [stderr] | [INFO] [stderr] 83 | / select! { [INFO] [stderr] 84 | | // runs first and again after default [INFO] [stderr] 85 | | x = rx1.next() => if let Some(x) = x { total += x; }, [INFO] [stderr] 86 | | // runs second and again after default [INFO] [stderr] ... | [INFO] [stderr] 96 | | complete => break, [INFO] [stderr] 97 | | }; [INFO] [stderr] | |______________^ not found in `futures_util::task` [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] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 4 | use core::task::Poll; [INFO] [stderr] | [INFO] [stderr] 4 | use futures::Poll; [INFO] [stderr] | [INFO] [stderr] 4 | use futures::core_reexport::task::Poll; [INFO] [stderr] | [INFO] [stderr] 4 | use futures::task::Poll; [INFO] [stderr] | [INFO] [stderr] and 4 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LocalWaker` in module `futures_util::task` [INFO] [stderr] --> tests/async_await_macros.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 113 | / select! { [INFO] [stderr] 114 | | res = rx1 => { [INFO] [stderr] 115 | | assert_eq!(Ok(1), res); [INFO] [stderr] 116 | | assert_eq!(Ok(2), await!(rx2)); [INFO] [stderr] ... | [INFO] [stderr] 123 | | }, [INFO] [stderr] 124 | | } [INFO] [stderr] | |_________^ [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] help: a struct with a similar name exists [INFO] [stderr] | [INFO] [stderr] 3 | # [ derive ( LocalWakerRef ) ] enum ProcMacroHack { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 4 | use core::task::LocalWaker; [INFO] [stderr] | [INFO] [stderr] 4 | use futures::core_reexport::task::LocalWaker; [INFO] [stderr] | [INFO] [stderr] 4 | use futures::task::LocalWaker; [INFO] [stderr] | [INFO] [stderr] 4 | use futures_core::task::LocalWaker; [INFO] [stderr] | [INFO] [stderr] and 2 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Poll` in module `futures_util::task` [INFO] [stderr] --> tests/async_await_macros.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 113 | / select! { [INFO] [stderr] 114 | | res = rx1 => { [INFO] [stderr] 115 | | assert_eq!(Ok(1), res); [INFO] [stderr] 116 | | assert_eq!(Ok(2), await!(rx2)); [INFO] [stderr] ... | [INFO] [stderr] 123 | | }, [INFO] [stderr] 124 | | } [INFO] [stderr] | |_________^ not found in `futures_util::task` [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] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 4 | use core::task::Poll; [INFO] [stderr] | [INFO] [stderr] 4 | use futures::Poll; [INFO] [stderr] | [INFO] [stderr] 4 | use futures::core_reexport::task::Poll; [INFO] [stderr] | [INFO] [stderr] 4 | use futures::task::Poll; [INFO] [stderr] | [INFO] [stderr] and 4 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LocalWaker` in module `futures_util::task` [INFO] [stderr] --> tests/async_await_macros.rs:133:9 [INFO] [stderr] | [INFO] [stderr] 133 | / select! { [INFO] [stderr] 134 | | _ = ready => {}, [INFO] [stderr] 135 | | } [INFO] [stderr] | |_________^ [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] help: a struct with a similar name exists [INFO] [stderr] | [INFO] [stderr] 3 | # [ derive ( LocalWakerRef ) ] enum ProcMacroHack { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 4 | use core::task::LocalWaker; [INFO] [stderr] | [INFO] [stderr] 4 | use futures::core_reexport::task::LocalWaker; [INFO] [stderr] | [INFO] [stderr] 4 | use futures::task::LocalWaker; [INFO] [stderr] | [INFO] [stderr] 4 | use futures_core::task::LocalWaker; [INFO] [stderr] | [INFO] [stderr] and 2 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Poll` in module `futures_util::task` [INFO] [stderr] --> tests/async_await_macros.rs:133:9 [INFO] [stderr] | [INFO] [stderr] 133 | / select! { [INFO] [stderr] 134 | | _ = ready => {}, [INFO] [stderr] 135 | | } [INFO] [stderr] | |_________^ not found in `futures_util::task` [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] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 4 | use core::task::Poll; [INFO] [stderr] | [INFO] [stderr] 4 | use futures::Poll; [INFO] [stderr] | [INFO] [stderr] 4 | use futures::core_reexport::task::Poll; [INFO] [stderr] | [INFO] [stderr] 4 | use futures::task::Poll; [INFO] [stderr] | [INFO] [stderr] and 4 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LocalWaker` in module `futures_util::task` [INFO] [stderr] --> tests/async_await_macros.rs:142:9 [INFO] [stderr] | [INFO] [stderr] 142 | / select! { [INFO] [stderr] 143 | | _ = ready1 => {}, [INFO] [stderr] 144 | | _ = ready2 => {}, [INFO] [stderr] 145 | | } [INFO] [stderr] | |_________^ [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] help: a struct with a similar name exists [INFO] [stderr] | [INFO] [stderr] 3 | # [ derive ( LocalWakerRef ) ] enum ProcMacroHack { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 4 | use core::task::LocalWaker; [INFO] [stderr] | [INFO] [stderr] 4 | use futures::core_reexport::task::LocalWaker; [INFO] [stderr] | [INFO] [stderr] 4 | use futures::task::LocalWaker; [INFO] [stderr] | [INFO] [stderr] 4 | use futures_core::task::LocalWaker; [INFO] [stderr] | [INFO] [stderr] and 2 other candidates [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Poll` in module `futures_util::task` [INFO] [stderr] --> tests/async_await_macros.rs:142:9 [INFO] [stderr] | [INFO] [stderr] 142 | / select! { [INFO] [stderr] 143 | | _ = ready1 => {}, [INFO] [stderr] 144 | | _ = ready2 => {}, [INFO] [stderr] 145 | | } [INFO] [stderr] | |_________^ not found in `futures_util::task` [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] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 4 | use core::task::Poll; [INFO] [stderr] | [INFO] [stderr] 4 | use futures::Poll; [INFO] [stderr] | [INFO] [stderr] 4 | use futures::core_reexport::task::Poll; [INFO] [stderr] | [INFO] [stderr] 4 | use futures::task::Poll; [INFO] [stderr] | [INFO] [stderr] and 4 other candidates [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `std::future::GenFuture<[static generator@tests/async_await_macros.rs:14:30: 14:44 _]>: std::marker::Unpin` is not satisfied in `impl core::future::future::Future` [INFO] [stderr] --> tests/async_await_macros.rs:17:35 [INFO] [stderr] | [INFO] [stderr] 17 | assert_eq!(Poll::Pending, poll!(&mut pending_once)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ within `impl core::future::future::Future`, the trait `std::marker::Unpin` is not implemented for `std::future::GenFuture<[static generator@tests/async_await_macros.rs:14:30: 14:44 _]>` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as std::marker::Unpin> [INFO] [stderr] = note: required because it appears within the type `impl core::future::future::Future` [INFO] [stderr] = note: required because of the requirements on the impl of `core::future::future::Future` for `&mut impl core::future::future::Future` [INFO] [stderr] = note: required by `futures_util::async_await::poll::poll` [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[E0277]: the trait bound `std::future::GenFuture<[static generator@tests/async_await_macros.rs:14:30: 14:44 _]>: std::marker::Unpin` is not satisfied in `impl core::future::future::Future` [INFO] [stderr] --> tests/async_await_macros.rs:17:35 [INFO] [stderr] | [INFO] [stderr] 17 | assert_eq!(Poll::Pending, poll!(&mut pending_once)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ within `impl core::future::future::Future`, the trait `std::marker::Unpin` is not implemented for `std::future::GenFuture<[static generator@tests/async_await_macros.rs:14:30: 14:44 _]>` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as std::marker::Unpin> [INFO] [stderr] = note: required because it appears within the type `impl core::future::future::Future` [INFO] [stderr] = note: required because of the requirements on the impl of `core::future::future::Future` for `&mut impl core::future::future::Future` [INFO] [stderr] = note: required by `futures_util::async_await::poll::PollOnce` [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[E0277]: the trait bound `std::future::GenFuture<[static generator@tests/async_await_macros.rs:14:30: 14:44 _]>: std::marker::Unpin` is not satisfied in `impl core::future::future::Future` [INFO] [stderr] --> tests/async_await_macros.rs:17:35 [INFO] [stderr] | [INFO] [stderr] 17 | assert_eq!(Poll::Pending, poll!(&mut pending_once)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ within `impl core::future::future::Future`, the trait `std::marker::Unpin` is not implemented for `std::future::GenFuture<[static generator@tests/async_await_macros.rs:14:30: 14:44 _]>` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as std::marker::Unpin> [INFO] [stderr] = note: required because it appears within the type `impl core::future::future::Future` [INFO] [stderr] = note: required because of the requirements on the impl of `core::future::future::Future` for `&mut impl core::future::future::Future` [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[E0277]: the trait bound `std::future::GenFuture<[static generator@tests/async_await_macros.rs:14:30: 14:44 _]>: std::marker::Unpin` is not satisfied in `impl core::future::future::Future` [INFO] [stderr] --> tests/async_await_macros.rs:17:35 [INFO] [stderr] | [INFO] [stderr] 17 | assert_eq!(Poll::Pending, poll!(&mut pending_once)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ within `impl core::future::future::Future`, the trait `std::marker::Unpin` is not implemented for `std::future::GenFuture<[static generator@tests/async_await_macros.rs:14:30: 14:44 _]>` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as std::marker::Unpin> [INFO] [stderr] = note: required because it appears within the type `impl core::future::future::Future` [INFO] [stderr] = note: required because of the requirements on the impl of `core::future::future::Future` for `&mut impl core::future::future::Future` [INFO] [stderr] = note: required by `futures_util::async_await::poll::PollOnce` [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[E0277]: the trait bound `std::future::GenFuture<[static generator@tests/async_await_macros.rs:14:30: 14:44 _]>: std::marker::Unpin` is not satisfied in `impl core::future::future::Future` [INFO] [stderr] --> tests/async_await_macros.rs:18:37 [INFO] [stderr] | [INFO] [stderr] 18 | assert_eq!(Poll::Ready(()), poll!(&mut pending_once)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ within `impl core::future::future::Future`, the trait `std::marker::Unpin` is not implemented for `std::future::GenFuture<[static generator@tests/async_await_macros.rs:14:30: 14:44 _]>` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as std::marker::Unpin> [INFO] [stderr] = note: required because it appears within the type `impl core::future::future::Future` [INFO] [stderr] = note: required because of the requirements on the impl of `core::future::future::Future` for `&mut impl core::future::future::Future` [INFO] [stderr] = note: required by `futures_util::async_await::poll::poll` [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[E0277]: the trait bound `std::future::GenFuture<[static generator@tests/async_await_macros.rs:14:30: 14:44 _]>: std::marker::Unpin` is not satisfied in `impl core::future::future::Future` [INFO] [stderr] --> tests/async_await_macros.rs:18:37 [INFO] [stderr] | [INFO] [stderr] 18 | assert_eq!(Poll::Ready(()), poll!(&mut pending_once)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ within `impl core::future::future::Future`, the trait `std::marker::Unpin` is not implemented for `std::future::GenFuture<[static generator@tests/async_await_macros.rs:14:30: 14:44 _]>` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as std::marker::Unpin> [INFO] [stderr] = note: required because it appears within the type `impl core::future::future::Future` [INFO] [stderr] = note: required because of the requirements on the impl of `core::future::future::Future` for `&mut impl core::future::future::Future` [INFO] [stderr] = note: required by `futures_util::async_await::poll::PollOnce` [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[E0277]: the trait bound `std::future::GenFuture<[static generator@tests/async_await_macros.rs:14:30: 14:44 _]>: std::marker::Unpin` is not satisfied in `impl core::future::future::Future` [INFO] [stderr] --> tests/async_await_macros.rs:18:37 [INFO] [stderr] | [INFO] [stderr] 18 | assert_eq!(Poll::Ready(()), poll!(&mut pending_once)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ within `impl core::future::future::Future`, the trait `std::marker::Unpin` is not implemented for `std::future::GenFuture<[static generator@tests/async_await_macros.rs:14:30: 14:44 _]>` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as std::marker::Unpin> [INFO] [stderr] = note: required because it appears within the type `impl core::future::future::Future` [INFO] [stderr] = note: required because of the requirements on the impl of `core::future::future::Future` for `&mut impl core::future::future::Future` [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[E0277]: the trait bound `std::future::GenFuture<[static generator@tests/async_await_macros.rs:14:30: 14:44 _]>: std::marker::Unpin` is not satisfied in `impl core::future::future::Future` [INFO] [stderr] --> tests/async_await_macros.rs:18:37 [INFO] [stderr] | [INFO] [stderr] 18 | assert_eq!(Poll::Ready(()), poll!(&mut pending_once)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ within `impl core::future::future::Future`, the trait `std::marker::Unpin` is not implemented for `std::future::GenFuture<[static generator@tests/async_await_macros.rs:14:30: 14:44 _]>` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as std::marker::Unpin> [INFO] [stderr] = note: required because it appears within the type `impl core::future::future::Future` [INFO] [stderr] = note: required because of the requirements on the impl of `core::future::future::Future` for `&mut impl core::future::future::Future` [INFO] [stderr] = note: required by `futures_util::async_await::poll::PollOnce` [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[E0277]: the trait bound `std::future::GenFuture<[static generator@tests/async_await_macros.rs:27:21: 30:6 rx1:_, rx2:_ _]>: std::marker::Unpin` is not satisfied in `impl core::future::future::Future` [INFO] [stderr] --> tests/async_await_macros.rs:34:35 [INFO] [stderr] | [INFO] [stderr] 34 | assert_eq!(Poll::Pending, poll!(&mut fut)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ within `impl core::future::future::Future`, the trait `std::marker::Unpin` is not implemented for `std::future::GenFuture<[static generator@tests/async_await_macros.rs:27:21: 30:6 rx1:_, rx2:_ _]>` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as std::marker::Unpin> [INFO] [stderr] = note: required because it appears within the type `impl core::future::future::Future` [INFO] [stderr] = note: required because of the requirements on the impl of `core::future::future::Future` for `&mut impl core::future::future::Future` [INFO] [stderr] = note: required by `futures_util::async_await::poll::poll` [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[E0277]: the trait bound `std::future::GenFuture<[static generator@tests/async_await_macros.rs:27:21: 30:6 rx1:_, rx2:_ _]>: std::marker::Unpin` is not satisfied in `impl core::future::future::Future` [INFO] [stderr] --> tests/async_await_macros.rs:34:35 [INFO] [stderr] | [INFO] [stderr] 34 | assert_eq!(Poll::Pending, poll!(&mut fut)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ within `impl core::future::future::Future`, the trait `std::marker::Unpin` is not implemented for `std::future::GenFuture<[static generator@tests/async_await_macros.rs:27:21: 30:6 rx1:_, rx2:_ _]>` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as std::marker::Unpin> [INFO] [stderr] = note: required because it appears within the type `impl core::future::future::Future` [INFO] [stderr] = note: required because of the requirements on the impl of `core::future::future::Future` for `&mut impl core::future::future::Future` [INFO] [stderr] = note: required by `futures_util::async_await::poll::PollOnce` [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[E0277]: the trait bound `std::future::GenFuture<[static generator@tests/async_await_macros.rs:27:21: 30:6 rx1:_, rx2:_ _]>: std::marker::Unpin` is not satisfied in `impl core::future::future::Future` [INFO] [stderr] --> tests/async_await_macros.rs:34:35 [INFO] [stderr] | [INFO] [stderr] 34 | assert_eq!(Poll::Pending, poll!(&mut fut)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ within `impl core::future::future::Future`, the trait `std::marker::Unpin` is not implemented for `std::future::GenFuture<[static generator@tests/async_await_macros.rs:27:21: 30:6 rx1:_, rx2:_ _]>` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as std::marker::Unpin> [INFO] [stderr] = note: required because it appears within the type `impl core::future::future::Future` [INFO] [stderr] = note: required because of the requirements on the impl of `core::future::future::Future` for `&mut impl core::future::future::Future` [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[E0277]: the trait bound `std::future::GenFuture<[static generator@tests/async_await_macros.rs:27:21: 30:6 rx1:_, rx2:_ _]>: std::marker::Unpin` is not satisfied in `impl core::future::future::Future` [INFO] [stderr] --> tests/async_await_macros.rs:34:35 [INFO] [stderr] | [INFO] [stderr] 34 | assert_eq!(Poll::Pending, poll!(&mut fut)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ within `impl core::future::future::Future`, the trait `std::marker::Unpin` is not implemented for `std::future::GenFuture<[static generator@tests/async_await_macros.rs:27:21: 30:6 rx1:_, rx2:_ _]>` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as std::marker::Unpin> [INFO] [stderr] = note: required because it appears within the type `impl core::future::future::Future` [INFO] [stderr] = note: required because of the requirements on the impl of `core::future::future::Future` for `&mut impl core::future::future::Future` [INFO] [stderr] = note: required by `futures_util::async_await::poll::PollOnce` [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[E0277]: the trait bound `std::future::GenFuture<[static generator@tests/async_await_macros.rs:27:21: 30:6 rx1:_, rx2:_ _]>: std::marker::Unpin` is not satisfied in `impl core::future::future::Future` [INFO] [stderr] --> tests/async_await_macros.rs:36:35 [INFO] [stderr] | [INFO] [stderr] 36 | assert_eq!(Poll::Pending, poll!(&mut fut)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ within `impl core::future::future::Future`, the trait `std::marker::Unpin` is not implemented for `std::future::GenFuture<[static generator@tests/async_await_macros.rs:27:21: 30:6 rx1:_, rx2:_ _]>` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as std::marker::Unpin> [INFO] [stderr] = note: required because it appears within the type `impl core::future::future::Future` [INFO] [stderr] = note: required because of the requirements on the impl of `core::future::future::Future` for `&mut impl core::future::future::Future` [INFO] [stderr] = note: required by `futures_util::async_await::poll::poll` [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[E0277]: the trait bound `std::future::GenFuture<[static generator@tests/async_await_macros.rs:27:21: 30:6 rx1:_, rx2:_ _]>: std::marker::Unpin` is not satisfied in `impl core::future::future::Future` [INFO] [stderr] --> tests/async_await_macros.rs:36:35 [INFO] [stderr] | [INFO] [stderr] 36 | assert_eq!(Poll::Pending, poll!(&mut fut)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ within `impl core::future::future::Future`, the trait `std::marker::Unpin` is not implemented for `std::future::GenFuture<[static generator@tests/async_await_macros.rs:27:21: 30:6 rx1:_, rx2:_ _]>` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as std::marker::Unpin> [INFO] [stderr] = note: required because it appears within the type `impl core::future::future::Future` [INFO] [stderr] = note: required because of the requirements on the impl of `core::future::future::Future` for `&mut impl core::future::future::Future` [INFO] [stderr] = note: required by `futures_util::async_await::poll::PollOnce` [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[E0277]: the trait bound `std::future::GenFuture<[static generator@tests/async_await_macros.rs:27:21: 30:6 rx1:_, rx2:_ _]>: std::marker::Unpin` is not satisfied in `impl core::future::future::Future` [INFO] [stderr] --> tests/async_await_macros.rs:36:35 [INFO] [stderr] | [INFO] [stderr] 36 | assert_eq!(Poll::Pending, poll!(&mut fut)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ within `impl core::future::future::Future`, the trait `std::marker::Unpin` is not implemented for `std::future::GenFuture<[static generator@tests/async_await_macros.rs:27:21: 30:6 rx1:_, rx2:_ _]>` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as std::marker::Unpin> [INFO] [stderr] = note: required because it appears within the type `impl core::future::future::Future` [INFO] [stderr] = note: required because of the requirements on the impl of `core::future::future::Future` for `&mut impl core::future::future::Future` [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[E0277]: the trait bound `std::future::GenFuture<[static generator@tests/async_await_macros.rs:27:21: 30:6 rx1:_, rx2:_ _]>: std::marker::Unpin` is not satisfied in `impl core::future::future::Future` [INFO] [stderr] --> tests/async_await_macros.rs:36:35 [INFO] [stderr] | [INFO] [stderr] 36 | assert_eq!(Poll::Pending, poll!(&mut fut)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ within `impl core::future::future::Future`, the trait `std::marker::Unpin` is not implemented for `std::future::GenFuture<[static generator@tests/async_await_macros.rs:27:21: 30:6 rx1:_, rx2:_ _]>` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as std::marker::Unpin> [INFO] [stderr] = note: required because it appears within the type `impl core::future::future::Future` [INFO] [stderr] = note: required because of the requirements on the impl of `core::future::future::Future` for `&mut impl core::future::future::Future` [INFO] [stderr] = note: required by `futures_util::async_await::poll::PollOnce` [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[E0277]: the trait bound `std::future::GenFuture<[static generator@tests/async_await_macros.rs:27:21: 30:6 rx1:_, rx2:_ _]>: std::marker::Unpin` is not satisfied in `impl core::future::future::Future` [INFO] [stderr] --> tests/async_await_macros.rs:38:37 [INFO] [stderr] | [INFO] [stderr] 38 | assert_eq!(Poll::Ready(()), poll!(&mut fut)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ within `impl core::future::future::Future`, the trait `std::marker::Unpin` is not implemented for `std::future::GenFuture<[static generator@tests/async_await_macros.rs:27:21: 30:6 rx1:_, rx2:_ _]>` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as std::marker::Unpin> [INFO] [stderr] = note: required because it appears within the type `impl core::future::future::Future` [INFO] [stderr] = note: required because of the requirements on the impl of `core::future::future::Future` for `&mut impl core::future::future::Future` [INFO] [stderr] = note: required by `futures_util::async_await::poll::poll` [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[E0277]: the trait bound `std::future::GenFuture<[static generator@tests/async_await_macros.rs:27:21: 30:6 rx1:_, rx2:_ _]>: std::marker::Unpin` is not satisfied in `impl core::future::future::Future` [INFO] [stderr] --> tests/async_await_macros.rs:38:37 [INFO] [stderr] | [INFO] [stderr] 38 | assert_eq!(Poll::Ready(()), poll!(&mut fut)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ within `impl core::future::future::Future`, the trait `std::marker::Unpin` is not implemented for `std::future::GenFuture<[static generator@tests/async_await_macros.rs:27:21: 30:6 rx1:_, rx2:_ _]>` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as std::marker::Unpin> [INFO] [stderr] = note: required because it appears within the type `impl core::future::future::Future` [INFO] [stderr] = note: required because of the requirements on the impl of `core::future::future::Future` for `&mut impl core::future::future::Future` [INFO] [stderr] = note: required by `futures_util::async_await::poll::PollOnce` [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[E0277]: the trait bound `std::future::GenFuture<[static generator@tests/async_await_macros.rs:27:21: 30:6 rx1:_, rx2:_ _]>: std::marker::Unpin` is not satisfied in `impl core::future::future::Future` [INFO] [stderr] --> tests/async_await_macros.rs:38:37 [INFO] [stderr] | [INFO] [stderr] 38 | assert_eq!(Poll::Ready(()), poll!(&mut fut)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ within `impl core::future::future::Future`, the trait `std::marker::Unpin` is not implemented for `std::future::GenFuture<[static generator@tests/async_await_macros.rs:27:21: 30:6 rx1:_, rx2:_ _]>` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as std::marker::Unpin> [INFO] [stderr] = note: required because it appears within the type `impl core::future::future::Future` [INFO] [stderr] = note: required because of the requirements on the impl of `core::future::future::Future` for `&mut impl core::future::future::Future` [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[E0277]: the trait bound `std::future::GenFuture<[static generator@tests/async_await_macros.rs:27:21: 30:6 rx1:_, rx2:_ _]>: std::marker::Unpin` is not satisfied in `impl core::future::future::Future` [INFO] [stderr] --> tests/async_await_macros.rs:38:37 [INFO] [stderr] | [INFO] [stderr] 38 | assert_eq!(Poll::Ready(()), poll!(&mut fut)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ within `impl core::future::future::Future`, the trait `std::marker::Unpin` is not implemented for `std::future::GenFuture<[static generator@tests/async_await_macros.rs:27:21: 30:6 rx1:_, rx2:_ _]>` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as std::marker::Unpin> [INFO] [stderr] = note: required because it appears within the type `impl core::future::future::Future` [INFO] [stderr] = note: required because of the requirements on the impl of `core::future::future::Future` for `&mut impl core::future::future::Future` [INFO] [stderr] = note: required by `futures_util::async_await::poll::PollOnce` [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[E0277]: the size for values of type `[_]` cannot be known at compilation time [INFO] [stderr] --> tests/async_await_macros.rs:49:9 [INFO] [stderr] | [INFO] [stderr] 49 | / select! { [INFO] [stderr] 50 | | res = rx1.fuse() => { [INFO] [stderr] 51 | | assert_eq!(Ok(1), res); [INFO] [stderr] 52 | | ran = true; [INFO] [stderr] 53 | | }, [INFO] [stderr] 54 | | _ = rx2.fuse() => unreachable!(), [INFO] [stderr] 55 | | } [INFO] [stderr] | |_________^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `[_]` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [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[E0277]: the size for values of type `[_]` cannot be known at compilation time [INFO] [stderr] --> tests/async_await_macros.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | / select! { [INFO] [stderr] 72 | | _ = rx1.next() => panic!(), [INFO] [stderr] 73 | | _ = rx2.next() => panic!(), [INFO] [stderr] 74 | | default => { [INFO] [stderr] ... | [INFO] [stderr] 80 | | complete => panic!(), [INFO] [stderr] 81 | | } [INFO] [stderr] | |_________^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `[_]` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [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[E0277]: the size for values of type `[_]` cannot be known at compilation time [INFO] [stderr] --> tests/async_await_macros.rs:83:13 [INFO] [stderr] | [INFO] [stderr] 83 | / select! { [INFO] [stderr] 84 | | // runs first and again after default [INFO] [stderr] 85 | | x = rx1.next() => if let Some(x) = x { total += x; }, [INFO] [stderr] 86 | | // runs second and again after default [INFO] [stderr] ... | [INFO] [stderr] 96 | | complete => break, [INFO] [stderr] 97 | | }; [INFO] [stderr] | |______________^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `[_]` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [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[E0277]: the size for values of type `[_]` cannot be known at compilation time [INFO] [stderr] --> tests/async_await_macros.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 113 | / select! { [INFO] [stderr] 114 | | res = rx1 => { [INFO] [stderr] 115 | | assert_eq!(Ok(1), res); [INFO] [stderr] 116 | | assert_eq!(Ok(2), await!(rx2)); [INFO] [stderr] ... | [INFO] [stderr] 123 | | }, [INFO] [stderr] 124 | | } [INFO] [stderr] | |_________^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `[_]` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [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[E0698]: type inside generator must be known in this context [INFO] [stderr] --> tests/async_await_macros.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 113 | / select! { [INFO] [stderr] 114 | | res = rx1 => { [INFO] [stderr] 115 | | assert_eq!(Ok(1), res); [INFO] [stderr] 116 | | assert_eq!(Ok(2), await!(rx2)); [INFO] [stderr] ... | [INFO] [stderr] 123 | | }, [INFO] [stderr] 124 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] note: the type is part of the generator because of this `yield` [INFO] [stderr] --> tests/async_await_macros.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 113 | / select! { [INFO] [stderr] 114 | | res = rx1 => { [INFO] [stderr] 115 | | assert_eq!(Ok(1), res); [INFO] [stderr] 116 | | assert_eq!(Ok(2), await!(rx2)); [INFO] [stderr] ... | [INFO] [stderr] 123 | | }, [INFO] [stderr] 124 | | } [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[E0698]: type inside generator must be known in this context [INFO] [stderr] --> tests/async_await_macros.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 113 | / select! { [INFO] [stderr] 114 | | res = rx1 => { [INFO] [stderr] 115 | | assert_eq!(Ok(1), res); [INFO] [stderr] 116 | | assert_eq!(Ok(2), await!(rx2)); [INFO] [stderr] ... | [INFO] [stderr] 123 | | }, [INFO] [stderr] 124 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] note: the type is part of the generator because of this `yield` [INFO] [stderr] --> tests/async_await_macros.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 113 | / select! { [INFO] [stderr] 114 | | res = rx1 => { [INFO] [stderr] 115 | | assert_eq!(Ok(1), res); [INFO] [stderr] 116 | | assert_eq!(Ok(2), await!(rx2)); [INFO] [stderr] ... | [INFO] [stderr] 123 | | }, [INFO] [stderr] 124 | | } [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[E0698]: type inside generator must be known in this context [INFO] [stderr] --> tests/async_await_macros.rs:114:13 [INFO] [stderr] | [INFO] [stderr] 114 | res = rx1 => { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] note: the type is part of the generator because of this `yield` [INFO] [stderr] --> tests/async_await_macros.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 113 | / select! { [INFO] [stderr] 114 | | res = rx1 => { [INFO] [stderr] 115 | | assert_eq!(Ok(1), res); [INFO] [stderr] 116 | | assert_eq!(Ok(2), await!(rx2)); [INFO] [stderr] ... | [INFO] [stderr] 123 | | }, [INFO] [stderr] 124 | | } [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[E0698]: type inside generator must be known in this context [INFO] [stderr] --> tests/async_await_macros.rs:119:13 [INFO] [stderr] | [INFO] [stderr] 119 | res = rx2 => { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] note: the type is part of the generator because of this `yield` [INFO] [stderr] --> tests/async_await_macros.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 113 | / select! { [INFO] [stderr] 114 | | res = rx1 => { [INFO] [stderr] 115 | | assert_eq!(Ok(1), res); [INFO] [stderr] 116 | | assert_eq!(Ok(2), await!(rx2)); [INFO] [stderr] ... | [INFO] [stderr] 123 | | }, [INFO] [stderr] 124 | | } [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[E0277]: the size for values of type `[_]` cannot be known at compilation time [INFO] [stderr] --> tests/async_await_macros.rs:133:9 [INFO] [stderr] | [INFO] [stderr] 133 | / select! { [INFO] [stderr] 134 | | _ = ready => {}, [INFO] [stderr] 135 | | } [INFO] [stderr] | |_________^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `[_]` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [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[E0277]: the size for values of type `[_]` cannot be known at compilation time [INFO] [stderr] --> tests/async_await_macros.rs:142:9 [INFO] [stderr] | [INFO] [stderr] 142 | / select! { [INFO] [stderr] 143 | | _ = ready1 => {}, [INFO] [stderr] 144 | | _ = ready2 => {}, [INFO] [stderr] 145 | | } [INFO] [stderr] | |_________^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `[_]` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [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 57 previous errors [INFO] [stderr] [INFO] [stderr] Some errors occurred: E0277, E0412, E0432, E0433, E0698. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [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" "9ef2456ce0785fc76daccfdd28672774b20cc7e60d34781662988b2373312ede"` [INFO] running `"docker" "rm" "-f" "9ef2456ce0785fc76daccfdd28672774b20cc7e60d34781662988b2373312ede"` [INFO] [stdout] 9ef2456ce0785fc76daccfdd28672774b20cc7e60d34781662988b2373312ede