[INFO] fetching crate layeredconf-derive 0.2.3... [INFO] testing layeredconf-derive-0.2.3 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate layeredconf-derive 0.2.3 into /workspace/builds/worker-7-tc1/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-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate layeredconf-derive 0.2.3 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 74 packages to latest compatible versions [INFO] [stderr] Adding clap v3.2.25 (available: v4.5.46) [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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded goldenfile v1.8.0 [INFO] [stderr] Downloaded similar-asserts v1.7.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 56e62a2a3306125160450df042fb08021bf9fcf850702e310fa645c267cf7869 [INFO] running `Command { std: "docker" "start" "-a" "56e62a2a3306125160450df042fb08021bf9fcf850702e310fa645c267cf7869", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "56e62a2a3306125160450df042fb08021bf9fcf850702e310fa645c267cf7869", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "56e62a2a3306125160450df042fb08021bf9fcf850702e310fa645c267cf7869", kill_on_drop: false }` [INFO] [stdout] 56e62a2a3306125160450df042fb08021bf9fcf850702e310fa645c267cf7869 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a929bd005fe29a469fa4cd20e28219746e88a72b5d392e7c725b2bf7a427fd55 [INFO] running `Command { std: "docker" "start" "-a" "a929bd005fe29a469fa4cd20e28219746e88a72b5d392e7c725b2bf7a427fd55", 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 4.27s [INFO] running `Command { std: "docker" "inspect" "a929bd005fe29a469fa4cd20e28219746e88a72b5d392e7c725b2bf7a427fd55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a929bd005fe29a469fa4cd20e28219746e88a72b5d392e7c725b2bf7a427fd55", kill_on_drop: false }` [INFO] [stdout] a929bd005fe29a469fa4cd20e28219746e88a72b5d392e7c725b2bf7a427fd55 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f17295f846808bea19c526ad1c7665fb70adc38d1364a24be98e9ace4b674e3e [INFO] running `Command { std: "docker" "start" "-a" "f17295f846808bea19c526ad1c7665fb70adc38d1364a24be98e9ace4b674e3e", kill_on_drop: false }` [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling similar v2.7.0 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling console v0.15.11 [INFO] [stderr] Compiling os_str_bytes v6.6.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling textwrap v0.16.2 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling layeredconf-derive v0.2.3 (/opt/rustwide/workdir) [INFO] [stderr] Compiling similar-asserts v1.7.0 [INFO] [stderr] Compiling clap v3.2.25 [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 tempfile v3.21.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 14.68s [INFO] running `Command { std: "docker" "inspect" "f17295f846808bea19c526ad1c7665fb70adc38d1364a24be98e9ace4b674e3e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f17295f846808bea19c526ad1c7665fb70adc38d1364a24be98e9ace4b674e3e", kill_on_drop: false }` [INFO] [stdout] f17295f846808bea19c526ad1c7665fb70adc38d1364a24be98e9ace4b674e3e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 726e02145272a43e0837f09425212dfe044c50cf8b0adc5b1a99966f268d0f59 [INFO] running `Command { std: "docker" "start" "-a" "726e02145272a43e0837f09425212dfe044c50cf8b0adc5b1a99966f268d0f59", 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.11s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/layeredconf_derive-9a27a47708f37731) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'cdb45c87e2cd43495379f7e867e3cc15dcee9f93'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'cdb45c87e2cd43495379f7e867e3cc15dcee9f93'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'cdb45c87e2cd43495379f7e867e3cc15dcee9f93'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stdout] test test::test ... FAILED [INFO] [stdout] test test::test_subconfig_field ... FAILED [INFO] [stdout] test test::test_docstrings ... FAILED [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'cdb45c87e2cd43495379f7e867e3cc15dcee9f93'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stdout] test test::test_passes_serde_attributes ... FAILED [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'cdb45c87e2cd43495379f7e867e3cc15dcee9f93'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stdout] test test::test_option ... FAILED [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'cdb45c87e2cd43495379f7e867e3cc15dcee9f93'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stdout] test test::test_subconfig_struct ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- test::test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test::test' (17) 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,\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,␊ [INFO] [stdout] - #[serde(default, skip_serializing_if = "Option::is_none")]␊ [INFO] [stdout] - integer: Option,␊ [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 {␊ [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] [stderr] error: test failed, to rerun pass `--lib` [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 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 for TestLayer {␊ [INFO] [stdout] - fn solidify(&self) -> layeredconf::Result {␊ [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: 0x79ee88e8c152 - std::backtrace_rs::backtrace::libunwind::trace::h7cddb8376417e7cc [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x79ee88e8c152 - std::backtrace_rs::backtrace::trace_unsynchronized::hb4e41acf4b349ff1 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x79ee88e8c152 - std::sys::backtrace::_print_fmt::h1222b80910ba6eb5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x79ee88e8c152 - ::fmt::h5bb8a979ba5db788 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x79ee88ebd4df - core::fmt::rt::Argument::fmt::h2ee2c138a50a7796 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x79ee88ebd4df - core::fmt::write::h1e0dbf07fe3990bd [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x79ee88e3e3d3 - std::io::default_write_fmt::h7d7ad5ed6a883d81 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x79ee88e3e3d3 - std::io::Write::write_fmt::hc477d9325b345ece [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x79ee88e530e2 - std::sys::backtrace::BacktraceLock::print::h788d486777205086 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x79ee88e5b43a - std::panicking::default_hook::{{closure}}::ha7bdfeb5949fc0fa [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x79ee88e5b2cc - std::panicking::default_hook::h6dad75ec721846f4 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x60581541151e - as core::ops::function::Fn>::call::h33799d04b0b96146 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 12: 0x60581541151e - test::test_main_with_exit_callback::{{closure}}::h880e31c829a2eb5d [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x79ee88e5bb7e - as core::ops::function::Fn>::call::h5e1b8c652ea49180 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 14: 0x79ee88e5bb7e - std::panicking::panic_with_hook::hba00e869ada17676 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x79ee88e5b89a - std::panicking::panic_handler::{{closure}}::h3d21149c258e5ceb [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x79ee88e53219 - std::sys::backtrace::__rust_end_short_backtrace::h4f5d9b9dfb3e6ec1 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x79ee88e2f55d - __rustc[9a7a9f9af7564de1]::rust_begin_unwind [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x79ee88ecdc20 - core::panicking::panic_fmt::h78e817a90331d98b [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x60581544b435 - similar_asserts::SimpleDiff::fail_assertion::h20eea9b2514c26bd [INFO] [stdout] 20: 0x605815436854 - goldenfile::differs::text_diff::hc036bf9506942599 [INFO] [stdout] 21: 0x6058153df585 - core::ops::function::Fn::call::h484fe6bfc04e65a6 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:80:5 [INFO] [stdout] 22: 0x605815439a9c - as core::ops::function::Fn>::call::h69ac590cd75c491f [INFO] [stdout] 23: 0x6058154351a7 - goldenfile::mint::Mint::check_goldenfiles::h8e91dd4b801bc894 [INFO] [stdout] 24: 0x60581543955e - ::drop::h836d01fd9de11553 [INFO] [stdout] 25: 0x6058153e0837 - core::ptr::drop_in_place::ha229698256eb62e9 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ptr/mod.rs:804:1 [INFO] [stdout] 26: 0x6058153de654 - layeredconf_derive::test::test::h180b7b514d23a143 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:30:1 [INFO] [stdout] 27: 0x6058153de687 - layeredconf_derive::test::test::{{closure}}::hfe0a3be4c8122ce7 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:14:10 [INFO] [stdout] 28: 0x6058153df756 - core::ops::function::FnOnce::call_once::h05bea0d755dc0f08 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 29: 0x60581541131b - core::ops::function::FnOnce::call_once::h7f4b4fba903e39d5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 30: 0x60581541131b - test::__rust_begin_short_backtrace::h9277cb6a2ccfc000 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:663:18 [INFO] [stdout] 31: 0x605815426dc5 - test::run_test_in_process::{{closure}}::h9aea5ca90d1f4423 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:686:74 [INFO] [stdout] 32: 0x605815426dc5 - as core::ops::function::FnOnce<()>>::call_once::h364f5fe6cc8afa85 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 33: 0x605815426dc5 - std::panicking::catch_unwind::do_call::h2b2bec3317fe53ec [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 34: 0x605815426dc5 - std::panicking::catch_unwind::hc3763734156da4af [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 35: 0x605815426dc5 - std::panic::catch_unwind::h28038391e867eabc [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panic.rs:359:14 [INFO] [stdout] 36: 0x605815426dc5 - test::run_test_in_process::had0273166695a036 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:686:27 [INFO] [stdout] 37: 0x605815426dc5 - test::run_test::{{closure}}::h743d09d4bb476605 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:607:43 [INFO] [stdout] 38: 0x6058153fd7e4 - test::run_test::{{closure}}::he950b8f9118d37e2 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:637:41 [INFO] [stdout] 39: 0x6058153fd7e4 - std::sys::backtrace::__rust_begin_short_backtrace::hbfaffa6539f6abb7 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 40: 0x6058154010ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hcce3c2c65b9c3b20 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 41: 0x6058154010ca - as core::ops::function::FnOnce<()>>::call_once::hb66b30b6d37985a5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 42: 0x6058154010ca - std::panicking::catch_unwind::do_call::h992bbe2c32dc1d79 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 43: 0x6058154010ca - std::panicking::catch_unwind::h412991d5237de610 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 44: 0x6058154010ca - std::panic::catch_unwind::ha82b139b3eb5840a [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panic.rs:359:14 [INFO] [stdout] 45: 0x6058154010ca - std::thread::Builder::spawn_unchecked_::{{closure}}::ha823b36f5114938e [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 46: 0x6058154010ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hf120e7b1db22ac07 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 47: 0x79ee88e4bebf - as core::ops::function::FnOnce>::call_once::h3e049222c99298ac [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 48: 0x79ee88e4bebf - std::sys::pal::unix::thread::Thread::new::thread_start::h942e336943ad5963 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/pal/unix/thread.rs:118:17 [INFO] [stdout] 49: 0x79ee88be3aa4 - [INFO] [stdout] 50: 0x79ee88c70a34 - clone [INFO] [stdout] 51: 0x0 - [INFO] [stdout] note: run with `UPDATE_GOLDENFILES=1` to update goldenfiles [INFO] [stdout] error: goldenfile changed: test.rs [INFO] [stdout] [INFO] [stdout] ---- test::test_subconfig_field stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test::test_subconfig_field' (21) 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,\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,␊ [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 {␊ [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 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 for TestLayer {␊ [INFO] [stdout] - fn solidify(&self) -> layeredconf::Result {␊ [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: 0x79ee88e8c152 - std::backtrace_rs::backtrace::libunwind::trace::h7cddb8376417e7cc [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x79ee88e8c152 - std::backtrace_rs::backtrace::trace_unsynchronized::hb4e41acf4b349ff1 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x79ee88e8c152 - std::sys::backtrace::_print_fmt::h1222b80910ba6eb5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x79ee88e8c152 - ::fmt::h5bb8a979ba5db788 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x79ee88ebd4df - core::fmt::rt::Argument::fmt::h2ee2c138a50a7796 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x79ee88ebd4df - core::fmt::write::h1e0dbf07fe3990bd [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x79ee88e3e3d3 - std::io::default_write_fmt::h7d7ad5ed6a883d81 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x79ee88e3e3d3 - std::io::Write::write_fmt::hc477d9325b345ece [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x79ee88e530e2 - std::sys::backtrace::BacktraceLock::print::h788d486777205086 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x79ee88e5b43a - std::panicking::default_hook::{{closure}}::ha7bdfeb5949fc0fa [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x79ee88e5b2cc - std::panicking::default_hook::h6dad75ec721846f4 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x60581541151e - as core::ops::function::Fn>::call::h33799d04b0b96146 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 12: 0x60581541151e - test::test_main_with_exit_callback::{{closure}}::h880e31c829a2eb5d [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x79ee88e5bb7e - as core::ops::function::Fn>::call::h5e1b8c652ea49180 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 14: 0x79ee88e5bb7e - std::panicking::panic_with_hook::hba00e869ada17676 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x79ee88e5b89a - std::panicking::panic_handler::{{closure}}::h3d21149c258e5ceb [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x79ee88e53219 - std::sys::backtrace::__rust_end_short_backtrace::h4f5d9b9dfb3e6ec1 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x79ee88e2f55d - __rustc[9a7a9f9af7564de1]::rust_begin_unwind [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x79ee88ecdc20 - core::panicking::panic_fmt::h78e817a90331d98b [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x60581544b435 - similar_asserts::SimpleDiff::fail_assertion::h20eea9b2514c26bd [INFO] [stdout] 20: 0x605815436854 - goldenfile::differs::text_diff::hc036bf9506942599 [INFO] [stdout] 21: 0x6058153df585 - core::ops::function::Fn::call::h484fe6bfc04e65a6 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:80:5 [INFO] [stdout] 22: 0x605815439a9c - as core::ops::function::Fn>::call::h69ac590cd75c491f [INFO] [stdout] 23: 0x6058154351a7 - goldenfile::mint::Mint::check_goldenfiles::h8e91dd4b801bc894 [INFO] [stdout] 24: 0x60581543955e - ::drop::h836d01fd9de11553 [INFO] [stdout] 25: 0x6058153e0837 - core::ptr::drop_in_place::ha229698256eb62e9 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ptr/mod.rs:804:1 [INFO] [stdout] 26: 0x6058153dd064 - layeredconf_derive::test::test_subconfig_field::h24cfaf6508f86e88 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:94:1 [INFO] [stdout] 27: 0x6058153dd097 - layeredconf_derive::test::test_subconfig_field::{{closure}}::hb41614dcddd7d1a9 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:77:26 [INFO] [stdout] 28: 0x6058153df896 - core::ops::function::FnOnce::call_once::h5397283c6933d8ef [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 29: 0x60581541131b - core::ops::function::FnOnce::call_once::h7f4b4fba903e39d5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 30: 0x60581541131b - test::__rust_begin_short_backtrace::h9277cb6a2ccfc000 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:663:18 [INFO] [stdout] 31: 0x605815426dc5 - test::run_test_in_process::{{closure}}::h9aea5ca90d1f4423 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:686:74 [INFO] [stdout] 32: 0x605815426dc5 - as core::ops::function::FnOnce<()>>::call_once::h364f5fe6cc8afa85 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 33: 0x605815426dc5 - std::panicking::catch_unwind::do_call::h2b2bec3317fe53ec [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 34: 0x605815426dc5 - std::panicking::catch_unwind::hc3763734156da4af [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 35: 0x605815426dc5 - std::panic::catch_unwind::h28038391e867eabc [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panic.rs:359:14 [INFO] [stdout] 36: 0x605815426dc5 - test::run_test_in_process::had0273166695a036 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:686:27 [INFO] [stdout] 37: 0x605815426dc5 - test::run_test::{{closure}}::h743d09d4bb476605 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:607:43 [INFO] [stdout] 38: 0x6058153fd7e4 - test::run_test::{{closure}}::he950b8f9118d37e2 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:637:41 [INFO] [stdout] 39: 0x6058153fd7e4 - std::sys::backtrace::__rust_begin_short_backtrace::hbfaffa6539f6abb7 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 40: 0x6058154010ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hcce3c2c65b9c3b20 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 41: 0x6058154010ca - as core::ops::function::FnOnce<()>>::call_once::hb66b30b6d37985a5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 42: 0x6058154010ca - std::panicking::catch_unwind::do_call::h992bbe2c32dc1d79 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 43: 0x6058154010ca - std::panicking::catch_unwind::h412991d5237de610 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 44: 0x6058154010ca - std::panic::catch_unwind::ha82b139b3eb5840a [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panic.rs:359:14 [INFO] [stdout] 45: 0x6058154010ca - std::thread::Builder::spawn_unchecked_::{{closure}}::ha823b36f5114938e [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 46: 0x6058154010ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hf120e7b1db22ac07 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 47: 0x79ee88e4bebf - as core::ops::function::FnOnce>::call_once::h3e049222c99298ac [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 48: 0x79ee88e4bebf - std::sys::pal::unix::thread::Thread::new::thread_start::h942e336943ad5963 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/pal/unix/thread.rs:118:17 [INFO] [stdout] 49: 0x79ee88be3aa4 - [INFO] [stdout] 50: 0x79ee88c70a34 - clone [INFO] [stdout] 51: 0x0 - [INFO] [stdout] note: run with `UPDATE_GOLDENFILES=1` to update goldenfiles [INFO] [stdout] error: goldenfile changed: test_subconfig_field.rs [INFO] [stdout] [INFO] [stdout] ---- test::test_docstrings stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test::test_docstrings' (18) 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,␊ [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 {␊ [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 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 for TestSubConfigLayer {␊ [INFO] [stdout] - fn solidify(&self) -> layeredconf::Result {␊ [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: 0x79ee88e8c152 - std::backtrace_rs::backtrace::libunwind::trace::h7cddb8376417e7cc [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x79ee88e8c152 - std::backtrace_rs::backtrace::trace_unsynchronized::hb4e41acf4b349ff1 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x79ee88e8c152 - std::sys::backtrace::_print_fmt::h1222b80910ba6eb5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x79ee88e8c152 - ::fmt::h5bb8a979ba5db788 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x79ee88ebd4df - core::fmt::rt::Argument::fmt::h2ee2c138a50a7796 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x79ee88ebd4df - core::fmt::write::h1e0dbf07fe3990bd [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x79ee88e3e3d3 - std::io::default_write_fmt::h7d7ad5ed6a883d81 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x79ee88e3e3d3 - std::io::Write::write_fmt::hc477d9325b345ece [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x79ee88e530e2 - std::sys::backtrace::BacktraceLock::print::h788d486777205086 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x79ee88e5b43a - std::panicking::default_hook::{{closure}}::ha7bdfeb5949fc0fa [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x79ee88e5b2cc - std::panicking::default_hook::h6dad75ec721846f4 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x60581541151e - as core::ops::function::Fn>::call::h33799d04b0b96146 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 12: 0x60581541151e - test::test_main_with_exit_callback::{{closure}}::h880e31c829a2eb5d [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x79ee88e5bb7e - as core::ops::function::Fn>::call::h5e1b8c652ea49180 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 14: 0x79ee88e5bb7e - std::panicking::panic_with_hook::hba00e869ada17676 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x79ee88e5b89a - std::panicking::panic_handler::{{closure}}::h3d21149c258e5ceb [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x79ee88e53219 - std::sys::backtrace::__rust_end_short_backtrace::h4f5d9b9dfb3e6ec1 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x79ee88e2f55d - __rustc[9a7a9f9af7564de1]::rust_begin_unwind [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x79ee88ecdc20 - core::panicking::panic_fmt::h78e817a90331d98b [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x60581544b435 - similar_asserts::SimpleDiff::fail_assertion::h20eea9b2514c26bd [INFO] [stdout] 20: 0x605815436854 - goldenfile::differs::text_diff::hc036bf9506942599 [INFO] [stdout] 21: 0x6058153df585 - core::ops::function::Fn::call::h484fe6bfc04e65a6 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:80:5 [INFO] [stdout] 22: 0x605815439a9c - as core::ops::function::Fn>::call::h69ac590cd75c491f [INFO] [stdout] 23: 0x6058154351a7 - goldenfile::mint::Mint::check_goldenfiles::h8e91dd4b801bc894 [INFO] [stdout] 24: 0x60581543955e - ::drop::h836d01fd9de11553 [INFO] [stdout] 25: 0x6058153e0837 - core::ptr::drop_in_place::ha229698256eb62e9 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ptr/mod.rs:804:1 [INFO] [stdout] 26: 0x6058153dc914 - layeredconf_derive::test::test_docstrings::hc045b50741fc5d77 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:137:1 [INFO] [stdout] 27: 0x6058153dc947 - layeredconf_derive::test::test_docstrings::{{closure}}::h7036a6e4fea80010 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:116:21 [INFO] [stdout] 28: 0x6058153df796 - core::ops::function::FnOnce::call_once::h0ec0c2db3e398dea [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 29: 0x60581541131b - core::ops::function::FnOnce::call_once::h7f4b4fba903e39d5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 30: 0x60581541131b - test::__rust_begin_short_backtrace::h9277cb6a2ccfc000 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:663:18 [INFO] [stdout] 31: 0x605815426dc5 - test::run_test_in_process::{{closure}}::h9aea5ca90d1f4423 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:686:74 [INFO] [stdout] 32: 0x605815426dc5 - as core::ops::function::FnOnce<()>>::call_once::h364f5fe6cc8afa85 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 33: 0x605815426dc5 - std::panicking::catch_unwind::do_call::h2b2bec3317fe53ec [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 34: 0x605815426dc5 - std::panicking::catch_unwind::hc3763734156da4af [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 35: 0x605815426dc5 - std::panic::catch_unwind::h28038391e867eabc [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panic.rs:359:14 [INFO] [stdout] 36: 0x605815426dc5 - test::run_test_in_process::had0273166695a036 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:686:27 [INFO] [stdout] 37: 0x605815426dc5 - test::run_test::{{closure}}::h743d09d4bb476605 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:607:43 [INFO] [stdout] 38: 0x6058153fd7e4 - test::run_test::{{closure}}::he950b8f9118d37e2 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:637:41 [INFO] [stdout] 39: 0x6058153fd7e4 - std::sys::backtrace::__rust_begin_short_backtrace::hbfaffa6539f6abb7 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 40: 0x6058154010ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hcce3c2c65b9c3b20 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 41: 0x6058154010ca - as core::ops::function::FnOnce<()>>::call_once::hb66b30b6d37985a5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 42: 0x6058154010ca - std::panicking::catch_unwind::do_call::h992bbe2c32dc1d79 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 43: 0x6058154010ca - std::panicking::catch_unwind::h412991d5237de610 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 44: 0x6058154010ca - std::panic::catch_unwind::ha82b139b3eb5840a [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panic.rs:359:14 [INFO] [stdout] 45: 0x6058154010ca - std::thread::Builder::spawn_unchecked_::{{closure}}::ha823b36f5114938e [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 46: 0x6058154010ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hf120e7b1db22ac07 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 47: 0x79ee88e4bebf - as core::ops::function::FnOnce>::call_once::h3e049222c99298ac [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 48: 0x79ee88e4bebf - std::sys::pal::unix::thread::Thread::new::thread_start::h942e336943ad5963 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/pal/unix/thread.rs:118:17 [INFO] [stdout] 49: 0x79ee88be3aa4 - [INFO] [stdout] 50: 0x79ee88c70a34 - clone [INFO] [stdout] 51: 0x0 - [INFO] [stdout] note: run with `UPDATE_GOLDENFILES=1` to update goldenfiles [INFO] [stdout] error: goldenfile changed: test_docstrings.rs [INFO] [stdout] [INFO] [stdout] ---- test::test_passes_serde_attributes stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test::test_passes_serde_attributes' (20) 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,␊ [INFO] [stdout] - #[serde(default, skip_serializing_if = "Option::is_none")]␊ [INFO] [stdout] - integer: Option,␊ [INFO] [stdout] - #[serde(default, skip_serializing_if = "Option::is_none")]␊ [INFO] [stdout] - optional: Option,␊ [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 {␊ [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 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 for TestLayer {␊ [INFO] [stdout] - fn solidify(&self) -> layeredconf::Result {␊ [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: 0x79ee88e8c152 - std::backtrace_rs::backtrace::libunwind::trace::h7cddb8376417e7cc [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x79ee88e8c152 - std::backtrace_rs::backtrace::trace_unsynchronized::hb4e41acf4b349ff1 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x79ee88e8c152 - std::sys::backtrace::_print_fmt::h1222b80910ba6eb5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x79ee88e8c152 - ::fmt::h5bb8a979ba5db788 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x79ee88ebd4df - core::fmt::rt::Argument::fmt::h2ee2c138a50a7796 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x79ee88ebd4df - core::fmt::write::h1e0dbf07fe3990bd [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x79ee88e3e3d3 - std::io::default_write_fmt::h7d7ad5ed6a883d81 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x79ee88e3e3d3 - std::io::Write::write_fmt::hc477d9325b345ece [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x79ee88e530e2 - std::sys::backtrace::BacktraceLock::print::h788d486777205086 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x79ee88e5b43a - std::panicking::default_hook::{{closure}}::ha7bdfeb5949fc0fa [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x79ee88e5b2cc - std::panicking::default_hook::h6dad75ec721846f4 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x60581541151e - as core::ops::function::Fn>::call::h33799d04b0b96146 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 12: 0x60581541151e - test::test_main_with_exit_callback::{{closure}}::h880e31c829a2eb5d [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x79ee88e5bb7e - as core::ops::function::Fn>::call::h5e1b8c652ea49180 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 14: 0x79ee88e5bb7e - std::panicking::panic_with_hook::hba00e869ada17676 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x79ee88e5b89a - std::panicking::panic_handler::{{closure}}::h3d21149c258e5ceb [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x79ee88e53219 - std::sys::backtrace::__rust_end_short_backtrace::h4f5d9b9dfb3e6ec1 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x79ee88e2f55d - __rustc[9a7a9f9af7564de1]::rust_begin_unwind [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x79ee88ecdc20 - core::panicking::panic_fmt::h78e817a90331d98b [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x60581544b435 - similar_asserts::SimpleDiff::fail_assertion::h20eea9b2514c26bd [INFO] [stdout] 20: 0x605815436854 - goldenfile::differs::text_diff::hc036bf9506942599 [INFO] [stdout] 21: 0x6058153df585 - core::ops::function::Fn::call::h484fe6bfc04e65a6 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:80:5 [INFO] [stdout] 22: 0x605815439a9c - as core::ops::function::Fn>::call::h69ac590cd75c491f [INFO] [stdout] 23: 0x6058154351a7 - goldenfile::mint::Mint::check_goldenfiles::h8e91dd4b801bc894 [INFO] [stdout] 24: 0x60581543955e - ::drop::h836d01fd9de11553 [INFO] [stdout] 25: 0x6058153e0837 - core::ptr::drop_in_place::ha229698256eb62e9 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ptr/mod.rs:804:1 [INFO] [stdout] 26: 0x6058153ddf04 - layeredconf_derive::test::test_passes_serde_attributes::h76ecfd4ed89aa106 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:74:1 [INFO] [stdout] 27: 0x6058153ddf37 - layeredconf_derive::test::test_passes_serde_attributes::{{closure}}::h9e1bcc8e96d12954 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:53:34 [INFO] [stdout] 28: 0x6058153df816 - core::ops::function::FnOnce::call_once::h23f8e4acaebab212 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 29: 0x60581541131b - core::ops::function::FnOnce::call_once::h7f4b4fba903e39d5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 30: 0x60581541131b - test::__rust_begin_short_backtrace::h9277cb6a2ccfc000 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:663:18 [INFO] [stdout] 31: 0x605815426dc5 - test::run_test_in_process::{{closure}}::h9aea5ca90d1f4423 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:686:74 [INFO] [stdout] 32: 0x605815426dc5 - as core::ops::function::FnOnce<()>>::call_once::h364f5fe6cc8afa85 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 33: 0x605815426dc5 - std::panicking::catch_unwind::do_call::h2b2bec3317fe53ec [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 34: 0x605815426dc5 - std::panicking::catch_unwind::hc3763734156da4af [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 35: 0x605815426dc5 - std::panic::catch_unwind::h28038391e867eabc [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panic.rs:359:14 [INFO] [stdout] 36: 0x605815426dc5 - test::run_test_in_process::had0273166695a036 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:686:27 [INFO] [stdout] 37: 0x605815426dc5 - test::run_test::{{closure}}::h743d09d4bb476605 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:607:43 [INFO] [stdout] 38: 0x6058153fd7e4 - test::run_test::{{closure}}::he950b8f9118d37e2 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:637:41 [INFO] [stdout] 39: 0x6058153fd7e4 - std::sys::backtrace::__rust_begin_short_backtrace::hbfaffa6539f6abb7 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 40: 0x6058154010ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hcce3c2c65b9c3b20 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 41: 0x6058154010ca - as core::ops::function::FnOnce<()>>::call_once::hb66b30b6d37985a5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 42: 0x6058154010ca - std::panicking::catch_unwind::do_call::h992bbe2c32dc1d79 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 43: 0x6058154010ca - std::panicking::catch_unwind::h412991d5237de610 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 44: 0x6058154010ca - std::panic::catch_unwind::ha82b139b3eb5840a [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panic.rs:359:14 [INFO] [stdout] 45: 0x6058154010ca - std::thread::Builder::spawn_unchecked_::{{closure}}::ha823b36f5114938e [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 46: 0x6058154010ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hf120e7b1db22ac07 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 47: 0x79ee88e4bebf - as core::ops::function::FnOnce>::call_once::h3e049222c99298ac [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 48: 0x79ee88e4bebf - std::sys::pal::unix::thread::Thread::new::thread_start::h942e336943ad5963 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/pal/unix/thread.rs:118:17 [INFO] [stdout] 49: 0x79ee88be3aa4 - [INFO] [stdout] 50: 0x79ee88c70a34 - clone [INFO] [stdout] 51: 0x0 - [INFO] [stdout] note: run with `UPDATE_GOLDENFILES=1` to update goldenfiles [INFO] [stdout] error: goldenfile changed: test_passes_serde_attributes.rs [INFO] [stdout] [INFO] [stdout] ---- test::test_option stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test::test_option' (19) 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,\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,␊ [INFO] [stdout] - #[serde(default, skip_serializing_if = "Option::is_none")]␊ [INFO] [stdout] - integer: Option,␊ [INFO] [stdout] - #[serde(default, skip_serializing_if = "Option::is_none")]␊ [INFO] [stdout] - optional: Option,␊ [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 {␊ [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 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 for TestLayer {␊ [INFO] [stdout] - fn solidify(&self) -> layeredconf::Result {␊ [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: 0x79ee88e8c152 - std::backtrace_rs::backtrace::libunwind::trace::h7cddb8376417e7cc [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x79ee88e8c152 - std::backtrace_rs::backtrace::trace_unsynchronized::hb4e41acf4b349ff1 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x79ee88e8c152 - std::sys::backtrace::_print_fmt::h1222b80910ba6eb5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x79ee88e8c152 - ::fmt::h5bb8a979ba5db788 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x79ee88ebd4df - core::fmt::rt::Argument::fmt::h2ee2c138a50a7796 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x79ee88ebd4df - core::fmt::write::h1e0dbf07fe3990bd [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x79ee88e3e3d3 - std::io::default_write_fmt::h7d7ad5ed6a883d81 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x79ee88e3e3d3 - std::io::Write::write_fmt::hc477d9325b345ece [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x79ee88e530e2 - std::sys::backtrace::BacktraceLock::print::h788d486777205086 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x79ee88e5b43a - std::panicking::default_hook::{{closure}}::ha7bdfeb5949fc0fa [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x79ee88e5b2cc - std::panicking::default_hook::h6dad75ec721846f4 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x60581541151e - as core::ops::function::Fn>::call::h33799d04b0b96146 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 12: 0x60581541151e - test::test_main_with_exit_callback::{{closure}}::h880e31c829a2eb5d [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x79ee88e5bb7e - as core::ops::function::Fn>::call::h5e1b8c652ea49180 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 14: 0x79ee88e5bb7e - std::panicking::panic_with_hook::hba00e869ada17676 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x79ee88e5b89a - std::panicking::panic_handler::{{closure}}::h3d21149c258e5ceb [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x79ee88e53219 - std::sys::backtrace::__rust_end_short_backtrace::h4f5d9b9dfb3e6ec1 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x79ee88e2f55d - __rustc[9a7a9f9af7564de1]::rust_begin_unwind [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x79ee88ecdc20 - core::panicking::panic_fmt::h78e817a90331d98b [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x60581544b435 - similar_asserts::SimpleDiff::fail_assertion::h20eea9b2514c26bd [INFO] [stdout] 20: 0x605815436854 - goldenfile::differs::text_diff::hc036bf9506942599 [INFO] [stdout] 21: 0x6058153df585 - core::ops::function::Fn::call::h484fe6bfc04e65a6 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:80:5 [INFO] [stdout] 22: 0x605815439a9c - as core::ops::function::Fn>::call::h69ac590cd75c491f [INFO] [stdout] 23: 0x6058154351a7 - goldenfile::mint::Mint::check_goldenfiles::h8e91dd4b801bc894 [INFO] [stdout] 24: 0x60581543955e - ::drop::h836d01fd9de11553 [INFO] [stdout] 25: 0x6058153e0837 - core::ptr::drop_in_place::ha229698256eb62e9 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ptr/mod.rs:804:1 [INFO] [stdout] 26: 0x6058153dc1c4 - layeredconf_derive::test::test_option::h2431c7ae4a9afc15 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:50:1 [INFO] [stdout] 27: 0x6058153dc1f7 - layeredconf_derive::test::test_option::{{closure}}::h007a749f3da50a29 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:33:17 [INFO] [stdout] 28: 0x6058153df856 - core::ops::function::FnOnce::call_once::h2882bf93929a23d8 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 29: 0x60581541131b - core::ops::function::FnOnce::call_once::h7f4b4fba903e39d5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 30: 0x60581541131b - test::__rust_begin_short_backtrace::h9277cb6a2ccfc000 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:663:18 [INFO] [stdout] 31: 0x605815426dc5 - test::run_test_in_process::{{closure}}::h9aea5ca90d1f4423 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:686:74 [INFO] [stdout] 32: 0x605815426dc5 - as core::ops::function::FnOnce<()>>::call_once::h364f5fe6cc8afa85 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 33: 0x605815426dc5 - std::panicking::catch_unwind::do_call::h2b2bec3317fe53ec [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 34: 0x605815426dc5 - std::panicking::catch_unwind::hc3763734156da4af [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 35: 0x605815426dc5 - std::panic::catch_unwind::h28038391e867eabc [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panic.rs:359:14 [INFO] [stdout] 36: 0x605815426dc5 - test::run_test_in_process::had0273166695a036 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:686:27 [INFO] [stdout] 37: 0x605815426dc5 - test::run_test::{{closure}}::h743d09d4bb476605 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:607:43 [INFO] [stdout] 38: 0x6058153fd7e4 - test::run_test::{{closure}}::he950b8f9118d37e2 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:637:41 [INFO] [stdout] 39: 0x6058153fd7e4 - std::sys::backtrace::__rust_begin_short_backtrace::hbfaffa6539f6abb7 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 40: 0x6058154010ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hcce3c2c65b9c3b20 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 41: 0x6058154010ca - as core::ops::function::FnOnce<()>>::call_once::hb66b30b6d37985a5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 42: 0x6058154010ca - std::panicking::catch_unwind::do_call::h992bbe2c32dc1d79 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 43: 0x6058154010ca - std::panicking::catch_unwind::h412991d5237de610 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 44: 0x6058154010ca - std::panic::catch_unwind::ha82b139b3eb5840a [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panic.rs:359:14 [INFO] [stdout] 45: 0x6058154010ca - std::thread::Builder::spawn_unchecked_::{{closure}}::ha823b36f5114938e [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 46: 0x6058154010ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hf120e7b1db22ac07 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 47: 0x79ee88e4bebf - as core::ops::function::FnOnce>::call_once::h3e049222c99298ac [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 48: 0x79ee88e4bebf - std::sys::pal::unix::thread::Thread::new::thread_start::h942e336943ad5963 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/pal/unix/thread.rs:118:17 [INFO] [stdout] 49: 0x79ee88be3aa4 - [INFO] [stdout] 50: 0x79ee88c70a34 - clone [INFO] [stdout] 51: 0x0 - [INFO] [stdout] note: run with `UPDATE_GOLDENFILES=1` to update goldenfiles [INFO] [stdout] error: goldenfile changed: test_option.rs [INFO] [stdout] [INFO] [stdout] ---- test::test_subconfig_struct stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test::test_subconfig_struct' (22) 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,\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,␊ [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 {␊ [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 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 for TestSubConfigLayer {␊ [INFO] [stdout] - fn solidify(&self) -> layeredconf::Result {␊ [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: 0x79ee88e8c152 - std::backtrace_rs::backtrace::libunwind::trace::h7cddb8376417e7cc [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x79ee88e8c152 - std::backtrace_rs::backtrace::trace_unsynchronized::hb4e41acf4b349ff1 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x79ee88e8c152 - std::sys::backtrace::_print_fmt::h1222b80910ba6eb5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x79ee88e8c152 - ::fmt::h5bb8a979ba5db788 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x79ee88ebd4df - core::fmt::rt::Argument::fmt::h2ee2c138a50a7796 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x79ee88ebd4df - core::fmt::write::h1e0dbf07fe3990bd [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x79ee88e3e3d3 - std::io::default_write_fmt::h7d7ad5ed6a883d81 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x79ee88e3e3d3 - std::io::Write::write_fmt::hc477d9325b345ece [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x79ee88e530e2 - std::sys::backtrace::BacktraceLock::print::h788d486777205086 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x79ee88e5b43a - std::panicking::default_hook::{{closure}}::ha7bdfeb5949fc0fa [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x79ee88e5b2cc - std::panicking::default_hook::h6dad75ec721846f4 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x60581541151e - as core::ops::function::Fn>::call::h33799d04b0b96146 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 12: 0x60581541151e - test::test_main_with_exit_callback::{{closure}}::h880e31c829a2eb5d [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x79ee88e5bb7e - as core::ops::function::Fn>::call::h5e1b8c652ea49180 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 14: 0x79ee88e5bb7e - std::panicking::panic_with_hook::hba00e869ada17676 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x79ee88e5b89a - std::panicking::panic_handler::{{closure}}::h3d21149c258e5ceb [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x79ee88e53219 - std::sys::backtrace::__rust_end_short_backtrace::h4f5d9b9dfb3e6ec1 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x79ee88e2f55d - __rustc[9a7a9f9af7564de1]::rust_begin_unwind [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x79ee88ecdc20 - core::panicking::panic_fmt::h78e817a90331d98b [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x60581544b435 - similar_asserts::SimpleDiff::fail_assertion::h20eea9b2514c26bd [INFO] [stdout] 20: 0x605815436854 - goldenfile::differs::text_diff::hc036bf9506942599 [INFO] [stdout] 21: 0x6058153df585 - core::ops::function::Fn::call::h484fe6bfc04e65a6 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:80:5 [INFO] [stdout] 22: 0x605815439a9c - as core::ops::function::Fn>::call::h69ac590cd75c491f [INFO] [stdout] 23: 0x6058154351a7 - goldenfile::mint::Mint::check_goldenfiles::h8e91dd4b801bc894 [INFO] [stdout] 24: 0x60581543955e - ::drop::h836d01fd9de11553 [INFO] [stdout] 25: 0x6058153e0837 - core::ptr::drop_in_place::ha229698256eb62e9 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ptr/mod.rs:804:1 [INFO] [stdout] 26: 0x6058153dd7b4 - layeredconf_derive::test::test_subconfig_struct::h595898f586d1539e [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:113:1 [INFO] [stdout] 27: 0x6058153dd7e7 - layeredconf_derive::test::test_subconfig_struct::{{closure}}::h4640a5e6bffd6813 [INFO] [stdout] at /opt/rustwide/workdir/src/test.rs:97:27 [INFO] [stdout] 28: 0x6058153df906 - core::ops::function::FnOnce::call_once::h99dd3298be66e790 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 29: 0x60581541131b - core::ops::function::FnOnce::call_once::h7f4b4fba903e39d5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 30: 0x60581541131b - test::__rust_begin_short_backtrace::h9277cb6a2ccfc000 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:663:18 [INFO] [stdout] 31: 0x605815426dc5 - test::run_test_in_process::{{closure}}::h9aea5ca90d1f4423 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:686:74 [INFO] [stdout] 32: 0x605815426dc5 - as core::ops::function::FnOnce<()>>::call_once::h364f5fe6cc8afa85 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 33: 0x605815426dc5 - std::panicking::catch_unwind::do_call::h2b2bec3317fe53ec [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 34: 0x605815426dc5 - std::panicking::catch_unwind::hc3763734156da4af [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 35: 0x605815426dc5 - std::panic::catch_unwind::h28038391e867eabc [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panic.rs:359:14 [INFO] [stdout] 36: 0x605815426dc5 - test::run_test_in_process::had0273166695a036 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:686:27 [INFO] [stdout] 37: 0x605815426dc5 - test::run_test::{{closure}}::h743d09d4bb476605 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:607:43 [INFO] [stdout] 38: 0x6058153fd7e4 - test::run_test::{{closure}}::he950b8f9118d37e2 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/test/src/lib.rs:637:41 [INFO] [stdout] 39: 0x6058153fd7e4 - std::sys::backtrace::__rust_begin_short_backtrace::hbfaffa6539f6abb7 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 40: 0x6058154010ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hcce3c2c65b9c3b20 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 41: 0x6058154010ca - as core::ops::function::FnOnce<()>>::call_once::hb66b30b6d37985a5 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 42: 0x6058154010ca - std::panicking::catch_unwind::do_call::h992bbe2c32dc1d79 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:590:40 [INFO] [stdout] 43: 0x6058154010ca - std::panicking::catch_unwind::h412991d5237de610 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panicking.rs:553:19 [INFO] [stdout] 44: 0x6058154010ca - std::panic::catch_unwind::ha82b139b3eb5840a [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/panic.rs:359:14 [INFO] [stdout] 45: 0x6058154010ca - std::thread::Builder::spawn_unchecked_::{{closure}}::ha823b36f5114938e [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 46: 0x6058154010ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hf120e7b1db22ac07 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 47: 0x79ee88e4bebf - as core::ops::function::FnOnce>::call_once::h3e049222c99298ac [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 48: 0x79ee88e4bebf - std::sys::pal::unix::thread::Thread::new::thread_start::h942e336943ad5963 [INFO] [stdout] at /rustc/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/library/std/src/sys/pal/unix/thread.rs:118:17 [INFO] [stdout] 49: 0x79ee88be3aa4 - [INFO] [stdout] 50: 0x79ee88c70a34 - clone [INFO] [stdout] 51: 0x0 - [INFO] [stdout] note: run with `UPDATE_GOLDENFILES=1` to update goldenfiles [INFO] [stdout] error: goldenfile changed: test_subconfig_struct.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 0.63s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "726e02145272a43e0837f09425212dfe044c50cf8b0adc5b1a99966f268d0f59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "726e02145272a43e0837f09425212dfe044c50cf8b0adc5b1a99966f268d0f59", kill_on_drop: false }` [INFO] [stdout] 726e02145272a43e0837f09425212dfe044c50cf8b0adc5b1a99966f268d0f59