[INFO] fetching crate progress-token 0.7.0...
[INFO] testing progress-token-0.7.0 against 1.91.0 for beta-1.92-2
[INFO] extracting crate progress-token 0.7.0 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate progress-token 0.7.0
[INFO] finished tweaking crates.io crate progress-token 0.7.0
[INFO] tweaked toml for crates.io crate progress-token 0.7.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate progress-token 0.7.0 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate progress-token 0.7.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" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 707a42f3becf027a5a51fd082279c5adb85604973fd6b08a1d96bc2472bf196a
[INFO] running `Command { std: "docker" "start" "-a" "707a42f3becf027a5a51fd082279c5adb85604973fd6b08a1d96bc2472bf196a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "707a42f3becf027a5a51fd082279c5adb85604973fd6b08a1d96bc2472bf196a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "707a42f3becf027a5a51fd082279c5adb85604973fd6b08a1d96bc2472bf196a", kill_on_drop: false }`
[INFO] [stdout] 707a42f3becf027a5a51fd082279c5adb85604973fd6b08a1d96bc2472bf196a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5f07caa4c3eae4a362d62a089bc0bba042fe46b2fcf09c83c71ce589f38c2bf3
[INFO] running `Command { std: "docker" "start" "-a" "5f07caa4c3eae4a362d62a089bc0bba042fe46b2fcf09c83c71ce589f38c2bf3", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling tokio v1.44.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling tokio-util v0.7.14
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling progress-token v0.7.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:400:22
[INFO] [stdout]     |
[INFO] [stdout] 400 |     pub fn cancelled(&self) -> WaitForCancellationFuture {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 400 |     pub fn cancelled(&self) -> WaitForCancellationFuture<'_> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
[INFO] running `Command { std: "docker" "inspect" "5f07caa4c3eae4a362d62a089bc0bba042fe46b2fcf09c83c71ce589f38c2bf3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f07caa4c3eae4a362d62a089bc0bba042fe46b2fcf09c83c71ce589f38c2bf3", kill_on_drop: false }`
[INFO] [stdout] 5f07caa4c3eae4a362d62a089bc0bba042fe46b2fcf09c83c71ce589f38c2bf3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 60349077d32d02033327a0027ac98eb5b9e66815321b93d1cbc2fcbfdd358cae
[INFO] running `Command { std: "docker" "start" "-a" "60349077d32d02033327a0027ac98eb5b9e66815321b93d1cbc2fcbfdd358cae", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.44.1
[INFO] [stderr]    Compiling tokio-util v0.7.14
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling progress-token v0.7.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:400:22
[INFO] [stdout]     |
[INFO] [stdout] 400 |     pub fn cancelled(&self) -> WaitForCancellationFuture {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 400 |     pub fn cancelled(&self) -> WaitForCancellationFuture<'_> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:833:13
[INFO] [stdout]     |
[INFO] [stdout] 833 |         let mut root_inner = root.node.inner.lock().unwrap();
[INFO] [stdout]     |             ----^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `child2`
[INFO] [stdout]    --> src/lib.rs:887:13
[INFO] [stdout]     |
[INFO] [stdout] 887 |         let child2 = root.child(0.4, "child2".to_string());
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_child2`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:400:22
[INFO] [stdout]     |
[INFO] [stdout] 400 |     pub fn cancelled(&self) -> WaitForCancellationFuture {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 400 |     pub fn cancelled(&self) -> WaitForCancellationFuture<'_> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.91s
[INFO] running `Command { std: "docker" "inspect" "60349077d32d02033327a0027ac98eb5b9e66815321b93d1cbc2fcbfdd358cae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "60349077d32d02033327a0027ac98eb5b9e66815321b93d1cbc2fcbfdd358cae", kill_on_drop: false }`
[INFO] [stdout] 60349077d32d02033327a0027ac98eb5b9e66815321b93d1cbc2fcbfdd358cae
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f8c08b475cc92989c71461363621bee355b59f4596b2943c344c27432bfa585e
[INFO] running `Command { std: "docker" "start" "-a" "f8c08b475cc92989c71461363621bee355b59f4596b2943c344c27432bfa585e", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:400:22
[INFO] [stderr]     |
[INFO] [stderr] 400 |     pub fn cancelled(&self) -> WaitForCancellationFuture {
[INFO] [stderr]     |                      ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 400 |     pub fn cancelled(&self) -> WaitForCancellationFuture<'_> {
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `progress-token` (lib) generated 1 warning (run `cargo fix --lib -p progress-token` to apply 1 suggestion)
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/lib.rs:833:13
[INFO] [stderr]     |
[INFO] [stderr] 833 |         let mut root_inner = root.node.inner.lock().unwrap();
[INFO] [stderr]     |             ----^^^^^^^^^^
[INFO] [stderr]     |             |
[INFO] [stderr]     |             help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `child2`
[INFO] [stderr]    --> src/lib.rs:887:13
[INFO] [stderr]     |
[INFO] [stderr] 887 |         let child2 = root.child(0.4, "child2".to_string());
[INFO] [stderr]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_child2`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `progress-token` (lib test) generated 3 warnings (1 duplicate) (run `cargo fix --lib -p progress-token --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/progress_token-ce50a5622730de94)
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test tests::test_basic_progress_updates ... ok
[INFO] [stdout] test tests::test_cancellation ... ok
[INFO] [stdout] test tests::test_complete_guard ... ok
[INFO] [stdout] test tests::test_completion_hierarchy ... ok
[INFO] [stdout] test tests::test_indeterminate_state ... ok
[INFO] [stdout] test tests::test_mixed_completion_states ... ok
[INFO] [stdout] test tests::test_status_hierarchy ... ok
[INFO] [stdout] test tests::test_three_level_hierarchy_progress ... ok
[INFO] [stdout] test tests::test_edge_cases ... ok
[INFO] [stdout] test tests::test_status_updates ... ok
[INFO] [stdout] test tests::test_status_propagation ... ok
[INFO] [stdout] test tests::test_subscription ... ok
[INFO] [stdout] test tests::test_multiple_subscribers ... ok
[INFO] [stdout] test tests::test_status_propagation_with_completion ... ok
[INFO] [stdout] test tests::test_hierarchical_progress ... ok
[INFO] [stdout] test tests::test_status_propagation_with_multiple_children ... ok
[INFO] [stdout] test tests::test_concurrent_updates ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests progress_token
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test src/../README.md - (line 78) ... FAILED
[INFO] [stdout] test src/../README.md - (line 118) ... FAILED
[INFO] [stdout] test src/../README.md - (line 135) ... FAILED
[INFO] [stdout] test src/../README.md - (line 100) ... FAILED
[INFO] [stdout] test src/../README.md - (line 61) ... FAILED
[INFO] [stdout] test src/../README.md - (line 29) ... FAILED
[INFO] [stdout] test src/../README.md - (line 157) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/../README.md - (line 78) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ProgressToken`
[INFO] [stdout]  --> src/../README.md:79:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | let token = ProgressToken::new("Processing files");
[INFO] [stdout]   |             ^^^^^^^^^^^^^ use of undeclared type `ProgressToken`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use progress_token::ProgressToken;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ProgressToken`
[INFO] [stdout]   --> src/../README.md:88:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | let token = ProgressToken::new("Another task");
[INFO] [stdout]    |             ^^^^^^^^^^^^^ use of undeclared type `ProgressToken`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use progress_token::ProgressToken;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/../README.md - (line 118) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ProgressToken`
[INFO] [stdout]  --> src/../README.md:119:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | let token = ProgressToken::new("Long operation");
[INFO] [stdout]   |             ^^^^^^^^^^^^^ use of undeclared type `ProgressToken`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use progress_token::ProgressToken;
[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 E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/../README.md - (line 135) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ProgressToken`
[INFO] [stdout]  --> src/../README.md:136:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | let token = ProgressToken::new("Cancellable operation");
[INFO] [stdout]   |             ^^^^^^^^^^^^^ use of undeclared type `ProgressToken`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use progress_token::ProgressToken;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `error_condition` in this scope
[INFO] [stdout]  --> src/../README.md:139:4
[INFO] [stdout]   |
[INFO] [stdout] 6 | if error_condition {
[INFO] [stdout]   |    ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/../README.md - (line 100) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ProgressToken`
[INFO] [stdout]  --> src/../README.md:101:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | let root = ProgressToken::new("Backup");
[INFO] [stdout]   |            ^^^^^^^^^^^^^ use of undeclared type `ProgressToken`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use progress_token::ProgressToken;
[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 E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/../README.md - (line 61) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ProgressToken`
[INFO] [stdout]  --> src/../README.md:62:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | let token = ProgressToken::new("Processing files");
[INFO] [stdout]   |             ^^^^^^^^^^^^^ use of undeclared type `ProgressToken`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use progress_token::ProgressToken;
[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 E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/../README.md - (line 29) stdout ----
[INFO] [stdout] error[E0283]: type annotations needed for `ProgressToken<_>`
[INFO] [stdout]    --> src/../README.md:36:9
[INFO] [stdout]     |
[INFO] [stdout]   9 |     let root = ProgressToken::new("Main task");
[INFO] [stdout]     |         ^^^^   ------------------------------- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout]     = note: cannot satisfy `_: Clone`
[INFO] [stdout] note: required by a bound in `ProgressToken::<S>::new`
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:258:9
[INFO] [stdout]     |
[INFO] [stdout] 258 | impl<S: Clone + Send + 'static> ProgressToken<S> {
[INFO] [stdout]     |         ^^^^^ required by this bound in `ProgressToken::<S>::new`
[INFO] [stdout] 259 |     /// Create a new root ProgressToken
[INFO] [stdout] 260 |     pub fn new(status: impl Into<S>) -> Self {
[INFO] [stdout]     |            --- required by a bound in this associated function
[INFO] [stdout] help: consider giving `root` an explicit type, where the type for type parameter `S` is specified
[INFO] [stdout]     |
[INFO] [stdout]   9 |     let root: ProgressToken<S> = ProgressToken::new("Main task");
[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 E0283`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/../README.md - (line 100)
[INFO] [stdout]     src/../README.md - (line 118)
[INFO] [stdout]     src/../README.md - (line 135)
[INFO] [stdout]     src/../README.md - (line 29)
[INFO] [stdout]     src/../README.md - (line 61)
[INFO] [stdout]     src/../README.md - (line 78)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.77s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 1.13s; merged doctests compilation took 0.36s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "f8c08b475cc92989c71461363621bee355b59f4596b2943c344c27432bfa585e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f8c08b475cc92989c71461363621bee355b59f4596b2943c344c27432bfa585e", kill_on_drop: false }`
[INFO] [stdout] f8c08b475cc92989c71461363621bee355b59f4596b2943c344c27432bfa585e
