[INFO] fetching crate zng-task 0.10.2...
[INFO] testing zng-task-0.10.2 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[INFO] extracting crate zng-task 0.10.2 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate zng-task 0.10.2
[INFO] finished tweaking crates.io crate zng-task 0.10.2
[INFO] tweaked toml for crates.io crate zng-task 0.10.2 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate zng-task 0.10.2 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate zng-task 0.10.2 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fe8d4371fe9a18676f2599c0fe7057f721da37f14a66d2522874b53b9a7874f8
[INFO] running `Command { std: "docker" "start" "-a" "fe8d4371fe9a18676f2599c0fe7057f721da37f14a66d2522874b53b9a7874f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fe8d4371fe9a18676f2599c0fe7057f721da37f14a66d2522874b53b9a7874f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fe8d4371fe9a18676f2599c0fe7057f721da37f14a66d2522874b53b9a7874f8", kill_on_drop: false }`
[INFO] [stdout] fe8d4371fe9a18676f2599c0fe7057f721da37f14a66d2522874b53b9a7874f8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e569c3a22a1318535ae0661f7f34063cc2b8778ebf7cf54d3dc1107fe83b1838
[INFO] running `Command { std: "docker" "start" "-a" "e569c3a22a1318535ae0661f7f34063cc2b8778ebf7cf54d3dc1107fe83b1838", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling linkme-impl v0.3.33
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling pastey v0.1.1
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling directories v6.0.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling smallbox v0.8.8
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling zng-task v0.10.2 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling zng-handle v0.4.0
[INFO] [stderr]    Compiling zng-clone-move v0.4.0
[INFO] [stderr]    Compiling pretty-type-name v1.0.1
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling futures-lite v2.6.1
[INFO] [stderr]    Compiling piper v0.2.4
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling async-channel v2.5.0
[INFO] [stderr]    Compiling async-lock v3.4.1
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling blocking v1.6.2
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling async-fs v2.2.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]    Compiling serde_spanned v1.0.3
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling toml v0.9.8
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling zng-var-proc-macros v0.5.0
[INFO] [stderr]    Compiling zng-task-proc-macros v0.4.0
[INFO] [stderr]    Compiling linkme v0.3.33
[INFO] [stderr]    Compiling bytemuck v1.24.0
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling zng-env-proc-macros v0.5.0
[INFO] [stderr]    Compiling zng-txt v0.5.0
[INFO] [stderr]    Compiling euclid v0.22.11
[INFO] [stderr]    Compiling zng-unique-id v0.9.0
[INFO] [stderr]    Compiling zng-env v0.8.0
[INFO] [stderr]    Compiling zng-state-map v0.8.0
[INFO] [stderr]    Compiling zng-app-context v0.10.0
[INFO] [stderr]    Compiling zng-unit v0.5.2
[INFO] [stderr]    Compiling zng-time v0.7.0
[INFO] [stderr]    Compiling zng-var v0.11.2
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.08s
[INFO] running `Command { std: "docker" "inspect" "e569c3a22a1318535ae0661f7f34063cc2b8778ebf7cf54d3dc1107fe83b1838", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e569c3a22a1318535ae0661f7f34063cc2b8778ebf7cf54d3dc1107fe83b1838", kill_on_drop: false }`
[INFO] [stdout] e569c3a22a1318535ae0661f7f34063cc2b8778ebf7cf54d3dc1107fe83b1838
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8baccab9fcb82e5ac4ee38af2a7bde7706016ccb74b6382fc69fc2323ae5dc96
[INFO] running `Command { std: "docker" "start" "-a" "8baccab9fcb82e5ac4ee38af2a7bde7706016ccb74b6382fc69fc2323ae5dc96", kill_on_drop: false }`
[INFO] [stderr]    Compiling zng-task v0.10.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.23s
[INFO] running `Command { std: "docker" "inspect" "8baccab9fcb82e5ac4ee38af2a7bde7706016ccb74b6382fc69fc2323ae5dc96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8baccab9fcb82e5ac4ee38af2a7bde7706016ccb74b6382fc69fc2323ae5dc96", kill_on_drop: false }`
[INFO] [stdout] 8baccab9fcb82e5ac4ee38af2a7bde7706016ccb74b6382fc69fc2323ae5dc96
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8d09870e1d316e5358b9331b3a4c2213b2a3ee439943d88395b1b5f1df137243
[INFO] running `Command { std: "docker" "start" "-a" "8d09870e1d316e5358b9331b3a4c2213b2a3ee439943d88395b1b5f1df137243", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/zng_task-df9107b56f1b781c)
[INFO] [stdout] 
[INFO] [stdout] running 31 tests
[INFO] [stdout] test io::tests::mc_buf_reader_error_completed ... ok
[INFO] [stdout] test progress::tests::fct_0 ... ok
[INFO] [stdout] test progress::tests::fct_05 ... ok
[INFO] [stdout] test progress::tests::fct_1 ... ok
[INFO] [stdout] test io::tests::mc_buf_reader_completed ... ok
[INFO] [stdout] test progress::tests::fct_n1 ... ok
[INFO] [stdout] test progress::tests::ten_of_ten ... ok
[INFO] [stdout] test progress::tests::ten_of_one ... ok
[INFO] [stdout] test progress::tests::five_of_ten ... ok
[INFO] [stdout] test progress::tests::fct_2 ... ok
[INFO] [stdout] test tests::any_one ... ok
[INFO] [stdout] test tests::any_nine ... ok
[INFO] [stdout] test progress::tests::zero_of_zero ... ok
[INFO] [stdout] test rayon_ctx::tests::chain_for_each_with_context ... ok
[INFO] [stdout] test rayon_ctx::tests::map_and_sum_with_context ... ok
[INFO] [stdout] test rayon_ctx::tests::chain_for_each_with_context_inverted ... ok
[INFO] [stdout] test tests::run_wake_immediately ... ok
[INFO] [stdout] test rayon_ctx::tests::for_each_with_context ... ok
[INFO] [stdout] test io::tests::mc_buf_reader_single ... ok
[INFO] [stdout] test io::tests::mc_buf_reader_parallel ... ok
[INFO] [stdout] test io::tests::mc_buf_reader_sequential ... ok
[INFO] [stdout] test io::tests::mc_buf_reader_parallel_with_delay1 ... ok
[INFO] [stdout] test io::tests::mc_buf_reader_parallel_with_delay2 ... ok
[INFO] [stdout] test tests::run_panic_handling ... ok
[INFO] [stdout] test io::tests::mc_buf_reader_error ... ok
[INFO] [stdout] test tests::run_panic_handling_parallel ... ok
[INFO] [stdout] test tests::fn_all_ok_err ... ok
[INFO] [stdout] test tests::fn_all_some_none ... ok
[INFO] [stdout] test tests::fn_all ... ok
[INFO] [stdout] test tests::fn_all_ok_ok ... ok
[INFO] [stdout] test tests::fn_all_some_some ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.02s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests zng_task
[INFO] [stdout] 
[INFO] [stdout] running 21 tests
[INFO] [stdout] test src/channel.rs - channel::unbounded (line 260) - compile ... ok
[INFO] [stdout] test src/channel.rs - channel::rendezvous (line 357) - compile ... ok
[INFO] [stdout] test src/lib.rs - all_ok (line 1685) ... FAILED
[INFO] [stdout] test src/channel.rs - channel::bounded (line 310) - compile ... ok
[INFO] [stdout] test src/lib.rs - all_ok (line 1667) ... FAILED
[INFO] [stdout] test src/channel.rs - channel (line 10) - compile ... ok
[INFO] [stdout] test src/lib.rs - all_some (line 1864) ... FAILED
[INFO] [stdout] test src/lib.rs - all (line 989) ... FAILED
[INFO] [stdout] test src/lib.rs - any_some (line 1503) ... FAILED
[INFO] [stdout] test src/lib.rs - all_some (line 1875) ... FAILED
[INFO] [stdout] test src/lib.rs - any (line 1163) ... FAILED
[INFO] [stdout] test src/lib.rs - future_fn (line 919) ... ok
[INFO] [stdout] test src/lib.rs - set_spawn_panic_handler (line 2228) ... ok
[INFO] [stdout] test src/lib.rs - any_ok (line 1318) ... FAILED
[INFO] [stdout] test src/lib.rs - run (line 361) ... ok
[INFO] [stdout] test src/lib.rs - deadline (line 849) ... ok
[INFO] [stdout] test src/lib.rs - wait (line 630) ... ok
[INFO] [stdout] test src/lib.rs - SignalOnce (line 2030) ... ok
[INFO] [stdout] test src/lib.rs - spawn (line 86) ... ok
[INFO] [stdout] test src/lib.rs - respond (line 488) ... ok
[INFO] [stdout] test src/lib.rs - block_on (line 753) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - all_ok (line 1685) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `doc_test` in crate `task`
[INFO] [stdout]     --> src/lib.rs:1690:7
[INFO] [stdout]      |
[INFO] [stdout] 1690 | task::doc_test(false, async {
[INFO] [stdout]      |       ^^^^^^^^ not found in `task`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/workdir/src/lib.rs:804:8
[INFO] [stdout]      |
[INFO] [stdout]  803 | #[cfg(any(test, doc, feature = "test_util"))]
[INFO] [stdout]      |          ---------------------------------- the item is gated here
[INFO] [stdout]  804 | pub fn doc_test<F>(spin: bool, task: impl IntoFuture<IntoFuture = F>) -> F::Output
[INFO] [stdout]      |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - all_ok (line 1667) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `doc_test` in crate `task`
[INFO] [stdout]     --> src/lib.rs:1672:7
[INFO] [stdout]      |
[INFO] [stdout] 1672 | task::doc_test(false, async {
[INFO] [stdout]      |       ^^^^^^^^ not found in `task`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/workdir/src/lib.rs:804:8
[INFO] [stdout]      |
[INFO] [stdout]  803 | #[cfg(any(test, doc, feature = "test_util"))]
[INFO] [stdout]      |          ---------------------------------- the item is gated here
[INFO] [stdout]  804 | pub fn doc_test<F>(spin: bool, task: impl IntoFuture<IntoFuture = F>) -> F::Output
[INFO] [stdout]      |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - all_some (line 1864) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `doc_test` in crate `task`
[INFO] [stdout]     --> src/lib.rs:1867:7
[INFO] [stdout]      |
[INFO] [stdout] 1867 | task::doc_test(false, async {
[INFO] [stdout]      |       ^^^^^^^^ not found in `task`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/workdir/src/lib.rs:804:8
[INFO] [stdout]      |
[INFO] [stdout]  803 | #[cfg(any(test, doc, feature = "test_util"))]
[INFO] [stdout]      |          ---------------------------------- the item is gated here
[INFO] [stdout]  804 | pub fn doc_test<F>(spin: bool, task: impl IntoFuture<IntoFuture = F>) -> F::Output
[INFO] [stdout]      |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - all (line 989) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `doc_test` in crate `task`
[INFO] [stdout]    --> src/lib.rs:993:7
[INFO] [stdout]     |
[INFO] [stdout] 993 | task::doc_test(false, async {
[INFO] [stdout]     |       ^^^^^^^^ not found in `task`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:804:8
[INFO] [stdout]     |
[INFO] [stdout] 803 | #[cfg(any(test, doc, feature = "test_util"))]
[INFO] [stdout]     |          ---------------------------------- the item is gated here
[INFO] [stdout] 804 | pub fn doc_test<F>(spin: bool, task: impl IntoFuture<IntoFuture = F>) -> F::Output
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - any_some (line 1503) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `doc_test` in crate `task`
[INFO] [stdout]     --> src/lib.rs:1506:7
[INFO] [stdout]      |
[INFO] [stdout] 1506 | task::doc_test(false, async {
[INFO] [stdout]      |       ^^^^^^^^ not found in `task`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/workdir/src/lib.rs:804:8
[INFO] [stdout]      |
[INFO] [stdout]  803 | #[cfg(any(test, doc, feature = "test_util"))]
[INFO] [stdout]      |          ---------------------------------- the item is gated here
[INFO] [stdout]  804 | pub fn doc_test<F>(spin: bool, task: impl IntoFuture<IntoFuture = F>) -> F::Output
[INFO] [stdout]      |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - all_some (line 1875) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `doc_test` in crate `task`
[INFO] [stdout]     --> src/lib.rs:1878:7
[INFO] [stdout]      |
[INFO] [stdout] 1878 | task::doc_test(false, async {
[INFO] [stdout]      |       ^^^^^^^^ not found in `task`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/workdir/src/lib.rs:804:8
[INFO] [stdout]      |
[INFO] [stdout]  803 | #[cfg(any(test, doc, feature = "test_util"))]
[INFO] [stdout]      |          ---------------------------------- the item is gated here
[INFO] [stdout]  804 | pub fn doc_test<F>(spin: bool, task: impl IntoFuture<IntoFuture = F>) -> F::Output
[INFO] [stdout]      |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - any (line 1163) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `doc_test` in crate `task`
[INFO] [stdout]     --> src/lib.rs:1168:7
[INFO] [stdout]      |
[INFO] [stdout] 1168 | task::doc_test(false, async {
[INFO] [stdout]      |       ^^^^^^^^ not found in `task`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/workdir/src/lib.rs:804:8
[INFO] [stdout]      |
[INFO] [stdout]  803 | #[cfg(any(test, doc, feature = "test_util"))]
[INFO] [stdout]      |          ---------------------------------- the item is gated here
[INFO] [stdout]  804 | pub fn doc_test<F>(spin: bool, task: impl IntoFuture<IntoFuture = F>) -> F::Output
[INFO] [stdout]      |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - any_ok (line 1318) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `doc_test` in crate `task`
[INFO] [stdout]     --> src/lib.rs:1323:7
[INFO] [stdout]      |
[INFO] [stdout] 1323 | task::doc_test(false, async {
[INFO] [stdout]      |       ^^^^^^^^ not found in `task`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/workdir/src/lib.rs:804:8
[INFO] [stdout]      |
[INFO] [stdout]  803 | #[cfg(any(test, doc, feature = "test_util"))]
[INFO] [stdout]      |          ---------------------------------- the item is gated here
[INFO] [stdout]  804 | pub fn doc_test<F>(spin: bool, task: impl IntoFuture<IntoFuture = F>) -> F::Output
[INFO] [stdout]      |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - all (line 989)
[INFO] [stdout]     src/lib.rs - all_ok (line 1667)
[INFO] [stdout]     src/lib.rs - all_ok (line 1685)
[INFO] [stdout]     src/lib.rs - all_some (line 1864)
[INFO] [stdout]     src/lib.rs - all_some (line 1875)
[INFO] [stdout]     src/lib.rs - any (line 1163)
[INFO] [stdout]     src/lib.rs - any_ok (line 1318)
[INFO] [stdout]     src/lib.rs - any_some (line 1503)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 13 passed; 8 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.89s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 1.17s; merged doctests compilation took 0.27s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "8d09870e1d316e5358b9331b3a4c2213b2a3ee439943d88395b1b5f1df137243", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8d09870e1d316e5358b9331b3a4c2213b2a3ee439943d88395b1b5f1df137243", kill_on_drop: false }`
[INFO] [stdout] 8d09870e1d316e5358b9331b3a4c2213b2a3ee439943d88395b1b5f1df137243
