[INFO] cloning repository https://github.com/silent-rain/rust_errors_demo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/silent-rain/rust_errors_demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsilent-rain%2Frust_errors_demo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsilent-rain%2Frust_errors_demo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 220cbc0541d2056488a34c10e4ea9c08dba8f48f
[INFO] testing silent-rain/rust_errors_demo against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsilent-rain%2Frust_errors_demo" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/silent-rain/rust_errors_demo
[INFO] finished tweaking git repo https://github.com/silent-rain/rust_errors_demo
[INFO] tweaked toml for git repo https://github.com/silent-rain/rust_errors_demo written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/silent-rain/rust_errors_demo on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/silent-rain/rust_errors_demo 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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 803b1c8d1a30c1322b8b26c80ab4b6b56ccb92c39c7f718c1d45432f3c07dc46
[INFO] running `Command { std: "docker" "start" "-a" "803b1c8d1a30c1322b8b26c80ab4b6b56ccb92c39c7f718c1d45432f3c07dc46", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "803b1c8d1a30c1322b8b26c80ab4b6b56ccb92c39c7f718c1d45432f3c07dc46", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "803b1c8d1a30c1322b8b26c80ab4b6b56ccb92c39c7f718c1d45432f3c07dc46", kill_on_drop: false }`
[INFO] [stdout] 803b1c8d1a30c1322b8b26c80ab4b6b56ccb92c39c7f718c1d45432f3c07dc46
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7213829af8f3ead527c2727d26a1a24ecaef12b10ea9023a43496767a109c542
[INFO] running `Command { std: "docker" "start" "-a" "7213829af8f3ead527c2727d26a1a24ecaef12b10ea9023a43496767a109c542", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling color-spantrace v0.3.0
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling supports-hyperlinks v3.1.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling supports-unicode v3.0.0
[INFO] [stderr]    Compiling supports-color v3.0.2
[INFO] [stderr]    Compiling log_print v0.1.0 (/opt/rustwide/workdir/crates/log_print)
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling terminal_size v0.4.3
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling snafu-derive v0.8.9
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling snafu v0.8.9
[INFO] [stderr]    Compiling tracing-error v0.2.1
[INFO] [stderr]    Compiling tracing-appender v0.2.3
[INFO] [stderr]    Compiling color-eyre v0.6.5
[INFO] [stderr]    Compiling rust_errors_demo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.44s
[INFO] running `Command { std: "docker" "inspect" "7213829af8f3ead527c2727d26a1a24ecaef12b10ea9023a43496767a109c542", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7213829af8f3ead527c2727d26a1a24ecaef12b10ea9023a43496767a109c542", kill_on_drop: false }`
[INFO] [stdout] 7213829af8f3ead527c2727d26a1a24ecaef12b10ea9023a43496767a109c542
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a9969fe7dcb96b550c56b51dfe6654fb96a505b6cce5d8f735afb82193b2d6f0
[INFO] running `Command { std: "docker" "start" "-a" "a9969fe7dcb96b550c56b51dfe6654fb96a505b6cce5d8f735afb82193b2d6f0", kill_on_drop: false }`
[INFO] [stderr]    Compiling rust_errors_demo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.93s
[INFO] running `Command { std: "docker" "inspect" "a9969fe7dcb96b550c56b51dfe6654fb96a505b6cce5d8f735afb82193b2d6f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a9969fe7dcb96b550c56b51dfe6654fb96a505b6cce5d8f735afb82193b2d6f0", kill_on_drop: false }`
[INFO] [stdout] a9969fe7dcb96b550c56b51dfe6654fb96a505b6cce5d8f735afb82193b2d6f0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 50a2c0c4ded7f888a750a67e44ee23f8c99ac0e7c9b2cb230adbc840c476a254
[INFO] running `Command { std: "docker" "start" "-a" "50a2c0c4ded7f888a750a67e44ee23f8c99ac0e7c9b2cb230adbc840c476a254", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rust_errors_demo-f1d620a9b2b5daed)
[INFO] [stdout] 
[INFO] [stdout] running 36 tests
[INFO] [stdout] test anyhow_demo::composite::tests::it_bail_demo ... ok
[INFO] [stdout] test anyhow_demo::composite::tests::it_anyhow_demo ... ok
[INFO] [stdout] test anyhow_demo::composite2::tests::it_simple ... ok
[INFO] [stdout] test anyhow_demo::composite::tests::it_simple ... ok
[INFO] [stdout] test color_eyre_demo::composite::tests::it_anyhow_demo ... ok
[INFO] [stdout] test color_eyre_demo::composite::tests::it_anyhow_demo2 ... FAILED
[INFO] [stdout] test into_demo::demo::tests::it_into_err_demo1 ... FAILED
[INFO] [stdout] test miette_demo::composite::tests::it_simple ... ok
[INFO] [stdout] test miette_demo::simple::tests::it_simple ... ok
[INFO] [stdout] test snafu_dmeo::basic::tests::it_simple ... ok
[INFO] [stdout] test snafu_dmeo::composite::tests::it_explicit ... FAILED
[INFO] [stdout] test snafu_dmeo::composite::tests::it_option_backtrace ... ok
[INFO] [stdout] test snafu_dmeo::composite::tests::it_read_configuration ... FAILED
[INFO] [stdout] test eyre_demo::composite::tests::it_eyre_demo ... ok
[INFO] [stdout] test thiserror_demo::backtrace::tests::it_simple ... ok
[INFO] [stdout] test thiserror_demo::composite::tests::it_simple ... ok
[INFO] [stdout] test snafu_dmeo::composite::tests::it_simple ... ok
[INFO] [stdout] test thiserror_demo::transparent::tests::it_simple ... ok
[INFO] [stdout] test tracing_demo::simple::tests::it_logger2_init_logger ... ok
[INFO] [stderr] [2m2026-03-11 02:44:15.468[0m [35mTRACE[0m [2mcrates/log_print/src/lib.rs[0m[2m:[0m[2m4[0m[2m:[0m lib, 这是一条 trace 日志
[INFO] [stdout] test thiserror_demo::simple::tests::it_simple ... ok
[INFO] [stderr] [2m2026-03-11 02:44:15.468[0m [34mDEBUG[0m [2mcrates/log_print/src/lib.rs[0m[2m:[0m[2m5[0m[2m:[0m lib, 这是一条 debug 日志
[INFO] [stderr] [2m2026-03-11 02:44:15.468[0m [32m INFO[0m [2mcrates/log_print/src/lib.rs[0m[2m:[0m[2m6[0m[2m:[0m lib, 这是一条 info 日志
[INFO] [stderr] [2m2026-03-11 02:44:15.468[0m [33m WARN[0m [2mcrates/log_print/src/lib.rs[0m[2m:[0m[2m7[0m[2m:[0m lib, 这是一条 warn 日志
[INFO] [stderr] [2m2026-03-11 02:44:15.468[0m [31mERROR[0m [2mcrates/log_print/src/lib.rs[0m[2m:[0m[2m8[0m[2m:[0m lib, 这是一条 error 日志
[INFO] [stderr] [2m2026-03-11 02:44:15.468[0m [35mTRACE[0m [2msrc/tracing_demo/simple.rs[0m[2m:[0m[2m18[0m[2m:[0m 这是一条 trace 日志
[INFO] [stderr] [2m2026-03-11 02:44:15.468[0m [34mDEBUG[0m [2msrc/tracing_demo/simple.rs[0m[2m:[0m[2m19[0m[2m:[0m 这是一条 debug 日志
[INFO] [stderr] [2m2026-03-11 02:44:15.468[0m [32m INFO[0m [2msrc/tracing_demo/simple.rs[0m[2m:[0m[2m20[0m[2m:[0m 这是一条 info 日志
[INFO] [stderr] [2m2026-03-11 02:44:15.468[0m [33m WARN[0m [2msrc/tracing_demo/simple.rs[0m[2m:[0m[2m21[0m[2m:[0m 这是一条 warn 日志
[INFO] [stderr] [2m2026-03-11 02:44:15.468[0m [31mERROR[0m [2msrc/tracing_demo/simple.rs[0m[2m:[0m[2m22[0m[2m:[0m 这是一条 error 日志
[INFO] [stdout] test eyre_demo::composite::tests::it_anyhow_demo ... ok
[INFO] [stdout] test tracing_demo::simple::tests::it_logger2_init_logger2 ... FAILED
[INFO] [stdout] test color_eyre_demo::composite::tests::it_simple ... FAILED
[INFO] [stdout] test into_demo::demo2::tests::it_context_demo1 ... FAILED
[INFO] [stdout] test eyre_demo::composite2::tests::it_simple ... ok
[INFO] [stdout] test into_demo::demo::tests::it_context_demo2 ... FAILED
[INFO] [stdout] test color_eyre_demo::composite2::tests::it_disable_std_backtrace ... FAILED
[INFO] [stdout] test color_eyre_demo::composite::tests::it_bail_demo2 ... FAILED
[INFO] [stdout] test color_eyre_demo::composite::tests::it_bail_demo ... ok
[INFO] [stdout] test eyre_demo::composite::tests::it_bail_demo ... ok
[INFO] [stdout] test tracing_demo::simple::tests::it_logger2_init_logger3 ... FAILED
[INFO] [stdout] test color_eyre_demo::composite2::tests::it_color_eyre ... FAILED
[INFO] [stdout] test eyre_demo::composite::tests::it_simple ... ok
[INFO] [stdout] test color_eyre_demo::composite2::tests::it_disable_backtrace ... ok
[INFO] [stdout] test into_demo::demo::tests::it_context_demo1 ... FAILED
[INFO] [stdout] test into_demo::demo::tests::it_into_err_demo2 ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- color_eyre_demo::composite::tests::it_anyhow_demo2 stdout ----
[INFO] [stdout] Error: 
[INFO] [stdout]    0: [91mcould not set the provided `Theme` via `color_spantrace::set_theme` globally as another was already set[0m
[INFO] [stdout]    1: [91mcould not set the provided `Theme` globally as another was already set[0m
[INFO] [stdout] 
[INFO] [stdout] Location:
[INFO] [stdout]    [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/color-eyre-0.6.5/src/config.rs[0m:[35m729[0m
[INFO] [stdout] 
[INFO] [stdout]   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout]   <empty backtrace>
[INFO] [stdout] 
[INFO] [stdout] ---- into_demo::demo::tests::it_into_err_demo1 stdout ----
[INFO] [stdout] [31mThe application panicked (crashed).[0m
[INFO] [stdout] Message:  [36minit log failed: 
[INFO] [stdout]    0: [91mcould not set the provided `Theme` via `color_spantrace::set_theme` globally as another was already set[0m
[INFO] [stdout]    1: [91mcould not set the provided `Theme` globally as another was already set[0m
[INFO] [stdout] 
[INFO] [stdout] Location:
[INFO] [stdout]    [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/color-eyre-0.6.5/src/config.rs[0m:[35m729[0m
[INFO] [stdout] 
[INFO] [stdout]   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout]   <empty backtrace>[0m
[INFO] [stdout] Location: [35msrc/into_demo/demo.rs[0m:[35m69[0m
[INFO] [stdout] 
[INFO] [stdout] false
[INFO] [stdout] 
[INFO] [stdout]   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout]   <empty backtrace>
[INFO] [stdout] 
[INFO] [stdout] ---- snafu_dmeo::composite::tests::it_explicit stdout ----
[INFO] [stdout] Error: NoArgument { thing: Backtrace [{ fn: "snafu::backtrace_impl::<impl snafu::GenerateImplicitData for std::backtrace::Backtrace>::generate", file: "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-0.8.9/src/backtrace_impl_std.rs", line: 5 }, { fn: "rust_errors_demo::snafu_dmeo::composite::NoArgumentSnafu::build", file: "./src/snafu_dmeo/composite.rs", line: 6 }, { fn: "rust_errors_demo::snafu_dmeo::composite::NoArgumentSnafu::fail", file: "./src/snafu_dmeo/composite.rs", line: 6 }, { fn: "rust_errors_demo::snafu_dmeo::composite::tests::it_explicit", file: "./src/snafu_dmeo/composite.rs", line: 91 }, { fn: "rust_errors_demo::snafu_dmeo::composite::tests::it_explicit::{{closure}}", file: "./src/snafu_dmeo/composite.rs", line: 90 }, { fn: "core::ops::function::FnOnce::call_once", file: "/rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs", line: 250 }, { fn: "<fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once", file: "/rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs", line: 250 }, { fn: "test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>", file: "/rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs", line: 663 }, { fn: "test::run_test_in_process::{closure#0}", file: "/rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs", line: 686 }, { fn: "<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once", file: "/rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs", line: 274 }, { fn: "std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>", file: "/rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs", line: 581 }, { fn: "std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>", file: "/rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs", line: 544 }, { fn: "std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>", file: "/rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs", line: 359 }, { fn: "test::run_test_in_process", file: "/rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs", line: 686 }, { fn: "test::run_test::{closure#0}", file: "/rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs", line: 607 }, { fn: "test::run_test::{closure#1}", file: "/rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs", line: 637 }, { fn: "std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>", file: "/rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs", line: 166 }, { fn: "std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}", file: "/rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs", line: 91 }, { fn: "<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once", file: "/rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs", line: 274 }, { fn: "std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>", file: "/rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs", line: 581 }, { fn: "std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>", file: "/rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs", line: 544 }, { fn: "std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>", file: "/rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs", line: 359 }, { fn: "std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}", file: "/rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs", line: 89 }, { fn: "<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}", file: "/rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs", line: 250 }, { fn: "<alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once", file: "/rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs", line: 2240 }, { fn: "<std::sys::thread::unix::Thread>::new::thread_start", file: "/rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs", line: 118 }, { fn: "clone" }] }
[INFO] [stdout] 
[INFO] [stdout] ---- snafu_dmeo::composite::tests::it_read_configuration stdout ----
[INFO] [stdout] Error: ReadConfiguration { source: Os { code: 2, kind: NotFound, message: "No such file or directory" }, path: "config.toml" }
[INFO] [stdout] 
[INFO] [stdout] ---- tracing_demo::simple::tests::it_logger2_init_logger2 stdout ----
[INFO] [stdout] [31mThe application panicked (crashed).[0m
[INFO] [stdout] Message:  [36mFailed to set logger: SetLoggerError(())[0m
[INFO] [stdout] Location: [35msrc/tracing_demo/logger2.rs[0m:[35m37[0m
[INFO] [stdout] 
[INFO] [stdout] false
[INFO] [stdout] 
[INFO] [stdout]   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout]   <empty backtrace>
[INFO] [stdout] 
[INFO] [stdout] ---- color_eyre_demo::composite::tests::it_simple stdout ----
[INFO] [stdout] Error: 
[INFO] [stdout]    0: [91mcould not set the provided `Theme` via `color_spantrace::set_theme` globally as another was already set[0m
[INFO] [stdout]    1: [91mcould not set the provided `Theme` globally as another was already set[0m
[INFO] [stdout] 
[INFO] [stdout] Location:
[INFO] [stdout]    [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/color-eyre-0.6.5/src/config.rs[0m:[35m729[0m
[INFO] [stdout] 
[INFO] [stdout]   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout]   <empty backtrace>
[INFO] [stdout] 
[INFO] [stdout] ---- into_demo::demo2::tests::it_context_demo1 stdout ----
[INFO] [stdout] [31mThe application panicked (crashed).[0m
[INFO] [stdout] Message:  [36minit log failed: 
[INFO] [stdout]    0: [91mcould not set the provided `Theme` via `color_spantrace::set_theme` globally as another was already set[0m
[INFO] [stdout]    1: [91mcould not set the provided `Theme` globally as another was already set[0m
[INFO] [stdout] 
[INFO] [stdout] Location:
[INFO] [stdout]    [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/color-eyre-0.6.5/src/config.rs[0m:[35m729[0m
[INFO] [stdout] 
[INFO] [stdout]   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout]   <empty backtrace>[0m
[INFO] [stdout] Location: [35msrc/into_demo/demo2.rs[0m:[35m47[0m
[INFO] [stdout] 
[INFO] [stdout] false
[INFO] [stdout] 
[INFO] [stdout]   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout]   <empty backtrace>
[INFO] [stdout] 
[INFO] [stdout] ---- into_demo::demo::tests::it_context_demo2 stdout ----
[INFO] [stdout] [31mThe application panicked (crashed).[0m
[INFO] [stdout] Message:  [36minit log failed: 
[INFO] [stdout]    0: [91mcould not set the provided `Theme` via `color_spantrace::set_theme` globally as another was already set[0m
[INFO] [stdout]    1: [91mcould not set the provided `Theme` globally as another was already set[0m
[INFO] [stdout] 
[INFO] [stdout] Location:
[INFO] [stdout]    [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/color-eyre-0.6.5/src/config.rs[0m:[35m729[0m
[INFO] [stdout] 
[INFO] [stdout]   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout]   <empty backtrace>[0m
[INFO] [stdout] Location: [35msrc/into_demo/demo.rs[0m:[35m114[0m
[INFO] [stdout] 
[INFO] [stdout] false
[INFO] [stdout] 
[INFO] [stdout]   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout]   <empty backtrace>
[INFO] [stdout] 
[INFO] [stdout] ---- color_eyre_demo::composite2::tests::it_disable_std_backtrace stdout ----
[INFO] [stdout] Error: 
[INFO] [stdout]    0: [91mcould not set the provided `Theme` via `color_spantrace::set_theme` globally as another was already set[0m
[INFO] [stdout]    1: [91mcould not set the provided `Theme` globally as another was already set[0m
[INFO] [stdout] 
[INFO] [stdout] Location:
[INFO] [stdout]    [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/color-eyre-0.6.5/src/config.rs[0m:[35m729[0m
[INFO] [stdout] 
[INFO] [stdout]   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout]   <empty backtrace>
[INFO] [stdout] 
[INFO] [stdout] ---- color_eyre_demo::composite::tests::it_bail_demo2 stdout ----
[INFO] [stdout] Error: 
[INFO] [stdout]    0: [91mcould not set the provided `Theme` via `color_spantrace::set_theme` globally as another was already set[0m
[INFO] [stdout]    1: [91mcould not set the provided `Theme` globally as another was already set[0m
[INFO] [stdout] 
[INFO] [stdout] Location:
[INFO] [stdout]    [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/color-eyre-0.6.5/src/config.rs[0m:[35m729[0m
[INFO] [stdout] 
[INFO] [stdout]   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout]   <empty backtrace>
[INFO] [stdout] 
[INFO] [stdout] ---- tracing_demo::simple::tests::it_logger2_init_logger3 stdout ----
[INFO] [stdout] [31mThe application panicked (crashed).[0m
[INFO] [stdout] Message:  [36mFailed to set logger: SetLoggerError(())[0m
[INFO] [stdout] Location: [35msrc/tracing_demo/logger2.rs[0m:[35m49[0m
[INFO] [stdout] 
[INFO] [stdout] false
[INFO] [stdout] 
[INFO] [stdout]   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout]   <empty backtrace>
[INFO] [stdout] 
[INFO] [stdout] ---- color_eyre_demo::composite2::tests::it_color_eyre stdout ----
[INFO] [stdout] Error: 
[INFO] [stdout]    0: [91mcould not set the provided `Theme` via `color_spantrace::set_theme` globally as another was already set[0m
[INFO] [stdout]    1: [91mcould not set the provided `Theme` globally as another was already set[0m
[INFO] [stdout] 
[INFO] [stdout] Location:
[INFO] [stdout]    [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/color-eyre-0.6.5/src/config.rs[0m:[35m729[0m
[INFO] [stdout] 
[INFO] [stdout]   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout]   <empty backtrace>
[INFO] [stdout] 
[INFO] [stdout] ---- into_demo::demo::tests::it_context_demo1 stdout ----
[INFO] [stdout] [31mThe application panicked (crashed).[0m
[INFO] [stdout] Message:  [36minit log failed: 
[INFO] [stdout]    0: [91mcould not set the provided `Theme` via `color_spantrace::set_theme` globally as another was already set[0m
[INFO] [stdout]    1: [91mcould not set the provided `Theme` globally as another was already set[0m
[INFO] [stdout] 
[INFO] [stdout] Location:
[INFO] [stdout]    [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/color-eyre-0.6.5/src/config.rs[0m:[35m729[0m
[INFO] [stdout] 
[INFO] [stdout]   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout]   <empty backtrace>[0m
[INFO] [stdout] Location: [35msrc/into_demo/demo.rs[0m:[35m99[0m
[INFO] [stdout] 
[INFO] [stdout] false
[INFO] [stdout] 
[INFO] [stdout]   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout]   <empty backtrace>
[INFO] [stdout] 
[INFO] [stdout] ---- into_demo::demo::tests::it_into_err_demo2 stdout ----
[INFO] [stdout] [31mThe application panicked (crashed).[0m
[INFO] [stdout] Message:  [36minit log failed: 
[INFO] [stdout]    0: [91mcould not set the provided `Theme` via `color_spantrace::set_theme` globally as another was already set[0m
[INFO] [stdout]    1: [91mcould not set the provided `Theme` globally as another was already set[0m
[INFO] [stdout] 
[INFO] [stdout] Location:
[INFO] [stdout]    [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/color-eyre-0.6.5/src/config.rs[0m:[35m729[0m
[INFO] [stdout] 
[INFO] [stdout]   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout]   <empty backtrace>[0m
[INFO] [stdout] Location: [35msrc/into_demo/demo.rs[0m:[35m84[0m
[INFO] [stdout] 
[INFO] [stdout] false
[INFO] [stdout] 
[INFO] [stdout]   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout]   <empty backtrace>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     color_eyre_demo::composite2::tests::it_color_eyre
[INFO] [stdout]     color_eyre_demo::composite2::tests::it_disable_std_backtrace
[INFO] [stdout]     color_eyre_demo::composite::tests::it_anyhow_demo2
[INFO] [stdout]     color_eyre_demo::composite::tests::it_bail_demo2
[INFO] [stdout]     color_eyre_demo::composite::tests::it_simple
[INFO] [stdout]     into_demo::demo2::tests::it_context_demo1
[INFO] [stdout]     into_demo::demo::tests::it_context_demo1
[INFO] [stdout]     into_demo::demo::tests::it_context_demo2
[INFO] [stdout]     into_demo::demo::tests::it_into_err_demo1
[INFO] [stdout]     into_demo::demo::tests::it_into_err_demo2
[INFO] [stdout]     snafu_dmeo::composite::tests::it_explicit
[INFO] [stdout]     snafu_dmeo::composite::tests::it_read_configuration
[INFO] [stdout]     tracing_demo::simple::tests::it_logger2_init_logger2
[INFO] [stdout]     tracing_demo::simple::tests::it_logger2_init_logger3
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 22 passed; 14 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.46s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "50a2c0c4ded7f888a750a67e44ee23f8c99ac0e7c9b2cb230adbc840c476a254", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "50a2c0c4ded7f888a750a67e44ee23f8c99ac0e7c9b2cb230adbc840c476a254", kill_on_drop: false }`
[INFO] [stdout] 50a2c0c4ded7f888a750a67e44ee23f8c99ac0e7c9b2cb230adbc840c476a254
