[INFO] fetching crate tokio 0.2.11... [INFO] checking tokio-0.2.11 against try#9ff4d07208097950831ed4ea9d76feb1eafc8baa for pr-69340 [INFO] extracting crate tokio 0.2.11 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate tokio 0.2.11 on toolchain 9ff4d07208097950831ed4ea9d76feb1eafc8baa [INFO] running `"/workspace/cargo-home/bin/cargo" "+9ff4d07208097950831ed4ea9d76feb1eafc8baa" "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-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+9ff4d07208097950831ed4ea9d76feb1eafc8baa" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+9ff4d07208097950831ed4ea9d76feb1eafc8baa" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+9ff4d07208097950831ed4ea9d76feb1eafc8baa" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 6004217c4ae76479f2f1cdd1efcf557ab09b67d36a54ccd87fec363038cc4dd3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "6004217c4ae76479f2f1cdd1efcf557ab09b67d36a54ccd87fec363038cc4dd3"` [INFO] [stderr] Checking tokio v0.2.11 [INFO] [stderr] Checking tokio v0.2.11 (/opt/rustwide/workdir) [INFO] [stderr] Compiling generator v0.6.20 [INFO] [stderr] Checking wait-timeout v0.2.0 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking rusty-fork v0.2.2 [INFO] [stderr] Checking proptest v0.9.5 [INFO] [stderr] Checking tokio-test v0.2.0 [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[E0432]: unresolved imports `tokio::sync::mpsc`, `tokio::sync::oneshot` [INFO] [stderr] --> tests/macros_select.rs:1:19 [INFO] [stderr] | [INFO] [stderr] 1 | use tokio::sync::{mpsc, oneshot}; [INFO] [stderr] | ^^^^ ^^^^^^^ no `oneshot` in `sync` [INFO] [stderr] | | [INFO] [stderr] | no `mpsc` in `sync` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio::task` [INFO] [stderr] --> tests/macros_select.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use tokio::task; [INFO] [stderr] | ^^^^^^^^^^^ no `task` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio::sync::oneshot` [INFO] [stderr] --> tests/macros_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_join.rs:6:15 [INFO] [stderr] | [INFO] [stderr] 6 | let foo = tokio::join!(async { 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_join.rs:13:15 [INFO] [stderr] | [INFO] [stderr] 13 | let foo = tokio::join!(async { 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_join.rs:20:15 [INFO] [stderr] | [INFO] [stderr] 20 | let foo = tokio::join!(async { 1 }, async { 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_join.rs:27:15 [INFO] [stderr] | [INFO] [stderr] 27 | let foo = tokio::join!(async { 1 }, async { 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_join.rs:38:9 [INFO] [stderr] | [INFO] [stderr] 38 | tokio::join!(async { rx1.await.unwrap() }, async { rx2.await.unwrap() }) [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_join.rs:61:9 [INFO] [stderr] | [INFO] [stderr] 61 | tokio::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_join.rs:68:9 [INFO] [stderr] | [INFO] [stderr] 68 | tokio::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_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_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_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_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_join.rs:32:10 [INFO] [stderr] | [INFO] [stderr] 32 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0603]: module `sync` is private [INFO] [stderr] --> tests/macros_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 `poll` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/macros_join.rs:6:15 [INFO] [stderr] | [INFO] [stderr] 6 | let foo = tokio::join!(async { 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_join.rs:6:15 [INFO] [stderr] | [INFO] [stderr] 6 | let foo = tokio::join!(async { 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[E0432]: unresolved imports `tokio::time`, `tokio::time` [INFO] [stderr] --> tests/macros_select.rs:359:23 [INFO] [stderr] | [INFO] [stderr] 359 | use tokio::time::{self, Duration}; [INFO] [stderr] | ^^^^ ^^^^ no `time` in the root [INFO] [stderr] | | [INFO] [stderr] | could not find `time` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/macros_select.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 `select` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:10:22 [INFO] [stderr] | [INFO] [stderr] 10 | let foo = tokio::select! { [INFO] [stderr] | ^^^^^^ could not find `select` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:17:10 [INFO] [stderr] | [INFO] [stderr] 17 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `select` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:19:22 [INFO] [stderr] | [INFO] [stderr] 19 | let foo = tokio::select! { [INFO] [stderr] | ^^^^^^ could not find `select` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/macros_join.rs:13:15 [INFO] [stderr] | [INFO] [stderr] 13 | let foo = tokio::join!(async { 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[E0433]: failed to resolve: could not find `select` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:30:22 [INFO] [stderr] | [INFO] [stderr] 30 | let foo = tokio::select! { [INFO] [stderr] | ^^^^^^ could not find `select` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:37:10 [INFO] [stderr] | [INFO] [stderr] 37 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [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_join.rs:13:15 [INFO] [stderr] | [INFO] [stderr] 13 | let foo = tokio::join!(async { 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[E0433]: failed to resolve: could not find `select` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:39:22 [INFO] [stderr] | [INFO] [stderr] 39 | let foo = tokio::select! { [INFO] [stderr] | ^^^^^^ could not find `select` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/macros_select.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 `select` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:48:22 [INFO] [stderr] | [INFO] [stderr] 48 | let foo = tokio::select! { [INFO] [stderr] | ^^^^^^ could not find `select` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:55:10 [INFO] [stderr] | [INFO] [stderr] 55 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `select` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:59:22 [INFO] [stderr] | [INFO] [stderr] 59 | let foo = tokio::select! { [INFO] [stderr] | ^^^^^^ could not find `select` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:66:10 [INFO] [stderr] | [INFO] [stderr] 66 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `select` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:72:22 [INFO] [stderr] | [INFO] [stderr] 72 | let res = tokio::select! { [INFO] [stderr] | ^^^^^^ could not find `select` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:87:10 [INFO] [stderr] | [INFO] [stderr] 87 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `select` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:91:22 [INFO] [stderr] | [INFO] [stderr] 91 | let res = tokio::select! { [INFO] [stderr] | ^^^^^^ could not find `select` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:102:10 [INFO] [stderr] | [INFO] [stderr] 102 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `select` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:109:20 [INFO] [stderr] | [INFO] [stderr] 109 | let v = tokio::select! { [INFO] [stderr] | ^^^^^^ could not find `select` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:119:10 [INFO] [stderr] | [INFO] [stderr] 119 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `select` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:141:16 [INFO] [stderr] | [INFO] [stderr] 141 | tokio::select! { [INFO] [stderr] | ^^^^^^ could not find `select` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:158:10 [INFO] [stderr] | [INFO] [stderr] 158 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `select` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:168:12 [INFO] [stderr] | [INFO] [stderr] 168 | tokio::select! { [INFO] [stderr] | ^^^^^^ could not find `select` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/macros_join.rs:20:15 [INFO] [stderr] | [INFO] [stderr] 20 | let foo = tokio::join!(async { 1 }, async { 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[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:184:10 [INFO] [stderr] | [INFO] [stderr] 184 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `select` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:186:22 [INFO] [stderr] | [INFO] [stderr] 186 | let res = tokio::select! { [INFO] [stderr] | ^^^^^^ could not find `select` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> tests/macros_join.rs:20:15 [INFO] [stderr] | [INFO] [stderr] 20 | let foo = tokio::join!(async { 1 }, async { 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[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:197:10 [INFO] [stderr] | [INFO] [stderr] 197 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `select` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:205:16 [INFO] [stderr] | [INFO] [stderr] 205 | tokio::select! { [INFO] [stderr] | ^^^^^^ could not find `select` in `tokio` [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_join.rs:20:15 [INFO] [stderr] | [INFO] [stderr] 20 | let foo = tokio::join!(async { 1 }, async { 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[E0433]: failed to resolve: could not find `select` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:216:16 [INFO] [stderr] | [INFO] [stderr] 216 | tokio::select! { [INFO] [stderr] | ^^^^^^ could not find `select` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `select` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:229:16 [INFO] [stderr] | [INFO] [stderr] 229 | tokio::select! { [INFO] [stderr] | ^^^^^^ could not find `select` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:239:10 [INFO] [stderr] | [INFO] [stderr] 239 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `select` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:243:12 [INFO] [stderr] | [INFO] [stderr] 243 | tokio::select! { [INFO] [stderr] | ^^^^^^ could not find `select` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:253:10 [INFO] [stderr] | [INFO] [stderr] 253 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `select` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:257:12 [INFO] [stderr] | [INFO] [stderr] 257 | tokio::select! { [INFO] [stderr] | ^^^^^^ could not find `select` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:270:10 [INFO] [stderr] | [INFO] [stderr] 270 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `select` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:285:16 [INFO] [stderr] | [INFO] [stderr] 285 | tokio::select! { [INFO] [stderr] | ^^^^^^ could not find `select` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:300:10 [INFO] [stderr] | [INFO] [stderr] 300 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `select` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:308:16 [INFO] [stderr] | [INFO] [stderr] 308 | tokio::select! { [INFO] [stderr] | ^^^^^^ could not find `select` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:322:10 [INFO] [stderr] | [INFO] [stderr] 322 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `select` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:334:20 [INFO] [stderr] | [INFO] [stderr] 334 | tokio::select! { [INFO] [stderr] | ^^^^^^ could not find `select` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:357:10 [INFO] [stderr] | [INFO] [stderr] 357 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `select` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:363:12 [INFO] [stderr] | [INFO] [stderr] 363 | tokio::select! { [INFO] [stderr] | ^^^^^^ could not find `select` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/macros_join.rs:27:15 [INFO] [stderr] | [INFO] [stderr] 27 | let foo = tokio::join!(async { 1 }, async { 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[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:371:10 [INFO] [stderr] | [INFO] [stderr] 371 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `select` in `tokio` [INFO] [stderr] --> tests/macros_select.rs:373:22 [INFO] [stderr] | [INFO] [stderr] 373 | let num = tokio::select! { [INFO] [stderr] | ^^^^^^ could not find `select` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> tests/macros_join.rs:27:15 [INFO] [stderr] | [INFO] [stderr] 27 | let foo = tokio::join!(async { 1 }, async { 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_join.rs:27:15 [INFO] [stderr] | [INFO] [stderr] 27 | let foo = tokio::join!(async { 1 }, async { 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[E0425]: cannot find function `spawn` in crate `tokio` [INFO] [stderr] --> tests/macros_select.rs:124:12 [INFO] [stderr] | [INFO] [stderr] 124 | tokio::spawn(async move { [INFO] [stderr] | ^^^^^ not found in `tokio` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use loom::thread::spawn; [INFO] [stderr] | [INFO] [stderr] 1 | use std::thread::spawn; [INFO] [stderr] | [INFO] [stderr] 1 | use tokio_test::task::spawn; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0603]: module `sync` is private [INFO] [stderr] --> tests/macros_select.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | use tokio::sync::{mpsc, 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 `poll` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/macros_join.rs:38:9 [INFO] [stderr] | [INFO] [stderr] 38 | tokio::join!(async { rx1.await.unwrap() }, async { rx2.await.unwrap() }) [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 `poll` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> tests/macros_join.rs:38:9 [INFO] [stderr] | [INFO] [stderr] 38 | tokio::join!(async { rx1.await.unwrap() }, async { rx2.await.unwrap() }) [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_join.rs:38:9 [INFO] [stderr] | [INFO] [stderr] 38 | tokio::join!(async { rx1.await.unwrap() }, async { rx2.await.unwrap() }) [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 `poll` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/macros_join.rs:61:9 [INFO] [stderr] | [INFO] [stderr] 61 | tokio::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_join.rs:61:9 [INFO] [stderr] | [INFO] [stderr] 61 | tokio::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 `poll` found for struct `std::pin::Pin<&mut _>` in the current scope [INFO] [stderr] --> tests/macros_join.rs:68:9 [INFO] [stderr] | [INFO] [stderr] 68 | tokio::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[E0432]: unresolved import `tokio::net::TcpStream` [INFO] [stderr] --> tests/no_rt.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use tokio::net::TcpStream; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ no `TcpStream` in `net` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> tests/macros_join.rs:68:9 [INFO] [stderr] | [INFO] [stderr] 68 | tokio::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_join.rs:68:9 [INFO] [stderr] | [INFO] [stderr] 68 | tokio::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 32 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] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 47 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0433, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `tokio`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [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[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[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 `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 `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 `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[E0432]: unresolved imports `tokio::stream`, `tokio::stream` [INFO] [stderr] --> tests/stream_pending.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[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[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/stream_pending.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | #[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<_>` 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[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[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: could not compile `tokio`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [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: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: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error[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: could not compile `tokio`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [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] [INFO] [stderr] To learn more, run the command again with --verbose. [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_merge.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[E0432]: unresolved import `tokio::sync::mpsc` [INFO] [stderr] --> tests/stream_merge.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_merge.rs:6:10 [INFO] [stderr] | [INFO] [stderr] 6 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio::sync::oneshot` [INFO] [stderr] --> tests/no_rt.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use tokio::sync::oneshot; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no `oneshot` in `sync` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `tokio::time` [INFO] [stderr] --> tests/no_rt.rs:3:12 [INFO] [stderr] | [INFO] [stderr] 3 | use tokio::time::{timeout, Duration}; [INFO] [stderr] | ^^^^ could not find `time` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio` [INFO] [stderr] --> tests/stream_merge.rs:19:10 [INFO] [stderr] | [INFO] [stderr] 19 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0603]: module `sync` is private [INFO] [stderr] --> tests/stream_merge.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[E0603]: module `sync` is private [INFO] [stderr] --> tests/no_rt.rs:2:12 [INFO] [stderr] | [INFO] [stderr] 2 | 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: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, 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] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0698]: type inside `async fn` body must be known in this context [INFO] [stderr] --> tests/stream_merge.rs:10:14 [INFO] [stderr] | [INFO] [stderr] 10 | for i in 0..7 { [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_merge.rs:13:29 [INFO] [stderr] | [INFO] [stderr] 13 | assert_eq!(Some(i), s.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_merge.rs:10:17 [INFO] [stderr] | [INFO] [stderr] 10 | for i in 0..7 { [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_merge.rs:13:29 [INFO] [stderr] | [INFO] [stderr] 13 | assert_eq!(Some(i), s.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_merge.rs:10:14 [INFO] [stderr] | [INFO] [stderr] 10 | for i in 0..7 { [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_merge.rs:13:29 [INFO] [stderr] | [INFO] [stderr] 13 | assert_eq!(Some(i), s.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_merge.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | for i in 0..7 { [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_merge.rs:13:29 [INFO] [stderr] | [INFO] [stderr] 13 | assert_eq!(Some(i), s.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_merge.rs:11:13 [INFO] [stderr] | [INFO] [stderr] 11 | let rem = 7 - i; [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_merge.rs:13:29 [INFO] [stderr] | [INFO] [stderr] 13 | assert_eq!(Some(i), s.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_merge.rs:13:25 [INFO] [stderr] | [INFO] [stderr] 13 | assert_eq!(Some(i), s.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_merge.rs:13:29 [INFO] [stderr] | [INFO] [stderr] 13 | assert_eq!(Some(i), s.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_merge.rs:13:20 [INFO] [stderr] | [INFO] [stderr] 13 | assert_eq!(Some(i), s.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_merge.rs:13:29 [INFO] [stderr] | [INFO] [stderr] 13 | assert_eq!(Some(i), s.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_merge.rs:13:9 [INFO] [stderr] | [INFO] [stderr] 13 | assert_eq!(Some(i), s.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_merge.rs:13:29 [INFO] [stderr] | [INFO] [stderr] 13 | assert_eq!(Some(i), s.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[E0432]: unresolved imports `tokio::stream`, `tokio::stream` [INFO] [stderr] --> tests/stream_chain.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[E0432]: unresolved import `tokio::sync::mpsc` [INFO] [stderr] --> tests/stream_chain.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_chain.rs:5:10 [INFO] [stderr] | [INFO] [stderr] 5 | #[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_chain.rs:37:10 [INFO] [stderr] | [INFO] [stderr] 37 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0603]: module `sync` is private [INFO] [stderr] --> tests/stream_chain.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 `size_hint` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_merge.rs:26:19 [INFO] [stderr] | [INFO] [stderr] 26 | assert_eq!(rx.size_hint(), (0, None)); [INFO] [stderr] | ^^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `rx` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_next` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_merge.rs:28:24 [INFO] [stderr] | [INFO] [stderr] 28 | assert_pending!(rx.poll_next()); [INFO] [stderr] | ^^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `rx` 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_merge.rs:32:16 [INFO] [stderr] | [INFO] [stderr] 32 | assert!(rx.is_woken()); [INFO] [stderr] | ^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `rx` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_next` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_merge.rs:33:42 [INFO] [stderr] | [INFO] [stderr] 33 | assert_eq!(Some(1), assert_ready!(rx.poll_next())); [INFO] [stderr] | ^^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `rx` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_next` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_merge.rs:35:24 [INFO] [stderr] | [INFO] [stderr] 35 | assert_pending!(rx.poll_next()); [INFO] [stderr] | ^^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `rx` 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_merge.rs:38:16 [INFO] [stderr] | [INFO] [stderr] 38 | assert!(rx.is_woken()); [INFO] [stderr] | ^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `rx` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_next` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_merge.rs:39:42 [INFO] [stderr] | [INFO] [stderr] 39 | assert_eq!(Some(2), assert_ready!(rx.poll_next())); [INFO] [stderr] | ^^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `rx` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_next` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_merge.rs:40:24 [INFO] [stderr] | [INFO] [stderr] 40 | assert_pending!(rx.poll_next()); [INFO] [stderr] | ^^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `rx` 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_merge.rs:43:16 [INFO] [stderr] | [INFO] [stderr] 43 | assert!(rx.is_woken()); [INFO] [stderr] | ^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `rx` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_next` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_merge.rs:44:24 [INFO] [stderr] | [INFO] [stderr] 44 | assert_pending!(rx.poll_next()); [INFO] [stderr] | ^^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `rx` 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_merge.rs:47:16 [INFO] [stderr] | [INFO] [stderr] 47 | assert!(rx.is_woken()); [INFO] [stderr] | ^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `rx` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `size_hint` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_chain.rs:43:23 [INFO] [stderr] | [INFO] [stderr] 43 | assert_eq!(stream.size_hint(), (0, None)); [INFO] [stderr] | ^^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `stream` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_next` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_merge.rs:48:42 [INFO] [stderr] | [INFO] [stderr] 48 | assert_eq!(Some(3), assert_ready!(rx.poll_next())); [INFO] [stderr] | ^^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `rx` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_next` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_chain.rs:45:28 [INFO] [stderr] | [INFO] [stderr] 45 | assert_pending!(stream.poll_next()); [INFO] [stderr] | ^^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `stream` 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_chain.rs:48:21 [INFO] [stderr] | [INFO] [stderr] 48 | assert!(!stream.is_woken()); [INFO] [stderr] | ^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `stream` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_next` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_merge.rs:49:24 [INFO] [stderr] | [INFO] [stderr] 49 | assert_pending!(rx.poll_next()); [INFO] [stderr] | ^^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `rx` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_next` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_chain.rs:50:28 [INFO] [stderr] | [INFO] [stderr] 50 | assert_pending!(stream.poll_next()); [INFO] [stderr] | ^^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `stream` 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_merge.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | assert!(rx.is_woken()); [INFO] [stderr] | ^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `rx` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_next` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_merge.rs:53:39 [INFO] [stderr] | [INFO] [stderr] 53 | assert_eq!(None, assert_ready!(rx.poll_next())); [INFO] [stderr] | ^^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `rx` 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_chain.rs:53:20 [INFO] [stderr] | [INFO] [stderr] 53 | assert!(stream.is_woken()); [INFO] [stderr] | ^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `stream` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_next` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_chain.rs:54:46 [INFO] [stderr] | [INFO] [stderr] 54 | assert_eq!(Some(1), assert_ready!(stream.poll_next())); [INFO] [stderr] | ^^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `stream` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_next` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_chain.rs:56:28 [INFO] [stderr] | [INFO] [stderr] 56 | assert_pending!(stream.poll_next()); [INFO] [stderr] | ^^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `stream` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `size_hint` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_chain.rs:60:23 [INFO] [stderr] | [INFO] [stderr] 60 | assert_eq!(stream.size_hint(), (0, None)); [INFO] [stderr] | ^^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `stream` 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_chain.rs:62:20 [INFO] [stderr] | [INFO] [stderr] 62 | assert!(stream.is_woken()); [INFO] [stderr] | ^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `stream` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_next` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_chain.rs:63:46 [INFO] [stderr] | [INFO] [stderr] 63 | assert_eq!(Some(2), assert_ready!(stream.poll_next())); [INFO] [stderr] | ^^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `stream` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error: aborting due to 28 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433, E0599, E0603, E0698. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error[E0599]: no method named `size_hint` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_chain.rs:65:23 [INFO] [stderr] | [INFO] [stderr] 65 | assert_eq!(stream.size_hint(), (0, None)); [INFO] [stderr] | ^^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `stream` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `size_hint` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_chain.rs:69:23 [INFO] [stderr] | [INFO] [stderr] 69 | assert_eq!(stream.size_hint(), (0, None)); [INFO] [stderr] | ^^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `stream` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_next` found for struct `tokio_test::task::Spawn<_>` in the current scope [INFO] [stderr] --> tests/stream_chain.rs:70:43 [INFO] [stderr] | [INFO] [stderr] 70 | assert_eq!(None, assert_ready!(stream.poll_next())); [INFO] [stderr] | ^^^^^^^^^ method not found in `tokio_test::task::Spawn<_>` [INFO] [stderr] | [INFO] [stderr] = note: `stream` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error: could not compile `tokio`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 18 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] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved imports `tokio::stream`, `tokio::stream` [INFO] [stderr] --> tests/stream_empty.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_empty.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #[tokio::test] [INFO] [stderr] | ^^^^ could not find `test` in `tokio` [INFO] [stderr] [INFO] [stderr] error[E0698]: type inside `async fn` body must be known in this context [INFO] [stderr] --> tests/stream_empty.rs:7:14 [INFO] [stderr] | [INFO] [stderr] 7 | for _ in 0..2 { [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_empty.rs:9:26 [INFO] [stderr] | [INFO] [stderr] 9 | assert_eq!(None, stream.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_empty.rs:7:17 [INFO] [stderr] | [INFO] [stderr] 7 | for _ in 0..2 { [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_empty.rs:9:26 [INFO] [stderr] | [INFO] [stderr] 9 | assert_eq!(None, stream.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_empty.rs:7:14 [INFO] [stderr] | [INFO] [stderr] 7 | for _ in 0..2 { [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_empty.rs:9:26 [INFO] [stderr] | [INFO] [stderr] 9 | assert_eq!(None, stream.next().await); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6004217c4ae76479f2f1cdd1efcf557ab09b67d36a54ccd87fec363038cc4dd3"` [INFO] running `"docker" "rm" "-f" "6004217c4ae76479f2f1cdd1efcf557ab09b67d36a54ccd87fec363038cc4dd3"` [INFO] [stdout] 6004217c4ae76479f2f1cdd1efcf557ab09b67d36a54ccd87fec363038cc4dd3