[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 try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsilent-rain%2Frust_errors_demo" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-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-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/silent-rain/rust_errors_demo on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "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" "+33835004928d3bf65db4d4712e1330766263b0bd" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1acd37cf7176184b1b379886bc4087682501363071d19208e23d7d1b8497ff2f
[INFO] running `Command { std: "docker" "start" "-a" "1acd37cf7176184b1b379886bc4087682501363071d19208e23d7d1b8497ff2f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1acd37cf7176184b1b379886bc4087682501363071d19208e23d7d1b8497ff2f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1acd37cf7176184b1b379886bc4087682501363071d19208e23d7d1b8497ff2f", kill_on_drop: false }`
[INFO] [stdout] 1acd37cf7176184b1b379886bc4087682501363071d19208e23d7d1b8497ff2f
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 22df28b39adceaf1b2717a966f821f78448847c4e5de390a906071402ed502eb
[INFO] running `Command { std: "docker" "start" "-a" "22df28b39adceaf1b2717a966f821f78448847c4e5de390a906071402ed502eb", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling deranged v0.5.5
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling owo-colors v4.2.3
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling rustc-demangle v0.1.26
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling color-spantrace v0.3.0
[INFO] [stderr]    Compiling indenter v0.3.4
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]    Compiling supports-hyperlinks v3.1.0
[INFO] [stderr]    Compiling supports-unicode v3.0.0
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling syn v2.0.108
[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 terminal_size v0.4.3
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling backtrace v0.3.76
[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 thiserror-impl v2.0.17
[INFO] [stderr]    Compiling snafu-derive v0.8.9
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling thiserror v2.0.17
[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 22.80s
[INFO] running `Command { std: "docker" "inspect" "22df28b39adceaf1b2717a966f821f78448847c4e5de390a906071402ed502eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "22df28b39adceaf1b2717a966f821f78448847c4e5de390a906071402ed502eb", kill_on_drop: false }`
[INFO] [stdout] 22df28b39adceaf1b2717a966f821f78448847c4e5de390a906071402ed502eb
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fa3415653155b94aa8e3381c8764bf557d7b8beee65575436b0faf855a81a5f1
[INFO] running `Command { std: "docker" "start" "-a" "fa3415653155b94aa8e3381c8764bf557d7b8beee65575436b0faf855a81a5f1", 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.58s
[INFO] running `Command { std: "docker" "inspect" "fa3415653155b94aa8e3381c8764bf557d7b8beee65575436b0faf855a81a5f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa3415653155b94aa8e3381c8764bf557d7b8beee65575436b0faf855a81a5f1", kill_on_drop: false }`
[INFO] [stdout] fa3415653155b94aa8e3381c8764bf557d7b8beee65575436b0faf855a81a5f1
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 201ca3baf59ec3e81a26a686480e9948044e499979c69bb0b9942b01d7369717
[INFO] running `Command { std: "docker" "start" "-a" "201ca3baf59ec3e81a26a686480e9948044e499979c69bb0b9942b01d7369717", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rust_errors_demo-83aafe698b1322e9)
[INFO] [stdout] 
[INFO] [stdout] running 36 tests
[INFO] [stdout] test anyhow_demo::composite::tests::it_simple ... ok
[INFO] [stdout] test anyhow_demo::composite::tests::it_anyhow_demo ... ok
[INFO] [stdout] test anyhow_demo::composite::tests::it_bail_demo ... ok
[INFO] [stdout] test anyhow_demo::composite2::tests::it_simple ... ok
[INFO] [stdout] test color_eyre_demo::composite2::tests::it_disable_backtrace ... ok
[INFO] [stdout] test into_demo::demo2::tests::it_context_demo1 ... FAILED
[INFO] [stdout] test into_demo::demo::tests::it_into_err_demo2 ... 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 color_eyre_demo::composite::tests::it_simple ... FAILED
[INFO] [stdout] test snafu_dmeo::composite::tests::it_explicit ... FAILED
[INFO] [stdout] test color_eyre_demo::composite2::tests::it_color_eyre ... FAILED
[INFO] [stdout] test snafu_dmeo::composite::tests::it_read_configuration ... FAILED
[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::simple::tests::it_simple ... ok
[INFO] [stdout] test thiserror_demo::transparent::tests::it_simple ... ok
[INFO] [stderr] [2m2026-05-12 07:38:56.607[0m [35mTRACE[0m [2mcrates/log_print/src/lib.rs[0m[2m:[0m[2m4[0m[2m:[0m lib, 这是一条 trace 日志
[INFO] [stderr] [2m2026-05-12 07:38:56.607[0m [34mDEBUG[0m [2mcrates/log_print/src/lib.rs[0m[2m:[0m[2m5[0m[2m:[0m lib, 这是一条 debug 日志
[INFO] [stderr] [2m2026-05-12 07:38:56.607[0m [32m INFO[0m [2mcrates/log_print/src/lib.rs[0m[2m:[0m[2m6[0m[2m:[0m lib, 这是一条 info 日志
[INFO] [stderr] [2m2026-05-12 07:38:56.607[0m [33m WARN[0m [2mcrates/log_print/src/lib.rs[0m[2m:[0m[2m7[0m[2m:[0m lib, 这是一条 warn 日志
[INFO] [stderr] [2m2026-05-12 07:38:56.607[0m [31mERROR[0m [2mcrates/log_print/src/lib.rs[0m[2m:[0m[2m8[0m[2m:[0m lib, 这是一条 error 日志
[INFO] [stderr] [2m2026-05-12 07:38:56.607[0m [35mTRACE[0m [2msrc/tracing_demo/simple.rs[0m[2m:[0m[2m18[0m[2m:[0m 这是一条 trace 日志
[INFO] [stderr] [2m2026-05-12 07:38:56.607[0m [34mDEBUG[0m [2msrc/tracing_demo/simple.rs[0m[2m:[0m[2m19[0m[2m:[0m 这是一条 debug 日志
[INFO] [stderr] [2m2026-05-12 07:38:56.607[0m [32m INFO[0m [2msrc/tracing_demo/simple.rs[0m[2m:[0m[2m20[0m[2m:[0m 这是一条 info 日志
[INFO] [stderr] [2m2026-05-12 07:38:56.607[0m [33m WARN[0m [2msrc/tracing_demo/simple.rs[0m[2m:[0m[2m21[0m[2m:[0m 这是一条 warn 日志
[INFO] [stderr] [2m2026-05-12 07:38:56.607[0m [31mERROR[0m [2msrc/tracing_demo/simple.rs[0m[2m:[0m[2m22[0m[2m:[0m 这是一条 error 日志
[INFO] [stdout] test color_eyre_demo::composite2::tests::it_disable_std_backtrace ... FAILED
[INFO] [stdout] test tracing_demo::simple::tests::it_logger2_init_logger ... ok
[INFO] [stdout] test snafu_dmeo::composite::tests::it_option_backtrace ... ok
[INFO] [stdout] test color_eyre_demo::composite::tests::it_anyhow_demo2 ... FAILED
[INFO] [stdout] test into_demo::demo::tests::it_context_demo2 ... FAILED
[INFO] [stdout] test color_eyre_demo::composite::tests::it_bail_demo ... ok
[INFO] [stdout] test eyre_demo::composite::tests::it_eyre_demo ... ok
[INFO] [stdout] test into_demo::demo::tests::it_context_demo1 ... FAILED
[INFO] [stdout] test into_demo::demo::tests::it_into_err_demo1 ... FAILED
[INFO] [stdout] test tracing_demo::simple::tests::it_logger2_init_logger2 ... FAILED
[INFO] [stdout] test eyre_demo::composite::tests::it_anyhow_demo ... ok
[INFO] [stdout] test color_eyre_demo::composite::tests::it_anyhow_demo ... ok
[INFO] [stdout] test eyre_demo::composite::tests::it_bail_demo ... ok
[INFO] [stdout] test eyre_demo::composite2::tests::it_simple ... ok
[INFO] [stdout] test eyre_demo::composite::tests::it_simple ... ok
[INFO] [stdout] test color_eyre_demo::composite::tests::it_bail_demo2 ... FAILED
[INFO] [stdout] test tracing_demo::simple::tests::it_logger2_init_logger3 ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[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_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] ---- 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] ---- snafu_dmeo::composite::tests::it_explicit stdout ----
[INFO] [stdout] Error: NoArgument { thing: Backtrace [{ fn: "<std::backtrace::Backtrace as snafu::GenerateImplicitData>::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#0}", file: "./src/snafu_dmeo/composite.rs", line: 90 }, { fn: "<rust_errors_demo::snafu_dmeo::composite::tests::it_explicit::{closure#0} as core::ops::function::FnOnce<()>>::call_once", file: "/rustc/33835004928d3bf65db4d4712e1330766263b0bd/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/33835004928d3bf65db4d4712e1330766263b0bd/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/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs", line: 724 }, { fn: "test::run_test_in_process::{closure#0}", file: "/rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs", line: 747 }, { fn: "<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once", file: "/rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs", line: 275 }, { 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/33835004928d3bf65db4d4712e1330766263b0bd/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/33835004928d3bf65db4d4712e1330766263b0bd/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/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs", line: 359 }, { fn: "test::run_test_in_process", file: "/rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs", line: 747 }, { fn: "test::run_test::{closure#0}", file: "/rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs", line: 668 }, { fn: "test::run_test::{closure#1}", file: "/rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs", line: 698 }, { fn: "std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>", file: "/rustc/33835004928d3bf65db4d4712e1330766263b0bd/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/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs", line: 70 }, { 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/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs", line: 275 }, { 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/33835004928d3bf65db4d4712e1330766263b0bd/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/33835004928d3bf65db4d4712e1330766263b0bd/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/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs", line: 359 }, { fn: "std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}", file: "/rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs", line: 68 }, { 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/33835004928d3bf65db4d4712e1330766263b0bd/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/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs", line: 2271 }, { fn: "<std::sys::thread::unix::Thread>::new::thread_start", file: "/rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs", line: 118 }, { fn: "clone" }] }
[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] ---- 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] ---- 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_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_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] ---- 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_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] ---- 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_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] 
[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.58s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "201ca3baf59ec3e81a26a686480e9948044e499979c69bb0b9942b01d7369717", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "201ca3baf59ec3e81a26a686480e9948044e499979c69bb0b9942b01d7369717", kill_on_drop: false }`
[INFO] [stdout] 201ca3baf59ec3e81a26a686480e9948044e499979c69bb0b9942b01d7369717
