[INFO] fetching crate console-subscriber 0.5.0...
[INFO] testing console-subscriber-0.5.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate console-subscriber 0.5.0 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate console-subscriber 0.5.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate console-subscriber 0.5.0
[INFO] tweaked toml for crates.io crate console-subscriber 0.5.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate console-subscriber 0.5.0 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate console-subscriber 0.5.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tonic-prost v0.14.2
[INFO] [stderr]   Downloaded prost-types v0.14.1
[INFO] [stderr]   Downloaded vsock v0.5.1
[INFO] [stderr]   Downloaded tokio-vsock v0.7.2
[INFO] [stderr]   Downloaded console-api v0.9.0
[INFO] [stderr]   Downloaded axum-core v0.5.4
[INFO] [stderr]   Downloaded tonic v0.14.2
[INFO] [stderr]   Downloaded axum v0.8.5
[INFO] [stderr]   Downloaded tonic-web v0.14.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 32b0f0463a06623e78bde7e7bc7b5d3d2fd559737619d1e126cbb0d5b5dc4d28
[INFO] running `Command { std: "docker" "start" "-a" "32b0f0463a06623e78bde7e7bc7b5d3d2fd559737619d1e126cbb0d5b5dc4d28", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "32b0f0463a06623e78bde7e7bc7b5d3d2fd559737619d1e126cbb0d5b5dc4d28", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "32b0f0463a06623e78bde7e7bc7b5d3d2fd559737619d1e126cbb0d5b5dc4d28", kill_on_drop: false }`
[INFO] [stdout] 32b0f0463a06623e78bde7e7bc7b5d3d2fd559737619d1e126cbb0d5b5dc4d28
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f9426d1aa2d4d9601d46d10160ecdcd46c627927bccbfafe2f1f825131c4ee79
[INFO] running `Command { std: "docker" "start" "-a" "f9426d1aa2d4d9601d46d10160ecdcd46c627927bccbfafe2f1f825131c4ee79", kill_on_drop: false }`
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling humantime v2.3.0
[INFO] [stderr]    Compiling axum-core v0.5.4
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling hdrhistogram v7.5.4
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling prost-derive v0.14.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling prost v0.14.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling prost-types v0.14.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling h2 v0.4.12
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling axum v0.8.5
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling hyper-util v0.1.17
[INFO] [stderr]    Compiling hyper-timeout v0.5.2
[INFO] [stderr]    Compiling tonic v0.14.2
[INFO] [stderr]    Compiling tonic-prost v0.14.2
[INFO] [stderr]    Compiling console-api v0.9.0
[INFO] [stderr]    Compiling console-subscriber v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.93s
[INFO] running `Command { std: "docker" "inspect" "f9426d1aa2d4d9601d46d10160ecdcd46c627927bccbfafe2f1f825131c4ee79", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f9426d1aa2d4d9601d46d10160ecdcd46c627927bccbfafe2f1f825131c4ee79", kill_on_drop: false }`
[INFO] [stdout] f9426d1aa2d4d9601d46d10160ecdcd46c627927bccbfafe2f1f825131c4ee79
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] da9ecbd5365b1c8946b346065a75d5327ffcd38c12b3e16a7a7f55e36737b863
[INFO] running `Command { std: "docker" "start" "-a" "da9ecbd5365b1c8946b346065a75d5327ffcd38c12b3e16a7a7f55e36737b863", kill_on_drop: false }`
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling h2 v0.4.12
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling axum v0.8.5
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling hyper-util v0.1.17
[INFO] [stderr]    Compiling hyper-timeout v0.5.2
[INFO] [stderr]    Compiling tonic v0.14.2
[INFO] [stderr]    Compiling tonic-prost v0.14.2
[INFO] [stderr]    Compiling tonic-web v0.14.2
[INFO] [stderr]    Compiling console-api v0.9.0
[INFO] [stderr]    Compiling console-subscriber v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> examples/uds.rs:28:11
[INFO] [stdout]     |
[INFO] [stdout]  28 |     task::Builder::default()
[INFO] [stdout]     |           ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   9 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   9 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   9 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   9 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  28 -     task::Builder::default()
[INFO] [stdout]  28 +     Builder::default()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> tests/support/subscriber.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |                 task::Builder::new()
[INFO] [stdout]     |                       ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::support::subscriber::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 6 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  82 -                 task::Builder::new()
[INFO] [stdout]  82 +                 Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> tests/support/subscriber.rs:87:42
[INFO] [stdout]     |
[INFO] [stdout]  87 |                 let actual_tasks = task::Builder::new()
[INFO] [stdout]     |                                          ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::support::subscriber::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 6 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  87 -                 let actual_tasks = task::Builder::new()
[INFO] [stdout]  87 +                 let actual_tasks = Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> tests/support/subscriber.rs:112:23
[INFO] [stdout]     |
[INFO] [stdout] 112 |             _ = task::Builder::new()
[INFO] [stdout]     |                       ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::support::subscriber::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 6 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 112 -             _ = task::Builder::new()
[INFO] [stdout] 112 +             _ = Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> tests/support/subscriber.rs:117:23
[INFO] [stdout]     |
[INFO] [stdout] 117 |             _ = task::Builder::new()
[INFO] [stdout]     |                       ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::support::subscriber::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 6 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 117 -             _ = task::Builder::new()
[INFO] [stdout] 117 +             _ = Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> tests/support/subscriber.rs:162:27
[INFO] [stdout]     |
[INFO] [stdout] 162 |     let aggregate = task::Builder::new()
[INFO] [stdout]     |                           ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::support::subscriber::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 6 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 162 -     let aggregate = task::Builder::new()
[INFO] [stdout] 162 +     let aggregate = Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> tests/support/mod.rs:60:18
[INFO] [stdout]     |
[INFO] [stdout]  60 |     tokio::task::Builder::new()
[INFO] [stdout]     |                  ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  60 -     tokio::task::Builder::new()
[INFO] [stdout]  60 +     Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `console-subscriber` (example "uds") due to 1 previous error
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> tests/support/subscriber.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |                 task::Builder::new()
[INFO] [stdout]     |                       ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::support::subscriber::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 6 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  82 -                 task::Builder::new()
[INFO] [stdout]  82 +                 Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> tests/support/subscriber.rs:87:42
[INFO] [stdout]     |
[INFO] [stdout]  87 |                 let actual_tasks = task::Builder::new()
[INFO] [stdout]     |                                          ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::support::subscriber::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 6 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  87 -                 let actual_tasks = task::Builder::new()
[INFO] [stdout]  87 +                 let actual_tasks = Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> tests/support/subscriber.rs:112:23
[INFO] [stdout]     |
[INFO] [stdout] 112 |             _ = task::Builder::new()
[INFO] [stdout]     |                       ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::support::subscriber::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 6 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 112 -             _ = task::Builder::new()
[INFO] [stdout] 112 +             _ = Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> tests/support/subscriber.rs:117:23
[INFO] [stdout]     |
[INFO] [stdout] 117 |             _ = task::Builder::new()
[INFO] [stdout]     |                       ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::support::subscriber::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 6 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 117 -             _ = task::Builder::new()
[INFO] [stdout] 117 +             _ = Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> tests/support/subscriber.rs:162:27
[INFO] [stdout]     |
[INFO] [stdout] 162 |     let aggregate = task::Builder::new()
[INFO] [stdout]     |                           ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::support::subscriber::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 6 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 162 -     let aggregate = task::Builder::new()
[INFO] [stdout] 162 +     let aggregate = Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> tests/support/mod.rs:60:18
[INFO] [stdout]     |
[INFO] [stdout]  60 |     tokio::task::Builder::new()
[INFO] [stdout]     |                  ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  60 -     tokio::task::Builder::new()
[INFO] [stdout]  60 +     Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> examples/long_scheduled.rs:35:23
[INFO] [stdout]     |
[INFO] [stdout]  35 |     let jh_rx = task::Builder::new()
[INFO] [stdout]     |                       ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]  19 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]  19 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]  19 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]  19 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  35 -     let jh_rx = task::Builder::new()
[INFO] [stdout]  35 +     let jh_rx = Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> examples/long_scheduled.rs:39:23
[INFO] [stdout]     |
[INFO] [stdout]  39 |     let jh_tx = task::Builder::new()
[INFO] [stdout]     |                       ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]  19 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]  19 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]  19 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]  19 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  39 -     let jh_tx = task::Builder::new()
[INFO] [stdout]  39 +     let jh_tx = Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> examples/mutex.rs:8:11
[INFO] [stdout]     |
[INFO] [stdout]   8 |     task::Builder::default()
[INFO] [stdout]     |           ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]   8 -     task::Builder::default()
[INFO] [stdout]   8 +     Builder::default()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> examples/mutex.rs:15:30
[INFO] [stdout]     |
[INFO] [stdout]  15 |                 tokio::task::Builder::default()
[INFO] [stdout]     |                              ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  15 -                 tokio::task::Builder::default()
[INFO] [stdout]  15 +                 Builder::default()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> examples/rwlock.rs:8:11
[INFO] [stdout]     |
[INFO] [stdout]   8 |     task::Builder::default()
[INFO] [stdout]     |           ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]   8 -     task::Builder::default()
[INFO] [stdout]   8 +     Builder::default()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> examples/rwlock.rs:15:30
[INFO] [stdout]     |
[INFO] [stdout]  15 |                 tokio::task::Builder::default()
[INFO] [stdout]     |                              ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  15 -                 tokio::task::Builder::default()
[INFO] [stdout]  15 +                 Builder::default()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> examples/long_sleep.rs:14:29
[INFO] [stdout]     |
[INFO] [stdout]  14 |     let long_sleeps = task::Builder::new()
[INFO] [stdout]     |                             ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  14 -     let long_sleeps = task::Builder::new()
[INFO] [stdout]  14 +     let long_sleeps = Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> examples/long_sleep.rs:19:31
[INFO] [stdout]     |
[INFO] [stdout]  19 |     let sleep_forever = task::Builder::new()
[INFO] [stdout]     |                               ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  19 -     let sleep_forever = task::Builder::new()
[INFO] [stdout]  19 +     let sleep_forever = Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> examples/app.rs:27:30
[INFO] [stdout]     |
[INFO] [stdout]  27 |                 tokio::task::Builder::new()
[INFO] [stdout]     |                              ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  27 -                 tokio::task::Builder::new()
[INFO] [stdout]  27 +                 Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> examples/app.rs:33:30
[INFO] [stdout]     |
[INFO] [stdout]  33 |                 tokio::task::Builder::new()
[INFO] [stdout]     |                              ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  33 -                 tokio::task::Builder::new()
[INFO] [stdout]  33 +                 Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> examples/app.rs:39:30
[INFO] [stdout]     |
[INFO] [stdout]  39 |                 tokio::task::Builder::new()
[INFO] [stdout]     |                              ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  39 -                 tokio::task::Builder::new()
[INFO] [stdout]  39 +                 Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> examples/app.rs:45:30
[INFO] [stdout]     |
[INFO] [stdout]  45 |                 tokio::task::Builder::new()
[INFO] [stdout]     |                              ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  45 -                 tokio::task::Builder::new()
[INFO] [stdout]  45 +                 Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> examples/app.rs:51:30
[INFO] [stdout]     |
[INFO] [stdout]  51 |                 tokio::task::Builder::new()
[INFO] [stdout]     |                              ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  51 -                 tokio::task::Builder::new()
[INFO] [stdout]  51 +                 Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> examples/app.rs:57:30
[INFO] [stdout]     |
[INFO] [stdout]  57 |                 tokio::task::Builder::new()
[INFO] [stdout]     |                              ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  57 -                 tokio::task::Builder::new()
[INFO] [stdout]  57 +                 Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> examples/app.rs:62:30
[INFO] [stdout]     |
[INFO] [stdout]  62 |                 tokio::task::Builder::new()
[INFO] [stdout]     |                              ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  62 -                 tokio::task::Builder::new()
[INFO] [stdout]  62 +                 Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> examples/app.rs:81:30
[INFO] [stdout]     |
[INFO] [stdout]  81 |     let task1 = tokio::task::Builder::new()
[INFO] [stdout]     |                              ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  81 -     let task1 = tokio::task::Builder::new()
[INFO] [stdout]  81 +     let task1 = Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> examples/app.rs:85:30
[INFO] [stdout]     |
[INFO] [stdout]  85 |     let task2 = tokio::task::Builder::new()
[INFO] [stdout]     |                              ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  85 -     let task2 = tokio::task::Builder::new()
[INFO] [stdout]  85 +     let task2 = Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> examples/app.rs:104:26
[INFO] [stdout]     |
[INFO] [stdout] 104 |             tokio::task::Builder::new()
[INFO] [stdout]     |                          ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 104 -             tokio::task::Builder::new()
[INFO] [stdout] 104 +             Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> examples/app.rs:149:35
[INFO] [stdout]     |
[INFO] [stdout] 149 |         let handle = tokio::task::Builder::new()
[INFO] [stdout]     |                                   ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 149 -         let handle = tokio::task::Builder::new()
[INFO] [stdout] 149 +         let handle = Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> examples/app.rs:188:18
[INFO] [stdout]     |
[INFO] [stdout] 188 |     tokio::task::Builder::new()
[INFO] [stdout]     |                  ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 188 -     tokio::task::Builder::new()
[INFO] [stdout] 188 +     Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `console-subscriber` (example "mutex") due to 2 previous errors
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> tests/support/subscriber.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |                 task::Builder::new()
[INFO] [stdout]     |                       ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::support::subscriber::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 6 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  82 -                 task::Builder::new()
[INFO] [stdout]  82 +                 Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> tests/support/subscriber.rs:87:42
[INFO] [stdout]     |
[INFO] [stdout]  87 |                 let actual_tasks = task::Builder::new()
[INFO] [stdout]     |                                          ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::support::subscriber::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 6 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  87 -                 let actual_tasks = task::Builder::new()
[INFO] [stdout]  87 +                 let actual_tasks = Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> examples/semaphore.rs:8:11
[INFO] [stdout]     |
[INFO] [stdout]   8 |     task::Builder::default()
[INFO] [stdout]     |           ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]   8 -     task::Builder::default()
[INFO] [stdout]   8 +     Builder::default()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> examples/semaphore.rs:19:34
[INFO] [stdout]     |
[INFO] [stdout]  19 |                     tokio::task::Builder::default()
[INFO] [stdout]     |                                  ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  19 -                     tokio::task::Builder::default()
[INFO] [stdout]  19 +                     Builder::default()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> examples/semaphore.rs:28:34
[INFO] [stdout]     |
[INFO] [stdout]  28 |                     tokio::task::Builder::default()
[INFO] [stdout]     |                                  ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  28 -                     tokio::task::Builder::default()
[INFO] [stdout]  28 +                     Builder::default()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> tests/support/subscriber.rs:112:23
[INFO] [stdout]     |
[INFO] [stdout] 112 |             _ = task::Builder::new()
[INFO] [stdout]     |                       ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::support::subscriber::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 6 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 112 -             _ = task::Builder::new()
[INFO] [stdout] 112 +             _ = Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> tests/support/subscriber.rs:117:23
[INFO] [stdout]     |
[INFO] [stdout] 117 |             _ = task::Builder::new()
[INFO] [stdout]     |                       ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::support::subscriber::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 6 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 117 -             _ = task::Builder::new()
[INFO] [stdout] 117 +             _ = Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> tests/support/subscriber.rs:162:27
[INFO] [stdout]     |
[INFO] [stdout] 162 |     let aggregate = task::Builder::new()
[INFO] [stdout]     |                           ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::support::subscriber::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 6 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 162 -     let aggregate = task::Builder::new()
[INFO] [stdout] 162 +     let aggregate = Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> tests/support/mod.rs:60:18
[INFO] [stdout]     |
[INFO] [stdout]  60 |     tokio::task::Builder::new()
[INFO] [stdout]     |                  ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  60 -     tokio::task::Builder::new()
[INFO] [stdout]  60 +     Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> tests/framework.rs:95:15
[INFO] [stdout]     |
[INFO] [stdout]  95 |         task::Builder::new()
[INFO] [stdout]     |               ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   8 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  95 -         task::Builder::new()
[INFO] [stdout]  95 +         Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> tests/framework.rs:127:27
[INFO] [stdout]     |
[INFO] [stdout] 127 |         let task1 = task::Builder::new()
[INFO] [stdout]     |                           ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   8 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 127 -         let task1 = task::Builder::new()
[INFO] [stdout] 127 +         let task1 = Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> tests/framework.rs:131:27
[INFO] [stdout]     |
[INFO] [stdout] 131 |         let task2 = task::Builder::new()
[INFO] [stdout]     |                           ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   8 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 131 -         let task2 = task::Builder::new()
[INFO] [stdout] 131 +         let task2 = Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> tests/framework.rs:161:27
[INFO] [stdout]     |
[INFO] [stdout] 161 |         let task1 = task::Builder::new()
[INFO] [stdout]     |                           ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   8 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 161 -         let task1 = task::Builder::new()
[INFO] [stdout] 161 +         let task1 = Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> tests/framework.rs:165:27
[INFO] [stdout]     |
[INFO] [stdout] 165 |         let task2 = task::Builder::new()
[INFO] [stdout]     |                           ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   8 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 165 -         let task2 = task::Builder::new()
[INFO] [stdout] 165 +         let task2 = Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `console-subscriber` (example "long_sleep") due to 2 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/semaphore.rs:39:13
[INFO] [stdout]    |
[INFO] [stdout] 39 |             all_tasks.await.unwrap();
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `console-subscriber` (example "long_scheduled") due to 2 previous errors
[INFO] [stderr] error: could not compile `console-subscriber` (example "rwlock") due to 2 previous errors
[INFO] [stderr] error: could not compile `console-subscriber` (example "semaphore") due to 4 previous errors
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> examples/barrier.rs:9:11
[INFO] [stdout]     |
[INFO] [stdout]   9 |     task::Builder::default()
[INFO] [stdout]     |           ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]   9 -     task::Builder::default()
[INFO] [stdout]   9 +     Builder::default()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> examples/barrier.rs:18:27
[INFO] [stdout]     |
[INFO] [stdout]  18 |                     task::Builder::default()
[INFO] [stdout]     |                           ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  18 -                     task::Builder::default()
[INFO] [stdout]  18 +                     Builder::default()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/support/subscriber.rs:87:36
[INFO] [stdout]    |
[INFO] [stdout] 87 |                   let actual_tasks = task::Builder::new()
[INFO] [stdout]    |  ____________________________________^
[INFO] [stdout] 88 | |                     .name("console::client")
[INFO] [stdout] 89 | |                     .spawn(console_client(client_stream, test_state.clone()))
[INFO] [stdout] 90 | |                     .expect("console-test error: could not spawn 'console-client' task")
[INFO] [stdout] 91 | |                     .await
[INFO] [stdout]    | |__________________________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/barrier.rs:31:35
[INFO] [stdout]    |
[INFO] [stdout] 31 |                 let wait_result = handle.await.unwrap();
[INFO] [stdout]    |                                   ^^^^^^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> tests/support/subscriber.rs:82:23
[INFO] [stdout]     |
[INFO] [stdout]  82 |                 task::Builder::new()
[INFO] [stdout]     |                       ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::support::subscriber::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 6 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  82 -                 task::Builder::new()
[INFO] [stdout]  82 +                 Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> tests/support/subscriber.rs:87:42
[INFO] [stdout]     |
[INFO] [stdout]  87 |                 let actual_tasks = task::Builder::new()
[INFO] [stdout]     |                                          ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::support::subscriber::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 6 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  87 -                 let actual_tasks = task::Builder::new()
[INFO] [stdout]  87 +                 let actual_tasks = Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> tests/support/subscriber.rs:112:23
[INFO] [stdout]     |
[INFO] [stdout] 112 |             _ = task::Builder::new()
[INFO] [stdout]     |                       ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::support::subscriber::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 6 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 112 -             _ = task::Builder::new()
[INFO] [stdout] 112 +             _ = Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> tests/support/subscriber.rs:117:23
[INFO] [stdout]     |
[INFO] [stdout] 117 |             _ = task::Builder::new()
[INFO] [stdout]     |                       ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::support::subscriber::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 6 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 117 -             _ = task::Builder::new()
[INFO] [stdout] 117 +             _ = Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> tests/support/subscriber.rs:162:27
[INFO] [stdout]     |
[INFO] [stdout] 162 |     let aggregate = task::Builder::new()
[INFO] [stdout]     |                           ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::support::subscriber::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 6 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 162 -     let aggregate = task::Builder::new()
[INFO] [stdout] 162 +     let aggregate = Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Builder` in `task`
[INFO] [stdout]    --> tests/support/mod.rs:60:18
[INFO] [stdout]     |
[INFO] [stdout]  60 |     tokio::task::Builder::new()
[INFO] [stdout]     |                  ^^^^^^^ could not find `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/mod.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 314 | /     cfg_trace! {
[INFO] [stdout] 315 | |         mod builder;
[INFO] [stdout] 316 | |         pub use builder::Builder;
[INFO] [stdout]     | |                          ^^^^^^^
[INFO] [stdout] 317 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::thread::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use console_subscriber::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::request::Builder;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use http::response::Builder;
[INFO] [stdout]     |
[INFO] [stdout]     = and 5 other candidates
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  60 -     tokio::task::Builder::new()
[INFO] [stdout]  60 +     Builder::new()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/support/subscriber.rs:87:36
[INFO] [stdout]    |
[INFO] [stdout] 87 |                   let actual_tasks = task::Builder::new()
[INFO] [stdout]    |  ____________________________________^
[INFO] [stdout] 88 | |                     .name("console::client")
[INFO] [stdout] 89 | |                     .spawn(console_client(client_stream, test_state.clone()))
[INFO] [stdout] 90 | |                     .expect("console-test error: could not spawn 'console-client' task")
[INFO] [stdout] 91 | |                     .await
[INFO] [stdout]    | |__________________________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `console-subscriber` (example "barrier") due to 3 previous errors
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/app.rs:90:18
[INFO] [stdout]    |
[INFO] [stdout] 90 |       let result = tokio::try_join! {
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 91 | |         task1,
[INFO] [stdout] 92 | |         task2,
[INFO] [stdout] 93 | |     };
[INFO] [stdout]    | |_____^ cannot infer type
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::try_join` which comes from the expansion of the macro `tokio::try_join` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/app.rs:90:18
[INFO] [stdout]    |
[INFO] [stdout] 90 |       let result = tokio::try_join! {
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 91 | |         task1,
[INFO] [stdout] 92 | |         task2,
[INFO] [stdout] 93 | |     };
[INFO] [stdout]    | |_____^ cannot infer type
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::try_join` which comes from the expansion of the macro `tokio::try_join` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `console-subscriber` (test "spawn") due to 7 previous errors
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/app.rs:90:18
[INFO] [stdout]    |
[INFO] [stdout] 90 |       let result = tokio::try_join! {
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 91 | |         task1,
[INFO] [stdout] 92 | |         task2,
[INFO] [stdout] 93 | |     };
[INFO] [stdout]    | |_____^ cannot infer type
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::try_join` which comes from the expansion of the macro `tokio::try_join` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/app.rs:90:18
[INFO] [stdout]    |
[INFO] [stdout] 90 |       let result = tokio::try_join! {
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 91 | |         task1,
[INFO] [stdout] 92 | |         task2,
[INFO] [stdout] 93 | |     };
[INFO] [stdout]    | |_____^ cannot infer type
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::try_join` which comes from the expansion of the macro `tokio::try_join` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `console-subscriber` (example "app") due to 16 previous errors
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/support/subscriber.rs:87:36
[INFO] [stdout]    |
[INFO] [stdout] 87 |                   let actual_tasks = task::Builder::new()
[INFO] [stdout]    |  ____________________________________^
[INFO] [stdout] 88 | |                     .name("console::client")
[INFO] [stdout] 89 | |                     .spawn(console_client(client_stream, test_state.clone()))
[INFO] [stdout] 90 | |                     .expect("console-test error: could not spawn 'console-client' task")
[INFO] [stdout] 91 | |                     .await
[INFO] [stdout]    | |__________________________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/support/subscriber.rs:87:36
[INFO] [stdout]    |
[INFO] [stdout] 87 |                   let actual_tasks = task::Builder::new()
[INFO] [stdout]    |  ____________________________________^
[INFO] [stdout] 88 | |                     .name("console::client")
[INFO] [stdout] 89 | |                     .spawn(console_client(client_stream, test_state.clone()))
[INFO] [stdout] 90 | |                     .expect("console-test error: could not spawn 'console-client' task")
[INFO] [stdout] 91 | |                     .await
[INFO] [stdout]    | |__________________________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `console-subscriber` (test "wake") due to 7 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0282, E0433.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `console-subscriber` (test "poll") due to 7 previous errors
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/framework.rs:136:9
[INFO] [stdout]     |
[INFO] [stdout] 136 | /         tokio::try_join! {
[INFO] [stdout] 137 | |             task1,
[INFO] [stdout] 138 | |             task2,
[INFO] [stdout] 139 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::try_join` which comes from the expansion of the macro `tokio::try_join` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/framework.rs:136:9
[INFO] [stdout]     |
[INFO] [stdout] 136 | /         tokio::try_join! {
[INFO] [stdout] 137 | |             task1,
[INFO] [stdout] 138 | |             task2,
[INFO] [stdout] 139 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::try_join` which comes from the expansion of the macro `tokio::try_join` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/framework.rs:136:9
[INFO] [stdout]     |
[INFO] [stdout] 136 | /         tokio::try_join! {
[INFO] [stdout] 137 | |             task1,
[INFO] [stdout] 138 | |             task2,
[INFO] [stdout] 139 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::try_join` which comes from the expansion of the macro `tokio::try_join` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/framework.rs:136:9
[INFO] [stdout]     |
[INFO] [stdout] 136 | /         tokio::try_join! {
[INFO] [stdout] 137 | |             task1,
[INFO] [stdout] 138 | |             task2,
[INFO] [stdout] 139 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::try_join` which comes from the expansion of the macro `tokio::try_join` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/framework.rs:136:9
[INFO] [stdout]     |
[INFO] [stdout] 136 | /         tokio::try_join! {
[INFO] [stdout] 137 | |             task1,
[INFO] [stdout] 138 | |             task2,
[INFO] [stdout] 139 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::try_join` which comes from the expansion of the macro `tokio::try_join` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/framework.rs:170:9
[INFO] [stdout]     |
[INFO] [stdout] 170 | /         tokio::try_join! {
[INFO] [stdout] 171 | |             task1,
[INFO] [stdout] 172 | |             task2,
[INFO] [stdout] 173 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::try_join` which comes from the expansion of the macro `tokio::try_join` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/framework.rs:170:9
[INFO] [stdout]     |
[INFO] [stdout] 170 | /         tokio::try_join! {
[INFO] [stdout] 171 | |             task1,
[INFO] [stdout] 172 | |             task2,
[INFO] [stdout] 173 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::try_join` which comes from the expansion of the macro `tokio::try_join` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/framework.rs:170:9
[INFO] [stdout]     |
[INFO] [stdout] 170 | /         tokio::try_join! {
[INFO] [stdout] 171 | |             task1,
[INFO] [stdout] 172 | |             task2,
[INFO] [stdout] 173 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::try_join` which comes from the expansion of the macro `tokio::try_join` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/framework.rs:170:9
[INFO] [stdout]     |
[INFO] [stdout] 170 | /         tokio::try_join! {
[INFO] [stdout] 171 | |             task1,
[INFO] [stdout] 172 | |             task2,
[INFO] [stdout] 173 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::try_join` which comes from the expansion of the macro `tokio::try_join` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/framework.rs:170:9
[INFO] [stdout]     |
[INFO] [stdout] 170 | /         tokio::try_join! {
[INFO] [stdout] 171 | |             task1,
[INFO] [stdout] 172 | |             task2,
[INFO] [stdout] 173 | |         }
[INFO] [stdout]     | |_________^ cannot infer type
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::try_join` which comes from the expansion of the macro `tokio::try_join` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `console-subscriber` (test "framework") due to 22 previous errors
[INFO] running `Command { std: "docker" "inspect" "da9ecbd5365b1c8946b346065a75d5327ffcd38c12b3e16a7a7f55e36737b863", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da9ecbd5365b1c8946b346065a75d5327ffcd38c12b3e16a7a7f55e36737b863", kill_on_drop: false }`
[INFO] [stdout] da9ecbd5365b1c8946b346065a75d5327ffcd38c12b3e16a7a7f55e36737b863
