[INFO] fetching crate tokio 0.2.17...
[INFO] checking tokio-0.2.17 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate tokio 0.2.17 into /workspace/builds/worker-13/source
[INFO] validating manifest of crates.io crate tokio 0.2.17 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate tokio 0.2.17
[INFO] finished tweaking crates.io crate tokio 0.2.17
[INFO] tweaked toml for crates.io crate tokio 0.2.17 written to /workspace/builds/worker-13/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 8aeed94c2d2ed60268b9ee76c6a6f9e422db235cf4f53ca2d944236ced335c7e
[INFO] running `"docker" "start" "-a" "8aeed94c2d2ed60268b9ee76c6a6f9e422db235cf4f53ca2d944236ced335c7e"`
[INFO] [stderr]     Checking tokio v0.2.17
[INFO] [stderr]     Checking tokio v0.2.17 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling generator v0.6.20
[INFO] [stderr]     Checking futures-util v0.3.4
[INFO] [stderr]     Checking rand v0.6.5
[INFO] [stderr]     Checking proptest v0.9.6
[INFO] [stderr]     Checking tokio-test v0.2.0
[INFO] [stderr]     Checking futures-executor v0.3.4
[INFO] [stderr]     Checking loom v0.3.1
[INFO] [stderr]     Checking futures v0.3.4
[INFO] [stderr] error: run main Tokio tests with `--features full`
[INFO] [stderr]  --> tests/_require_full.rs:2:1
[INFO] [stderr]   |
[INFO] [stderr] 2 | compile_error!("run main Tokio tests with `--features full`");
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[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[E0433]: failed to resolve: could not find `task_local` in `tokio`
[INFO] [stderr]  --> tests/task_local.rs:1:8
[INFO] [stderr]   |
[INFO] [stderr] 1 | tokio::task_local! {
[INFO] [stderr]   |        ^^^^^^^^^^ could not find `task_local` in `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `tokio`
[INFO] [stderr]  --> tests/task_local.rs:6:10
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[tokio::test(threaded_scheduler)]
[INFO] [stderr]   |          ^^^^ could not find `test` in `tokio`
[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[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: 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: 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_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[E0698]: type inside `async fn` body must be known in this context
[INFO] [stderr]  --> tests/stream_once.rs:8:21
[INFO] [stderr]   |
[INFO] [stderr] 8 |     assert_eq!(Some(1), one.next().await);
[INFO] [stderr]   |                     ^ cannot infer type for type `{integer}`
[INFO] [stderr]   |
[INFO] [stderr] note: the type is part of the `async fn` body because of this `await`
[INFO] [stderr]  --> tests/stream_once.rs:8:25
[INFO] [stderr]   |
[INFO] [stderr] 8 |     assert_eq!(Some(1), one.next().await);
[INFO] [stderr]   |                         ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0698]: type inside `async fn` body must be known in this context
[INFO] [stderr]  --> tests/stream_once.rs:8:16
[INFO] [stderr]   |
[INFO] [stderr] 8 |     assert_eq!(Some(1), one.next().await);
[INFO] [stderr]   |                ^^^^^^^ cannot infer type for type `{integer}`
[INFO] [stderr]   |
[INFO] [stderr] note: the type is part of the `async fn` body because of this `await`
[INFO] [stderr]  --> tests/stream_once.rs:8:25
[INFO] [stderr]   |
[INFO] [stderr] 8 |     assert_eq!(Some(1), one.next().await);
[INFO] [stderr]   |                         ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0698]: type inside `async fn` body must be known in this context
[INFO] [stderr]  --> tests/stream_once.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 |     assert_eq!(Some(1), one.next().await);
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}`
[INFO] [stderr]   |
[INFO] [stderr] note: the type is part of the `async fn` body because of this `await`
[INFO] [stderr]  --> tests/stream_once.rs:8:25
[INFO] [stderr]   |
[INFO] [stderr] 8 |     assert_eq!(Some(1), one.next().await);
[INFO] [stderr]   |                         ^^^^^^^^^^^^^^^^
[INFO] [stderr]   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 5 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0433, E0698.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `tokio`.
[INFO] [stderr] 
[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::stream`
[INFO] [stderr]  --> tests/stream_fuse.rs:1:12
[INFO] [stderr]   |
[INFO] [stderr] 1 | use tokio::stream::{Stream, StreamExt};
[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_fuse.rs:27:10
[INFO] [stderr]    |
[INFO] [stderr] 27 | #[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_merge.rs:6:10
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[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_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]     |            ^^^^ private module
[INFO] [stderr]     |
[INFO] [stderr] note: the module `sync` is defined here
[INFO] [stderr]    --> /opt/rustwide/workdir/src/lib.rs:338:5
[INFO] [stderr]     |
[INFO] [stderr] 338 |     mod sync;
[INFO] [stderr]     |     ^^^^^^^^^
[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: 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[E0433]: failed to resolve: could not find `time` in `tokio`
[INFO] [stderr]   --> tests/task_local.rs:19:16
[INFO] [stderr]    |
[INFO] [stderr] 19 |         tokio::time::delay_for(std::time::Duration::from_millis(10)).await;
[INFO] [stderr]    |                ^^^^ could not find `time` in `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `spawn` in crate `tokio`
[INFO] [stderr]  --> tests/task_local.rs:8:21
[INFO] [stderr]   |
[INFO] [stderr] 8 |     let j1 = tokio::spawn(REQ_ID.scope(1, 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] 6 | use loom::thread::spawn;
[INFO] [stderr]   |
[INFO] [stderr] 6 | use std::thread::spawn;
[INFO] [stderr]   |
[INFO] [stderr] 6 | use tokio_test::task::spawn;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `REQ_ID` in this scope
[INFO] [stderr]  --> tests/task_local.rs:8:27
[INFO] [stderr]   |
[INFO] [stderr] 8 |     let j1 = tokio::spawn(REQ_ID.scope(1, async move {
[INFO] [stderr]   |                           ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `REQ_ID` in this scope
[INFO] [stderr]  --> tests/task_local.rs:9:20
[INFO] [stderr]   |
[INFO] [stderr] 9 |         assert_eq!(REQ_ID.get(), 1);
[INFO] [stderr]   |                    ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `REQ_ID` in this scope
[INFO] [stderr]   --> tests/task_local.rs:10:20
[INFO] [stderr]    |
[INFO] [stderr] 10 |         assert_eq!(REQ_ID.get(), 1);
[INFO] [stderr]    |                    ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `spawn` in crate `tokio`
[INFO] [stderr]   --> tests/task_local.rs:13:21
[INFO] [stderr]    |
[INFO] [stderr] 13 |     let j2 = tokio::spawn(REQ_ID.scope(2, 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] 6  | use loom::thread::spawn;
[INFO] [stderr]    |
[INFO] [stderr] 6  | use std::thread::spawn;
[INFO] [stderr]    |
[INFO] [stderr] 6  | use tokio_test::task::spawn;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `REQ_ID` in this scope
[INFO] [stderr]   --> tests/task_local.rs:13:27
[INFO] [stderr]    |
[INFO] [stderr] 13 |     let j2 = tokio::spawn(REQ_ID.scope(2, async move {
[INFO] [stderr]    |                           ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `REQ_ID` in this scope
[INFO] [stderr]   --> tests/task_local.rs:14:9
[INFO] [stderr]    |
[INFO] [stderr] 14 |         REQ_ID.with(|v| {
[INFO] [stderr]    |         ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `REQ_ID` in this scope
[INFO] [stderr]   --> tests/task_local.rs:15:24
[INFO] [stderr]    |
[INFO] [stderr] 15 |             assert_eq!(REQ_ID.get(), 2);
[INFO] [stderr]    |                        ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `REQ_ID` in this scope
[INFO] [stderr]   --> tests/task_local.rs:21:20
[INFO] [stderr]    |
[INFO] [stderr] 21 |         assert_eq!(REQ_ID.get(), 2);
[INFO] [stderr]    |                    ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `spawn` in crate `tokio`
[INFO] [stderr]   --> tests/task_local.rs:24:21
[INFO] [stderr]    |
[INFO] [stderr] 24 |     let j3 = tokio::spawn(FOO.scope(true, 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] 6  | use loom::thread::spawn;
[INFO] [stderr]    |
[INFO] [stderr] 6  | use std::thread::spawn;
[INFO] [stderr]    |
[INFO] [stderr] 6  | use tokio_test::task::spawn;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FOO` in this scope
[INFO] [stderr]   --> tests/task_local.rs:24:27
[INFO] [stderr]    |
[INFO] [stderr] 24 |     let j3 = tokio::spawn(FOO.scope(true, async move {
[INFO] [stderr]    |                           ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FOO` in this scope
[INFO] [stderr]   --> tests/task_local.rs:25:17
[INFO] [stderr]    |
[INFO] [stderr] 25 |         assert!(FOO.get());
[INFO] [stderr]    |                 ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 15 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0425, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `tokio`.
[INFO] [stderr] 
[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 `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 `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_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 `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: 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: could not compile `tokio`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "8aeed94c2d2ed60268b9ee76c6a6f9e422db235cf4f53ca2d944236ced335c7e"`
[INFO] running `"docker" "rm" "-f" "8aeed94c2d2ed60268b9ee76c6a6f9e422db235cf4f53ca2d944236ced335c7e"`
[INFO] [stdout] 8aeed94c2d2ed60268b9ee76c6a6f9e422db235cf4f53ca2d944236ced335c7e
