[INFO] crate tokio 0.2.11 is already in cache [INFO] checking tokio-0.2.11 against master#be493fe8cc40c3d3f6030a1313c1ff747fce770d for pr-69129 [INFO] extracting crate tokio 0.2.11 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate tokio 0.2.11 on toolchain be493fe8cc40c3d3f6030a1313c1ff747fce770d [INFO] running `"/workspace/cargo-home/bin/cargo" "+be493fe8cc40c3d3f6030a1313c1ff747fce770d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate tokio 0.2.11 [INFO] finished tweaking crates.io crate tokio 0.2.11 [INFO] tweaked toml for crates.io crate tokio 0.2.11 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+be493fe8cc40c3d3f6030a1313c1ff747fce770d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+be493fe8cc40c3d3f6030a1313c1ff747fce770d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+be493fe8cc40c3d3f6030a1313c1ff747fce770d" "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] cb6709d1a07dac0f0fa4c2d4a59d0252b08d1a7ee42c209db87d6bf690fb8442 [INFO] running `"docker" "start" "-a" "cb6709d1a07dac0f0fa4c2d4a59d0252b08d1a7ee42c209db87d6bf690fb8442"` [INFO] [stderr] Checking tokio v0.2.11 (/opt/rustwide/workdir) [INFO] [stderr] Compiling generator v0.6.20 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking futures-executor v0.3.4 [INFO] [stderr] Checking loom v0.2.14 [INFO] [stderr] Checking futures v0.3.4 [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/net_lookup_host.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/net_lookup_host.rs:15:10 [INFO] [stderr] | [INFO] [stderr] 15 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/net_lookup_host.rs:23:10 [INFO] [stderr] | [INFO] [stderr] 23 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `lookup_host` in module `net` [INFO] [stderr] --> tests/net_lookup_host.rs:11:34 [INFO] [stderr] | [INFO] [stderr] 11 | let actual = assert_ok!(net::lookup_host(addr).await).collect::>(); [INFO] [stderr] | ^^^^^^^^^^^ not found in `net` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `lookup_host` in module `net` [INFO] [stderr] --> tests/net_lookup_host.rs:19:34 [INFO] [stderr] | [INFO] [stderr] 19 | let actual = assert_ok!(net::lookup_host("127.0.0.1:8000").await).collect::>(); [INFO] [stderr] | ^^^^^^^^^^^ not found in `net` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `lookup_host` in module `net` [INFO] [stderr] --> tests/net_lookup_host.rs:25:26 [INFO] [stderr] | [INFO] [stderr] 25 | let mut hosts = net::lookup_host("localhost:3000").await?; [INFO] [stderr] | ^^^^^^^^^^^ not found in `net` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 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 `tokio`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `tokio::sync::oneshot` [INFO] [stderr] --> tests/macros_try_join.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use tokio::sync::oneshot; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no `oneshot` in `sync` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `$crate::macros::support::maybe_done`, `$crate::macros::support::poll_fn` [INFO] [stderr] --> tests/macros_try_join.rs:6:15 [INFO] [stderr] | [INFO] [stderr] 6 | let foo = tokio::try_join!(async { ok(1) },); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `maybe_done` in `macros::support` [INFO] [stderr] | no `poll_fn` in `macros::support` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `$crate::macros::support::maybe_done`, `$crate::macros::support::poll_fn` [INFO] [stderr] --> tests/macros_try_join.rs:13:15 [INFO] [stderr] | [INFO] [stderr] 13 | let foo = tokio::try_join!(async { ok(1) }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `maybe_done` in `macros::support` [INFO] [stderr] | no `poll_fn` in `macros::support` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `$crate::macros::support::maybe_done`, `$crate::macros::support::poll_fn` [INFO] [stderr] --> tests/macros_try_join.rs:20:15 [INFO] [stderr] | [INFO] [stderr] 20 | let foo = tokio::try_join!(async { ok(1) }, async { ok(2) },); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `maybe_done` in `macros::support` [INFO] [stderr] | no `poll_fn` in `macros::support` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `$crate::macros::support::maybe_done`, `$crate::macros::support::poll_fn` [INFO] [stderr] --> tests/macros_try_join.rs:27:15 [INFO] [stderr] | [INFO] [stderr] 27 | let foo = tokio::try_join!(async { ok(1) }, async { ok(2) }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `maybe_done` in `macros::support` [INFO] [stderr] | no `poll_fn` in `macros::support` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `$crate::macros::support::maybe_done`, `$crate::macros::support::poll_fn` [INFO] [stderr] --> tests/macros_try_join.rs:38:29 [INFO] [stderr] | [INFO] [stderr] 38 | task::spawn(async { tokio::try_join!(async { rx1.await }, async { rx2.await }) }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `maybe_done` in `macros::support` [INFO] [stderr] | no `poll_fn` in `macros::support` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `$crate::macros::support::maybe_done`, `$crate::macros::support::poll_fn` [INFO] [stderr] --> tests/macros_try_join.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | / tokio::try_join!(async { rx1.await }, async { rx2.await }, async { [INFO] [stderr] 61 | | rx3.await [INFO] [stderr] 62 | | }) [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |__________no `maybe_done` in `macros::support` [INFO] [stderr] | no `poll_fn` in `macros::support` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `$crate::macros::support::maybe_done`, `$crate::macros::support::poll_fn` [INFO] [stderr] --> tests/macros_try_join.rs:86:9 [INFO] [stderr] | [INFO] [stderr] 86 | tokio::try_join!(ready) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `maybe_done` in `macros::support` [INFO] [stderr] | no `poll_fn` in `macros::support` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `$crate::macros::support::maybe_done`, `$crate::macros::support::poll_fn` [INFO] [stderr] --> tests/macros_try_join.rs:93:9 [INFO] [stderr] | [INFO] [stderr] 93 | tokio::try_join!(ready1, ready2) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `maybe_done` in `macros::support` [INFO] [stderr] | no `poll_fn` in `macros::support` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/macros_try_join.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/macros_try_join.rs:11:10 [INFO] [stderr] | [INFO] [stderr] 11 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/macros_try_join.rs:18:10 [INFO] [stderr] | [INFO] [stderr] 18 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/macros_try_join.rs:25:10 [INFO] [stderr] | [INFO] [stderr] 25 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/macros_try_join.rs:32:10 [INFO] [stderr] | [INFO] [stderr] 32 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/macros_try_join.rs:53:10 [INFO] [stderr] | [INFO] [stderr] 53 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0603]: module `sync` is private [INFO] [stderr] --> tests/macros_try_join.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | use tokio::sync::oneshot; [INFO] [stderr] | ^^^^ this module is private [INFO] [stderr] | [INFO] [stderr] note: the module `sync` is defined here [INFO] [stderr] --> /opt/rustwide/workdir/src/lib.rs:336:5 [INFO] [stderr] | [INFO] [stderr] 336 | mod sync; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:6:15 [INFO] [stderr] | [INFO] [stderr] 6 | let foo = tokio::try_join!(async { ok(1) },); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:6:15 [INFO] [stderr] | [INFO] [stderr] 6 | let foo = tokio::try_join!(async { ok(1) },); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `take_output` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:6:15 [INFO] [stderr] | [INFO] [stderr] 6 | let foo = tokio::try_join!(async { ok(1) },); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `take_output` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:6:15 [INFO] [stderr] | [INFO] [stderr] 6 | let foo = tokio::try_join!(async { ok(1) },); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:13:15 [INFO] [stderr] | [INFO] [stderr] 13 | let foo = tokio::try_join!(async { ok(1) }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:13:15 [INFO] [stderr] | [INFO] [stderr] 13 | let foo = tokio::try_join!(async { ok(1) }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `take_output` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:13:15 [INFO] [stderr] | [INFO] [stderr] 13 | let foo = tokio::try_join!(async { ok(1) }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `take_output` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:13:15 [INFO] [stderr] | [INFO] [stderr] 13 | let foo = tokio::try_join!(async { ok(1) }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:20:15 [INFO] [stderr] | [INFO] [stderr] 20 | let foo = tokio::try_join!(async { ok(1) }, async { ok(2) },); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:20:15 [INFO] [stderr] | [INFO] [stderr] 20 | let foo = tokio::try_join!(async { ok(1) }, async { ok(2) },); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `take_output` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:20:15 [INFO] [stderr] | [INFO] [stderr] 20 | let foo = tokio::try_join!(async { ok(1) }, async { ok(2) },); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:20:15 [INFO] [stderr] | [INFO] [stderr] 20 | let foo = tokio::try_join!(async { ok(1) }, async { ok(2) },); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `crate::task` [INFO] [stderr] --> src/tests/mock_schedule.rs:2:12 [INFO] [stderr] | [INFO] [stderr] 2 | use crate::task::{Header, Schedule, ScheduleSendOnly, Task}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | | [INFO] [stderr] | unresolved import [INFO] [stderr] | help: a similar path exists: `core::task` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `crate::sync::AtomicWaker` [INFO] [stderr] --> src/sync/tests/atomic_waker.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::sync::AtomicWaker; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ no `AtomicWaker` in `sync` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `crate::sync::semaphore_ll` [INFO] [stderr] --> src/sync/tests/semaphore_ll.rs:1:18 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::sync::semaphore_ll::{Permit, Semaphore}; [INFO] [stderr] | ^^^^^^^^^^^^ could not find `semaphore_ll` in `sync` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:20:15 [INFO] [stderr] | [INFO] [stderr] 20 | let foo = tokio::try_join!(async { ok(1) }, async { ok(2) },); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `take_output` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:20:15 [INFO] [stderr] | [INFO] [stderr] 20 | let foo = tokio::try_join!(async { ok(1) }, async { ok(2) },); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `take_output` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:20:15 [INFO] [stderr] | [INFO] [stderr] 20 | let foo = tokio::try_join!(async { ok(1) }, async { ok(2) },); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:27:15 [INFO] [stderr] | [INFO] [stderr] 27 | let foo = tokio::try_join!(async { ok(1) }, async { ok(2) }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: could not compile `tokio`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:27:15 [INFO] [stderr] | [INFO] [stderr] 27 | let foo = tokio::try_join!(async { ok(1) }, async { ok(2) }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `take_output` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:27:15 [INFO] [stderr] | [INFO] [stderr] 27 | let foo = tokio::try_join!(async { ok(1) }, async { ok(2) }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:27:15 [INFO] [stderr] | [INFO] [stderr] 27 | let foo = tokio::try_join!(async { ok(1) }, async { ok(2) }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:27:15 [INFO] [stderr] | [INFO] [stderr] 27 | let foo = tokio::try_join!(async { ok(1) }, async { ok(2) }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `take_output` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:27:15 [INFO] [stderr] | [INFO] [stderr] 27 | let foo = tokio::try_join!(async { ok(1) }, async { ok(2) }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `take_output` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:27:15 [INFO] [stderr] | [INFO] [stderr] 27 | let foo = tokio::try_join!(async { ok(1) }, async { ok(2) }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `tokio::stream`, `tokio::stream` [INFO] [stderr] --> tests/stream_once.rs:1:21 [INFO] [stderr] | [INFO] [stderr] 1 | use tokio::stream::{self, Stream, StreamExt}; [INFO] [stderr] | ^^^^^^ ^^^^ no `stream` in the root [INFO] [stderr] | | [INFO] [stderr] | could not find `stream` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/stream_once.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:38:29 [INFO] [stderr] | [INFO] [stderr] 38 | task::spawn(async { tokio::try_join!(async { rx1.await }, async { rx2.await }) }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:38:29 [INFO] [stderr] | [INFO] [stderr] 38 | task::spawn(async { tokio::try_join!(async { rx1.await }, async { rx2.await }) }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `take_output` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:38:29 [INFO] [stderr] | [INFO] [stderr] 38 | task::spawn(async { tokio::try_join!(async { rx1.await }, async { rx2.await }) }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:38:29 [INFO] [stderr] | [INFO] [stderr] 38 | task::spawn(async { tokio::try_join!(async { rx1.await }, async { rx2.await }) }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:38:29 [INFO] [stderr] | [INFO] [stderr] 38 | task::spawn(async { tokio::try_join!(async { rx1.await }, async { rx2.await }) }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `take_output` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:38:29 [INFO] [stderr] | [INFO] [stderr] 38 | task::spawn(async { tokio::try_join!(async { rx1.await }, async { rx2.await }) }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `take_output` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:38:29 [INFO] [stderr] | [INFO] [stderr] 38 | task::spawn(async { tokio::try_join!(async { rx1.await }, async { rx2.await }) }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0698]: type inside `async fn` body must be known in this context [INFO] [stderr] --> tests/stream_once.rs:8:21 [INFO] [stderr] | [INFO] [stderr] 8 | assert_eq!(Some(1), one.next().await); [INFO] [stderr] | ^ cannot infer type for type `{integer}` [INFO] [stderr] | [INFO] [stderr] note: the type is part of the `async fn` body because of this `await` [INFO] [stderr] --> tests/stream_once.rs:8:25 [INFO] [stderr] | [INFO] [stderr] 8 | assert_eq!(Some(1), one.next().await); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0698]: type inside `async fn` body must be known in this context [INFO] [stderr] --> tests/stream_once.rs:8:16 [INFO] [stderr] | [INFO] [stderr] 8 | assert_eq!(Some(1), one.next().await); [INFO] [stderr] | ^^^^^^^ cannot infer type for type `{integer}` [INFO] [stderr] | [INFO] [stderr] note: the type is part of the `async fn` body because of this `await` [INFO] [stderr] --> tests/stream_once.rs:8:25 [INFO] [stderr] | [INFO] [stderr] 8 | assert_eq!(Some(1), one.next().await); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0698]: type inside `async fn` body must be known in this context [INFO] [stderr] --> tests/stream_once.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | assert_eq!(Some(1), one.next().await); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stderr] | [INFO] [stderr] note: the type is part of the `async fn` body because of this `await` [INFO] [stderr] --> tests/stream_once.rs:8:25 [INFO] [stderr] | [INFO] [stderr] 8 | assert_eq!(Some(1), one.next().await); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433, E0698. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `tokio`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | / tokio::try_join!(async { rx1.await }, async { rx2.await }, async { [INFO] [stderr] 61 | | rx3.await [INFO] [stderr] 62 | | }) [INFO] [stderr] | |__________^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | / tokio::try_join!(async { rx1.await }, async { rx2.await }, async { [INFO] [stderr] 61 | | rx3.await [INFO] [stderr] 62 | | }) [INFO] [stderr] | |__________^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `take_output` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | / tokio::try_join!(async { rx1.await }, async { rx2.await }, async { [INFO] [stderr] 61 | | rx3.await [INFO] [stderr] 62 | | }) [INFO] [stderr] | |__________^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | / tokio::try_join!(async { rx1.await }, async { rx2.await }, async { [INFO] [stderr] 61 | | rx3.await [INFO] [stderr] 62 | | }) [INFO] [stderr] | |__________^ method not found in `std::pin::Pin<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | / tokio::try_join!(async { rx1.await }, async { rx2.await }, async { [INFO] [stderr] 61 | | rx3.await [INFO] [stderr] 62 | | }) [INFO] [stderr] | |__________^ method not found in `std::pin::Pin<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `take_output` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | / tokio::try_join!(async { rx1.await }, async { rx2.await }, async { [INFO] [stderr] 61 | | rx3.await [INFO] [stderr] 62 | | }) [INFO] [stderr] | |__________^ method not found in `std::pin::Pin<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `take_output` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | / tokio::try_join!(async { rx1.await }, async { rx2.await }, async { [INFO] [stderr] 61 | | rx3.await [INFO] [stderr] 62 | | }) [INFO] [stderr] | |__________^ method not found in `std::pin::Pin<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:86:9 [INFO] [stderr] | [INFO] [stderr] 86 | tokio::try_join!(ready) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:86:9 [INFO] [stderr] | [INFO] [stderr] 86 | tokio::try_join!(ready) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `take_output` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:86:9 [INFO] [stderr] | [INFO] [stderr] 86 | tokio::try_join!(ready) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `take_output` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:86:9 [INFO] [stderr] | [INFO] [stderr] 86 | tokio::try_join!(ready) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:93:9 [INFO] [stderr] | [INFO] [stderr] 93 | tokio::try_join!(ready1, ready2) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:93:9 [INFO] [stderr] | [INFO] [stderr] 93 | tokio::try_join!(ready1, ready2) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `take_output` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:93:9 [INFO] [stderr] | [INFO] [stderr] 93 | tokio::try_join!(ready1, ready2) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<&mut _>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:93:9 [INFO] [stderr] | [INFO] [stderr] 93 | tokio::try_join!(ready1, ready2) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_mut` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:93:9 [INFO] [stderr] | [INFO] [stderr] 93 | tokio::try_join!(ready1, ready2) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `take_output` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:93:9 [INFO] [stderr] | [INFO] [stderr] 93 | tokio::try_join!(ready1, ready2) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `take_output` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> tests/macros_try_join.rs:93:9 [INFO] [stderr] | [INFO] [stderr] 93 | tokio::try_join!(ready1, ready2) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `std::pin::Pin<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 63 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433, E0599, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `tokio`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved imports `tokio::stream`, `tokio::stream` [INFO] [stderr] --> tests/stream_collect.rs:1:21 [INFO] [stderr] | [INFO] [stderr] 1 | use tokio::stream::{self, StreamExt}; [INFO] [stderr] | ^^^^^^ ^^^^ no `stream` in the root [INFO] [stderr] | | [INFO] [stderr] | could not find `stream` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio::sync::mpsc` [INFO] [stderr] --> tests/stream_collect.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use tokio::sync::mpsc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `mpsc` in `sync` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/stream_collect.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/stream_collect.rs:16:10 [INFO] [stderr] | [INFO] [stderr] 16 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/stream_collect.rs:22:10 [INFO] [stderr] | [INFO] [stderr] 22 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/stream_collect.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/stream_collect.rs:34:10 [INFO] [stderr] | [INFO] [stderr] 34 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/stream_collect.rs:40:10 [INFO] [stderr] | [INFO] [stderr] 40 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/stream_collect.rs:46:10 [INFO] [stderr] | [INFO] [stderr] 46 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/stream_collect.rs:52:10 [INFO] [stderr] | [INFO] [stderr] 52 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/stream_collect.rs:73:10 [INFO] [stderr] | [INFO] [stderr] 73 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/stream_collect.rs:94:10 [INFO] [stderr] | [INFO] [stderr] 94 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/stream_collect.rs:115:10 [INFO] [stderr] | [INFO] [stderr] 115 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/stream_collect.rs:136:10 [INFO] [stderr] | [INFO] [stderr] 136 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/stream_collect.rs:157:10 [INFO] [stderr] | [INFO] [stderr] 157 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0603]: module `sync` is private [INFO] [stderr] --> tests/stream_collect.rs:2:12 [INFO] [stderr] | [INFO] [stderr] 2 | use tokio::sync::mpsc; [INFO] [stderr] | ^^^^ this module is private [INFO] [stderr] | [INFO] [stderr] note: the module `sync` is defined here [INFO] [stderr] --> /opt/rustwide/workdir/src/lib.rs:336:5 [INFO] [stderr] | [INFO] [stderr] 336 | mod sync; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:57:25 [INFO] [stderr] | [INFO] [stderr] 57 | assert_pending!(fut.poll()); [INFO] [stderr] | ^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `is_woken` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:60:17 [INFO] [stderr] | [INFO] [stderr] 60 | assert!(fut.is_woken()); [INFO] [stderr] | ^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:61:25 [INFO] [stderr] | [INFO] [stderr] 61 | assert_pending!(fut.poll()); [INFO] [stderr] | ^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `is_woken` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:64:17 [INFO] [stderr] | [INFO] [stderr] 64 | assert!(fut.is_woken()); [INFO] [stderr] | ^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:65:25 [INFO] [stderr] | [INFO] [stderr] 65 | assert_pending!(fut.poll()); [INFO] [stderr] | ^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `is_woken` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:68:17 [INFO] [stderr] | [INFO] [stderr] 68 | assert!(fut.is_woken()); [INFO] [stderr] | ^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:69:34 [INFO] [stderr] | [INFO] [stderr] 69 | let coll = assert_ready!(fut.poll()); [INFO] [stderr] | ^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:78:25 [INFO] [stderr] | [INFO] [stderr] 78 | assert_pending!(fut.poll()); [INFO] [stderr] | ^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `is_woken` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:81:17 [INFO] [stderr] | [INFO] [stderr] 81 | assert!(fut.is_woken()); [INFO] [stderr] | ^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:82:25 [INFO] [stderr] | [INFO] [stderr] 82 | assert_pending!(fut.poll()); [INFO] [stderr] | ^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `is_woken` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:85:17 [INFO] [stderr] | [INFO] [stderr] 85 | assert!(fut.is_woken()); [INFO] [stderr] | ^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:86:25 [INFO] [stderr] | [INFO] [stderr] 86 | assert_pending!(fut.poll()); [INFO] [stderr] | ^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `is_woken` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:89:17 [INFO] [stderr] | [INFO] [stderr] 89 | assert!(fut.is_woken()); [INFO] [stderr] | ^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:90:34 [INFO] [stderr] | [INFO] [stderr] 90 | let coll = assert_ready!(fut.poll()); [INFO] [stderr] | ^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:99:25 [INFO] [stderr] | [INFO] [stderr] 99 | assert_pending!(fut.poll()); [INFO] [stderr] | ^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `is_woken` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:102:17 [INFO] [stderr] | [INFO] [stderr] 102 | assert!(fut.is_woken()); [INFO] [stderr] | ^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:103:25 [INFO] [stderr] | [INFO] [stderr] 103 | assert_pending!(fut.poll()); [INFO] [stderr] | ^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `is_woken` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:106:17 [INFO] [stderr] | [INFO] [stderr] 106 | assert!(fut.is_woken()); [INFO] [stderr] | ^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:107:25 [INFO] [stderr] | [INFO] [stderr] 107 | assert_pending!(fut.poll()); [INFO] [stderr] | ^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `is_woken` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:110:17 [INFO] [stderr] | [INFO] [stderr] 110 | assert!(fut.is_woken()); [INFO] [stderr] | ^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:111:34 [INFO] [stderr] | [INFO] [stderr] 111 | let coll = assert_ready!(fut.poll()); [INFO] [stderr] | ^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:120:25 [INFO] [stderr] | [INFO] [stderr] 120 | assert_pending!(fut.poll()); [INFO] [stderr] | ^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `is_woken` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:123:17 [INFO] [stderr] | [INFO] [stderr] 123 | assert!(fut.is_woken()); [INFO] [stderr] | ^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:124:25 [INFO] [stderr] | [INFO] [stderr] 124 | assert_pending!(fut.poll()); [INFO] [stderr] | ^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `is_woken` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:127:17 [INFO] [stderr] | [INFO] [stderr] 127 | assert!(fut.is_woken()); [INFO] [stderr] | ^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:128:25 [INFO] [stderr] | [INFO] [stderr] 128 | assert_pending!(fut.poll()); [INFO] [stderr] | ^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `is_woken` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:131:17 [INFO] [stderr] | [INFO] [stderr] 131 | assert!(fut.is_woken()); [INFO] [stderr] | ^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:132:34 [INFO] [stderr] | [INFO] [stderr] 132 | let coll = assert_ready!(fut.poll()); [INFO] [stderr] | ^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:141:25 [INFO] [stderr] | [INFO] [stderr] 141 | assert_pending!(fut.poll()); [INFO] [stderr] | ^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `is_woken` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:144:17 [INFO] [stderr] | [INFO] [stderr] 144 | assert!(fut.is_woken()); [INFO] [stderr] | ^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:145:25 [INFO] [stderr] | [INFO] [stderr] 145 | assert_pending!(fut.poll()); [INFO] [stderr] | ^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `is_woken` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:148:17 [INFO] [stderr] | [INFO] [stderr] 148 | assert!(fut.is_woken()); [INFO] [stderr] | ^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:149:25 [INFO] [stderr] | [INFO] [stderr] 149 | assert_pending!(fut.poll()); [INFO] [stderr] | ^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `is_woken` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:152:17 [INFO] [stderr] | [INFO] [stderr] 152 | assert!(fut.is_woken()); [INFO] [stderr] | ^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:153:37 [INFO] [stderr] | [INFO] [stderr] 153 | let coll = assert_ready_ok!(fut.poll()); [INFO] [stderr] | ^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:162:25 [INFO] [stderr] | [INFO] [stderr] 162 | assert_pending!(fut.poll()); [INFO] [stderr] | ^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `is_woken` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:165:17 [INFO] [stderr] | [INFO] [stderr] 165 | assert!(fut.is_woken()); [INFO] [stderr] | ^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:166:25 [INFO] [stderr] | [INFO] [stderr] 166 | assert_pending!(fut.poll()); [INFO] [stderr] | ^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `is_woken` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:169:17 [INFO] [stderr] | [INFO] [stderr] 169 | assert!(fut.is_woken()); [INFO] [stderr] | ^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_collect.rs:170:37 [INFO] [stderr] | [INFO] [stderr] 170 | let err = assert_ready_err!(fut.poll()); [INFO] [stderr] | ^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `fut` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error: aborting due to 56 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433, E0599, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `tokio`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "cb6709d1a07dac0f0fa4c2d4a59d0252b08d1a7ee42c209db87d6bf690fb8442"` [INFO] running `"docker" "rm" "-f" "cb6709d1a07dac0f0fa4c2d4a59d0252b08d1a7ee42c209db87d6bf690fb8442"` [INFO] [stdout] cb6709d1a07dac0f0fa4c2d4a59d0252b08d1a7ee42c209db87d6bf690fb8442