[INFO] fetching crate futures-executor 0.3.15... [INFO] checking futures-executor-0.3.15 against try#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248 [INFO] extracting crate futures-executor 0.3.15 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate futures-executor 0.3.15 on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate futures-executor 0.3.15 [INFO] finished tweaking crates.io crate futures-executor 0.3.15 [INFO] tweaked toml for crates.io crate futures-executor 0.3.15 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fc4f9d6f84e5d041c2c284789089f6e9cee1c8d2b88b954ae2318be42b0be0a5 [INFO] running `Command { std: "docker" "start" "-a" "fc4f9d6f84e5d041c2c284789089f6e9cee1c8d2b88b954ae2318be42b0be0a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fc4f9d6f84e5d041c2c284789089f6e9cee1c8d2b88b954ae2318be42b0be0a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc4f9d6f84e5d041c2c284789089f6e9cee1c8d2b88b954ae2318be42b0be0a5", kill_on_drop: false }` [INFO] [stdout] fc4f9d6f84e5d041c2c284789089f6e9cee1c8d2b88b954ae2318be42b0be0a5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fb890dd28b15d740c1e0474796301c85fcb1a32988b79283052b0aa6f1c51cbb [INFO] running `Command { std: "docker" "start" "-a" "fb890dd28b15d740c1e0474796301c85fcb1a32988b79283052b0aa6f1c51cbb", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling futures-core v0.3.16 [INFO] [stderr] Compiling futures-task v0.3.16 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Checking pin-project-lite v0.2.7 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking slab v0.4.3 [INFO] [stderr] Compiling futures-util v0.3.16 [INFO] [stderr] Checking futures-executor v0.3.15 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures` [INFO] [stdout] --> tests/local_pool.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use futures::channel::oneshot; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures` [INFO] [stdout] --> tests/local_pool.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use futures::executor::LocalPool; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures` [INFO] [stdout] --> tests/local_pool.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use futures::future::{self, lazy, poll_fn, Future}; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures` [INFO] [stdout] --> tests/local_pool.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use futures::task::{Context, LocalSpawn, Poll, Spawn, Waker}; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures` [INFO] [stdout] --> tests/local_pool.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use futures::future::{self, lazy, poll_fn, Future}; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures` [INFO] [stdout] --> benches/thread_notify.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use futures::executor::block_on; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures` [INFO] [stdout] --> benches/thread_notify.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use futures::future::Future; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures` [INFO] [stdout] --> benches/thread_notify.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use futures::task::{Context, Poll, Waker}; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Poll` [INFO] [stdout] --> tests/local_pool.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | Poll::Pending [INFO] [stdout] | ^^^^ use of undeclared type `Poll` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `oneshot` [INFO] [stdout] --> tests/local_pool.rs:52:20 [INFO] [stdout] | [INFO] [stdout] 52 | let (tx, rx) = oneshot::channel(); [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `oneshot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Poll` [INFO] [stdout] --> tests/local_pool.rs:189:25 [INFO] [stdout] | [INFO] [stdout] 189 | Poll::Pending [INFO] [stdout] | ^^^^ use of undeclared type `Poll` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Poll` [INFO] [stdout] --> tests/local_pool.rs:227:17 [INFO] [stdout] | [INFO] [stdout] 227 | Poll::Pending [INFO] [stdout] | ^^^^ use of undeclared type `Poll` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Poll` [INFO] [stdout] --> tests/local_pool.rs:279:17 [INFO] [stdout] | [INFO] [stdout] 279 | Poll::Pending [INFO] [stdout] | ^^^^ use of undeclared type `Poll` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Poll` [INFO] [stdout] --> benches/thread_notify.rs:28:17 [INFO] [stdout] | [INFO] [stdout] 28 | Poll::Pending [INFO] [stdout] | ^^^^ use of undeclared type `Poll` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Poll` [INFO] [stdout] --> tests/local_pool.rs:392:13 [INFO] [stdout] | [INFO] [stdout] 392 | Poll::Pending [INFO] [stdout] | ^^^^ use of undeclared type `Poll` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Poll` [INFO] [stdout] --> tests/local_pool.rs:430:9 [INFO] [stdout] | [INFO] [stdout] 430 | Poll::Pending // Expect to be called again due to (*). [INFO] [stdout] | ^^^^ use of undeclared type `Poll` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures` [INFO] [stdout] --> tests/local_pool.rs:433:5 [INFO] [stdout] | [INFO] [stdout] 433 | futures::executor::block_on(future) [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Future` in this scope [INFO] [stdout] --> tests/local_pool.rs:15:6 [INFO] [stdout] | [INFO] [stdout] 15 | impl Future for Pending { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::future::Future; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_core::Future; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_util::Future; [INFO] [stdout] | [INFO] [stdout] 1 | use std::future::Future; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Context` in this scope [INFO] [stdout] --> tests/local_pool.rs:18:45 [INFO] [stdout] | [INFO] [stdout] 18 | fn poll(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<()> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::task::Context; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_core::task::Context; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_task::Context; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_util::task::Context; [INFO] [stdout] | [INFO] [stdout] and 1 other candidate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Poll` in this scope [INFO] [stdout] --> tests/local_pool.rs:18:61 [INFO] [stdout] | [INFO] [stdout] 18 | fn poll(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::task::Poll; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_core::task::Poll; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_task::Poll; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_util::task::Poll; [INFO] [stdout] | [INFO] [stdout] and 1 other candidate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LocalPool` [INFO] [stdout] --> tests/local_pool.rs:32:24 [INFO] [stdout] | [INFO] [stdout] 32 | let mut pool = LocalPool::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use futures_executor::LocalPool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `lazy` in this scope [INFO] [stdout] --> tests/local_pool.rs:33:19 [INFO] [stdout] | [INFO] [stdout] 33 | let fut = lazy(|_| { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use futures_util::future::lazy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LocalPool` [INFO] [stdout] --> tests/local_pool.rs:44:20 [INFO] [stdout] | [INFO] [stdout] 44 | let mut pool = LocalPool::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use futures_executor::LocalPool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `lazy` in this scope [INFO] [stdout] --> tests/local_pool.rs:47:20 [INFO] [stdout] | [INFO] [stdout] 47 | pool.run_until(lazy(|_| ())); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use futures_util::future::lazy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LocalPool` [INFO] [stdout] --> tests/local_pool.rs:53:20 [INFO] [stdout] | [INFO] [stdout] 53 | let mut pool = LocalPool::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use futures_executor::LocalPool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `lazy` in this scope [INFO] [stdout] --> tests/local_pool.rs:57:22 [INFO] [stdout] | [INFO] [stdout] 57 | Box::pin(lazy(move |_| { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use futures_util::future::lazy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LocalPool` [INFO] [stdout] --> tests/local_pool.rs:68:20 [INFO] [stdout] | [INFO] [stdout] 68 | let mut pool = LocalPool::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use futures_executor::LocalPool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LocalPool` [INFO] [stdout] --> tests/local_pool.rs:78:20 [INFO] [stdout] | [INFO] [stdout] 78 | let mut pool = LocalPool::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use futures_executor::LocalPool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `lazy` in this scope [INFO] [stdout] --> tests/local_pool.rs:84:22 [INFO] [stdout] | [INFO] [stdout] 84 | Box::pin(lazy(move |_| { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use futures_util::future::lazy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `lazy` in this scope [INFO] [stdout] --> tests/local_pool.rs:87:34 [INFO] [stdout] | [INFO] [stdout] 87 | Box::pin(lazy(move |_| { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use futures_util::future::lazy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Poll` [INFO] [stdout] --> benches/thread_notify.rs:56:17 [INFO] [stdout] | [INFO] [stdout] 56 | Poll::Pending [INFO] [stdout] | ^^^^ use of undeclared type `Poll` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LocalPool` [INFO] [stdout] --> tests/local_pool.rs:109:20 [INFO] [stdout] | [INFO] [stdout] 109 | let mut pool = LocalPool::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use futures_executor::LocalPool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `lazy` in this scope [INFO] [stdout] --> tests/local_pool.rs:116:26 [INFO] [stdout] | [INFO] [stdout] 116 | Box::pin(lazy(move |_| { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use futures_util::future::lazy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LocalPool` [INFO] [stdout] --> tests/local_pool.rs:131:20 [INFO] [stdout] | [INFO] [stdout] 131 | let mut pool = LocalPool::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use futures_executor::LocalPool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LocalPool` [INFO] [stdout] --> tests/local_pool.rs:141:20 [INFO] [stdout] | [INFO] [stdout] 141 | let mut pool = LocalPool::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use futures_executor::LocalPool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `lazy` in this scope [INFO] [stdout] --> tests/local_pool.rs:150:26 [INFO] [stdout] | [INFO] [stdout] 150 | Box::pin(lazy(move |_| { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use futures_util::future::lazy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LocalPool` [INFO] [stdout] --> tests/local_pool.rs:174:20 [INFO] [stdout] | [INFO] [stdout] 174 | let mut pool = LocalPool::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use futures_executor::LocalPool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Waker` in this scope [INFO] [stdout] --> tests/local_pool.rs:177:31 [INFO] [stdout] | [INFO] [stdout] 177 | let waker: Rc>> = Rc::new(Cell::new(None)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::task::Waker; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_core::task::Waker; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_task::Waker; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_util::task::Waker; [INFO] [stdout] | [INFO] [stdout] and 1 other candidate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `poll_fn` in this scope [INFO] [stdout] --> tests/local_pool.rs:183:26 [INFO] [stdout] | [INFO] [stdout] 183 | Box::pin(poll_fn(move |ctx| { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::future::poll_fn; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_util::future::poll_fn; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_util::stream::poll_fn; [INFO] [stdout] | [INFO] [stdout] 1 | use std::future::poll_fn; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Poll` [INFO] [stdout] --> tests/local_pool.rs:187:25 [INFO] [stdout] | [INFO] [stdout] 187 | Poll::Ready(()) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::task::Poll; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_core::task::Poll; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_task::Poll; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_util::task::Poll; [INFO] [stdout] | [INFO] [stdout] and 1 other candidate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LocalPool` [INFO] [stdout] --> tests/local_pool.rs:211:20 [INFO] [stdout] | [INFO] [stdout] 211 | let mut pool = LocalPool::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use futures_executor::LocalPool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `poll_fn` in this scope [INFO] [stdout] --> tests/local_pool.rs:219:22 [INFO] [stdout] | [INFO] [stdout] 219 | Box::pin(poll_fn(move |_| { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::future::poll_fn; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_util::future::poll_fn; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_util::stream::poll_fn; [INFO] [stdout] | [INFO] [stdout] 1 | use std::future::poll_fn; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `lazy` in this scope [INFO] [stdout] --> tests/local_pool.rs:224:47 [INFO] [stdout] | [INFO] [stdout] 224 | .spawn_local_obj(Box::pin(lazy(move |_| cnt2.set(cnt2.get() + 1))).into()) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use futures_util::future::lazy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LocalPool` [INFO] [stdout] --> tests/local_pool.rs:239:20 [INFO] [stdout] | [INFO] [stdout] 239 | let mut pool = LocalPool::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use futures_executor::LocalPool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LocalPool` [INFO] [stdout] --> tests/local_pool.rs:246:20 [INFO] [stdout] | [INFO] [stdout] 246 | let mut pool = LocalPool::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use futures_executor::LocalPool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `lazy` in this scope [INFO] [stdout] --> tests/local_pool.rs:251:36 [INFO] [stdout] | [INFO] [stdout] 251 | spawn.spawn_local_obj(Box::pin(lazy(move |_| cnt1.set(cnt1.get() + 1))).into()).unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use futures_util::future::lazy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Poll` [INFO] [stdout] --> benches/thread_notify.rs:93:17 [INFO] [stdout] | [INFO] [stdout] 93 | Poll::Pending [INFO] [stdout] | ^^^^ use of undeclared type `Poll` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `lazy` in this scope [INFO] [stdout] --> tests/local_pool.rs:256:36 [INFO] [stdout] | [INFO] [stdout] 256 | spawn.spawn_local_obj(Box::pin(lazy(move |_| cnt2.set(cnt2.get() + 1))).into()).unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use futures_util::future::lazy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LocalPool` [INFO] [stdout] --> tests/local_pool.rs:263:20 [INFO] [stdout] | [INFO] [stdout] 263 | let mut pool = LocalPool::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use futures_executor::LocalPool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `poll_fn` in this scope [INFO] [stdout] --> tests/local_pool.rs:271:22 [INFO] [stdout] | [INFO] [stdout] 271 | Box::pin(poll_fn(move |_| { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::future::poll_fn; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_util::future::poll_fn; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_util::stream::poll_fn; [INFO] [stdout] | [INFO] [stdout] 1 | use std::future::poll_fn; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `lazy` in this scope [INFO] [stdout] --> tests/local_pool.rs:276:47 [INFO] [stdout] | [INFO] [stdout] 276 | .spawn_local_obj(Box::pin(lazy(move |_| cnt2.set(cnt2.get() + 1))).into()) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use futures_util::future::lazy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Future` in this scope [INFO] [stdout] --> benches/thread_notify.rs:19:10 [INFO] [stdout] | [INFO] [stdout] 19 | impl Future for Yield { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use core::future::Future; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_core::Future; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_util::Future; [INFO] [stdout] | [INFO] [stdout] 4 | use std::future::Future; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LocalPool` [INFO] [stdout] --> tests/local_pool.rs:296:20 [INFO] [stdout] | [INFO] [stdout] 296 | let mut pool = LocalPool::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use futures_executor::LocalPool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `lazy` in this scope [INFO] [stdout] --> tests/local_pool.rs:306:30 [INFO] [stdout] | [INFO] [stdout] 306 | Box::pin(lazy(move |_| { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use futures_util::future::lazy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LocalPool` [INFO] [stdout] --> tests/local_pool.rs:325:20 [INFO] [stdout] | [INFO] [stdout] 325 | let mut pool = LocalPool::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use futures_executor::LocalPool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `lazy` in this scope [INFO] [stdout] --> tests/local_pool.rs:330:22 [INFO] [stdout] | [INFO] [stdout] 330 | Box::pin(lazy(|_| { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use futures_util::future::lazy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Context` in this scope [INFO] [stdout] --> benches/thread_notify.rs:22:52 [INFO] [stdout] | [INFO] [stdout] 22 | fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use core::task::Context; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_core::task::Context; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_task::Context; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_util::task::Context; [INFO] [stdout] | [INFO] [stdout] and 1 other candidate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LocalPool` [INFO] [stdout] --> tests/local_pool.rs:331:32 [INFO] [stdout] | [INFO] [stdout] 331 | let mut pool = LocalPool::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use futures_executor::LocalPool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LocalPool` [INFO] [stdout] --> tests/local_pool.rs:344:20 [INFO] [stdout] | [INFO] [stdout] 344 | let mut pool = LocalPool::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use futures_executor::LocalPool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `lazy` in this scope [INFO] [stdout] --> tests/local_pool.rs:349:22 [INFO] [stdout] | [INFO] [stdout] 349 | Box::pin(lazy(|_| { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use futures_util::future::lazy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LocalPool` [INFO] [stdout] --> tests/local_pool.rs:350:32 [INFO] [stdout] | [INFO] [stdout] 350 | let mut pool = LocalPool::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use futures_executor::LocalPool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Poll` in this scope [INFO] [stdout] --> benches/thread_notify.rs:22:68 [INFO] [stdout] | [INFO] [stdout] 22 | fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use core::task::Poll; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_core::task::Poll; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_task::Poll; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_util::task::Poll; [INFO] [stdout] | [INFO] [stdout] and 1 other candidate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Poll` [INFO] [stdout] --> benches/thread_notify.rs:24:17 [INFO] [stdout] | [INFO] [stdout] 24 | Poll::Ready(()) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use core::task::Poll; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_core::task::Poll; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_task::Poll; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_util::task::Poll; [INFO] [stdout] | [INFO] [stdout] and 1 other candidate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `block_on` in this scope [INFO] [stdout] --> benches/thread_notify.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | block_on(y); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 4 | use futures_executor::block_on; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Future` in this scope [INFO] [stdout] --> benches/thread_notify.rs:47:10 [INFO] [stdout] | [INFO] [stdout] 47 | impl Future for Yield { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use core::future::Future; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_core::Future; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_util::Future; [INFO] [stdout] | [INFO] [stdout] 4 | use std::future::Future; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Context` in this scope [INFO] [stdout] --> benches/thread_notify.rs:50:52 [INFO] [stdout] | [INFO] [stdout] 50 | fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use core::task::Context; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_core::task::Context; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_task::Context; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_util::task::Context; [INFO] [stdout] | [INFO] [stdout] and 1 other candidate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Poll` in this scope [INFO] [stdout] --> benches/thread_notify.rs:50:68 [INFO] [stdout] | [INFO] [stdout] 50 | fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use core::task::Poll; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_core::task::Poll; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_task::Poll; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_util::task::Poll; [INFO] [stdout] | [INFO] [stdout] and 1 other candidate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Poll` [INFO] [stdout] --> benches/thread_notify.rs:52:17 [INFO] [stdout] | [INFO] [stdout] 52 | Poll::Ready(()) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use core::task::Poll; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_core::task::Poll; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_task::Poll; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_util::task::Poll; [INFO] [stdout] | [INFO] [stdout] and 1 other candidate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `block_on` in this scope [INFO] [stdout] --> benches/thread_notify.rs:64:13 [INFO] [stdout] | [INFO] [stdout] 64 | block_on(y); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 4 | use futures_executor::block_on; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Waker` in this scope [INFO] [stdout] --> benches/thread_notify.rs:76:41 [INFO] [stdout] | [INFO] [stdout] 76 | let (tx, rx) = mpsc::sync_channel::(10_000); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use core::task::Waker; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_core::task::Waker; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_task::Waker; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_util::task::Waker; [INFO] [stdout] | [INFO] [stdout] and 1 other candidate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Waker` in this scope [INFO] [stdout] --> benches/thread_notify.rs:80:30 [INFO] [stdout] | [INFO] [stdout] 80 | tx: mpsc::SyncSender, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use core::task::Waker; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_core::task::Waker; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_task::Waker; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_util::task::Waker; [INFO] [stdout] | [INFO] [stdout] and 1 other candidate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Future` in this scope [INFO] [stdout] --> benches/thread_notify.rs:84:10 [INFO] [stdout] | [INFO] [stdout] 84 | impl Future for Yield { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use core::future::Future; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_core::Future; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_util::Future; [INFO] [stdout] | [INFO] [stdout] 4 | use std::future::Future; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Future` in this scope [INFO] [stdout] --> tests/local_pool.rs:369:10 [INFO] [stdout] | [INFO] [stdout] 369 | impl Future for Spin { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::future::Future; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_core::Future; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_util::Future; [INFO] [stdout] | [INFO] [stdout] 1 | use std::future::Future; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Context` in this scope [INFO] [stdout] --> tests/local_pool.rs:372:48 [INFO] [stdout] | [INFO] [stdout] 372 | fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::task::Context; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_core::task::Context; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_task::Context; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_util::task::Context; [INFO] [stdout] | [INFO] [stdout] and 1 other candidate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Poll` in this scope [INFO] [stdout] --> tests/local_pool.rs:372:64 [INFO] [stdout] | [INFO] [stdout] 372 | fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::task::Poll; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_core::task::Poll; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_task::Poll; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_util::task::Poll; [INFO] [stdout] | [INFO] [stdout] and 1 other candidate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Poll` [INFO] [stdout] --> tests/local_pool.rs:381:28 [INFO] [stdout] | [INFO] [stdout] 381 | return Poll::Ready(()); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::task::Poll; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_core::task::Poll; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_task::Poll; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_util::task::Poll; [INFO] [stdout] | [INFO] [stdout] and 1 other candidate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Poll` [INFO] [stdout] --> tests/local_pool.rs:388:24 [INFO] [stdout] | [INFO] [stdout] 388 | return Poll::Ready(()); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::task::Poll; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_core::task::Poll; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_task::Poll; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_util::task::Poll; [INFO] [stdout] | [INFO] [stdout] and 1 other candidate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `LocalPool` [INFO] [stdout] --> tests/local_pool.rs:396:20 [INFO] [stdout] | [INFO] [stdout] 396 | let mut pool = LocalPool::new(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use futures_executor::LocalPool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Poll` [INFO] [stdout] --> tests/local_pool.rs:414:20 [INFO] [stdout] | [INFO] [stdout] 414 | return Poll::Ready(()); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::task::Poll; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_core::task::Poll; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_task::Poll; [INFO] [stdout] | [INFO] [stdout] 1 | use futures_util::task::Poll; [INFO] [stdout] | [INFO] [stdout] and 1 other candidate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 60 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Context` in this scope [INFO] [stdout] --> benches/thread_notify.rs:87:52 [INFO] [stdout] | [INFO] [stdout] 87 | fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use core::task::Context; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_core::task::Context; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_task::Context; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_util::task::Context; [INFO] [stdout] | [INFO] [stdout] and 1 other candidate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Poll` in this scope [INFO] [stdout] --> benches/thread_notify.rs:87:68 [INFO] [stdout] | [INFO] [stdout] 87 | fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use core::task::Poll; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_core::task::Poll; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_task::Poll; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_util::task::Poll; [INFO] [stdout] | [INFO] [stdout] and 1 other candidate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Poll` [INFO] [stdout] --> benches/thread_notify.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | Poll::Ready(()) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use core::task::Poll; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_core::task::Poll; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_task::Poll; [INFO] [stdout] | [INFO] [stdout] 4 | use futures_util::task::Poll; [INFO] [stdout] | [INFO] [stdout] and 1 other candidate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `block_on` in this scope [INFO] [stdout] --> benches/thread_notify.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | block_on(y); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 4 | use futures_executor::block_on; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `futures-executor` due to 61 previous errors [INFO] [stdout] error: aborting due to 23 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0425, E0433. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "fb890dd28b15d740c1e0474796301c85fcb1a32988b79283052b0aa6f1c51cbb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb890dd28b15d740c1e0474796301c85fcb1a32988b79283052b0aa6f1c51cbb", kill_on_drop: false }` [INFO] [stdout] fb890dd28b15d740c1e0474796301c85fcb1a32988b79283052b0aa6f1c51cbb