[INFO] fetching crate progress-token 0.7.0... [INFO] testing progress-token-0.7.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-8 [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 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 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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a543918c3f164cee91922c4d4c73b96866912d01185d1006c5b0a159ce47f9f1 [INFO] running `Command { std: "docker" "start" "-a" "a543918c3f164cee91922c4d4c73b96866912d01185d1006c5b0a159ce47f9f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a543918c3f164cee91922c4d4c73b96866912d01185d1006c5b0a159ce47f9f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a543918c3f164cee91922c4d4c73b96866912d01185d1006c5b0a159ce47f9f1", kill_on_drop: false }` [INFO] [stdout] a543918c3f164cee91922c4d4c73b96866912d01185d1006c5b0a159ce47f9f1 [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=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] a5a253733071bdc418fc2b77d81dcc5874f5ed897147effb633cabcefb9dd668 [INFO] running `Command { std: "docker" "start" "-a" "a5a253733071bdc418fc2b77d81dcc5874f5ed897147effb633cabcefb9dd668", kill_on_drop: false }` [INFO] [stderr] Compiling futures-channel v0.3.31 [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 10.83s [INFO] running `Command { std: "docker" "inspect" "a5a253733071bdc418fc2b77d81dcc5874f5ed897147effb633cabcefb9dd668", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a5a253733071bdc418fc2b77d81dcc5874f5ed897147effb633cabcefb9dd668", kill_on_drop: false }` [INFO] [stdout] a5a253733071bdc418fc2b77d81dcc5874f5ed897147effb633cabcefb9dd668 [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=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] c77ebb4801f1c9cfa47adaa8168e2fa8849a1f1846e296ab59e4e344e47bac36 [INFO] running `Command { std: "docker" "start" "-a" "c77ebb4801f1c9cfa47adaa8168e2fa8849a1f1846e296ab59e4e344e47bac36", 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 5.66s [INFO] running `Command { std: "docker" "inspect" "c77ebb4801f1c9cfa47adaa8168e2fa8849a1f1846e296ab59e4e344e47bac36", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c77ebb4801f1c9cfa47adaa8168e2fa8849a1f1846e296ab59e4e344e47bac36", kill_on_drop: false }` [INFO] [stdout] c77ebb4801f1c9cfa47adaa8168e2fa8849a1f1846e296ab59e4e344e47bac36 [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=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", kill_on_drop: false }` [INFO] [stdout] 1911487ba80bb5de3f242a4c83dc58d7c62a9982901739626761fa18dd5e02e9 [INFO] running `Command { std: "docker" "start" "-a" "1911487ba80bb5de3f242a4c83dc58d7c62a9982901739626761fa18dd5e02e9", 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: 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) generated 1 warning (run `cargo fix --lib -p progress-token` to apply 1 suggestion) [INFO] [stderr] warning: `progress-token` (lib test) generated 3 warnings (1 duplicate) (run `cargo fix --lib -p progress-token --tests` to apply 2 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/progress_token-4691562f4218e39b) [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test tests::test_basic_progress_updates ... ok [INFO] [stdout] test tests::test_complete_guard ... ok [INFO] [stdout] test tests::test_cancellation ... ok [INFO] [stdout] test tests::test_mixed_completion_states ... ok [INFO] [stdout] test tests::test_hierarchical_progress ... ok [INFO] [stdout] test tests::test_completion_hierarchy ... ok [INFO] [stdout] test tests::test_indeterminate_state ... ok [INFO] [stdout] test tests::test_multiple_subscribers ... ok [INFO] [stdout] test tests::test_status_hierarchy ... ok [INFO] [stdout] test tests::test_status_propagation ... ok [INFO] [stdout] test tests::test_status_updates ... ok [INFO] [stdout] test tests::test_edge_cases ... ok [INFO] [stdout] test tests::test_three_level_hierarchy_progress ... ok [INFO] [stdout] test tests::test_subscription ... ok [INFO] [stdout] test tests::test_status_propagation_with_multiple_children ... ok [INFO] [stdout] test tests::test_status_propagation_with_completion ... ok [INFO] [stderr] Doc-tests progress_token [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.11s [INFO] [stdout] [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 61) ... FAILED [INFO] [stdout] test src/../README.md - (line 100) ... 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] 79 | 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] 78 + 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] 88 | 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] 78 + 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] 119 | 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] 118 + 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] 136 | 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] 135 + 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] 139 | 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 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] 62 | 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] 61 + 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 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] 101 | 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] 100 + 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] 36 | 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::::new` [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:258:9 [INFO] [stdout] | [INFO] [stdout] 258 | impl ProgressToken { [INFO] [stdout] | ^^^^^ required by this bound in `ProgressToken::::new` [INFO] [stdout] 259 | /// Create a new root ProgressToken [INFO] [stdout] 260 | pub fn new(status: impl Into) -> 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] 36 | let root: ProgressToken = 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.86s [INFO] [stdout] [INFO] [stdout] all doctests ran in 1.19s; merged doctests compilation took 0.32s [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "1911487ba80bb5de3f242a4c83dc58d7c62a9982901739626761fa18dd5e02e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1911487ba80bb5de3f242a4c83dc58d7c62a9982901739626761fa18dd5e02e9", kill_on_drop: false }` [INFO] [stdout] 1911487ba80bb5de3f242a4c83dc58d7c62a9982901739626761fa18dd5e02e9