[INFO] fetching crate stump 0.2.1... [INFO] testing stump-0.2.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8 [INFO] extracting crate stump 0.2.1 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate stump 0.2.1 [INFO] finished tweaking crates.io crate stump 0.2.1 [INFO] tweaked toml for crates.io crate stump 0.2.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate stump 0.2.1 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 48 packages to latest compatible versions [INFO] [stderr] Adding colored v2.2.0 (available: v3.0.0) [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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] d63796297f20dabb798b3bdf7147b89848662829a88d09e4689f16c0cadf463b [INFO] running `Command { std: "docker" "start" "-a" "d63796297f20dabb798b3bdf7147b89848662829a88d09e4689f16c0cadf463b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d63796297f20dabb798b3bdf7147b89848662829a88d09e4689f16c0cadf463b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d63796297f20dabb798b3bdf7147b89848662829a88d09e4689f16c0cadf463b", kill_on_drop: false }` [INFO] [stdout] d63796297f20dabb798b3bdf7147b89848662829a88d09e4689f16c0cadf463b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 1d28293b60e8fadb98ce4067bd8edf45c6889c695d362dd81433f04eda25c6e0 [INFO] running `Command { std: "docker" "start" "-a" "1d28293b60e8fadb98ce4067bd8edf45c6889c695d362dd81433f04eda25c6e0", kill_on_drop: false }` [INFO] [stderr] Compiling colored v2.2.0 [INFO] [stderr] Compiling termsize v0.1.9 [INFO] [stderr] Compiling stump v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/lib.rs:87:26 [INFO] [stdout] | [INFO] [stdout] 87 | if let Some(p) = &PRINT { [INFO] [stdout] | ^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] help: use `&raw const` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 87 | if let Some(p) = &raw const PRINT { [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s [INFO] running `Command { std: "docker" "inspect" "1d28293b60e8fadb98ce4067bd8edf45c6889c695d362dd81433f04eda25c6e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d28293b60e8fadb98ce4067bd8edf45c6889c695d362dd81433f04eda25c6e0", kill_on_drop: false }` [INFO] [stdout] 1d28293b60e8fadb98ce4067bd8edf45c6889c695d362dd81433f04eda25c6e0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 4a30f3eb89615260232026c34224b63dda45cc4c4c0c1982163cbbb7a83dad7d [INFO] running `Command { std: "docker" "start" "-a" "4a30f3eb89615260232026c34224b63dda45cc4c4c0c1982163cbbb7a83dad7d", kill_on_drop: false }` [INFO] [stderr] Compiling stump v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/lib.rs:87:26 [INFO] [stdout] | [INFO] [stdout] 87 | if let Some(p) = &PRINT { [INFO] [stdout] | ^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] help: use `&raw const` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 87 | if let Some(p) = &raw const PRINT { [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/lib.rs:87:26 [INFO] [stdout] | [INFO] [stdout] 87 | if let Some(p) = &PRINT { [INFO] [stdout] | ^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] help: use `&raw const` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 87 | if let Some(p) = &raw const PRINT { [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s [INFO] running `Command { std: "docker" "inspect" "4a30f3eb89615260232026c34224b63dda45cc4c4c0c1982163cbbb7a83dad7d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a30f3eb89615260232026c34224b63dda45cc4c4c0c1982163cbbb7a83dad7d", kill_on_drop: false }` [INFO] [stdout] 4a30f3eb89615260232026c34224b63dda45cc4c4c0c1982163cbbb7a83dad7d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 7298c1b7c195c801f1ce9ec28c48035d5be9436689939b45f44ca1abcb6e7e98 [INFO] running `Command { std: "docker" "start" "-a" "7298c1b7c195c801f1ce9ec28c48035d5be9436689939b45f44ca1abcb6e7e98", kill_on_drop: false }` [INFO] [stderr] warning: creating a shared reference to mutable static [INFO] [stderr] --> src/lib.rs:87:26 [INFO] [stderr] | [INFO] [stderr] 87 | if let Some(p) = &PRINT { [INFO] [stderr] | ^^^^^^ shared reference to mutable static [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stderr] help: use `&raw const` instead to create a raw pointer [INFO] [stderr] | [INFO] [stderr] 87 | if let Some(p) = &raw const PRINT { [INFO] [stderr] | +++++++++ [INFO] [stderr] [INFO] [stderr] warning: `stump` (lib) generated 1 warning [INFO] [stderr] warning: `stump` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/stump-b9dc9ab73c76d506) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests stump [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test src/lib.rs - set_print (line 64) ... FAILED [INFO] [stdout] test src/lib.rs - print_experimental (line 346) ... FAILED [INFO] [stdout] test src/lib.rs - print_warn (line 271) ... FAILED [INFO] [stdout] test src/lib.rs - print_fail (line 293) ... FAILED [INFO] [stdout] test src/lib.rs - print_done (line 249) ... FAILED [INFO] [stdout] test src/lib.rs - format_done (line 260) ... ok [INFO] [stdout] test src/lib.rs - set_verbose (line 98) ... FAILED [INFO] [stdout] test src/lib.rs - format_warn (line 282) ... ok [INFO] [stdout] test src/lib.rs - format_fail (line 304) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - set_print (line 64) stdout ---- [INFO] [stdout] error[E0254]: the name `stump` is defined multiple times [INFO] [stdout] --> src/lib.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 65 | extern crate r#stump; [INFO] [stdout] | --------------------- previous import of the extern crate `stump` here [INFO] [stdout] 66 | use indicatif::ProgressBar; [INFO] [stdout] 67 | use stump; [INFO] [stdout] | ^^^^^ `stump` reimported here [INFO] [stdout] | [INFO] [stdout] = note: `stump` must be defined only once in the type namespace of this module [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `indicatif` [INFO] [stdout] --> src/lib.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | use indicatif::ProgressBar; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `indicatif` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `indicatif`, use `cargo add indicatif` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: cannot find macro `lazy_static` in this scope [INFO] [stdout] --> src/lib.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | lazy_static! { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PB` in this scope [INFO] [stdout] --> src/lib.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | PB.println(s); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0254, E0425, E0432. [INFO] [stdout] For more information about an error, try `rustc --explain E0254`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - print_experimental (line 346) stdout ---- [INFO] [stdout] error[E0425]: cannot find function `print_experimental` in this scope [INFO] [stdout] --> src/lib.rs:347:1 [INFO] [stdout] | [INFO] [stdout] 347 | print_experimental() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 346 + use stump::print_experimental; [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 - print_warn (line 271) stdout ---- [INFO] [stdout] error[E0425]: cannot find function `format_done` in this scope [INFO] [stdout] --> src/lib.rs:272:1 [INFO] [stdout] | [INFO] [stdout] 272 | format_done("Completed task #1 with warnings"); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 271 + use stump::format_done; [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 - print_fail (line 293) stdout ---- [INFO] [stdout] error[E0425]: cannot find function `print_done` in this scope [INFO] [stdout] --> src/lib.rs:294:1 [INFO] [stdout] | [INFO] [stdout] 294 | print_done("Completed task #1 with errors"); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 293 + use stump::print_done; [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 - print_done (line 249) stdout ---- [INFO] [stdout] error[E0425]: cannot find function `print_done` in this scope [INFO] [stdout] --> src/lib.rs:250:1 [INFO] [stdout] | [INFO] [stdout] 250 | print_done("Completed task #1"); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 249 + use stump::print_done; [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 - set_verbose (line 98) stdout ---- [INFO] [stdout] error: cannot find macro `veprintln` in this scope [INFO] [stdout] --> src/lib.rs:108:1 [INFO] [stdout] | [INFO] [stdout] 108 | veprintln!("Print something {}", "Here"); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] --> /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/macros.rs:216:0 [INFO] [stdout] | [INFO] [stdout] = note: similarly named macro `eprintln` defined here [INFO] [stdout] help: a macro with a similar name exists [INFO] [stdout] | [INFO] [stdout] 108 - veprintln!("Print something {}", "Here"); [INFO] [stdout] 108 + eprintln!("Print something {}", "Here"); [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 97 + use stump::veprintln; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: cannot find macro `vprintln` in this scope [INFO] [stdout] --> src/lib.rs:105:1 [INFO] [stdout] | [INFO] [stdout] 105 | vprintln!("Print something {}", "Here"); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] --> /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/macros.rs:216:0 [INFO] [stdout] | [INFO] [stdout] = note: similarly named macro `eprintln` defined here [INFO] [stdout] help: a macro with a similar name exists [INFO] [stdout] | [INFO] [stdout] 105 - vprintln!("Print something {}", "Here"); [INFO] [stdout] 105 + eprintln!("Print something {}", "Here"); [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 97 + use stump::vprintln; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: cannot find macro `vprintln` in this scope [INFO] [stdout] --> src/lib.rs:100:1 [INFO] [stdout] | [INFO] [stdout] 100 | vprintln!("This won't print as the default is false"); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] --> /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/macros.rs:216:0 [INFO] [stdout] | [INFO] [stdout] = note: similarly named macro `eprintln` defined here [INFO] [stdout] help: a macro with a similar name exists [INFO] [stdout] | [INFO] [stdout] 100 - vprintln!("This won't print as the default is false"); [INFO] [stdout] 100 + eprintln!("This won't print as the default is false"); [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 97 + use stump::vprintln; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `vprintln` in this scope [INFO] [stdout] --> src/lib.rs:113:1 [INFO] [stdout] | [INFO] [stdout] 113 | vprintln("Again nothing will print"); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [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 - print_done (line 249) [INFO] [stdout] src/lib.rs - print_experimental (line 346) [INFO] [stdout] src/lib.rs - print_fail (line 293) [INFO] [stdout] src/lib.rs - print_warn (line 271) [INFO] [stdout] src/lib.rs - set_print (line 64) [INFO] [stdout] src/lib.rs - set_verbose (line 98) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 3 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "7298c1b7c195c801f1ce9ec28c48035d5be9436689939b45f44ca1abcb6e7e98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7298c1b7c195c801f1ce9ec28c48035d5be9436689939b45f44ca1abcb6e7e98", kill_on_drop: false }` [INFO] [stdout] 7298c1b7c195c801f1ce9ec28c48035d5be9436689939b45f44ca1abcb6e7e98