[INFO] crate futures-preview 0.3.0-alpha.18 is already in cache [INFO] checking futures-preview-0.3.0-alpha.18 against try#ba14a92a10441c4b839ce71e6ef5f7a48bbff18f for prs-64470-and-65389 [INFO] extracting crate futures-preview 0.3.0-alpha.18 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate futures-preview 0.3.0-alpha.18 on toolchain ba14a92a10441c4b839ce71e6ef5f7a48bbff18f [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate futures-preview 0.3.0-alpha.18 [INFO] finished tweaking crates.io crate futures-preview 0.3.0-alpha.18 [INFO] tweaked toml for crates.io crate futures-preview 0.3.0-alpha.18 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] aacb208075b665bec53069191cc36b23ee3de64d805e7274d89e048e777d7d6c [INFO] running `"docker" "start" "-a" "aacb208075b665bec53069191cc36b23ee3de64d805e7274d89e048e777d7d6c"` [INFO] [stderr] Checking futures-sink-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 futures-executor-preview v0.3.0-alpha.18 [INFO] [stderr] Checking futures-preview v0.3.0-alpha.18 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/io_lines.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_lines.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 `noop_context` in this scope [INFO] [stderr] --> tests/io_lines.rs:31:18 [INFO] [stderr] | [INFO] [stderr] 31 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/io_buf_reader.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use futures_test::task::noop_context; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [INFO] [stderr] warning: the feature `async_await` has been stable since 1.39.0 and no longer requires an attribute to enable [INFO] [stderr] --> tests/future_obj.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(async_await)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/io_read_until.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use futures_test::io::AsyncReadTestExt; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/io_read_until.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use futures_test::task::noop_context; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `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_lines.rs:50:10 [INFO] [stderr] | [INFO] [stderr] 50 | .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] 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] [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[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/oneshot.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use futures_test::future::FutureTestExt; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [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_lines.rs:58:10 [INFO] [stderr] | [INFO] [stderr] 58 | .interleave_pending(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ method not found in `futures_util::try_stream::into_async_read::IntoAsyncRead>, fn(&[u8]) -> std::result::Result<&[u8], std::io::error::Error> {std::result::Result::<&[u8], std::io::error::Error>::Ok}>>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error[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[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: could not compile `futures-preview`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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[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[E0599]: no method named `interleave_pending` found for type `&'static [u8; 2]` in the current scope [INFO] [stderr] --> tests/io_read_until.rs:40:25 [INFO] [stderr] | [INFO] [stderr] 40 | let mut buf = b"12".interleave_pending(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ method not found in `&'static [u8; 2]` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `interleave_pending` found for type `futures_util::try_stream::into_async_read::IntoAsyncRead>, fn(&[u8]) -> std::result::Result<&[u8], std::io::error::Error> {std::result::Result::<&[u8], std::io::error::Error>::Ok}>>` in the current scope [INFO] [stderr] --> tests/io_read_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[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] 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 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] 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: could not compile `futures-preview`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/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[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] warning: the feature `async_await` has been stable since 1.39.0 and no longer requires an attribute to enable [INFO] [stderr] --> tests/join_all.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(async_await)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/io_buf_reader.rs:30:22 [INFO] [stderr] | [INFO] [stderr] 30 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 93 | assert_eq!(run_fill_buf!(reader).ok(), Some(&[0, 1][..])); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/io_buf_reader.rs:30:22 [INFO] [stderr] | [INFO] [stderr] 30 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 95 | assert_eq!(run_fill_buf!(reader).ok(), Some(&[0, 1][..])); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/io_buf_reader.rs:30:22 [INFO] [stderr] | [INFO] [stderr] 30 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 97 | assert_eq!(run_fill_buf!(reader).ok(), Some(&[1, 2][..])); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/io_buf_reader.rs:41:22 [INFO] [stderr] | [INFO] [stderr] 41 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 107 | assert!(run_seek_relative!(reader, 3).is_ok()); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/io_buf_reader.rs:30:22 [INFO] [stderr] | [INFO] [stderr] 30 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 108 | assert_eq!(run_fill_buf!(reader).ok(), Some(&[0, 1][..])); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/io_buf_reader.rs:41:22 [INFO] [stderr] | [INFO] [stderr] 41 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 109 | assert!(run_seek_relative!(reader, 0).is_ok()); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/io_buf_reader.rs:30:22 [INFO] [stderr] | [INFO] [stderr] 30 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 110 | assert_eq!(run_fill_buf!(reader).ok(), Some(&[0, 1][..])); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/io_buf_reader.rs:41:22 [INFO] [stderr] | [INFO] [stderr] 41 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 111 | assert!(run_seek_relative!(reader, 1).is_ok()); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/io_buf_writer.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] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/io_buf_reader.rs:30:22 [INFO] [stderr] | [INFO] [stderr] 30 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 112 | assert_eq!(run_fill_buf!(reader).ok(), Some(&[1][..])); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] [INFO] [stderr] --> tests/io_buf_reader.rs:41:22 [INFO] [stderr] | [INFO] [stderr] 41 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 113 | assert!(run_seek_relative!(reader, -1).is_ok()); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/io_buf_reader.rs:30:22 [INFO] [stderr] | [INFO] [stderr] 30 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 114 | assert_eq!(run_fill_buf!(reader).ok(), Some(&[0, 1][..])); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/io_buf_reader.rs:41:22 [INFO] [stderr] | [INFO] [stderr] 41 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 115 | assert!(run_seek_relative!(reader, 2).is_ok()); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/io_buf_reader.rs:30:22 [INFO] [stderr] | [INFO] [stderr] 30 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 116 | assert_eq!(run_fill_buf!(reader).ok(), Some(&[2, 3][..])); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/io_buf_reader.rs:30:22 [INFO] [stderr] | [INFO] [stderr] 30 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 124 | assert_eq!(run_fill_buf!(reader).ok(), Some(&[5, 6, 7][..])); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/io_buf_reader.rs:41:22 [INFO] [stderr] | [INFO] [stderr] 41 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 131 | assert!(run_seek_relative!(reader, -2).is_ok()); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/io_buf_reader.rs:30:22 [INFO] [stderr] | [INFO] [stderr] 30 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 142 | assert_eq!(run_fill_buf!(reader).ok(), Some(&[5, 6, 7][..])); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/io_buf_reader.rs:41:22 [INFO] [stderr] | [INFO] [stderr] 41 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 147 | assert!(run_seek_relative!(reader, -2).is_ok()); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/io_buf_reader.rs:30:22 [INFO] [stderr] | [INFO] [stderr] 30 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 187 | assert_eq!(run_fill_buf!(reader).ok(), Some(&[0, 1, 2, 3, 4][..])); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/io_buf_reader.rs:30:22 [INFO] [stderr] | [INFO] [stderr] 30 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 189 | assert_eq!(run_fill_buf!(reader).ok().map(|s| s.len()), Some(5)); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/io_buf_reader.rs:30:22 [INFO] [stderr] | [INFO] [stderr] 30 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 193 | assert_eq!(run_fill_buf!(reader).ok().map(|s| s.len()), Some(5)); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/io_buf_reader.rs:260:18 [INFO] [stderr] | [INFO] [stderr] 260 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/io_buf_reader.rs:30:22 [INFO] [stderr] | [INFO] [stderr] 30 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 376 | assert_eq!(run_fill_buf!(reader).ok(), Some(&[0, 1][..])); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/io_buf_reader.rs:30:22 [INFO] [stderr] | [INFO] [stderr] 30 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 378 | assert_eq!(run_fill_buf!(reader).ok(), Some(&[0, 1][..])); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/io_buf_reader.rs:30:22 [INFO] [stderr] | [INFO] [stderr] 30 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 380 | assert_eq!(run_fill_buf!(reader).ok(), Some(&[1, 2][..])); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `run_in_background` found for type `futures_util::try_future::map_ok::MapOk, [closure@tests/oneshot.rs:13:16: 13:36 tx2:_]>` in the current scope [INFO] [stderr] --> tests/oneshot.rs:13:38 [INFO] [stderr] | [INFO] [stderr] 13 | rx1.map_ok(move |x| tx2.send(x)).run_in_background(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `futures_util::try_future::map_ok::MapOk, [closure@tests/oneshot.rs:13:16: 13:36 tx2:_]>` [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: could not compile `futures-preview`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `run_in_background` found for type `futures_util::try_future::map_ok::MapOk, [closure@tests/oneshot.rs:24:16: 24:45 tx2:_]>` in the current scope [INFO] [stderr] --> tests/oneshot.rs:24:47 [INFO] [stderr] | [INFO] [stderr] 24 | rx1.map_ok(move |x| tx2.send(x).unwrap()).run_in_background(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `futures_util::try_future::map_ok::MapOk, [closure@tests/oneshot.rs:24:16: 24:45 tx2:_]>` [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[E0599]: no method named `run_in_background` found for type `futures_util::try_future::map_ok::MapOk, [closure@tests/oneshot.rs:33:16: 33:45 tx2:_]>` in the current scope [INFO] [stderr] --> tests/oneshot.rs:33:47 [INFO] [stderr] | [INFO] [stderr] 33 | rx1.map_ok(move |x| tx2.send(x).unwrap()).run_in_background(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `futures_util::try_future::map_ok::MapOk, [closure@tests/oneshot.rs:33:16: 33:45 tx2:_]>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `run_in_background` found for type `futures_util::future::map::Map, [closure@tests/oneshot.rs:44:13: 44:52 tx2:_]>` in the current scope [INFO] [stderr] --> tests/oneshot.rs:44:54 [INFO] [stderr] | [INFO] [stderr] 44 | rx1.map(move |result| tx2.send(result).unwrap()).run_in_background(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `futures_util::future::map::Map, [closure@tests/oneshot.rs:44:13: 44:52 tx2:_]>` [INFO] [stderr] error: could not compile `futures-preview`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/io_buf_writer.rs:112:18 [INFO] [stderr] | [INFO] [stderr] 112 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `run_in_background` found for type `futures_util::future::map::Map, [closure@tests/oneshot.rs:55:13: 55:52 tx2:_]>` in the current scope [INFO] [stderr] --> tests/oneshot.rs:55:54 [INFO] [stderr] | [INFO] [stderr] 55 | rx1.map(move |result| tx2.send(result).unwrap()).run_in_background(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `futures_util::future::map::Map, [closure@tests/oneshot.rs:55:13: 55:52 tx2:_]>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `pending_once` found for type `futures_util::future::ready::Ready<()>` in the current scope [INFO] [stderr] --> tests/futures_unordered.rs: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: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0433`. [INFO] [stderr] error[E0599]: no method named `run_in_background` found for type `futures_util::future::map::Map, 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 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `futures-preview`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 25 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `futures-preview`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `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: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `futures-preview`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "aacb208075b665bec53069191cc36b23ee3de64d805e7274d89e048e777d7d6c"` [INFO] running `"docker" "rm" "-f" "aacb208075b665bec53069191cc36b23ee3de64d805e7274d89e048e777d7d6c"` [INFO] [stdout] aacb208075b665bec53069191cc36b23ee3de64d805e7274d89e048e777d7d6c