[INFO] crate futures-preview 0.3.0-alpha.18 is already in cache [INFO] testing futures-preview-0.3.0-alpha.18 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate futures-preview 0.3.0-alpha.18 into work/builds/worker-5/source [INFO] validating manifest of crates.io crate futures-preview 0.3.0-alpha.18 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "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 work/builds/worker-5/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/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=warn" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 210e3e0e05e8b51e35c33dae3afe87f943fe1159b4ed99f9e03f2251f2142144 [INFO] running `"docker" "start" "-a" "210e3e0e05e8b51e35c33dae3afe87f943fe1159b4ed99f9e03f2251f2142144"` [INFO] [stderr] Compiling futures-executor-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling futures-preview v0.3.0-alpha.18 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.35s [INFO] running `"docker" "inspect" "210e3e0e05e8b51e35c33dae3afe87f943fe1159b4ed99f9e03f2251f2142144"` [INFO] running `"docker" "rm" "-f" "210e3e0e05e8b51e35c33dae3afe87f943fe1159b4ed99f9e03f2251f2142144"` [INFO] [stdout] 210e3e0e05e8b51e35c33dae3afe87f943fe1159b4ed99f9e03f2251f2142144 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/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=warn" "-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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] e54574cb518bcb2455a9b8402a721d3a17fb29e89530695de7f6029ee0af8d59 [INFO] running `"docker" "start" "-a" "e54574cb518bcb2455a9b8402a721d3a17fb29e89530695de7f6029ee0af8d59"` [INFO] [stderr] Compiling 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[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> tests/future_obj.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(async_await)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/abortable.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use futures_test::task::new_count_waker; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `assert_matches` [INFO] [stderr] --> tests/io_cursor.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use assert_matches::assert_matches; [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `assert_matches` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_matches` [INFO] [stderr] --> tests/io_cursor.rs:12:9 [INFO] [stderr] | [INFO] [stderr] 12 | assert_matches!(Pin::new(&mut cursor).poll_write(cx, &[1, 2]), Poll::Ready(Ok(2))); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_matches` [INFO] [stderr] --> tests/io_cursor.rs:13:9 [INFO] [stderr] | [INFO] [stderr] 13 | assert_matches!(Pin::new(&mut cursor).poll_write(cx, &[3, 4]), Poll::Ready(Ok(2))); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_matches` [INFO] [stderr] --> tests/io_cursor.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | assert_matches!(Pin::new(&mut cursor).poll_write(cx, &[5, 6]), Poll::Ready(Ok(1))); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_matches` [INFO] [stderr] --> tests/io_cursor.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | assert_matches!(Pin::new(&mut cursor).poll_write(cx, &[6, 7]), Poll::Ready(Ok(0))); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] warning: unused import: `futures::Poll` [INFO] [stderr] --> tests/io_cursor.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use futures::Poll; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `futures::io::AsyncWrite` [INFO] [stderr] --> tests/io_cursor.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use futures::io::AsyncWrite; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::pin::Pin` [INFO] [stderr] --> tests/io_cursor.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::pin::Pin; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[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[E0432]: unresolved imports `futures::pending`, `futures::poll`, `futures::join`, `futures::try_join`, `futures::select` [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] --> 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] error[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] --> tests/futures_ordered.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use futures_test::task::noop_context; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [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] 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] | [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[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> tests/join_all.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(async_await)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/stream_select_all.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[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> tests/async_await_macros.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(async_await)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/futures_unordered.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use futures_test::future::FutureTestExt; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/futures_unordered.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use futures_test::task::noop_context; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `new_count_waker` in this scope [INFO] [stderr] --> tests/abortable.rs:21:28 [INFO] [stderr] | [INFO] [stderr] 21 | let (waker, counter) = new_count_waker(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [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/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[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/stream_select_all.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/futures_ordered.rs:17:41 [INFO] [stderr] | [INFO] [stderr] 17 | assert!(stream.poll_next_unpin(&mut noop_context()).is_pending()); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/futures_ordered.rs:40:18 [INFO] [stderr] | [INFO] [stderr] 40 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/futures_ordered.rs:73:19 [INFO] [stderr] | [INFO] [stderr] 73 | let cx = &mut noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [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[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> tests/mutex.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(async_await)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error[E0432]: unresolved import `futures_test` [INFO] [stderr] --> tests/futures_unordered.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use futures_test::{assert_stream_done, assert_stream_next}; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_stream_next` [INFO] [stderr] --> tests/futures_unordered.rs:173:5 [INFO] [stderr] | [INFO] [stderr] 173 | assert_stream_next!(stream, ()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_stream_next` [INFO] [stderr] --> tests/futures_unordered.rs:174:5 [INFO] [stderr] | [INFO] [stderr] 174 | assert_stream_next!(stream, ()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_stream_next` [INFO] [stderr] --> tests/futures_unordered.rs:175:5 [INFO] [stderr] | [INFO] [stderr] 175 | assert_stream_next!(stream, ()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_stream_done` [INFO] [stderr] --> tests/futures_unordered.rs:176:5 [INFO] [stderr] | [INFO] [stderr] 176 | assert_stream_done!(stream); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: 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[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/futures_unordered.rs:12:18 [INFO] [stderr] | [INFO] [stderr] 12 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/futures_unordered.rs:75:18 [INFO] [stderr] | [INFO] [stderr] 75 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/futures_unordered.rs:108:19 [INFO] [stderr] | [INFO] [stderr] 108 | let cx = &mut noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: 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] 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 22 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [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] 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: 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[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: 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_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: could not compile `futures-preview`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `pending_once` found for type `futures_util::future::ready::Ready<()>` in the current scope [INFO] [stderr] --> tests/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[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 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: 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[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 19 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433, E0554, E0599, E0698. [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: could not compile `futures-preview`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `pending_once` found for type `futures_util::future::ready::Ready<()>` in the current scope [INFO] [stderr] --> tests/futures_unordered.rs:171:33 [INFO] [stderr] | [INFO] [stderr] 171 | let fut = future::ready(()).pending_once().assert_unmoved(); [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `futures_util::future::ready::Ready<()>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `futures-preview`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "e54574cb518bcb2455a9b8402a721d3a17fb29e89530695de7f6029ee0af8d59"` [INFO] running `"docker" "rm" "-f" "e54574cb518bcb2455a9b8402a721d3a17fb29e89530695de7f6029ee0af8d59"` [INFO] [stdout] e54574cb518bcb2455a9b8402a721d3a17fb29e89530695de7f6029ee0af8d59