[INFO] crate futures-preview 0.3.0-alpha.18 is already in cache [INFO] checking futures-preview-0.3.0-alpha.18 against master#b61e69433951e31f7bd746e22f516a48ad41623b for prs-64470-and-65389 [INFO] extracting crate futures-preview 0.3.0-alpha.18 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate futures-preview 0.3.0-alpha.18 on toolchain b61e69433951e31f7bd746e22f516a48ad41623b [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate futures-preview 0.3.0-alpha.18 [INFO] finished tweaking crates.io crate futures-preview 0.3.0-alpha.18 [INFO] tweaked toml for crates.io crate futures-preview 0.3.0-alpha.18 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+b61e69433951e31f7bd746e22f516a48ad41623b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 53a2e632373e8579b87af817d89469a4063f02a7e8fd7efcc3d44929ce17c779 [INFO] running `"docker" "start" "-a" "53a2e632373e8579b87af817d89469a4063f02a7e8fd7efcc3d44929ce17c779"` [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.18 [INFO] [stderr] Checking futures-executor-preview v0.3.0-alpha.18 [INFO] [stderr] Checking futures-preview v0.3.0-alpha.18 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/basic_combinators.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | 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/mutex.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | 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/mutex.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use futures_test::task::{panic_context, new_count_waker}; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `futures::pending`, `futures::poll`, `futures::join`, `futures::try_join`, `futures::select` [INFO] [stderr] --> tests/async_await_macros.rs:4:21 [INFO] [stderr] | [INFO] [stderr] 4 | 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] error: cannot determine resolution for the macro `pending` [INFO] [stderr] --> tests/async_await_macros.rs:13:32 [INFO] [stderr] | [INFO] [stderr] 13 | 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:16:35 [INFO] [stderr] | [INFO] [stderr] 16 | 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:17:37 [INFO] [stderr] | [INFO] [stderr] 17 | 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:27:19 [INFO] [stderr] | [INFO] [stderr] 27 | 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:33:35 [INFO] [stderr] | [INFO] [stderr] 33 | 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:35:35 [INFO] [stderr] | [INFO] [stderr] 35 | 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:37:37 [INFO] [stderr] | [INFO] [stderr] 37 | 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:48:9 [INFO] [stderr] | [INFO] [stderr] 48 | 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:70:9 [INFO] [stderr] | [INFO] [stderr] 70 | select! { [INFO] [stderr] | ^^^^^^ [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] = 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:82:13 [INFO] [stderr] | [INFO] [stderr] 82 | 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:112:9 [INFO] [stderr] | [INFO] [stderr] 112 | 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:133:9 [INFO] [stderr] | [INFO] [stderr] 133 | 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:148:9 [INFO] [stderr] | [INFO] [stderr] 148 | 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:157:9 [INFO] [stderr] | [INFO] [stderr] 157 | 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:169:9 [INFO] [stderr] | [INFO] [stderr] 169 | 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:176:9 [INFO] [stderr] | [INFO] [stderr] 176 | 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:185:9 [INFO] [stderr] | [INFO] [stderr] 185 | 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:192:9 [INFO] [stderr] | [INFO] [stderr] 192 | 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:200:9 [INFO] [stderr] | [INFO] [stderr] 200 | 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:207:9 [INFO] [stderr] | [INFO] [stderr] 207 | try_join!( [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/eager_drop.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use futures_test::future::FutureTestExt; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [INFO] [stderr] warning: the feature `async_await` has been stable since 1.39.0 and no longer requires an attribute to enable [INFO] [stderr] --> tests/future_obj.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(async_await)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [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[E0425]: cannot find function `panic_context` in this scope [INFO] [stderr] --> tests/mutex.rs:16:46 [INFO] [stderr] | [INFO] [stderr] 16 | assert!(mutex.lock().poll_unpin(&mut panic_context()).is_ready()); [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/mutex.rs:23:28 [INFO] [stderr] | [INFO] [stderr] 23 | let (waker, counter) = new_count_waker(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `panic_context` in this scope [INFO] [stderr] --> tests/mutex.rs:24:45 [INFO] [stderr] | [INFO] [stderr] 24 | let lock = mutex.lock().poll_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/mutex.rs:35:36 [INFO] [stderr] | [INFO] [stderr] 35 | assert!(waiter.poll_unpin(&mut panic_context()).is_ready()); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `pin_utils` [INFO] [stderr] --> tests/eager_drop.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/eager_drop.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | unsafe_pinned!(future: F); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `run_in_background` found for type `futures_util::future::map::Map, futures_util::future::ready::Ready<{integer}>, [closure@tests/basic_combinators.rs:12:15: 16:10 tx1:_]>, [closure@tests/basic_combinators.rs:16:16: 20:10 tx2:_]>, [closure@tests/basic_combinators.rs:20:16: 22:10 tx3:_]>` in the current scope [INFO] [stderr] --> tests/basic_combinators.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | fut.run_in_background(); // Start it [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `futures_util::future::map::Map, futures_util::future::ready::Ready<{integer}>, [closure@tests/basic_combinators.rs:12:15: 16:10 tx1:_]>, [closure@tests/basic_combinators.rs:16:16: 20:10 tx2:_]>, [closure@tests/basic_combinators.rs:20:16: 22:10 tx3:_]>` [INFO] [stderr] [INFO] [stderr] warning: unused import: `futures::sink::SinkExt` [INFO] [stderr] --> tests/async_await_macros.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | 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 [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] warning: the feature `async_await` has been stable since 1.39.0 and no longer requires an attribute to enable [INFO] [stderr] --> tests/stream.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(async_await)] [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 `run_in_background` found for type `futures_util::future::map::Map>, futures_util::future::ready::Ready>, [closure@tests/basic_combinators.rs:44:19: 48:10 tx1:_]>, futures_util::future::ready::Ready>, [closure@tests/basic_combinators.rs:49:18: 53:10 tx2:_]>, [closure@tests/basic_combinators.rs:54:17: 58:10 tx3:_]>, [closure@tests/basic_combinators.rs:59:18: 63:10 tx4:_]>, [closure@tests/basic_combinators.rs:64:14: 68:10 tx5:_]>, futures_util::future::ready::Ready>, [closure@tests/basic_combinators.rs:69:19: 73:10 tx6:_]>, futures_util::future::ready::Ready>, [closure@tests/basic_combinators.rs:74:18: 78:10 tx7:_]>, [closure@tests/basic_combinators.rs:79:17: 83:10 tx8:_]>, [closure@tests/basic_combinators.rs:84:18: 88:10 tx9:_]>, [closure@tests/basic_combinators.rs:89:14: 92:10 tx10:_]>` in the current scope [INFO] [stderr] --> tests/basic_combinators.rs:95:9 [INFO] [stderr] | [INFO] [stderr] 95 | fut.run_in_background(); // Start it [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `futures_util::future::map::Map>, futures_util::future::ready::Ready>, [closure@tests/basic_combinators.rs:44:19: 48:10 tx1:_]>, futures_util::future::ready::Ready>, [closure@tests/basic_combinators.rs:49:18: 53:10 tx2:_]>, [closure@tests/basic_combinators.rs:54:17: 58:10 tx3:_]>, [closure@tests/basic_combinators.rs:59:18: 63:10 tx4:_]>, [closure@tests/basic_combinators.rs:64:14: 68:10 tx5:_]>, futures_util::future::ready::Ready>, [closure@tests/basic_combinators.rs:69:19: 73:10 tx6:_]>, futures_util::future::ready::Ready>, [closure@tests/basic_combinators.rs:74:18: 78:10 tx7:_]>, [closure@tests/basic_combinators.rs:79:17: 83:10 tx8:_]>, [closure@tests/basic_combinators.rs:84:18: 88:10 tx9:_]>, [closure@tests/basic_combinators.rs:89:14: 92:10 tx10:_]>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0433`. [INFO] [stderr] error[E0599]: no method named `run_in_background` found for type `futures_util::future::map::Map>, [closure@tests/eager_drop.rs:17:17: 17:71 tx1:_]>, [closure@tests/eager_drop.rs:18:14: 21:10 rx1:_, tx2:_]>` in the current scope [INFO] [stderr] --> tests/eager_drop.rs:22:10 [INFO] [stderr] | [INFO] [stderr] 22 | .run_in_background(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `futures_util::future::map::Map>, [closure@tests/eager_drop.rs:17:17: 17:71 tx1:_]>, [closure@tests/eager_drop.rs:18:14: 21:10 rx1:_, tx2:_]>` [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:35:18: 35:72 tx1:_]>, [closure@tests/eager_drop.rs:36:14: 39:10 rx1:_, tx2:_]>` in the current scope [INFO] [stderr] --> tests/eager_drop.rs:40:10 [INFO] [stderr] | [INFO] [stderr] 40 | .run_in_background(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `futures_util::future::map::Map>, [closure@tests/eager_drop.rs:35:18: 35:72 tx1:_]>, [closure@tests/eager_drop.rs:36:14: 39:10 rx1:_, tx2:_]>` [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:58:14 [INFO] [stderr] | [INFO] [stderr] 58 | self.future().poll(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] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `run_in_background` found for type `futures_util::future::then::Then, [closure@tests/eager_drop.rs:68:57: 68:73]>, std::sync::mpsc::Sender<()>>, futures_util::future::ready::Ready<()>, [closure@tests/eager_drop.rs:69:15: 73:10 rx1:_, tx2:_]>` in the current scope [INFO] [stderr] --> tests/eager_drop.rs:74:10 [INFO] [stderr] | [INFO] [stderr] 74 | .run_in_background(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `futures_util::future::then::Then, [closure@tests/eager_drop.rs:68:57: 68:73]>, std::sync::mpsc::Sender<()>>, futures_util::future::ready::Ready<()>, [closure@tests/eager_drop.rs:69:15: 73:10 rx1:_, tx2:_]>` [INFO] [stderr] [INFO] [stderr] warning: the feature `async_await` has been stable since 1.39.0 and no longer requires an attribute to enable [INFO] [stderr] --> tests/try_join_all.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(async_await)] [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:87:57: 87:73]>, std::sync::mpsc::Sender<()>>, futures_util::future::ready::Ready>, [closure@tests/eager_drop.rs:88:19: 92:10 rx1:_, tx2:_]>` in the current scope [INFO] [stderr] | [INFO] [stderr] --> tests/eager_drop.rs:93:10 [INFO] [stderr] | [INFO] [stderr] 93 | .run_in_background(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `futures_util::try_future::and_then::AndThen>, [closure@tests/eager_drop.rs:87:57: 87:73]>, std::sync::mpsc::Sender<()>>, futures_util::future::ready::Ready>, [closure@tests/eager_drop.rs:88:19: 92:10 rx1:_, tx2:_]>` [INFO] [stderr] [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [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:106:57: 106:73]>, std::sync::mpsc::Sender<()>>, futures_util::future::ready::Ready>, [closure@tests/eager_drop.rs:107:18: 111:10 rx1:_, tx2:_]>` in the current scope [INFO] [stderr] --> tests/eager_drop.rs:112:10 [INFO] [stderr] | [INFO] [stderr] 112 | .run_in_background(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `futures_util::try_future::or_else::OrElse>, [closure@tests/eager_drop.rs:106:57: 106:73]>, std::sync::mpsc::Sender<()>>, futures_util::future::ready::Ready>, [closure@tests/eager_drop.rs:107:18: 111:10 rx1:_, tx2:_]>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: 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: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/io_read_line.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_line.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_read_until.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_until.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 `pending_once` found for type `futures_util::future::ready::Ready<()>` in the current scope [INFO] [stderr] --> tests/mutex.rs:55:23 [INFO] [stderr] | [INFO] [stderr] 55 | ready(()).pending_once().await; [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `futures_util::future::ready::Ready<()>` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/io_read_line.rs:30:18 [INFO] [stderr] | [INFO] [stderr] 30 | 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/io_read_until.rs:30:18 [INFO] [stderr] | [INFO] [stderr] 30 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0698]: type inside `async` object must be known in this context [INFO] [stderr] --> tests/mutex.rs:54:28 [INFO] [stderr] | [INFO] [stderr] 54 | let mut lock = mutex.lock().await; [INFO] [stderr] | ^^^^^ cannot infer type for `{integer}` [INFO] [stderr] | [INFO] [stderr] note: the type is part of the `async` object because of this `await` [INFO] [stderr] --> tests/mutex.rs:54:28 [INFO] [stderr] | [INFO] [stderr] 54 | let mut lock = mutex.lock().await; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0698]: type inside `async` object must be known in this context [INFO] [stderr] --> tests/mutex.rs:54:28 [INFO] [stderr] | [INFO] [stderr] 54 | let mut lock = mutex.lock().await; [INFO] [stderr] | ^^^^^^^^^^^^ cannot infer type for `{integer}` [INFO] [stderr] | [INFO] [stderr] note: the type is part of the `async` object because of this `await` [INFO] [stderr] --> tests/mutex.rs:54:28 [INFO] [stderr] | [INFO] [stderr] 54 | let mut lock = mutex.lock().await; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0698]: type inside `async` object must be known in this context [INFO] [stderr] --> tests/mutex.rs:54:28 [INFO] [stderr] | [INFO] [stderr] 54 | let mut lock = mutex.lock().await; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ cannot infer type for `{integer}` [INFO] [stderr] | [INFO] [stderr] note: the type is part of the `async` object because of this `await` [INFO] [stderr] --> tests/mutex.rs:54:28 [INFO] [stderr] | [INFO] [stderr] 54 | let mut lock = mutex.lock().await; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0698]: type inside `async` object must be known in this context [INFO] [stderr] --> tests/mutex.rs:54:17 [INFO] [stderr] | [INFO] [stderr] 54 | let mut lock = mutex.lock().await; [INFO] [stderr] | ^^^^^^^^ cannot infer type for `{integer}` [INFO] [stderr] | [INFO] [stderr] note: the type is part of the `async` object because of this `await` [INFO] [stderr] --> tests/mutex.rs:55:13 [INFO] [stderr] | [INFO] [stderr] 55 | ready(()).pending_once().await; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0698]: type inside `async` object must be known in this context [INFO] [stderr] --> tests/mutex.rs:63:18 [INFO] [stderr] | [INFO] [stderr] 63 | for _ in 0..num_tasks { [INFO] [stderr] | ^^^^^^^^^^^^ cannot infer type for `{integer}` [INFO] [stderr] | [INFO] [stderr] note: the type is part of the `async` object because of this `await` [INFO] [stderr] --> tests/mutex.rs:64:22 [INFO] [stderr] | [INFO] [stderr] 64 | let () = rx.next().await.unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0698]: type inside `async` object must be known in this context [INFO] [stderr] --> tests/mutex.rs:63:18 [INFO] [stderr] | [INFO] [stderr] 63 | for _ in 0..num_tasks { [INFO] [stderr] | ^ cannot infer type for `{integer}` [INFO] [stderr] | [INFO] [stderr] note: the type is part of the `async` object because of this `await` [INFO] [stderr] --> tests/mutex.rs:64:22 [INFO] [stderr] | [INFO] [stderr] 64 | let () = rx.next().await.unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0698]: type inside `async` object must be known in this context [INFO] [stderr] --> tests/mutex.rs:63:21 [INFO] [stderr] | [INFO] [stderr] 63 | for _ in 0..num_tasks { [INFO] [stderr] | ^^^^^^^^^ cannot infer type for `{integer}` [INFO] [stderr] | [INFO] [stderr] note: the type is part of the `async` object because of this `await` [INFO] [stderr] --> tests/mutex.rs:64:22 [INFO] [stderr] | [INFO] [stderr] 64 | let () = rx.next().await.unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0698]: type inside `async` object must be known in this context [INFO] [stderr] --> tests/mutex.rs:63:18 [INFO] [stderr] | [INFO] [stderr] 63 | for _ in 0..num_tasks { [INFO] [stderr] | ^^^^^^^^^^^^ cannot infer type for `{integer}` [INFO] [stderr] | [INFO] [stderr] note: the type is part of the `async` object because of this `await` [INFO] [stderr] --> tests/mutex.rs:64:22 [INFO] [stderr] | [INFO] [stderr] 64 | let () = rx.next().await.unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0698]: type inside `async` object must be known in this context [INFO] [stderr] --> tests/mutex.rs:66:20 [INFO] [stderr] | [INFO] [stderr] 66 | let lock = mutex.lock().await; [INFO] [stderr] | ^^^^^ cannot infer type for `{integer}` [INFO] [stderr] | [INFO] [stderr] note: the type is part of the `async` object because of this `await` [INFO] [stderr] --> tests/mutex.rs:66:20 [INFO] [stderr] | [INFO] [stderr] 66 | let lock = mutex.lock().await; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0698]: type inside `async` object must be known in this context [INFO] [stderr] --> tests/mutex.rs:66:20 [INFO] [stderr] | [INFO] [stderr] 66 | let lock = mutex.lock().await; [INFO] [stderr] | ^^^^^^^^^^^^ cannot infer type for `{integer}` [INFO] [stderr] | [INFO] [stderr] note: the type is part of the `async` object because of this `await` [INFO] [stderr] --> tests/mutex.rs:66:20 [INFO] [stderr] | [INFO] [stderr] 66 | let lock = mutex.lock().await; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0698]: type inside `async` object must be known in this context [INFO] [stderr] --> tests/mutex.rs:66:20 [INFO] [stderr] | [INFO] [stderr] 66 | let lock = mutex.lock().await; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ cannot infer type for `{integer}` [INFO] [stderr] | [INFO] [stderr] note: the type is part of the `async` object because of this `await` [INFO] [stderr] --> tests/mutex.rs:66:20 [INFO] [stderr] | [INFO] [stderr] 66 | let lock = mutex.lock().await; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 18 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433, E0599, E0698. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [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: could not compile `futures-preview`. [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/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: 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] warning: build failed, waiting for other jobs to finish... [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] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `interleave_pending` found for type `&'static [u8; 2]` in the current scope [INFO] [stderr] --> tests/io_read_line.rs:40:25 [INFO] [stderr] | [INFO] [stderr] 40 | let mut buf = b"12".interleave_pending(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ method not found in `&'static [u8; 2]` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `interleave_pending` found for type `&'static [u8; 2]` in the current scope [INFO] [stderr] --> tests/io_read_until.rs:40:25 [INFO] [stderr] | [INFO] [stderr] 40 | let mut buf = b"12".interleave_pending(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ method not found in `&'static [u8; 2]` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `interleave_pending` found for type `futures_util::try_stream::into_async_read::IntoAsyncRead>, fn(&[u8]) -> std::result::Result<&[u8], std::io::error::Error> {std::result::Result::<&[u8], std::io::error::Error>::Ok}>>` in the current scope [INFO] [stderr] --> tests/io_read_line.rs:48:10 [INFO] [stderr] | [INFO] [stderr] 48 | .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::Error> {std::result::Result::<&[u8], std::io::error::Error>::Ok}>>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `interleave_pending` found for type `futures_util::try_stream::into_async_read::IntoAsyncRead>, fn(&[u8]) -> std::result::Result<&[u8], std::io::error::Error> {std::result::Result::<&[u8], std::io::error::Error>::Ok}>>` in the current scope [INFO] [stderr] --> tests/io_read_until.rs:48:10 [INFO] [stderr] | [INFO] [stderr] 48 | .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::Error> {std::result::Result::<&[u8], std::io::error::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: 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] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `futures-preview`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "53a2e632373e8579b87af817d89469a4063f02a7e8fd7efcc3d44929ce17c779"` [INFO] running `"docker" "rm" "-f" "53a2e632373e8579b87af817d89469a4063f02a7e8fd7efcc3d44929ce17c779"` [INFO] [stdout] 53a2e632373e8579b87af817d89469a4063f02a7e8fd7efcc3d44929ce17c779