[INFO] cloning repository https://github.com/MarsRaw/stump [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MarsRaw/stump" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMarsRaw%2Fstump", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMarsRaw%2Fstump'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 10c091eb01959b467c4ac55ba7a89bb7abcc5a21 [INFO] testing MarsRaw/stump/10c091eb01959b467c4ac55ba7a89bb7abcc5a21 against master#ebf0cf75d368c035f4c7e7246d203bd469ee4a51 for pr-137940 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMarsRaw%2Fstump" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MarsRaw/stump on toolchain ebf0cf75d368c035f4c7e7246d203bd469ee4a51 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ebf0cf75d368c035f4c7e7246d203bd469ee4a51" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/MarsRaw/stump [INFO] finished tweaking git repo https://github.com/MarsRaw/stump [INFO] tweaked toml for git repo https://github.com/MarsRaw/stump written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/MarsRaw/stump 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" "+ebf0cf75d368c035f4c7e7246d203bd469ee4a51" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+ebf0cf75d368c035f4c7e7246d203bd469ee4a51" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7bdcfc21130ff786cbc342e3c69d4b0968b538026e426178aee730854d16a5c0 [INFO] running `Command { std: "docker" "start" "-a" "7bdcfc21130ff786cbc342e3c69d4b0968b538026e426178aee730854d16a5c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7bdcfc21130ff786cbc342e3c69d4b0968b538026e426178aee730854d16a5c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7bdcfc21130ff786cbc342e3c69d4b0968b538026e426178aee730854d16a5c0", kill_on_drop: false }` [INFO] [stdout] 7bdcfc21130ff786cbc342e3c69d4b0968b538026e426178aee730854d16a5c0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+ebf0cf75d368c035f4c7e7246d203bd469ee4a51" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b27aa00f3edddb04d4cbf567d0fdfea4fa1dcf855335ba3697b3f8420d34734a [INFO] running `Command { std: "docker" "start" "-a" "b27aa00f3edddb04d4cbf567d0fdfea4fa1dcf855335ba3697b3f8420d34734a", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.144 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling anyhow v1.0.71 [INFO] [stderr] Compiling iana-time-zone v0.1.56 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.1.45 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling termsize v0.1.6 [INFO] [stderr] Compiling chrono v0.4.26 [INFO] [stderr] Compiling stump v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: creating a shared reference to mutable static is discouraged [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)]` 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 4.61s [INFO] running `Command { std: "docker" "inspect" "b27aa00f3edddb04d4cbf567d0fdfea4fa1dcf855335ba3697b3f8420d34734a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b27aa00f3edddb04d4cbf567d0fdfea4fa1dcf855335ba3697b3f8420d34734a", kill_on_drop: false }` [INFO] [stdout] b27aa00f3edddb04d4cbf567d0fdfea4fa1dcf855335ba3697b3f8420d34734a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+ebf0cf75d368c035f4c7e7246d203bd469ee4a51" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 700c008f48adb774ba587f1fe375b7d4ae97529617e7478a7433821852e56b6d [INFO] running `Command { std: "docker" "start" "-a" "700c008f48adb774ba587f1fe375b7d4ae97529617e7478a7433821852e56b6d", kill_on_drop: false }` [INFO] [stdout] warning: creating a shared reference to mutable static is discouraged [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)]` 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] Compiling stump v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: creating a shared reference to mutable static is discouraged [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)]` 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.39s [INFO] running `Command { std: "docker" "inspect" "700c008f48adb774ba587f1fe375b7d4ae97529617e7478a7433821852e56b6d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "700c008f48adb774ba587f1fe375b7d4ae97529617e7478a7433821852e56b6d", kill_on_drop: false }` [INFO] [stdout] 700c008f48adb774ba587f1fe375b7d4ae97529617e7478a7433821852e56b6d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+ebf0cf75d368c035f4c7e7246d203bd469ee4a51" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e0201d8563254ddf6985881fe56d90bee309e57f211c829fb6b24ba0fca94239 [INFO] running `Command { std: "docker" "start" "-a" "e0201d8563254ddf6985881fe56d90bee309e57f211c829fb6b24ba0fca94239", kill_on_drop: false }` [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [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)]` 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-ded1bdc8870a5935) [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 - print_fail (line 293) ... FAILED [INFO] [stdout] test src/lib.rs - print_done (line 249) ... FAILED [INFO] [stdout] test src/lib.rs - print_warn (line 271) ... FAILED [INFO] [stdout] test src/lib.rs - set_verbose (line 98) ... FAILED [INFO] [stdout] test src/lib.rs - print_experimental (line 346) ... FAILED [INFO] [stdout] test src/lib.rs - set_print (line 64) ... FAILED [INFO] [stdout] test src/lib.rs - format_fail (line 304) ... ok [INFO] [stdout] test src/lib.rs - format_warn (line 282) ... ok [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] [stdout] test src/lib.rs - format_done (line 260) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [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] 3 | 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] 2 + 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] 3 | 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] 2 + 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_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] 3 | 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] 2 + 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 - 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] 13 | veprintln!("Print something {}", "Here"); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] --> /rustc/ebf0cf75d368c035f4c7e7246d203bd469ee4a51/library/std/src/macros.rs:216:1 [INFO] [stdout] | [INFO] [stdout] = note: similarly named macro `eprintln` defined here [INFO] [stdout] | [INFO] [stdout] help: a macro with a similar name exists [INFO] [stdout] | [INFO] [stdout] 13 - veprintln!("Print something {}", "Here"); [INFO] [stdout] 13 + eprintln!("Print something {}", "Here"); [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 2 + 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] 10 | vprintln!("Print something {}", "Here"); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] --> /rustc/ebf0cf75d368c035f4c7e7246d203bd469ee4a51/library/std/src/macros.rs:216:1 [INFO] [stdout] | [INFO] [stdout] = note: similarly named macro `eprintln` defined here [INFO] [stdout] | [INFO] [stdout] help: a macro with a similar name exists [INFO] [stdout] | [INFO] [stdout] 10 - vprintln!("Print something {}", "Here"); [INFO] [stdout] 10 + eprintln!("Print something {}", "Here"); [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 2 + 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] 5 | vprintln!("This won't print as the default is false"); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] --> /rustc/ebf0cf75d368c035f4c7e7246d203bd469ee4a51/library/std/src/macros.rs:216:1 [INFO] [stdout] | [INFO] [stdout] = note: similarly named macro `eprintln` defined here [INFO] [stdout] | [INFO] [stdout] help: a macro with a similar name exists [INFO] [stdout] | [INFO] [stdout] 5 - vprintln!("This won't print as the default is false"); [INFO] [stdout] 5 + eprintln!("This won't print as the default is false"); [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 2 + 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] 18 | 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] ---- 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] 3 | print_experimental() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 + 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 - 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] 3 | extern crate r#stump; [INFO] [stdout] | --------------------- previous import of the extern crate `stump` here [INFO] [stdout] 4 | use indicatif::ProgressBar; [INFO] [stdout] 5 | 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] 4 | 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] 7 | 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] 13 | 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] [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.50s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e0201d8563254ddf6985881fe56d90bee309e57f211c829fb6b24ba0fca94239", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e0201d8563254ddf6985881fe56d90bee309e57f211c829fb6b24ba0fca94239", kill_on_drop: false }` [INFO] [stdout] e0201d8563254ddf6985881fe56d90bee309e57f211c829fb6b24ba0fca94239