[INFO] fetching crate log-plus 1.0.1...
[INFO] testing log-plus-1.0.1 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate log-plus 1.0.1 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate log-plus 1.0.1
[INFO] finished tweaking crates.io crate log-plus 1.0.1
[INFO] tweaked toml for crates.io crate log-plus 1.0.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate log-plus 1.0.1 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 69 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7cf061511d7cf91ecc508787fcdf58b41a26eb61687e467c2888c974e31019f1
[INFO] running `Command { std: "docker" "start" "-a" "7cf061511d7cf91ecc508787fcdf58b41a26eb61687e467c2888c974e31019f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7cf061511d7cf91ecc508787fcdf58b41a26eb61687e467c2888c974e31019f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7cf061511d7cf91ecc508787fcdf58b41a26eb61687e467c2888c974e31019f1", kill_on_drop: false }`
[INFO] [stdout] 7cf061511d7cf91ecc508787fcdf58b41a26eb61687e467c2888c974e31019f1
[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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4e831e9f6de323b4867a07c558dbe99d347ef8163f801a199c993bcff72af556
[INFO] running `Command { std: "docker" "start" "-a" "4e831e9f6de323b4867a07c558dbe99d347ef8163f801a199c993bcff72af556", kill_on_drop: false }`
[INFO] [stderr]    Compiling deranged v0.5.4
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling log-plus v1.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated function `time::util::local_offset::set_soundness`: no longer needed; TZ is refreshed manually
[INFO] [stdout]    --> src/lib.rs:394:44
[INFO] [stdout]     |
[INFO] [stdout] 394 |         unsafe { time::util::local_offset::set_soundness(time::util::local_offset::Soundness::Unsound); }
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `time::util::local_offset::Soundness::Unsound`: no longer needed; TZ is refreshed manually
[INFO] [stdout]    --> src/lib.rs:394:95
[INFO] [stdout]     |
[INFO] [stdout] 394 |         unsafe { time::util::local_offset::set_soundness(time::util::local_offset::Soundness::Unsound); }
[INFO] [stdout]     |                                                                                               ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/lib.rs:763:9
[INFO] [stdout]     |
[INFO] [stdout] 763 |         LOGGER_PLUS.write(logger);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:925:9
[INFO] [stdout]     |
[INFO] [stdout] 925 |         LOGGER_PLUS.assume_init_ref()
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[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] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.42s
[INFO] running `Command { std: "docker" "inspect" "4e831e9f6de323b4867a07c558dbe99d347ef8163f801a199c993bcff72af556", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e831e9f6de323b4867a07c558dbe99d347ef8163f801a199c993bcff72af556", kill_on_drop: false }`
[INFO] [stdout] 4e831e9f6de323b4867a07c558dbe99d347ef8163f801a199c993bcff72af556
[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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c1c2bfdb1316862e5c9fad9efa9dcf2db78b5b913dc6d7ff8a16ca722bbb7616
[INFO] running `Command { std: "docker" "start" "-a" "c1c2bfdb1316862e5c9fad9efa9dcf2db78b5b913dc6d7ff8a16ca722bbb7616", kill_on_drop: false }`
[INFO] [stdout] warning: use of deprecated function `time::util::local_offset::set_soundness`: no longer needed; TZ is refreshed manually
[INFO] [stdout]    --> src/lib.rs:394:44
[INFO] [stdout]     |
[INFO] [stdout] 394 |         unsafe { time::util::local_offset::set_soundness(time::util::local_offset::Soundness::Unsound); }
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling log-plus v1.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated unit variant `time::util::local_offset::Soundness::Unsound`: no longer needed; TZ is refreshed manually
[INFO] [stdout]    --> src/lib.rs:394:95
[INFO] [stdout]     |
[INFO] [stdout] 394 |         unsafe { time::util::local_offset::set_soundness(time::util::local_offset::Soundness::Unsound); }
[INFO] [stdout]     |                                                                                               ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/lib.rs:763:9
[INFO] [stdout]     |
[INFO] [stdout] 763 |         LOGGER_PLUS.write(logger);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:925:9
[INFO] [stdout]     |
[INFO] [stdout] 925 |         LOGGER_PLUS.assume_init_ref()
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `time::util::local_offset::set_soundness`: no longer needed; TZ is refreshed manually
[INFO] [stdout]    --> src/lib.rs:394:44
[INFO] [stdout]     |
[INFO] [stdout] 394 |         unsafe { time::util::local_offset::set_soundness(time::util::local_offset::Soundness::Unsound); }
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `time::util::local_offset::Soundness::Unsound`: no longer needed; TZ is refreshed manually
[INFO] [stdout]    --> src/lib.rs:394:95
[INFO] [stdout]     |
[INFO] [stdout] 394 |         unsafe { time::util::local_offset::set_soundness(time::util::local_offset::Soundness::Unsound); }
[INFO] [stdout]     |                                                                                               ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/lib.rs:763:9
[INFO] [stdout]     |
[INFO] [stdout] 763 |         LOGGER_PLUS.write(logger);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:925:9
[INFO] [stdout]     |
[INFO] [stdout] 925 |         LOGGER_PLUS.assume_init_ref()
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[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] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.22s
[INFO] running `Command { std: "docker" "inspect" "c1c2bfdb1316862e5c9fad9efa9dcf2db78b5b913dc6d7ff8a16ca722bbb7616", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1c2bfdb1316862e5c9fad9efa9dcf2db78b5b913dc6d7ff8a16ca722bbb7616", kill_on_drop: false }`
[INFO] [stdout] c1c2bfdb1316862e5c9fad9efa9dcf2db78b5b913dc6d7ff8a16ca722bbb7616
[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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 03ad1af5d29a34aa54c121d09eb36d5b6a9a7cc3b6681a0e99d3410703134446
[INFO] running `Command { std: "docker" "start" "-a" "03ad1af5d29a34aa54c121d09eb36d5b6a9a7cc3b6681a0e99d3410703134446", kill_on_drop: false }`
[INFO] [stderr] warning: use of deprecated function `time::util::local_offset::set_soundness`: no longer needed; TZ is refreshed manually
[INFO] [stderr]    --> src/lib.rs:394:44
[INFO] [stderr]     |
[INFO] [stderr] 394 |         unsafe { time::util::local_offset::set_soundness(time::util::local_offset::Soundness::Unsound); }
[INFO] [stderr]     |                                            ^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated unit variant `time::util::local_offset::Soundness::Unsound`: no longer needed; TZ is refreshed manually
[INFO] [stderr]    --> src/lib.rs:394:95
[INFO] [stderr]     |
[INFO] [stderr] 394 |         unsafe { time::util::local_offset::set_soundness(time::util::local_offset::Soundness::Unsound); }
[INFO] [stderr]     |                                                                                               ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: creating a mutable reference to mutable static
[INFO] [stderr]    --> src/lib.rs:763:9
[INFO] [stderr]     |
[INFO] [stderr] 763 |         LOGGER_PLUS.write(logger);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/lib.rs:925:9
[INFO] [stderr]     |
[INFO] [stderr] 925 |         LOGGER_PLUS.assume_init_ref()
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[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] 
[INFO] [stderr] warning: `log-plus` (lib) generated 4 warnings
[INFO] [stderr] warning: `log-plus` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/log_plus-22d7e19b537ac2db)
[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 log_plus
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/lib.rs - init_log (line 151) ... FAILED
[INFO] [stdout] test src/lib.rs - Builder (line 56) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - init_log (line 151) stdout ----
[INFO] [stdout] error: this file contains an unclosed delimiter
[INFO] [stdout]  --> src/lib.rs:152:97
[INFO] [stdout]   |
[INFO] [stdout] 1 | asnyclog::init_log(log::LevelFilter::Debug, String::from("./app.log", 1024 * 1024, true, true)?;
[INFO] [stdout]   |                   - unclosed delimiter                                                          ^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Builder (line 56) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `asnyclog`
[INFO] [stdout]  --> src/lib.rs:57:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | asnyclog::Builder::new()
[INFO] [stdout]   | ^^^^^^^^ use of unresolved module or unlinked crate `asnyclog`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `asnyclog`, use `cargo add asnyclog` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::thread::Builder;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use log_plus::Builder;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 3 - asnyclog::Builder::new()
[INFO] [stdout] 3 + Builder::new()
[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] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - Builder (line 56)
[INFO] [stdout]     src/lib.rs - init_log (line 151)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "03ad1af5d29a34aa54c121d09eb36d5b6a9a7cc3b6681a0e99d3410703134446", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "03ad1af5d29a34aa54c121d09eb36d5b6a9a7cc3b6681a0e99d3410703134446", kill_on_drop: false }`
[INFO] [stdout] 03ad1af5d29a34aa54c121d09eb36d5b6a9a7cc3b6681a0e99d3410703134446
