[INFO] fetching crate layeredconf-derive 0.2.3...
[INFO] testing layeredconf-derive-0.2.3 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate layeredconf-derive 0.2.3 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate layeredconf-derive 0.2.3
[INFO] finished tweaking crates.io crate layeredconf-derive 0.2.3
[INFO] tweaked toml for crates.io crate layeredconf-derive 0.2.3 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate layeredconf-derive 0.2.3 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 67 packages to latest compatible versions
[INFO] [stderr]       Adding clap v3.2.25 (available: v4.5.48)
[INFO] [stderr]       Adding darling v0.13.4 (available: v0.21.3)
[INFO] [stderr]       Adding syn v1.0.109 (available: v2.0.106)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e12a8044f575b712380a6d623e0887cdeacf6fef84eb415b8b6445ab37d62105
[INFO] running `Command { std: "docker" "start" "-a" "e12a8044f575b712380a6d623e0887cdeacf6fef84eb415b8b6445ab37d62105", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e12a8044f575b712380a6d623e0887cdeacf6fef84eb415b8b6445ab37d62105", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e12a8044f575b712380a6d623e0887cdeacf6fef84eb415b8b6445ab37d62105", kill_on_drop: false }`
[INFO] [stdout] e12a8044f575b712380a6d623e0887cdeacf6fef84eb415b8b6445ab37d62105
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6e8e4cd068602973e3e9ba721ca7ce50978c8b1ce61cca05d515b7327fa742c6
[INFO] running `Command { std: "docker" "start" "-a" "6e8e4cd068602973e3e9ba721ca7ce50978c8b1ce61cca05d515b7327fa742c6", kill_on_drop: false }`
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]    Compiling darling_macro v0.13.4
[INFO] [stderr]    Compiling darling v0.13.4
[INFO] [stderr]    Compiling layeredconf-derive v0.2.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: enum `LayeredConfFieldSkip` is never used
[INFO] [stdout]    --> src/lib.rs:498:6
[INFO] [stdout]     |
[INFO] [stdout] 498 | enum LayeredConfFieldSkip {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s
[INFO] running `Command { std: "docker" "inspect" "6e8e4cd068602973e3e9ba721ca7ce50978c8b1ce61cca05d515b7327fa742c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e8e4cd068602973e3e9ba721ca7ce50978c8b1ce61cca05d515b7327fa742c6", kill_on_drop: false }`
[INFO] [stdout] 6e8e4cd068602973e3e9ba721ca7ce50978c8b1ce61cca05d515b7327fa742c6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0aeed1b7016a11530b86acd046d562efd4a5c6e930ef763ad468a4cdf948d8e7
[INFO] running `Command { std: "docker" "start" "-a" "0aeed1b7016a11530b86acd046d562efd4a5c6e930ef763ad468a4cdf948d8e7", kill_on_drop: false }`
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling os_str_bytes v6.6.1
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling layeredconf-derive v0.2.3 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stdout] warning: enum `LayeredConfFieldSkip` is never used
[INFO] [stdout]    --> src/lib.rs:498:6
[INFO] [stdout]     |
[INFO] [stdout] 498 | enum LayeredConfFieldSkip {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling clap v3.2.25
[INFO] [stderr]    Compiling similar-asserts v1.7.0
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling goldenfile v1.8.0
[INFO] [stdout] warning: enum `LayeredConfFieldSkip` is never used
[INFO] [stdout]    --> src/lib.rs:498:6
[INFO] [stdout]     |
[INFO] [stdout] 498 | enum LayeredConfFieldSkip {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 10.28s
[INFO] running `Command { std: "docker" "inspect" "0aeed1b7016a11530b86acd046d562efd4a5c6e930ef763ad468a4cdf948d8e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0aeed1b7016a11530b86acd046d562efd4a5c6e930ef763ad468a4cdf948d8e7", kill_on_drop: false }`
[INFO] [stdout] 0aeed1b7016a11530b86acd046d562efd4a5c6e930ef763ad468a4cdf948d8e7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 07ea96e84a5abb17545b631d0e3f11f54ba3832bcd679f540003a2b54fdcbf39
[INFO] running `Command { std: "docker" "start" "-a" "07ea96e84a5abb17545b631d0e3f11f54ba3832bcd679f540003a2b54fdcbf39", kill_on_drop: false }`
[INFO] [stderr] warning: enum `LayeredConfFieldSkip` is never used
[INFO] [stderr]    --> src/lib.rs:498:6
[INFO] [stderr]     |
[INFO] [stderr] 498 | enum LayeredConfFieldSkip {
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `layeredconf-derive` (lib) generated 1 warning
[INFO] [stderr] warning: `layeredconf-derive` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/layeredconf_derive-2c1cc8cb7859dd5c)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'beta-2025-09-21-x86_64-unknown-linux-gnu'.
[INFO] [stderr] To install, run `rustup component add --toolchain beta-2025-09-21-x86_64-unknown-linux-gnu rustfmt`
[INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'beta-2025-09-21-x86_64-unknown-linux-gnu'.
[INFO] [stderr] To install, run `rustup component add --toolchain beta-2025-09-21-x86_64-unknown-linux-gnu rustfmt`
[INFO] [stdout] test test::test_passes_serde_attributes ... FAILED
[INFO] [stdout] test test::test_subconfig_struct ... FAILED
[INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'beta-2025-09-21-x86_64-unknown-linux-gnu'.
[INFO] [stderr] To install, run `rustup component add --toolchain beta-2025-09-21-x86_64-unknown-linux-gnu rustfmt`
[INFO] [stdout] test test::test_option ... FAILED
[INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'beta-2025-09-21-x86_64-unknown-linux-gnu'.
[INFO] [stderr] To install, run `rustup component add --toolchain beta-2025-09-21-x86_64-unknown-linux-gnu rustfmt`
[INFO] [stdout] test test::test_docstrings ... FAILED
[INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'beta-2025-09-21-x86_64-unknown-linux-gnu'.
[INFO] [stderr] To install, run `rustup component add --toolchain beta-2025-09-21-x86_64-unknown-linux-gnu rustfmt`
[INFO] [stdout] test test::test_subconfig_field ... FAILED
[INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'beta-2025-09-21-x86_64-unknown-linux-gnu'.
[INFO] [stderr] To install, run `rustup component add --toolchain beta-2025-09-21-x86_64-unknown-linux-gnu rustfmt`
[INFO] [stdout] test test::test ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test::test_passes_serde_attributes stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::test_passes_serde_attributes' (28) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/goldenfile-1.8.0/src/differs.rs:15:5:
[INFO] [stdout] assertion failed: `(left == right)`: tests/goldenfiles/test_passes_serde_attributes.rs'
[INFO] [stdout]   left: `"#[derive(serde :: Deserialize, serde :: Serialize, clap :: Parser, Clone, Debug)]\n#[serde(deny_unknown_fields)]\nstruct TestLayer {\n    #[serde(default, skip_serializing_if = \"Option::is_none\")]\n    #[..."` (truncated)
[INFO] [stdout]  right: `""`
[INFO] [stdout] 
[INFO] [stdout] Differences (-left|+right):
[INFO] [stdout] -#[derive(serde :: Deserialize, serde :: Serialize, clap :: Parser, Clone, Debug)]␊
[INFO] [stdout] -#[serde(deny_unknown_fields)]␊
[INFO] [stdout] -struct TestLayer {␊
[INFO] [stdout] -    #[serde(default, skip_serializing_if = "Option::is_none")]␊
[INFO] [stdout] -    #[serde(rename = "bool")]␊
[INFO] [stdout] -    boolean: Option<bool>,␊
[INFO] [stdout] -    #[serde(default, skip_serializing_if = "Option::is_none")]␊
[INFO] [stdout] -    integer: Option<u64>,␊
[INFO] [stdout] -    #[serde(default, skip_serializing_if = "Option::is_none")]␊
[INFO] [stdout] -    optional: Option<String>,␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl layeredconf::LayeredConfSolid for Test {␊
[INFO] [stdout] -    type Layer = TestLayer;␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl layeredconf::LayeredConfLayer for TestLayer {␊
[INFO] [stdout] -    type Config = Test;␊
[INFO] [stdout] -    fn load_configs(&self) -> Vec<std::path::PathBuf> {␊
[INFO] [stdout] -        let mut load_configs = vec![];␊
[INFO] [stdout] -        load_configs␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -    fn default_layer() -> Self {␊
[INFO] [stdout] -        Self {␊
[INFO] [stdout] -            boolean: None,␊
[INFO] [stdout] -            integer: None,␊
[INFO] [stdout] -            optional: None,␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl TestLayer {␊
[INFO] [stdout] -    fn empty(&self) -> bool {␊
[INFO] [stdout] -        let mut empty = vec![];␊
[INFO] [stdout] -        empty.push(self.boolean.is_none());␊
[INFO] [stdout] -        empty.push(self.integer.is_none());␊
[INFO] [stdout] -        empty.push(self.optional.is_none());␊
[INFO] [stdout] -        empty.iter().all(|v| *v)␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl std::default::Default for TestLayer {␊
[INFO] [stdout] -    fn default() -> Self {␊
[INFO] [stdout] -        Self {␊
[INFO] [stdout] -            boolean: None,␊
[INFO] [stdout] -            integer: None,␊
[INFO] [stdout] -            optional: None,␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl layeredconf::LayeredConfMerge<TestLayer> for TestLayer {␊
[INFO] [stdout] -    fn merge_from(&mut self, other: &TestLayer) {␊
[INFO] [stdout] -        if self.boolean.is_none() {␊
[INFO] [stdout] -            self.boolean = other.boolean.clone();␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -        if self.integer.is_none() {␊
[INFO] [stdout] -            self.integer = other.integer.clone();␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -        if self.optional.is_none() {␊
[INFO] [stdout] -            self.optional = other.optional.clone();␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl layeredconf::LayeredConfSolidify<Test> for TestLayer {␊
[INFO] [stdout] -    fn solidify(&self) -> layeredconf::Result<Test> {␊
[INFO] [stdout] -        let mut missing = vec![];␊
[INFO] [stdout] -        let boolean;␊
[INFO] [stdout] -        if let Some(val) = &self.boolean {␊
[INFO] [stdout] -            boolean = Some(val.clone());␊
[INFO] [stdout] -        } else {␊
[INFO] [stdout] -            boolean = None;␊
[INFO] [stdout] -            missing.push("boolean".to_string());␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -        let integer;␊
[INFO] [stdout] -        if let Some(val) = &self.integer {␊
[INFO] [stdout] -            integer = Some(val.clone());␊
[INFO] [stdout] -        } else {␊
[INFO] [stdout] -            integer = None;␊
[INFO] [stdout] -            missing.push("integer".to_string());␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -        let optional = self.optional.clone();␊
[INFO] [stdout] -        if !missing.is_empty() {␊
[INFO] [stdout] -            return Err(layeredconf::Error::SolidifyFailedMissing { missing });␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -        Ok(Test {␊
[INFO] [stdout] -            boolean: boolean.unwrap(),␊
[INFO] [stdout] -            integer: integer.unwrap(),␊
[INFO] [stdout] -            optional,␊
[INFO] [stdout] -        })␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -}␊
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x7d31f44043e2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x7d31f44043e2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x7d31f44043e2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x7d31f44043e2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x7d31f443535f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x7d31f443535f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x7d31f43b5d31 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x7d31f43b5d31 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x7d31f43cad22 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x7d31f43d2fea - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x7d31f43d2e7c - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x58fd6be1830e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x58fd6be1830e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x7d31f43d374f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x7d31f43d374f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x7d31f43d34fa - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x7d31f43cae59 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x7d31f43a6ddd - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x7d31f4445a00 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x58fd6be63e45 - similar_asserts::SimpleDiff::fail_assertion::h91a43b61497428ad
[INFO] [stdout]   20:     0x58fd6be415a4 - goldenfile::differs::text_diff::hc69f082d16423573
[INFO] [stdout]   21:     0x58fd6bde5085 - core::ops::function::Fn::call::hfdd1a2170c3290ed
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:79:5
[INFO] [stdout]   22:     0x58fd6be43f4c - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc5478bb7d777bb96
[INFO] [stdout]   23:     0x58fd6be3b1b7 - goldenfile::mint::Mint::check_goldenfiles::h30387a432ebc6f43
[INFO] [stdout]   24:     0x58fd6be3f94e - <goldenfile::mint::Mint as core::ops::drop::Drop>::drop::hf562922744957124
[INFO] [stdout]   25:     0x58fd6bde5dd7 - core::ptr::drop_in_place<goldenfile::mint::Mint>::h573a3919b6071ee9
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ptr/mod.rs:804:1
[INFO] [stdout]   26:     0x58fd6bddefd4 - layeredconf_derive::test::test_passes_serde_attributes::hebde9b8f2bab97b3
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:74:1
[INFO] [stdout]   27:     0x58fd6bddf007 - layeredconf_derive::test::test_passes_serde_attributes::{{closure}}::h61c57d4662af0cc9
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:53:34
[INFO] [stdout]   28:     0x58fd6bde53c6 - core::ops::function::FnOnce::call_once::hc03eb8bbb562167e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x58fd6be180cb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x58fd6be180cb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   31:     0x58fd6be2dd35 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   32:     0x58fd6be2dd35 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   33:     0x58fd6be2dd35 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   34:     0x58fd6be2dd35 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   35:     0x58fd6be2dd35 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   36:     0x58fd6be2dd35 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   37:     0x58fd6be2dd35 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   38:     0x58fd6be04524 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   39:     0x58fd6be04524 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   40:     0x58fd6be07dea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   41:     0x58fd6be07dea - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   42:     0x58fd6be07dea - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   43:     0x58fd6be07dea - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   44:     0x58fd6be07dea - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x58fd6be07dea - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   46:     0x58fd6be07dea - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x7d31f43c54df - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   48:     0x7d31f43c54df - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   49:     0x7d31f4160aa4 - <unknown>
[INFO] [stdout]   50:     0x7d31f41eda34 - clone
[INFO] [stdout]   51:                0x0 - <unknown>
[INFO] [stdout] note: run with `UPDATE_GOLDENFILES=1` to update goldenfiles
[INFO] [stdout] [1;31merror[0m: goldenfile changed: test_passes_serde_attributes.rs
[INFO] [stdout] 
[INFO] [stdout] ---- test::test_subconfig_struct stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::test_subconfig_struct' (30) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/goldenfile-1.8.0/src/differs.rs:15:5:
[INFO] [stdout] assertion failed: `(left == right)`: tests/goldenfiles/test_subconfig_struct.rs'
[INFO] [stdout]   left: `"#[derive(serde :: Deserialize, serde :: Serialize, clap :: Args, Clone, Debug)]\nstruct TestSubConfigLayer {\n    #[serde(default, skip_serializing_if = \"Option::is_none\")]\n    test: Option<String>,\n}\ni..."` (truncated)
[INFO] [stdout]  right: `""`
[INFO] [stdout] 
[INFO] [stdout] Differences (-left|+right):
[INFO] [stdout] -#[derive(serde :: Deserialize, serde :: Serialize, clap :: Args, Clone, Debug)]␊
[INFO] [stdout] -struct TestSubConfigLayer {␊
[INFO] [stdout] -    #[serde(default, skip_serializing_if = "Option::is_none")]␊
[INFO] [stdout] -    test: Option<String>,␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl layeredconf::LayeredConfSolid for TestSubConfig {␊
[INFO] [stdout] -    type Layer = TestSubConfigLayer;␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl layeredconf::LayeredConfLayer for TestSubConfigLayer {␊
[INFO] [stdout] -    type Config = TestSubConfig;␊
[INFO] [stdout] -    fn load_configs(&self) -> Vec<std::path::PathBuf> {␊
[INFO] [stdout] -        let mut load_configs = vec![];␊
[INFO] [stdout] -        load_configs␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -    fn default_layer() -> Self {␊
[INFO] [stdout] -        Self { test: None }␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl TestSubConfigLayer {␊
[INFO] [stdout] -    fn empty(&self) -> bool {␊
[INFO] [stdout] -        let mut empty = vec![];␊
[INFO] [stdout] -        empty.push(self.test.is_none());␊
[INFO] [stdout] -        empty.iter().all(|v| *v)␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl std::default::Default for TestSubConfigLayer {␊
[INFO] [stdout] -    fn default() -> Self {␊
[INFO] [stdout] -        Self { test: None }␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl layeredconf::LayeredConfMerge<TestSubConfigLayer> for TestSubConfigLayer {␊
[INFO] [stdout] -    fn merge_from(&mut self, other: &TestSubConfigLayer) {␊
[INFO] [stdout] -        if self.test.is_none() {␊
[INFO] [stdout] -            self.test = other.test.clone();␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl layeredconf::LayeredConfSolidify<TestSubConfig> for TestSubConfigLayer {␊
[INFO] [stdout] -    fn solidify(&self) -> layeredconf::Result<TestSubConfig> {␊
[INFO] [stdout] -        let mut missing = vec![];␊
[INFO] [stdout] -        let test;␊
[INFO] [stdout] -        if let Some(val) = &self.test {␊
[INFO] [stdout] -            test = Some(val.clone());␊
[INFO] [stdout] -        } else {␊
[INFO] [stdout] -            test = None;␊
[INFO] [stdout] -            missing.push("test".to_string());␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -        if !missing.is_empty() {␊
[INFO] [stdout] -            return Err(layeredconf::Error::SolidifyFailedMissing { missing });␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -        Ok(TestSubConfig {␊
[INFO] [stdout] -            test: test.unwrap(),␊
[INFO] [stdout] -        })␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -}␊
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x7d31f44043e2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x7d31f44043e2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x7d31f44043e2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x7d31f44043e2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x7d31f443535f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x7d31f443535f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x7d31f43b5d31 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x7d31f43b5d31 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x7d31f43cad22 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x7d31f43d2fea - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x7d31f43d2e7c - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x58fd6be1830e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x58fd6be1830e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x7d31f43d374f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x7d31f43d374f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x7d31f43d34fa - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x7d31f43cae59 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x7d31f43a6ddd - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x7d31f4445a00 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x58fd6be63e45 - similar_asserts::SimpleDiff::fail_assertion::h91a43b61497428ad
[INFO] [stdout]   20:     0x58fd6be415a4 - goldenfile::differs::text_diff::hc69f082d16423573
[INFO] [stdout]   21:     0x58fd6bde5085 - core::ops::function::Fn::call::hfdd1a2170c3290ed
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:79:5
[INFO] [stdout]   22:     0x58fd6be43f4c - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc5478bb7d777bb96
[INFO] [stdout]   23:     0x58fd6be3b1b7 - goldenfile::mint::Mint::check_goldenfiles::h30387a432ebc6f43
[INFO] [stdout]   24:     0x58fd6be3f94e - <goldenfile::mint::Mint as core::ops::drop::Drop>::drop::hf562922744957124
[INFO] [stdout]   25:     0x58fd6bde5dd7 - core::ptr::drop_in_place<goldenfile::mint::Mint>::h573a3919b6071ee9
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ptr/mod.rs:804:1
[INFO] [stdout]   26:     0x58fd6bdde884 - layeredconf_derive::test::test_subconfig_struct::h586983a324233e6c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:113:1
[INFO] [stdout]   27:     0x58fd6bdde8b7 - layeredconf_derive::test::test_subconfig_struct::{{closure}}::h46a5478c3f11605e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:97:27
[INFO] [stdout]   28:     0x58fd6bde5446 - core::ops::function::FnOnce::call_once::he824cdb55b2cdd11
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x58fd6be180cb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x58fd6be180cb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   31:     0x58fd6be2dd35 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   32:     0x58fd6be2dd35 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   33:     0x58fd6be2dd35 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   34:     0x58fd6be2dd35 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   35:     0x58fd6be2dd35 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   36:     0x58fd6be2dd35 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   37:     0x58fd6be2dd35 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   38:     0x58fd6be04524 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   39:     0x58fd6be04524 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   40:     0x58fd6be07dea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   41:     0x58fd6be07dea - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   42:     0x58fd6be07dea - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   43:     0x58fd6be07dea - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   44:     0x58fd6be07dea - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x58fd6be07dea - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   46:     0x58fd6be07dea - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x7d31f43c54df - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   48:     0x7d31f43c54df - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   49:     0x7d31f4160aa4 - <unknown>
[INFO] [stdout]   50:     0x7d31f41eda34 - clone
[INFO] [stdout]   51:                0x0 - <unknown>
[INFO] [stdout] note: run with `UPDATE_GOLDENFILES=1` to update goldenfiles
[INFO] [stdout] [1;31merror[0m: goldenfile changed: test_subconfig_struct.rs
[INFO] [stdout] 
[INFO] [stdout] ---- test::test_option stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::test_option' (27) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/goldenfile-1.8.0/src/differs.rs:15:5:
[INFO] [stdout] assertion failed: `(left == right)`: tests/goldenfiles/test_option.rs'
[INFO] [stdout]   left: `"#[derive(serde :: Deserialize, serde :: Serialize, clap :: Parser, Clone, Debug)]\nstruct TestLayer {\n    #[serde(default, skip_serializing_if = \"Option::is_none\")]\n    boolean: Option<bool>,\n    #[ser..."` (truncated)
[INFO] [stdout]  right: `""`
[INFO] [stdout] 
[INFO] [stdout] Differences (-left|+right):
[INFO] [stdout] -#[derive(serde :: Deserialize, serde :: Serialize, clap :: Parser, Clone, Debug)]␊
[INFO] [stdout] -struct TestLayer {␊
[INFO] [stdout] -    #[serde(default, skip_serializing_if = "Option::is_none")]␊
[INFO] [stdout] -    boolean: Option<bool>,␊
[INFO] [stdout] -    #[serde(default, skip_serializing_if = "Option::is_none")]␊
[INFO] [stdout] -    integer: Option<u64>,␊
[INFO] [stdout] -    #[serde(default, skip_serializing_if = "Option::is_none")]␊
[INFO] [stdout] -    optional: Option<String>,␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl layeredconf::LayeredConfSolid for Test {␊
[INFO] [stdout] -    type Layer = TestLayer;␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl layeredconf::LayeredConfLayer for TestLayer {␊
[INFO] [stdout] -    type Config = Test;␊
[INFO] [stdout] -    fn load_configs(&self) -> Vec<std::path::PathBuf> {␊
[INFO] [stdout] -        let mut load_configs = vec![];␊
[INFO] [stdout] -        load_configs␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -    fn default_layer() -> Self {␊
[INFO] [stdout] -        Self {␊
[INFO] [stdout] -            boolean: None,␊
[INFO] [stdout] -            integer: None,␊
[INFO] [stdout] -            optional: None,␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl TestLayer {␊
[INFO] [stdout] -    fn empty(&self) -> bool {␊
[INFO] [stdout] -        let mut empty = vec![];␊
[INFO] [stdout] -        empty.push(self.boolean.is_none());␊
[INFO] [stdout] -        empty.push(self.integer.is_none());␊
[INFO] [stdout] -        empty.push(self.optional.is_none());␊
[INFO] [stdout] -        empty.iter().all(|v| *v)␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl std::default::Default for TestLayer {␊
[INFO] [stdout] -    fn default() -> Self {␊
[INFO] [stdout] -        Self {␊
[INFO] [stdout] -            boolean: None,␊
[INFO] [stdout] -            integer: None,␊
[INFO] [stdout] -            optional: None,␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl layeredconf::LayeredConfMerge<TestLayer> for TestLayer {␊
[INFO] [stdout] -    fn merge_from(&mut self, other: &TestLayer) {␊
[INFO] [stdout] -        if self.boolean.is_none() {␊
[INFO] [stdout] -            self.boolean = other.boolean.clone();␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -        if self.integer.is_none() {␊
[INFO] [stdout] -            self.integer = other.integer.clone();␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -        if self.optional.is_none() {␊
[INFO] [stdout] -            self.optional = other.optional.clone();␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl layeredconf::LayeredConfSolidify<Test> for TestLayer {␊
[INFO] [stdout] -    fn solidify(&self) -> layeredconf::Result<Test> {␊
[INFO] [stdout] -        let mut missing = vec![];␊
[INFO] [stdout] -        let boolean;␊
[INFO] [stdout] -        if let Some(val) = &self.boolean {␊
[INFO] [stdout] -            boolean = Some(val.clone());␊
[INFO] [stdout] -        } else {␊
[INFO] [stdout] -            boolean = None;␊
[INFO] [stdout] -            missing.push("boolean".to_string());␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -        let integer;␊
[INFO] [stdout] -        if let Some(val) = &self.integer {␊
[INFO] [stdout] -            integer = Some(val.clone());␊
[INFO] [stdout] -        } else {␊
[INFO] [stdout] -            integer = None;␊
[INFO] [stdout] -            missing.push("integer".to_string());␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -        let optional = self.optional.clone();␊
[INFO] [stdout] -        if !missing.is_empty() {␊
[INFO] [stdout] -            return Err(layeredconf::Error::SolidifyFailedMissing { missing });␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -        Ok(Test {␊
[INFO] [stdout] -            boolean: boolean.unwrap(),␊
[INFO] [stdout] -            integer: integer.unwrap(),␊
[INFO] [stdout] -            optional,␊
[INFO] [stdout] -        })␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -}␊
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x7d31f44043e2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x7d31f44043e2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x7d31f44043e2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x7d31f44043e2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x7d31f443535f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x7d31f443535f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x7d31f43b5d31 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x7d31f43b5d31 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x7d31f43cad22 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x7d31f43d2fea - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x7d31f43d2e7c - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x58fd6be1830e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x58fd6be1830e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x7d31f43d374f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x7d31f43d374f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x7d31f43d34fa - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x7d31f43cae59 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x7d31f43a6ddd - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x7d31f4445a00 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x58fd6be63e45 - similar_asserts::SimpleDiff::fail_assertion::h91a43b61497428ad
[INFO] [stdout]   20:     0x58fd6be415a4 - goldenfile::differs::text_diff::hc69f082d16423573
[INFO] [stdout]   21:     0x58fd6bde5085 - core::ops::function::Fn::call::hfdd1a2170c3290ed
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:79:5
[INFO] [stdout]   22:     0x58fd6be43f4c - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc5478bb7d777bb96
[INFO] [stdout]   23:     0x58fd6be3b1b7 - goldenfile::mint::Mint::check_goldenfiles::h30387a432ebc6f43
[INFO] [stdout]   24:     0x58fd6be3f94e - <goldenfile::mint::Mint as core::ops::drop::Drop>::drop::hf562922744957124
[INFO] [stdout]   25:     0x58fd6bde5dd7 - core::ptr::drop_in_place<goldenfile::mint::Mint>::h573a3919b6071ee9
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ptr/mod.rs:804:1
[INFO] [stdout]   26:     0x58fd6bddd294 - layeredconf_derive::test::test_option::h011f102238b36463
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:50:1
[INFO] [stdout]   27:     0x58fd6bddd2c7 - layeredconf_derive::test::test_option::{{closure}}::hb3565227d6dcfb51
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:33:17
[INFO] [stdout]   28:     0x58fd6bde51c6 - core::ops::function::FnOnce::call_once::h11fd3f6b711b14fb
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x58fd6be180cb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x58fd6be180cb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   31:     0x58fd6be2dd35 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   32:     0x58fd6be2dd35 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   33:     0x58fd6be2dd35 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   34:     0x58fd6be2dd35 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   35:     0x58fd6be2dd35 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   36:     0x58fd6be2dd35 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   37:     0x58fd6be2dd35 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   38:     0x58fd6be04524 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   39:     0x58fd6be04524 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   40:     0x58fd6be07dea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   41:     0x58fd6be07dea - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   42:     0x58fd6be07dea - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   43:     0x58fd6be07dea - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   44:     0x58fd6be07dea - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x58fd6be07dea - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   46:     0x58fd6be07dea - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x7d31f43c54df - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   48:     0x7d31f43c54df - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   49:     0x7d31f4160aa4 - <unknown>
[INFO] [stdout]   50:     0x7d31f41eda34 - clone
[INFO] [stdout]   51:                0x0 - <unknown>
[INFO] [stdout] note: run with `UPDATE_GOLDENFILES=1` to update goldenfiles
[INFO] [stdout] [1;31merror[0m: goldenfile changed: test_option.rs
[INFO] [stdout] 
[INFO] [stdout] ---- test::test_docstrings stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::test_docstrings' (26) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/goldenfile-1.8.0/src/differs.rs:15:5:
[INFO] [stdout] assertion failed: `(left == right)`: tests/goldenfiles/test_docstrings.rs'
[INFO] [stdout]   left: `"#[derive(serde :: Deserialize, serde :: Serialize, clap :: Parser, Clone, Debug)]\n#[doc = \" This is kept so that clap can parse it\"]\n#[doc = \"\"]\n#[doc = \" Long description here.\"]\nstruct TestSubConfig..."` (truncated)
[INFO] [stdout]  right: `""`
[INFO] [stdout] 
[INFO] [stdout] Differences (-left|+right):
[INFO] [stdout] -#[derive(serde :: Deserialize, serde :: Serialize, clap :: Parser, Clone, Debug)]␊
[INFO] [stdout] -#[doc = " This is kept so that clap can parse it"]␊
[INFO] [stdout] -#[doc = ""]␊
[INFO] [stdout] -#[doc = " Long description here."]␊
[INFO] [stdout] -struct TestSubConfigLayer {␊
[INFO] [stdout] -    #[serde(default, skip_serializing_if = "Option::is_none")]␊
[INFO] [stdout] -    #[doc = " This is kept too"]␊
[INFO] [stdout] -    #[doc = ""]␊
[INFO] [stdout] -    #[doc = " Long description here."]␊
[INFO] [stdout] -    test: Option<String>,␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl layeredconf::LayeredConfSolid for TestSubConfig {␊
[INFO] [stdout] -    type Layer = TestSubConfigLayer;␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl layeredconf::LayeredConfLayer for TestSubConfigLayer {␊
[INFO] [stdout] -    type Config = TestSubConfig;␊
[INFO] [stdout] -    fn load_configs(&self) -> Vec<std::path::PathBuf> {␊
[INFO] [stdout] -        let mut load_configs = vec![];␊
[INFO] [stdout] -        load_configs␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -    fn default_layer() -> Self {␊
[INFO] [stdout] -        Self { test: None }␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl TestSubConfigLayer {␊
[INFO] [stdout] -    fn empty(&self) -> bool {␊
[INFO] [stdout] -        let mut empty = vec![];␊
[INFO] [stdout] -        empty.push(self.test.is_none());␊
[INFO] [stdout] -        empty.iter().all(|v| *v)␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl std::default::Default for TestSubConfigLayer {␊
[INFO] [stdout] -    fn default() -> Self {␊
[INFO] [stdout] -        Self { test: None }␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl layeredconf::LayeredConfMerge<TestSubConfigLayer> for TestSubConfigLayer {␊
[INFO] [stdout] -    fn merge_from(&mut self, other: &TestSubConfigLayer) {␊
[INFO] [stdout] -        if self.test.is_none() {␊
[INFO] [stdout] -            self.test = other.test.clone();␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl layeredconf::LayeredConfSolidify<TestSubConfig> for TestSubConfigLayer {␊
[INFO] [stdout] -    fn solidify(&self) -> layeredconf::Result<TestSubConfig> {␊
[INFO] [stdout] -        let mut missing = vec![];␊
[INFO] [stdout] -        let test;␊
[INFO] [stdout] -        if let Some(val) = &self.test {␊
[INFO] [stdout] -            test = Some(val.clone());␊
[INFO] [stdout] -        } else {␊
[INFO] [stdout] -            test = None;␊
[INFO] [stdout] -            missing.push("test".to_string());␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -        if !missing.is_empty() {␊
[INFO] [stdout] -            return Err(layeredconf::Error::SolidifyFailedMissing { missing });␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -        Ok(TestSubConfig {␊
[INFO] [stdout] -            test: test.unwrap(),␊
[INFO] [stdout] -        })␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -}␊
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x7d31f44043e2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x7d31f44043e2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x7d31f44043e2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x7d31f44043e2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x7d31f443535f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x7d31f443535f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x7d31f43b5d31 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x7d31f43b5d31 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x7d31f43cad22 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x7d31f43d2fea - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x7d31f43d2e7c - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x58fd6be1830e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x58fd6be1830e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x7d31f43d374f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x7d31f43d374f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x7d31f43d34fa - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x7d31f43cae59 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x7d31f43a6ddd - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x7d31f4445a00 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x58fd6be63e45 - similar_asserts::SimpleDiff::fail_assertion::h91a43b61497428ad
[INFO] [stdout]   20:     0x58fd6be415a4 - goldenfile::differs::text_diff::hc69f082d16423573
[INFO] [stdout]   21:     0x58fd6bde5085 - core::ops::function::Fn::call::hfdd1a2170c3290ed
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:79:5
[INFO] [stdout]   22:     0x58fd6be43f4c - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc5478bb7d777bb96
[INFO] [stdout]   23:     0x58fd6be3b1b7 - goldenfile::mint::Mint::check_goldenfiles::h30387a432ebc6f43
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout]   24:     0x58fd6be3f94e - <goldenfile::mint::Mint as core::ops::drop::Drop>::drop::hf562922744957124
[INFO] [stdout]   25:     0x58fd6bde5dd7 - core::ptr::drop_in_place<goldenfile::mint::Mint>::h573a3919b6071ee9
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ptr/mod.rs:804:1
[INFO] [stdout]   26:     0x58fd6bddd9e4 - layeredconf_derive::test::test_docstrings::hfc5215aefa564b2c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:137:1
[INFO] [stdout]   27:     0x58fd6bddda17 - layeredconf_derive::test::test_docstrings::{{closure}}::h24e6d4cd34c3bcc0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:116:21
[INFO] [stdout]   28:     0x58fd6bde5376 - core::ops::function::FnOnce::call_once::h9f8d0d2c6321443f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x58fd6be180cb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x58fd6be180cb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   31:     0x58fd6be2dd35 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   32:     0x58fd6be2dd35 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   33:     0x58fd6be2dd35 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   34:     0x58fd6be2dd35 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   35:     0x58fd6be2dd35 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   36:     0x58fd6be2dd35 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   37:     0x58fd6be2dd35 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   38:     0x58fd6be04524 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   39:     0x58fd6be04524 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   40:     0x58fd6be07dea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   41:     0x58fd6be07dea - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   42:     0x58fd6be07dea - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   43:     0x58fd6be07dea - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   44:     0x58fd6be07dea - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x58fd6be07dea - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   46:     0x58fd6be07dea - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x7d31f43c54df - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   48:     0x7d31f43c54df - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   49:     0x7d31f4160aa4 - <unknown>
[INFO] [stdout]   50:     0x7d31f41eda34 - clone
[INFO] [stdout]   51:                0x0 - <unknown>
[INFO] [stdout] note: run with `UPDATE_GOLDENFILES=1` to update goldenfiles
[INFO] [stdout] [1;31merror[0m: goldenfile changed: test_docstrings.rs
[INFO] [stdout] 
[INFO] [stdout] ---- test::test_subconfig_field stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::test_subconfig_field' (29) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/goldenfile-1.8.0/src/differs.rs:15:5:
[INFO] [stdout] assertion failed: `(left == right)`: tests/goldenfiles/test_subconfig_field.rs'
[INFO] [stdout]   left: `"#[derive(serde :: Deserialize, serde :: Serialize, clap :: Parser, Clone, Debug)]\nstruct TestLayer {\n    #[serde(default, skip_serializing_if = \"Option::is_none\")]\n    name: Option<String>,\n    #[serd..."` (truncated)
[INFO] [stdout]  right: `""`
[INFO] [stdout] 
[INFO] [stdout] Differences (-left|+right):
[INFO] [stdout] -#[derive(serde :: Deserialize, serde :: Serialize, clap :: Parser, Clone, Debug)]␊
[INFO] [stdout] -struct TestLayer {␊
[INFO] [stdout] -    #[serde(default, skip_serializing_if = "Option::is_none")]␊
[INFO] [stdout] -    name: Option<String>,␊
[INFO] [stdout] -    #[serde(default, skip_serializing_if = "TestSubConfigLayer :: empty")]␊
[INFO] [stdout] -    #[clap(flatten)]␊
[INFO] [stdout] -    subconfig: TestSubConfigLayer,␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl layeredconf::LayeredConfSolid for Test {␊
[INFO] [stdout] -    type Layer = TestLayer;␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl layeredconf::LayeredConfLayer for TestLayer {␊
[INFO] [stdout] -    type Config = Test;␊
[INFO] [stdout] -    fn load_configs(&self) -> Vec<std::path::PathBuf> {␊
[INFO] [stdout] -        let mut load_configs = vec![];␊
[INFO] [stdout] -        load_configs␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -    fn default_layer() -> Self {␊
[INFO] [stdout] -        Self {␊
[INFO] [stdout] -            name: None,␊
[INFO] [stdout] -            subconfig: TestSubConfigLayer::default_layer(),␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl TestLayer {␊
[INFO] [stdout] -    fn empty(&self) -> bool {␊
[INFO] [stdout] -        let mut empty = vec![];␊
[INFO] [stdout] -        empty.push(self.name.is_none());␊
[INFO] [stdout] -        empty.push(self.subconfig.empty());␊
[INFO] [stdout] -        empty.iter().all(|v| *v)␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl std::default::Default for TestLayer {␊
[INFO] [stdout] -    fn default() -> Self {␊
[INFO] [stdout] -        Self {␊
[INFO] [stdout] -            name: None,␊
[INFO] [stdout] -            subconfig: TestSubConfigLayer::default(),␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl layeredconf::LayeredConfMerge<TestLayer> for TestLayer {␊
[INFO] [stdout] -    fn merge_from(&mut self, other: &TestLayer) {␊
[INFO] [stdout] -        if self.name.is_none() {␊
[INFO] [stdout] -            self.name = other.name.clone();␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -        self.subconfig.merge_from(&other.subconfig);␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl layeredconf::LayeredConfSolidify<Test> for TestLayer {␊
[INFO] [stdout] -    fn solidify(&self) -> layeredconf::Result<Test> {␊
[INFO] [stdout] -        let mut missing = vec![];␊
[INFO] [stdout] -        let name;␊
[INFO] [stdout] -        if let Some(val) = &self.name {␊
[INFO] [stdout] -            name = Some(val.clone());␊
[INFO] [stdout] -        } else {␊
[INFO] [stdout] -            name = None;␊
[INFO] [stdout] -            missing.push("name".to_string());␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -        let subconfig = self.subconfig.solidify()?;␊
[INFO] [stdout] -        if !missing.is_empty() {␊
[INFO] [stdout] -            return Err(layeredconf::Error::SolidifyFailedMissing { missing });␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -        Ok(Test {␊
[INFO] [stdout] -            name: name.unwrap(),␊
[INFO] [stdout] -            subconfig,␊
[INFO] [stdout] -        })␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -}␊
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x7d31f44043e2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x7d31f44043e2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x7d31f44043e2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x7d31f44043e2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x7d31f443535f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x7d31f443535f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x7d31f43b5d31 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x7d31f43b5d31 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x7d31f43cad22 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x7d31f43d2fea - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x7d31f43d2e7c - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x58fd6be1830e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x58fd6be1830e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x7d31f43d374f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x7d31f43d374f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x7d31f43d34fa - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x7d31f43cae59 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x7d31f43a6ddd - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x7d31f4445a00 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x58fd6be63e45 - similar_asserts::SimpleDiff::fail_assertion::h91a43b61497428ad
[INFO] [stdout]   20:     0x58fd6be415a4 - goldenfile::differs::text_diff::hc69f082d16423573
[INFO] [stdout]   21:     0x58fd6bde5085 - core::ops::function::Fn::call::hfdd1a2170c3290ed
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:79:5
[INFO] [stdout]   22:     0x58fd6be43f4c - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc5478bb7d777bb96
[INFO] [stdout]   23:     0x58fd6be3b1b7 - goldenfile::mint::Mint::check_goldenfiles::h30387a432ebc6f43
[INFO] [stdout]   24:     0x58fd6be3f94e - <goldenfile::mint::Mint as core::ops::drop::Drop>::drop::hf562922744957124
[INFO] [stdout]   25:     0x58fd6bde5dd7 - core::ptr::drop_in_place<goldenfile::mint::Mint>::h573a3919b6071ee9
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ptr/mod.rs:804:1
[INFO] [stdout]   26:     0x58fd6bdde134 - layeredconf_derive::test::test_subconfig_field::hca5879f5f343668a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:94:1
[INFO] [stdout]   27:     0x58fd6bdde167 - layeredconf_derive::test::test_subconfig_field::{{closure}}::h91b5ebcd01ccee97
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:77:26
[INFO] [stdout]   28:     0x58fd6bde5406 - core::ops::function::FnOnce::call_once::hddc77f2489fead35
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x58fd6be180cb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x58fd6be180cb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   31:     0x58fd6be2dd35 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   32:     0x58fd6be2dd35 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   33:     0x58fd6be2dd35 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   34:     0x58fd6be2dd35 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   35:     0x58fd6be2dd35 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   36:     0x58fd6be2dd35 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   37:     0x58fd6be2dd35 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   38:     0x58fd6be04524 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   39:     0x58fd6be04524 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   40:     0x58fd6be07dea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   41:     0x58fd6be07dea - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   42:     0x58fd6be07dea - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   43:     0x58fd6be07dea - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   44:     0x58fd6be07dea - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x58fd6be07dea - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   46:     0x58fd6be07dea - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x7d31f43c54df - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   48:     0x7d31f43c54df - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   49:     0x7d31f4160aa4 - <unknown>
[INFO] [stdout]   50:     0x7d31f41eda34 - clone
[INFO] [stdout]   51:                0x0 - <unknown>
[INFO] [stdout] note: run with `UPDATE_GOLDENFILES=1` to update goldenfiles
[INFO] [stdout] [1;31merror[0m: goldenfile changed: test_subconfig_field.rs
[INFO] [stdout] 
[INFO] [stdout] ---- test::test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::test' (25) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/goldenfile-1.8.0/src/differs.rs:15:5:
[INFO] [stdout] assertion failed: `(left == right)`: tests/goldenfiles/test.rs'
[INFO] [stdout]   left: `"#[derive(serde :: Deserialize, serde :: Serialize, clap :: Parser, Clone, Debug)]\nstruct TestLayer {\n    #[serde(default, skip_serializing_if = \"Option::is_none\")]\n    boolean: Option<bool>,\n    #[ser..."` (truncated)
[INFO] [stdout]  right: `""`
[INFO] [stdout] 
[INFO] [stdout] Differences (-left|+right):
[INFO] [stdout] -#[derive(serde :: Deserialize, serde :: Serialize, clap :: Parser, Clone, Debug)]␊
[INFO] [stdout] -struct TestLayer {␊
[INFO] [stdout] -    #[serde(default, skip_serializing_if = "Option::is_none")]␊
[INFO] [stdout] -    boolean: Option<bool>,␊
[INFO] [stdout] -    #[serde(default, skip_serializing_if = "Option::is_none")]␊
[INFO] [stdout] -    integer: Option<u64>,␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl layeredconf::LayeredConfSolid for Test {␊
[INFO] [stdout] -    type Layer = TestLayer;␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl layeredconf::LayeredConfLayer for TestLayer {␊
[INFO] [stdout] -    type Config = Test;␊
[INFO] [stdout] -    fn load_configs(&self) -> Vec<std::path::PathBuf> {␊
[INFO] [stdout] -        let mut load_configs = vec![];␊
[INFO] [stdout] -        load_configs␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -    fn default_layer() -> Self {␊
[INFO] [stdout] -        Self {␊
[INFO] [stdout] -            boolean: None,␊
[INFO] [stdout] -            integer: None,␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl TestLayer {␊
[INFO] [stdout] -    fn empty(&self) -> bool {␊
[INFO] [stdout] -        let mut empty = vec![];␊
[INFO] [stdout] -        empty.push(self.boolean.is_none());␊
[INFO] [stdout] -        empty.push(self.integer.is_none());␊
[INFO] [stdout] -        empty.iter().all(|v| *v)␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl std::default::Default for TestLayer {␊
[INFO] [stdout] -    fn default() -> Self {␊
[INFO] [stdout] -        Self {␊
[INFO] [stdout] -            boolean: None,␊
[INFO] [stdout] -            integer: None,␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl layeredconf::LayeredConfMerge<TestLayer> for TestLayer {␊
[INFO] [stdout] -    fn merge_from(&mut self, other: &TestLayer) {␊
[INFO] [stdout] -        if self.boolean.is_none() {␊
[INFO] [stdout] -            self.boolean = other.boolean.clone();␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -        if self.integer.is_none() {␊
[INFO] [stdout] -            self.integer = other.integer.clone();␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -}␊
[INFO] [stdout] -impl layeredconf::LayeredConfSolidify<Test> for TestLayer {␊
[INFO] [stdout] -    fn solidify(&self) -> layeredconf::Result<Test> {␊
[INFO] [stdout] -        let mut missing = vec![];␊
[INFO] [stdout] -        let boolean;␊
[INFO] [stdout] -        if let Some(val) = &self.boolean {␊
[INFO] [stdout] -            boolean = Some(val.clone());␊
[INFO] [stdout] -        } else {␊
[INFO] [stdout] -            boolean = None;␊
[INFO] [stdout] -            missing.push("boolean".to_string());␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -        let integer;␊
[INFO] [stdout] -        if let Some(val) = &self.integer {␊
[INFO] [stdout] -            integer = Some(val.clone());␊
[INFO] [stdout] -        } else {␊
[INFO] [stdout] -            integer = None;␊
[INFO] [stdout] -            missing.push("integer".to_string());␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -        if !missing.is_empty() {␊
[INFO] [stdout] -            return Err(layeredconf::Error::SolidifyFailedMissing { missing });␊
[INFO] [stdout] -        }␊
[INFO] [stdout] -        Ok(Test {␊
[INFO] [stdout] -            boolean: boolean.unwrap(),␊
[INFO] [stdout] -            integer: integer.unwrap(),␊
[INFO] [stdout] -        })␊
[INFO] [stdout] -    }␊
[INFO] [stdout] -}␊
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x7d31f44043e2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x7d31f44043e2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x7d31f44043e2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x7d31f44043e2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x7d31f443535f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x7d31f443535f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x7d31f43b5d31 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x7d31f43b5d31 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x7d31f43cad22 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x7d31f43d2fea - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x7d31f43d2e7c - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x58fd6be1830e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x58fd6be1830e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x7d31f43d374f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x7d31f43d374f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x7d31f43d34fa - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x7d31f43cae59 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x7d31f43a6ddd - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x7d31f4445a00 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x58fd6be63e45 - similar_asserts::SimpleDiff::fail_assertion::h91a43b61497428ad
[INFO] [stdout]   20:     0x58fd6be415a4 - goldenfile::differs::text_diff::hc69f082d16423573
[INFO] [stdout]   21:     0x58fd6bde5085 - core::ops::function::Fn::call::hfdd1a2170c3290ed
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:79:5
[INFO] [stdout]   22:     0x58fd6be43f4c - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc5478bb7d777bb96
[INFO] [stdout]   23:     0x58fd6be3b1b7 - goldenfile::mint::Mint::check_goldenfiles::h30387a432ebc6f43
[INFO] [stdout]   24:     0x58fd6be3f94e - <goldenfile::mint::Mint as core::ops::drop::Drop>::drop::hf562922744957124
[INFO] [stdout]   25:     0x58fd6bde5dd7 - core::ptr::drop_in_place<goldenfile::mint::Mint>::h573a3919b6071ee9
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ptr/mod.rs:804:1
[INFO] [stdout]   26:     0x58fd6bddf724 - layeredconf_derive::test::test::h4ff42642311225ca
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:30:1
[INFO] [stdout]   27:     0x58fd6bddf757 - layeredconf_derive::test::test::{{closure}}::h8b70e33a5a837f33
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:14:10
[INFO] [stdout]   28:     0x58fd6bde5286 - core::ops::function::FnOnce::call_once::h224df2186d80ca47
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x58fd6be180cb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x58fd6be180cb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   31:     0x58fd6be2dd35 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   32:     0x58fd6be2dd35 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   33:     0x58fd6be2dd35 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   34:     0x58fd6be2dd35 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   35:     0x58fd6be2dd35 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   36:     0x58fd6be2dd35 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   37:     0x58fd6be2dd35 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   38:     0x58fd6be04524 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   39:     0x58fd6be04524 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   40:     0x58fd6be07dea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   41:     0x58fd6be07dea - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   42:     0x58fd6be07dea - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   43:     0x58fd6be07dea - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   44:     0x58fd6be07dea - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x58fd6be07dea - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   46:     0x58fd6be07dea - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x7d31f43c54df - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   48:     0x7d31f43c54df - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   49:     0x7d31f4160aa4 - <unknown>
[INFO] [stdout]   50:     0x7d31f41eda34 - clone
[INFO] [stdout]   51:                0x0 - <unknown>
[INFO] [stdout] note: run with `UPDATE_GOLDENFILES=1` to update goldenfiles
[INFO] [stdout] [1;31merror[0m: goldenfile changed: test.rs
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test::test
[INFO] [stdout]     test::test_docstrings
[INFO] [stdout]     test::test_option
[INFO] [stdout]     test::test_passes_serde_attributes
[INFO] [stdout]     test::test_subconfig_field
[INFO] [stdout]     test::test_subconfig_struct
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.92s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "07ea96e84a5abb17545b631d0e3f11f54ba3832bcd679f540003a2b54fdcbf39", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "07ea96e84a5abb17545b631d0e3f11f54ba3832bcd679f540003a2b54fdcbf39", kill_on_drop: false }`
[INFO] [stdout] 07ea96e84a5abb17545b631d0e3f11f54ba3832bcd679f540003a2b54fdcbf39
