[INFO] crate tokio-executor 0.2.0-alpha.4 is already in cache [INFO] checking tokio-executor-0.2.0-alpha.4 against try#8d67a66581ea5498d7ac03b8f88a478d8ec75cf0 for pr-64564 [INFO] extracting crate tokio-executor 0.2.0-alpha.4 into work/builds/worker-0/source [INFO] validating manifest of crates.io crate tokio-executor 0.2.0-alpha.4 on toolchain 8d67a66581ea5498d7ac03b8f88a478d8ec75cf0-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+8d67a66581ea5498d7ac03b8f88a478d8ec75cf0-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate tokio-executor 0.2.0-alpha.4 [INFO] finished tweaking crates.io crate tokio-executor 0.2.0-alpha.4 [INFO] tweaked toml for crates.io crate tokio-executor 0.2.0-alpha.4 written to work/builds/worker-0/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+8d67a66581ea5498d7ac03b8f88a478d8ec75cf0-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+8d67a66581ea5498d7ac03b8f88a478d8ec75cf0-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+8d67a66581ea5498d7ac03b8f88a478d8ec75cf0-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] c356ab5ac3b9f8b878f7cd5c2ece6e809c86859fc09e853586c1d50abc4eb8d0 [INFO] running `"docker" "start" "-a" "c356ab5ac3b9f8b878f7cd5c2ece6e809c86859fc09e853586c1d50abc4eb8d0"` [INFO] [stderr] Checking futures-core-preview v0.3.0-alpha.18 [INFO] [stderr] Checking futures-channel-preview v0.3.0-alpha.18 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.18 [INFO] [stderr] Checking tokio-executor v0.2.0-alpha.4 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `tokio_executor::threadpool` [INFO] [stderr] --> tests/threadpool_hammer.rs:3:21 [INFO] [stderr] | [INFO] [stderr] 3 | use tokio_executor::threadpool::*; [INFO] [stderr] | ^^^^^^^^^^ could not find `threadpool` in `tokio_executor` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio_sync` [INFO] [stderr] --> tests/threadpool_hammer.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use tokio_sync::{mpsc, oneshot}; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `tokio_sync` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Builder` [INFO] [stderr] --> tests/threadpool_hammer.rs:41:20 [INFO] [stderr] | [INFO] [stderr] 41 | let pool = Builder::new() [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Builder` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `tokio-executor`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `tokio_executor::threadpool` [INFO] [stderr] --> benches/threadpool_depth.rs:11:25 [INFO] [stderr] | [INFO] [stderr] 11 | use tokio_executor::threadpool::*; [INFO] [stderr] | ^^^^^^^^^^ could not find `threadpool` in `tokio_executor` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `futures_cpupool` [INFO] [stderr] --> benches/threadpool_depth.rs:42:9 [INFO] [stderr] | [INFO] [stderr] 42 | use futures_cpupool::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `futures_cpupool` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `futures` [INFO] [stderr] --> benches/threadpool_depth.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | use futures::future; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `futures` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures` [INFO] [stderr] --> benches/threadpool_depth.rs:41:9 [INFO] [stderr] | [INFO] [stderr] 41 | use futures::future::{self, Executor}; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `futures` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `futures`, `futures::future::Executor` [INFO] [stderr] --> benches/threadpool_depth.rs:41:9 [INFO] [stderr] | [INFO] [stderr] 41 | use futures::future::{self, Executor}; [INFO] [stderr] | ^^^^^^^ ^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | use of undeclared type or module `futures` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `num_cpus` [INFO] [stderr] --> benches/threadpool_depth.rs:43:9 [INFO] [stderr] | [INFO] [stderr] 43 | use num_cpus; [INFO] [stderr] | ^^^^^^^^ no `num_cpus` external crate [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ThreadPool` [INFO] [stderr] --> benches/threadpool_depth.rs:15:26 [INFO] [stderr] | [INFO] [stderr] 15 | let threadpool = ThreadPool::new(); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `ThreadPool` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `CpuPool` [INFO] [stderr] --> benches/threadpool_depth.rs:48:20 [INFO] [stderr] | [INFO] [stderr] 48 | let pool = CpuPool::new(num_cpus::get()); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `CpuPool` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Sender` in this scope [INFO] [stderr] --> benches/threadpool_depth.rs:17:27 [INFO] [stderr] | [INFO] [stderr] 17 | fn spawn(pool_tx: Sender, res_tx: mpsc::Sender<()>, n: usize) { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] help: a trait with a similar name exists [INFO] [stderr] | [INFO] [stderr] 17 | fn spawn(pool_tx: Send, res_tx: mpsc::Sender<()>, n: usize) { [INFO] [stderr] | ^^^^ [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use std::sync::mpsc::Sender; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `CpuPool` in this scope [INFO] [stderr] --> benches/threadpool_depth.rs:50:24 [INFO] [stderr] | [INFO] [stderr] 50 | fn spawn(pool: CpuPool, res_tx: mpsc::Sender<()>, n: usize) { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio_executor::threadpool` [INFO] [stderr] --> benches/blocking.rs:11:25 [INFO] [stderr] | [INFO] [stderr] 11 | use tokio_executor::threadpool::{blocking, Builder}; [INFO] [stderr] | ^^^^^^^^^^ could not find `threadpool` in `tokio_executor` [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `tokio-executor`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `tokio_executor::threadpool` [INFO] [stderr] --> benches/blocking.rs:42:25 [INFO] [stderr] | [INFO] [stderr] 42 | use tokio_executor::threadpool::Builder; [INFO] [stderr] | ^^^^^^^^^^ could not find `threadpool` in `tokio_executor` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures` [INFO] [stderr] --> benches/blocking.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | use futures::future::*; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `futures` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures` [INFO] [stderr] --> benches/blocking.rs:40:9 [INFO] [stderr] | [INFO] [stderr] 40 | use futures::future::*; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `futures` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures` [INFO] [stderr] --> benches/blocking.rs:41:9 [INFO] [stderr] | [INFO] [stderr] 41 | use futures::sync::oneshot; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `futures` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `rand`, `futures::sync::oneshot` [INFO] [stderr] --> benches/blocking.rs:82:9 [INFO] [stderr] | [INFO] [stderr] 41 | use futures::sync::oneshot; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 82 | use rand::*; [INFO] [stderr] | ^^^^ use of undeclared type or module `rand` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `threadpool` [INFO] [stderr] --> benches/blocking.rs:48:24 [INFO] [stderr] | [INFO] [stderr] 48 | let blocking = threadpool::ThreadPool::new(20); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `threadpool` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `oneshot` [INFO] [stderr] --> benches/blocking.rs:59:36 [INFO] [stderr] | [INFO] [stderr] 59 | let (tx, rx) = oneshot::channel(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `oneshot` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `rand` [INFO] [stderr] --> benches/blocking.rs:85:19 [INFO] [stderr] | [INFO] [stderr] 85 | let mut rng = rand::thread_rng(); [INFO] [stderr] | ^^^^ use of undeclared type or module `rand` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `lazy` in this scope [INFO] [stderr] --> benches/blocking.rs:23:28 [INFO] [stderr] | [INFO] [stderr] 23 | pool.spawn(lazy(move || { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 9 | use futures_util::future::lazy; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `poll_fn` in this scope [INFO] [stderr] --> benches/blocking.rs:24:21 [INFO] [stderr] | [INFO] [stderr] 24 | poll_fn(|| blocking(|| perform_complex_computation()).map_err(|_| panic!())) [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] 9 | use futures_util::future::poll_fn; [INFO] [stderr] | [INFO] [stderr] 9 | use futures_util::stream::poll_fn; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `lazy` in this scope [INFO] [stderr] --> benches/blocking.rs:57:28 [INFO] [stderr] | [INFO] [stderr] 57 | pool.spawn(lazy(move || { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 39 | use futures_util::future::lazy; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio` [INFO] [stderr] --> tests/current_thread.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use tokio::sync::oneshot; [INFO] [stderr] | ^^^^^ use of undeclared type or module `tokio` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `tokio_executor::current_thread`, `tokio_executor::current_thread` [INFO] [stderr] --> tests/current_thread.rs:4:38 [INFO] [stderr] | [INFO] [stderr] 4 | use tokio_executor::current_thread::{self, block_on_all, CurrentThread, TaskExecutor}; [INFO] [stderr] | ^^^^^^^^^^^^^^ ^^^^ no `current_thread` in the root [INFO] [stderr] | | [INFO] [stderr] | could not find `current_thread` in `tokio_executor` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `oneshot` [INFO] [stderr] --> tests/current_thread.rs:52:20 [INFO] [stderr] | [INFO] [stderr] 52 | let (tx, rx) = oneshot::channel(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `oneshot` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `oneshot` [INFO] [stderr] --> tests/current_thread.rs:394:24 [INFO] [stderr] | [INFO] [stderr] 394 | let (tx, rx) = oneshot::channel(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `oneshot` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `oneshot` [INFO] [stderr] --> tests/current_thread.rs:494:30 [INFO] [stderr] | [INFO] [stderr] 494 | let (sender, receiver) = oneshot::channel::<()>(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `oneshot` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `oneshot` [INFO] [stderr] --> tests/current_thread.rs:540:20 [INFO] [stderr] | [INFO] [stderr] 540 | sender: Option>, [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `oneshot` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `oneshot` [INFO] [stderr] --> tests/current_thread.rs:576:30 [INFO] [stderr] | [INFO] [stderr] 576 | let (sender, receiver) = oneshot::channel::<()>(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `oneshot` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `oneshot` [INFO] [stderr] --> tests/current_thread.rs:577:34 [INFO] [stderr] | [INFO] [stderr] 577 | let (sender_2, receiver_2) = oneshot::channel::<()>(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `oneshot` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `oneshot` [INFO] [stderr] --> tests/current_thread.rs:578:34 [INFO] [stderr] | [INFO] [stderr] 578 | let (sender_3, receiver_3) = oneshot::channel::<()>(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `oneshot` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `oneshot` [INFO] [stderr] --> tests/current_thread.rs:674:30 [INFO] [stderr] | [INFO] [stderr] 674 | let (sender, receiver) = oneshot::channel::<()>(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `oneshot` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `oneshot` [INFO] [stderr] --> tests/current_thread.rs:694:34 [INFO] [stderr] | [INFO] [stderr] 694 | let (sender_1, receiver_1) = oneshot::channel::<()>(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `oneshot` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `oneshot` [INFO] [stderr] --> tests/current_thread.rs:726:20 [INFO] [stderr] | [INFO] [stderr] 726 | let (tx, rx) = oneshot::channel(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `oneshot` [INFO] [stderr] [INFO] [stderr] error: aborting due to 12 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `tokio-executor`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `tokio_executor::threadpool` [INFO] [stderr] --> tests/threadpool_blocking.rs:3:21 [INFO] [stderr] | [INFO] [stderr] 3 | use tokio_executor::threadpool::*; [INFO] [stderr] | ^^^^^^^^^^ could not find `threadpool` in `tokio_executor` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio_test` [INFO] [stderr] --> tests/threadpool_blocking.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use tokio_test::*; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `tokio_test` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `futures_core` [INFO] [stderr] --> tests/threadpool_blocking.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use futures_core::ready; [INFO] [stderr] | ^^^^^^^^^^^^ help: a similar path exists: `futures_util::futures_core` [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> tests/current_thread.rs:244:43 [INFO] [stderr] | [INFO] [stderr] 244 | async fn infini(num: Rc>) { [INFO] [stderr] | ___________________________________________^ [INFO] [stderr] 245 | | loop { [INFO] [stderr] 246 | | num.set(1 + num.get()); [INFO] [stderr] 247 | | yield_once().await [INFO] [stderr] 248 | | } [INFO] [stderr] 249 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rand` [INFO] [stderr] --> tests/threadpool_blocking.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use rand::*; [INFO] [stderr] | ^^^^ use of undeclared type or module `rand` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio_sync` [INFO] [stderr] --> tests/threadpool_blocking.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 94 | use tokio_sync::oneshot; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `tokio_sync` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert_ready` in this scope [INFO] [stderr] --> tests/threadpool_blocking.rs:29:9 [INFO] [stderr] | [INFO] [stderr] 29 | assert_ready!(res).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert_ready` in this scope [INFO] [stderr] --> tests/threadpool_blocking.rs:51:9 [INFO] [stderr] | [INFO] [stderr] 51 | assert_ready!(res).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^ help: a macro with a similar name exists: `assert_eq` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert_pending` in this scope [INFO] [stderr] --> tests/threadpool_blocking.rs:145:21 [INFO] [stderr] | [INFO] [stderr] 145 | assert_pending!(res); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `assert_pending` in this scope [INFO] [stderr] --> tests/threadpool_blocking.rs:165:21 [INFO] [stderr] | [INFO] [stderr] 165 | assert_pending!(res); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `ready` [INFO] [stderr] --> tests/threadpool_blocking.rs:260:21 [INFO] [stderr] | [INFO] [stderr] 260 | ready!(res).unwrap(); [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 `Builder` [INFO] [stderr] --> tests/threadpool_blocking.rs:18:16 [INFO] [stderr] | [INFO] [stderr] 18 | let pool = Builder::new().pool_size(1).max_blocking(1).build(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Builder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Builder` [INFO] [stderr] --> tests/threadpool_blocking.rs:41:16 [INFO] [stderr] | [INFO] [stderr] 41 | let pool = Builder::new().pool_size(1).max_blocking(1).build(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Builder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Builder` [INFO] [stderr] --> tests/threadpool_blocking.rs:61:16 [INFO] [stderr] | [INFO] [stderr] 61 | let pool = Builder::new().pool_size(1).max_blocking(1).build(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Builder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Builder` [INFO] [stderr] --> tests/threadpool_blocking.rs:98:16 [INFO] [stderr] | [INFO] [stderr] 98 | let pool = Builder::new().pool_size(1).max_blocking(1).build(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Builder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio_executor::threadpool` [INFO] [stderr] --> benches/threadpool.rs:16:25 [INFO] [stderr] | [INFO] [stderr] 16 | use tokio_executor::threadpool::*; [INFO] [stderr] | ^^^^^^^^^^ could not find `threadpool` in `tokio_executor` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Builder` [INFO] [stderr] --> tests/threadpool_blocking.rs:183:16 [INFO] [stderr] | [INFO] [stderr] 183 | let pool = Builder::new().pool_size(2).max_blocking(1).build(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Builder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `futures_cpupool` [INFO] [stderr] --> benches/threadpool.rs:90:9 [INFO] [stderr] | [INFO] [stderr] 90 | use futures_cpupool::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `futures_cpupool` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `futures` [INFO] [stderr] --> benches/threadpool.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | use futures::{future, task, Async}; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `futures` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Builder` [INFO] [stderr] --> tests/threadpool_blocking.rs:244:20 [INFO] [stderr] | [INFO] [stderr] 244 | let pool = Builder::new().pool_size(4).max_blocking(1).build(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Builder` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `num_cpus` [INFO] [stderr] --> benches/threadpool.rs:12:9 [INFO] [stderr] | [INFO] [stderr] 12 | use num_cpus; [INFO] [stderr] | ^^^^^^^^ no `num_cpus` external crate [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures` [INFO] [stderr] --> benches/threadpool.rs:88:9 [INFO] [stderr] | [INFO] [stderr] 88 | use futures::future::{self, Executor}; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `futures` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `futures`, `futures::future::Executor` [INFO] [stderr] --> benches/threadpool.rs:88:9 [INFO] [stderr] | [INFO] [stderr] 88 | use futures::future::{self, Executor}; [INFO] [stderr] | ^^^^^^^ ^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | use of undeclared type or module `futures` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `futures` [INFO] [stderr] --> benches/threadpool.rs:89:9 [INFO] [stderr] | [INFO] [stderr] 89 | use futures::{task, Async}; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `futures` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `num_cpus` [INFO] [stderr] --> benches/threadpool.rs:91:9 [INFO] [stderr] | [INFO] [stderr] 91 | use num_cpus; [INFO] [stderr] | ^^^^^^^^ no `num_cpus` external crate [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ThreadPool` [INFO] [stderr] --> benches/threadpool.rs:20:26 [INFO] [stderr] | [INFO] [stderr] 20 | let threadpool = ThreadPool::new(); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `ThreadPool` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ThreadPool` [INFO] [stderr] --> benches/threadpool.rs:47:26 [INFO] [stderr] | [INFO] [stderr] 47 | let threadpool = ThreadPool::new(); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `ThreadPool` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `CpuPool` [INFO] [stderr] --> benches/threadpool.rs:98:20 [INFO] [stderr] | [INFO] [stderr] 98 | let pool = CpuPool::new(num_cpus::get()); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `CpuPool` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `CpuPool` [INFO] [stderr] --> benches/threadpool.rs:127:20 [INFO] [stderr] | [INFO] [stderr] 127 | let pool = CpuPool::new(num_cpus::get()); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `CpuPool` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Builder` [INFO] [stderr] --> tests/threadpool_blocking.rs:299:13 [INFO] [stderr] | [INFO] [stderr] 299 | Builder::new() [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Builder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Builder` [INFO] [stderr] --> tests/threadpool_blocking.rs:365:24 [INFO] [stderr] | [INFO] [stderr] 365 | let pool = Builder::new() [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Builder` [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> tests/current_thread.rs:144:33 [INFO] [stderr] | [INFO] [stderr] 144 | async fn never(_rc: Rc<()>) { [INFO] [stderr] | _________________________________^ [INFO] [stderr] 145 | | loop { [INFO] [stderr] 146 | | yield_once().await; [INFO] [stderr] 147 | | } [INFO] [stderr] 148 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `blocking` in this scope [INFO] [stderr] --> tests/threadpool_blocking.rs:24:19 [INFO] [stderr] | [INFO] [stderr] 24 | let res = blocking(|| { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `blocking` in this scope [INFO] [stderr] --> tests/threadpool_blocking.rs:46:19 [INFO] [stderr] | [INFO] [stderr] 46 | let res = blocking(|| { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `blocking` in this scope [INFO] [stderr] --> tests/threadpool_blocking.rs:72:17 [INFO] [stderr] | [INFO] [stderr] 72 | blocking(|| { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `blocking` in this scope [INFO] [stderr] --> tests/threadpool_blocking.rs:108:13 [INFO] [stderr] | [INFO] [stderr] 108 | blocking(|| { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `blocking` in this scope [INFO] [stderr] --> tests/threadpool_blocking.rs:120:13 [INFO] [stderr] | [INFO] [stderr] 120 | blocking(|| { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `blocking` in this scope [INFO] [stderr] --> tests/threadpool_blocking.rs:143:31 [INFO] [stderr] | [INFO] [stderr] 143 | let res = blocking(|| unreachable!()).map_err(|_| panic!()); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `blocking` in this scope [INFO] [stderr] --> tests/threadpool_blocking.rs:163:31 [INFO] [stderr] | [INFO] [stderr] 163 | let res = blocking(|| unreachable!()).map_err(|_| panic!()); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `blocking` in this scope [INFO] [stderr] --> tests/threadpool_blocking.rs:196:17 [INFO] [stderr] | [INFO] [stderr] 196 | blocking(|| { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `blocking` in this scope [INFO] [stderr] --> tests/threadpool_blocking.rs:213:23 [INFO] [stderr] | [INFO] [stderr] 213 | let res = blocking(|| {}); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `blocking` in this scope [INFO] [stderr] --> tests/threadpool_blocking.rs:256:31 [INFO] [stderr] | [INFO] [stderr] 256 | let res = blocking(|| { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `blocking` in this scope [INFO] [stderr] --> tests/threadpool_blocking.rs:262:31 [INFO] [stderr] | [INFO] [stderr] 262 | let res = blocking(|| { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `blocking` in this scope [INFO] [stderr] --> tests/threadpool_blocking.rs:318:27 [INFO] [stderr] | [INFO] [stderr] 318 | let res = blocking(|| { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `blocking` in this scope [INFO] [stderr] --> tests/threadpool_blocking.rs:381:25 [INFO] [stderr] | [INFO] [stderr] 381 | blocking(|| { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `thread_rng` in this scope [INFO] [stderr] --> tests/threadpool_blocking.rs:388:46 [INFO] [stderr] | [INFO] [stderr] 388 | ... let ms = thread_rng().gen_range(3, 12); [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 12 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> tests/current_thread.rs:262:61 [INFO] [stderr] | [INFO] [stderr] 262 | async fn spin(state: Rc>, idx: usize) { [INFO] [stderr] | _____________________________________________________________^ [INFO] [stderr] 263 | | loop { [INFO] [stderr] 264 | | // borrow_mut scope [INFO] [stderr] 265 | | { [INFO] [stderr] ... | [INFO] [stderr] 286 | | } [INFO] [stderr] 287 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] [INFO] [stderr] error: could not compile `tokio-executor`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 32 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `tokio-executor`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 12 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `tokio-executor`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c356ab5ac3b9f8b878f7cd5c2ece6e809c86859fc09e853586c1d50abc4eb8d0"` [INFO] running `"docker" "rm" "-f" "c356ab5ac3b9f8b878f7cd5c2ece6e809c86859fc09e853586c1d50abc4eb8d0"` [INFO] [stdout] c356ab5ac3b9f8b878f7cd5c2ece6e809c86859fc09e853586c1d50abc4eb8d0