[INFO] fetching crate bulwark-config 0.6.0...
[INFO] testing bulwark-config-0.6.0 against beta-2026-03-05 for beta-1.95-1
[INFO] extracting crate bulwark-config 0.6.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate bulwark-config 0.6.0
[INFO] finished tweaking crates.io crate bulwark-config 0.6.0
[INFO] tweaked toml for crates.io crate bulwark-config 0.6.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate bulwark-config 0.6.0 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 132 packages to latest compatible versions
[INFO] [stderr]       Adding itertools v0.12.1 (available: v0.14.0)
[INFO] [stderr]       Adding matchit v0.8.6 (available: v0.9.1)
[INFO] [stderr]       Adding thiserror v1.0.43 (available: v1.0.69)
[INFO] [stderr]       Adding thiserror-impl v1.0.43 (available: v1.0.69)
[INFO] [stderr]       Adding toml v0.8.23 (available: v1.0.6+spec-1.1.0)
[INFO] [stderr]       Adding validator v0.16.1 (available: v0.20.0)
[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-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" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 32e4ce6d0c9f2890ff19708b864411d389c134e7518c9ac2cca0e32635c473a5
[INFO] running `Command { std: "docker" "start" "-a" "32e4ce6d0c9f2890ff19708b864411d389c134e7518c9ac2cca0e32635c473a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "32e4ce6d0c9f2890ff19708b864411d389c134e7518c9ac2cca0e32635c473a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "32e4ce6d0c9f2890ff19708b864411d389c134e7518c9ac2cca0e32635c473a5", kill_on_drop: false }`
[INFO] [stdout] 32e4ce6d0c9f2890ff19708b864411d389c134e7518c9ac2cca0e32635c473a5
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 83347eb5378a3f6a97008216f591b869375daa381410ac35abfaaec05118750e
[INFO] running `Command { std: "docker" "start" "-a" "83347eb5378a3f6a97008216f591b869375daa381410ac35abfaaec05118750e", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling tinyvec v1.10.0
[INFO] [stderr]    Compiling if_chain v1.0.3
[INFO] [stderr]    Compiling thiserror v1.0.43
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling idna v0.4.0
[INFO] [stderr]    Compiling validator_types v0.16.0
[INFO] [stderr]    Compiling validator_derive v0.16.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.43
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling validator v0.16.1
[INFO] [stderr]    Compiling bulwark-decision v0.6.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling bulwark-config v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/config.rs:405:21
[INFO] [stdout]     |
[INFO] [stdout] 403 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 404 |         config: &'a Config,
[INFO] [stdout]     |                  -- the lifetime is named here
[INFO] [stdout] 405 |     ) -> Result<Vec<&Plugin>, ResolutionError> {
[INFO] [stdout]     |                     ^^^^^^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 405 |     ) -> Result<Vec<&'a Plugin>, ResolutionError> {
[INFO] [stdout]     |                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/config.rs:415:21
[INFO] [stdout]     |
[INFO] [stdout] 412 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 413 |         config: &'a Config,
[INFO] [stdout]     |                  -- the lifetime is named here
[INFO] [stdout] 414 |         resolved_presets: &mut HashSet<String>,
[INFO] [stdout] 415 |     ) -> Result<Vec<&Plugin>, ResolutionError> {
[INFO] [stdout]     |                     ^^^^^^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 415 |     ) -> Result<Vec<&'a Plugin>, ResolutionError> {
[INFO] [stdout]     |                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/config.rs:512:21
[INFO] [stdout]     |
[INFO] [stdout] 510 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 511 |         config: &'a Config,
[INFO] [stdout]     |                  -- the lifetime is named here
[INFO] [stdout] 512 |     ) -> Result<Vec<&Plugin>, ResolutionError> {
[INFO] [stdout]     |                     ^^^^^^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 512 |     ) -> Result<Vec<&'a Plugin>, ResolutionError> {
[INFO] [stdout]     |                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.53s
[INFO] running `Command { std: "docker" "inspect" "83347eb5378a3f6a97008216f591b869375daa381410ac35abfaaec05118750e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "83347eb5378a3f6a97008216f591b869375daa381410ac35abfaaec05118750e", kill_on_drop: false }`
[INFO] [stdout] 83347eb5378a3f6a97008216f591b869375daa381410ac35abfaaec05118750e
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b9b813983e3bcea90b1f73dd5fabe6fff05e212d1c2e69fed8a96ce96d9c0360
[INFO] running `Command { std: "docker" "start" "-a" "b9b813983e3bcea90b1f73dd5fabe6fff05e212d1c2e69fed8a96ce96d9c0360", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling leb128 v0.2.5
[INFO] [stderr]    Compiling camino v1.2.2
[INFO] [stderr]    Compiling spdx v0.10.9
[INFO] [stderr]    Compiling id-arena v2.3.0
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling matchit v0.8.6
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling cargo-platform v0.1.9
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling validator v0.16.1
[INFO] [stderr]    Compiling cargo_metadata v0.18.1
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling bulwark-decision v0.6.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling bulwark-config v0.6.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling wasmparser v0.211.1
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/config.rs:405:21
[INFO] [stdout]     |
[INFO] [stdout] 403 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 404 |         config: &'a Config,
[INFO] [stdout]     |                  -- the lifetime is named here
[INFO] [stdout] 405 |     ) -> Result<Vec<&Plugin>, ResolutionError> {
[INFO] [stdout]     |                     ^^^^^^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 405 |     ) -> Result<Vec<&'a Plugin>, ResolutionError> {
[INFO] [stdout]     |                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/config.rs:415:21
[INFO] [stdout]     |
[INFO] [stdout] 412 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 413 |         config: &'a Config,
[INFO] [stdout]     |                  -- the lifetime is named here
[INFO] [stdout] 414 |         resolved_presets: &mut HashSet<String>,
[INFO] [stdout] 415 |     ) -> Result<Vec<&Plugin>, ResolutionError> {
[INFO] [stdout]     |                     ^^^^^^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 415 |     ) -> Result<Vec<&'a Plugin>, ResolutionError> {
[INFO] [stdout]     |                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/config.rs:512:21
[INFO] [stdout]     |
[INFO] [stdout] 510 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 511 |         config: &'a Config,
[INFO] [stdout]     |                  -- the lifetime is named here
[INFO] [stdout] 512 |     ) -> Result<Vec<&Plugin>, ResolutionError> {
[INFO] [stdout]     |                     ^^^^^^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 512 |     ) -> Result<Vec<&'a Plugin>, ResolutionError> {
[INFO] [stdout]     |                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling wasm-encoder v0.211.1
[INFO] [stderr]    Compiling wit-parser v0.211.1
[INFO] [stderr]    Compiling wasm-metadata v0.211.1
[INFO] [stderr]    Compiling wit-component v0.211.1
[INFO] [stderr]    Compiling bulwark-build v0.6.0
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/config.rs:405:21
[INFO] [stdout]     |
[INFO] [stdout] 403 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 404 |         config: &'a Config,
[INFO] [stdout]     |                  -- the lifetime is named here
[INFO] [stdout] 405 |     ) -> Result<Vec<&Plugin>, ResolutionError> {
[INFO] [stdout]     |                     ^^^^^^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 405 |     ) -> Result<Vec<&'a Plugin>, ResolutionError> {
[INFO] [stdout]     |                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/config.rs:415:21
[INFO] [stdout]     |
[INFO] [stdout] 412 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 413 |         config: &'a Config,
[INFO] [stdout]     |                  -- the lifetime is named here
[INFO] [stdout] 414 |         resolved_presets: &mut HashSet<String>,
[INFO] [stdout] 415 |     ) -> Result<Vec<&Plugin>, ResolutionError> {
[INFO] [stdout]     |                     ^^^^^^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 415 |     ) -> Result<Vec<&'a Plugin>, ResolutionError> {
[INFO] [stdout]     |                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/config.rs:512:21
[INFO] [stdout]     |
[INFO] [stdout] 510 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 511 |         config: &'a Config,
[INFO] [stdout]     |                  -- the lifetime is named here
[INFO] [stdout] 512 |     ) -> Result<Vec<&Plugin>, ResolutionError> {
[INFO] [stdout]     |                     ^^^^^^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 512 |     ) -> Result<Vec<&'a Plugin>, ResolutionError> {
[INFO] [stdout]     |                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 37.63s
[INFO] running `Command { std: "docker" "inspect" "b9b813983e3bcea90b1f73dd5fabe6fff05e212d1c2e69fed8a96ce96d9c0360", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b9b813983e3bcea90b1f73dd5fabe6fff05e212d1c2e69fed8a96ce96d9c0360", kill_on_drop: false }`
[INFO] [stdout] b9b813983e3bcea90b1f73dd5fabe6fff05e212d1c2e69fed8a96ce96d9c0360
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9046b47595a2331e2aab6ba619e59fe09310412f5ed88e17b788049c67612fce
[INFO] running `Command { std: "docker" "start" "-a" "9046b47595a2331e2aab6ba619e59fe09310412f5ed88e17b788049c67612fce", kill_on_drop: false }`
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/config.rs:405:21
[INFO] [stderr]     |
[INFO] [stderr] 403 |         &'a self,
[INFO] [stderr]     |          -- the lifetime is named here
[INFO] [stderr] 404 |         config: &'a Config,
[INFO] [stderr]     |                  -- the lifetime is named here
[INFO] [stderr] 405 |     ) -> Result<Vec<&Plugin>, ResolutionError> {
[INFO] [stderr]     |                     ^^^^^^^ the same lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 405 |     ) -> Result<Vec<&'a Plugin>, ResolutionError> {
[INFO] [stderr]     |                      ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/config.rs:415:21
[INFO] [stderr]     |
[INFO] [stderr] 412 |         &'a self,
[INFO] [stderr]     |          -- the lifetime is named here
[INFO] [stderr] 413 |         config: &'a Config,
[INFO] [stderr]     |                  -- the lifetime is named here
[INFO] [stderr] 414 |         resolved_presets: &mut HashSet<String>,
[INFO] [stderr] 415 |     ) -> Result<Vec<&Plugin>, ResolutionError> {
[INFO] [stderr]     |                     ^^^^^^^ the same lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 415 |     ) -> Result<Vec<&'a Plugin>, ResolutionError> {
[INFO] [stderr]     |                      ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/config.rs:512:21
[INFO] [stderr]     |
[INFO] [stderr] 510 |         &'a self,
[INFO] [stderr]     |          -- the lifetime is named here
[INFO] [stderr] 511 |         config: &'a Config,
[INFO] [stderr]     |                  -- the lifetime is named here
[INFO] [stderr] 512 |     ) -> Result<Vec<&Plugin>, ResolutionError> {
[INFO] [stderr]     |                     ^^^^^^^ the same lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 512 |     ) -> Result<Vec<&'a Plugin>, ResolutionError> {
[INFO] [stderr]     |                      ++
[INFO] [stderr] 
[INFO] [stderr] warning: `bulwark-config` (lib) generated 3 warnings (run `cargo fix --lib -p bulwark-config` to apply 3 suggestions)
[INFO] [stderr] warning: `bulwark-config` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bulwark_config-966602479ad91b07)
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test toml::tests::test_inexact_resource_route ... FAILED
[INFO] [stdout] test toml::tests::test_load_config_duplicate_mixed ... FAILED
[INFO] [stdout] test toml::tests::test_load_config_duplicate_plugin ... FAILED
[INFO] [stdout] test toml::tests::test_load_config_duplicate_preset ... FAILED
[INFO] [stdout] test toml::tests::test_load_config_circular_preset ... FAILED
[INFO] [stdout] test toml::tests::test_deserialize ... FAILED
[INFO] [stdout] test toml::tests::test_load_config ... FAILED
[INFO] [stdout] test toml::tests::test_load_config_exact_resource_route ... FAILED
[INFO] [stdout] test toml::tests::test_load_config_circular_include ... FAILED
[INFO] [stdout] test toml::tests::test_exact_resource_route ... FAILED
[INFO] [stdout] test toml::tests::test_load_config_inexact_resource_route ... FAILED
[INFO] [stdout] test toml::tests::test_load_config_invalid_config_object ... FAILED
[INFO] [stdout] test toml::tests::test_load_config_invalid_config_array ... FAILED
[INFO] [stdout] test toml::tests::test_load_config_invalid_plugin_reference ... FAILED
[INFO] [stdout] test toml::tests::test_load_config_missing ... ok
[INFO] [stdout] test toml::tests::test_load_config_missing_plugin ... FAILED
[INFO] [stdout] test toml::tests::test_load_config_prefixed_resource_route ... FAILED
[INFO] [stdout] test toml::tests::test_load_config_resolution_missing ... FAILED
[INFO] [stdout] test toml::tests::test_load_config_valid_numeric_plugin_reference ... FAILED
[INFO] [stdout] test toml::tests::test_nonprefixed_resource_route_match ... FAILED
[INFO] [stdout] test toml::tests::test_load_config_nonprefixed_resource_route ... FAILED
[INFO] [stdout] test toml::tests::test_load_config_overlapping_preset ... FAILED
[INFO] [stdout] test toml::tests::test_load_config_missing_include ... FAILED
[INFO] [stdout] test toml::tests::test_prefixed_resource_route_match ... FAILED
[INFO] [stdout] test toml::tests::test_resolve_path ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- toml::tests::test_inexact_resource_route stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- toml::tests::test_load_config_duplicate_mixed stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- toml::tests::test_load_config_duplicate_plugin stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- toml::tests::test_load_config_duplicate_preset stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- toml::tests::test_load_config_circular_preset stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- toml::tests::test_deserialize stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- toml::tests::test_load_config stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- toml::tests::test_load_config_exact_resource_route stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- toml::tests::test_load_config_circular_include stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- toml::tests::test_exact_resource_route stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- toml::tests::test_load_config_inexact_resource_route stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- toml::tests::test_load_config_invalid_config_object stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- toml::tests::test_load_config_invalid_config_array stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- toml::tests::test_load_config_invalid_plugin_reference stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- toml::tests::test_load_config_missing_plugin stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- toml::tests::test_load_config_prefixed_resource_route stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- toml::tests::test_load_config_resolution_missing stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- toml::tests::test_load_config_valid_numeric_plugin_reference stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- toml::tests::test_nonprefixed_resource_route_match stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- toml::tests::test_load_config_nonprefixed_resource_route stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- toml::tests::test_load_config_overlapping_preset stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- toml::tests::test_load_config_missing_include stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- toml::tests::test_prefixed_resource_route_match stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- toml::tests::test_resolve_path stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'toml::tests::test_resolve_path' (49) panicked at src/toml.rs:1406:9:
[INFO] [stdout] assertion failed: resolved_path.ends_with("crates/config/src")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e9a5c2379ba - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e9a5c2379ba - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e9a5c2379ba - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e9a5c2379ba - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e9a5c24deaa - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e9a5c24deaa - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5e9a5c23c842 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e9a5c23c842 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5e9a5c214cef - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e9a5c214cef - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e9a5c22f5e9 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e9a5be9e28c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5e9a5be9e28c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e9a5c22f7a2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5e9a5c22f7a2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e9a5c214dda - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5e9a5c20bf89 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e9a5c215bad - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e9a5c24e80c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e9a5c24e7d2 - core[10b6fa85044e1869]::panicking::panic
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5e9a5b8dcad9 - bulwark_config::toml::tests::test_resolve_path::h1f52c23fc980eb05
[INFO] [stdout]                                at /opt/rustwide/workdir/src/toml.rs:1406:9
[INFO] [stdout]   21:     0x5e9a5b8dcb67 - bulwark_config::toml::tests::test_resolve_path::{{closure}}::hb9f71853fa6a4fe0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/toml.rs:1401:31
[INFO] [stdout]   22:     0x5e9a5b8d2356 - core::ops::function::FnOnce::call_once::h9331e4b093b72337
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5e9a5be9236b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5e9a5be9236b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x5e9a5be9ed5b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x5e9a5be9ed5b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x5e9a5be9ed5b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x5e9a5be9ed5b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5e9a5be9ed5b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5e9a5be9ed5b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x5e9a5be9ed5b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x5e9a5be9a474 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x5e9a5be9a474 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x5e9a5bea1962 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   35:     0x5e9a5bea1962 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x5e9a5bea1962 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x5e9a5bea1962 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x5e9a5bea1962 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5e9a5bea1962 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   40:     0x5e9a5bea1962 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5e9a5c236aaf - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   42:     0x5e9a5c236aaf - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   43:     0x7d1954cfcaa4 - <unknown>
[INFO] [stdout]   44:     0x7d1954d89a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     toml::tests::test_deserialize
[INFO] [stdout]     toml::tests::test_exact_resource_route
[INFO] [stdout]     toml::tests::test_inexact_resource_route
[INFO] [stdout]     toml::tests::test_load_config
[INFO] [stdout]     toml::tests::test_load_config_circular_include
[INFO] [stdout]     toml::tests::test_load_config_circular_preset
[INFO] [stdout]     toml::tests::test_load_config_duplicate_mixed
[INFO] [stdout]     toml::tests::test_load_config_duplicate_plugin
[INFO] [stdout]     toml::tests::test_load_config_duplicate_preset
[INFO] [stdout]     toml::tests::test_load_config_exact_resource_route
[INFO] [stdout]     toml::tests::test_load_config_inexact_resource_route
[INFO] [stdout]     toml::tests::test_load_config_invalid_config_array
[INFO] [stdout]     toml::tests::test_load_config_invalid_config_object
[INFO] [stdout]     toml::tests::test_load_config_invalid_plugin_reference
[INFO] [stdout]     toml::tests::test_load_config_missing_include
[INFO] [stdout]     toml::tests::test_load_config_missing_plugin
[INFO] [stdout]     toml::tests::test_load_config_nonprefixed_resource_route
[INFO] [stdout]     toml::tests::test_load_config_overlapping_preset
[INFO] [stdout]     toml::tests::test_load_config_prefixed_resource_route
[INFO] [stdout]     toml::tests::test_load_config_resolution_missing
[INFO] [stdout]     toml::tests::test_load_config_valid_numeric_plugin_reference
[INFO] [stdout]     toml::tests::test_nonprefixed_resource_route_match
[INFO] [stdout]     toml::tests::test_prefixed_resource_route_match
[INFO] [stdout]     toml::tests::test_resolve_path
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 24 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "9046b47595a2331e2aab6ba619e59fe09310412f5ed88e17b788049c67612fce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9046b47595a2331e2aab6ba619e59fe09310412f5ed88e17b788049c67612fce", kill_on_drop: false }`
[INFO] [stdout] 9046b47595a2331e2aab6ba619e59fe09310412f5ed88e17b788049c67612fce
