[INFO] fetching crate schemars 1.0.4... [INFO] testing schemars-1.0.4 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate schemars 1.0.4 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate schemars 1.0.4 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate schemars 1.0.4 [INFO] tweaked toml for crates.io crate schemars 1.0.4 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate schemars 1.0.4 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate schemars 1.0.4 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4359ccf3d57a55426facc4bbfd39f5e03169c4a015f152367a4b2099f2f1b1f6 [INFO] running `Command { std: "docker" "start" "-a" "4359ccf3d57a55426facc4bbfd39f5e03169c4a015f152367a4b2099f2f1b1f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4359ccf3d57a55426facc4bbfd39f5e03169c4a015f152367a4b2099f2f1b1f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4359ccf3d57a55426facc4bbfd39f5e03169c4a015f152367a4b2099f2f1b1f6", kill_on_drop: false }` [INFO] [stdout] 4359ccf3d57a55426facc4bbfd39f5e03169c4a015f152367a4b2099f2f1b1f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 74c192e22b5eefd2eed430a700800819f36d46045293d24b969439a817cce51b [INFO] running `Command { std: "docker" "start" "-a" "74c192e22b5eefd2eed430a700800819f36d46045293d24b969439a817cce51b", kill_on_drop: false }` [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling dyn-clone v1.0.19 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling ref-cast-impl v1.0.24 [INFO] [stderr] Compiling schemars_derive v1.0.4 [INFO] [stderr] Compiling ref-cast v1.0.24 [INFO] [stderr] Compiling schemars v1.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/encoding.rs:6:30 [INFO] [stdout] | [INFO] [stdout] 6 | pub fn encode_ref_name(name: &str) -> Cow { [INFO] [stdout] | ^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 6 | pub fn encode_ref_name(name: &str) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/encoding.rs:43:26 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn percent_decode(s: &str) -> Option> { [INFO] [stdout] | ^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 43 | pub fn percent_decode(s: &str) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.44s [INFO] running `Command { std: "docker" "inspect" "74c192e22b5eefd2eed430a700800819f36d46045293d24b969439a817cce51b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "74c192e22b5eefd2eed430a700800819f36d46045293d24b969439a817cce51b", kill_on_drop: false }` [INFO] [stdout] 74c192e22b5eefd2eed430a700800819f36d46045293d24b969439a817cce51b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a1233f917fff73e63c74d2ebf78768798601c71e66790a035598fdbcb12534fc [INFO] running `Command { std: "docker" "start" "-a" "a1233f917fff73e63c74d2ebf78768798601c71e66790a035598fdbcb12534fc", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling icu_locid_transform_data v1.5.1 [INFO] [stderr] Compiling icu_properties_data v1.5.1 [INFO] [stderr] Compiling icu_normalizer_data v1.5.1 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling rustversion v1.0.21 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling hashbrown v0.15.3 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Compiling borrow-or-share v0.2.2 [INFO] [stderr] Compiling toml_write v0.1.1 [INFO] [stderr] Compiling winnow v0.7.10 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling num v0.4.3 [INFO] [stderr] Compiling castaway v0.2.3 [INFO] [stderr] Compiling bigdecimal v0.4.8 [INFO] [stderr] Compiling vsimd v0.8.0 [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling rust_decimal v1.37.1 [INFO] [stderr] Compiling outref v0.5.2 [INFO] [stderr] Compiling semver v1.0.26 [INFO] [stderr] Compiling fraction v0.15.3 [INFO] [stderr] Compiling compact_str v0.8.1 [INFO] [stderr] Compiling snapbox-macros v0.3.10 [INFO] [stderr] Compiling similar v2.7.0 [INFO] [stderr] Compiling bytecount v0.6.8 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling glob v0.3.2 [INFO] [stderr] Compiling num-cmp v0.1.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling fancy-regex v0.14.0 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling ref-cast-impl v1.0.24 [INFO] [stderr] Compiling ref-cast v1.0.24 [INFO] [stderr] Compiling schemars_derive v1.0.4 [INFO] [stderr] Compiling garde_derive v0.22.0 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] Compiling zerofrom v0.1.5 [INFO] [stderr] Compiling yoke v0.7.5 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling validator_derive v0.20.0 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling smallvec v1.15.0 [INFO] [stderr] Compiling serde_spanned v0.6.8 [INFO] [stderr] Compiling toml_datetime v0.6.9 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Compiling uuid v1.17.0 [INFO] [stderr] Compiling fluent-uri v0.3.2 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling email_address v0.2.9 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling uuid-simd v0.8.0 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling toml_edit v0.22.26 [INFO] [stderr] Compiling jiff v0.2.14 [INFO] [stderr] Compiling smol_str v0.2.2 [INFO] [stderr] Compiling referencing v0.30.0 [INFO] [stderr] Compiling snapbox v0.6.21 [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling bytes v1.10.1 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling jsonschema v0.30.0 [INFO] [stderr] Compiling schemars v1.0.4 (/opt/rustwide/workdir) [INFO] [stderr] Compiling garde v0.22.0 [INFO] [stderr] Compiling toml v0.8.22 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/encoding.rs:6:30 [INFO] [stdout] | [INFO] [stdout] 6 | pub fn encode_ref_name(name: &str) -> Cow { [INFO] [stdout] | ^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 6 | pub fn encode_ref_name(name: &str) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/encoding.rs:43:26 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn percent_decode(s: &str) -> Option> { [INFO] [stdout] | ^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 43 | pub fn percent_decode(s: &str) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling validator v0.20.0 [INFO] [stderr] Compiling trybuild v1.0.105 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/encoding.rs:6:30 [INFO] [stdout] | [INFO] [stdout] 6 | pub fn encode_ref_name(name: &str) -> Cow { [INFO] [stdout] | ^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 6 | pub fn encode_ref_name(name: &str) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/encoding.rs:43:26 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn percent_decode(s: &str) -> Option> { [INFO] [stdout] | ^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 43 | pub fn percent_decode(s: &str) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 58s [INFO] running `Command { std: "docker" "inspect" "a1233f917fff73e63c74d2ebf78768798601c71e66790a035598fdbcb12534fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a1233f917fff73e63c74d2ebf78768798601c71e66790a035598fdbcb12534fc", kill_on_drop: false }` [INFO] [stdout] a1233f917fff73e63c74d2ebf78768798601c71e66790a035598fdbcb12534fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6bcb4427b2a016fbbdaad71ced9a748054697b9ff8dfbd14cea094330eab325d [INFO] running `Command { std: "docker" "start" "-a" "6bcb4427b2a016fbbdaad71ced9a748054697b9ff8dfbd14cea094330eab325d", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/encoding.rs:6:30 [INFO] [stderr] | [INFO] [stderr] 6 | pub fn encode_ref_name(name: &str) -> Cow { [INFO] [stderr] | ^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 6 | pub fn encode_ref_name(name: &str) -> Cow<'_, str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/encoding.rs:43:26 [INFO] [stderr] | [INFO] [stderr] 43 | pub fn percent_decode(s: &str) -> Option> { [INFO] [stderr] | ^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 43 | pub fn percent_decode(s: &str) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `schemars` (lib) generated 2 warnings (run `cargo fix --lib -p schemars` to apply 2 suggestions) [INFO] [stderr] warning: `schemars` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/schemars-fbfe144478384354) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test _private::tests::nested_option_schemas ... ok [INFO] [stdout] test transform::tests::restrict_formats ... ok [INFO] [stdout] test encoding::tests::test_percent_decode ... ok [INFO] [stdout] test encoding::tests::test_encode_ref_name ... ok [INFO] [stdout] test json_schema_impls::atomic::tests::schema_for_atomics ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/integration/main.rs (/opt/rustwide/target/debug/deps/integration-7468e1211d45f4b1) [INFO] [stdout] [INFO] [stdout] running 110 tests [INFO] [stdout] test bound::manual_bound_set ... FAILED [INFO] [stdout] test contract::adjacently_tagged_enum ... FAILED [INFO] [stdout] test contract::internally_tagged_enum ... FAILED [INFO] [stdout] test contract::untagged_enum ... FAILED [INFO] [stdout] test bound::auto_bound ... FAILED [INFO] [stdout] test contract::struct_deny_unknown_fields ... FAILED [INFO] [stdout] test contract::tuple_struct ... FAILED [INFO] [stdout] test docs::doc_comments_enum ... FAILED [INFO] [stdout] test default::default_fields ... FAILED [INFO] [stdout] test deprecated::deprecated_enum ... FAILED [INFO] [stdout] test deprecated::deprecated_struct ... FAILED [INFO] [stdout] test contract::externally_tagged_enum ... FAILED [INFO] [stdout] test contract::struct_allow_unknown_fields ... FAILED [INFO] [stdout] test docs::doc_comments_override ... FAILED [INFO] [stdout] test enum_repr::enum_repr ... FAILED [INFO] [stdout] test docs::doc_comments_struct ... FAILED [INFO] [stdout] test enums::internally_tagged_enum ... FAILED [INFO] [stdout] test enums::externally_tagged_enum ... FAILED [INFO] [stdout] test enums::adjacently_tagged_enum ... FAILED [INFO] [stdout] test enums::renamed ... FAILED [INFO] [stdout] test enums::untagged_enum ... FAILED [INFO] [stdout] test enums::untagged_enum_with_titles ... FAILED [INFO] [stdout] test enums_deny_unknown_fields::untagged_enum ... FAILED [INFO] [stdout] test enums_deny_unknown_fields::adjacently_tagged_enum ... FAILED [INFO] [stdout] test enums_deny_unknown_fields::externally_tagged_enum ... FAILED [INFO] [stdout] test enums::no_variants ... FAILED [INFO] [stdout] test enums_flattened::enums_flattened_deny_unknown_fields_draft07 ... FAILED [INFO] [stdout] test enums_flattened::enums_flattened ... FAILED [INFO] [stdout] test enums_flattened::enums_flattened_deny_unknown_fields ... FAILED [INFO] [stdout] test enums_deny_unknown_fields::internally_tagged_enum ... FAILED [INFO] [stdout] test enums_ref_variants::adjacently_tagged_enum ... FAILED [INFO] [stdout] test enums_ref_variants::externally_tagged_enum ... FAILED [INFO] [stdout] test enums_untagged_variant::adjacently_tagged_enum ... FAILED [INFO] [stdout] test enums_ref_variants::renamed ... FAILED [INFO] [stdout] test enums_ref_variants::internally_tagged_enum ... FAILED [INFO] [stdout] test enums_ref_variants::untagged_enum ... FAILED [INFO] [stdout] test enums_ref_variants::no_variants ... FAILED [INFO] [stdout] test enums_untagged_variant::externally_tagged_enum ... FAILED [INFO] [stdout] test extend::extend_struct ... FAILED [INFO] [stdout] test enums::unit_variants_with_doc_comments ... FAILED [INFO] [stdout] test enums_untagged_variant::internally_tagged_enum ... FAILED [INFO] [stdout] test examples::examples ... FAILED [INFO] [stdout] test extend::extend_externally_tagged_enum ... FAILED [INFO] [stdout] test extend::extend_adjacently_tagged_enum ... FAILED [INFO] [stdout] test extend::extend_internally_tagged_enum ... FAILED [INFO] [stdout] test extend::extend_untagged_enum ... FAILED [INFO] [stdout] test from_into::from ... FAILED [INFO] [stdout] test from_into::into_and_try_from ... FAILED [INFO] [stdout] test from_value::custom_struct ... FAILED [INFO] [stdout] test from_value::custom_struct_openapi3 ... FAILED [INFO] [stdout] test from_value::json_value ... FAILED [INFO] [stdout] test garde::garde_attrs_newtype ... FAILED [INFO] [stdout] test garde::garde_attrs_tuple ... FAILED [INFO] [stdout] test extend::extend_tuple_struct ... FAILED [INFO] [stdout] test inline_subschemas::struct_normal ... FAILED [INFO] [stdout] test flatten::flattened_struct ... FAILED [INFO] [stdout] test garde::garde_attrs ... FAILED [INFO] [stdout] test garde::schemars_attrs ... ok [INFO] [stdout] test inline_subschemas::struct_recursive ... FAILED [INFO] [stdout] test flatten::flattened_value ... FAILED [INFO] [stdout] test remote_derive::type_param ... FAILED [INFO] [stdout] test remote_derive::lifetime_param ... FAILED [INFO] [stdout] test same_name::same_name ... FAILED [INFO] [stdout] test schema_name::simple ... ok [INFO] [stdout] test map::maps ... FAILED [INFO] [stdout] test remote_derive::simple ... FAILED [INFO] [stdout] test schema_with::container_with ... ok [INFO] [stdout] test schema_with::container_schema_with ... FAILED [INFO] [stdout] test schema_with::container_with_metadata ... FAILED [INFO] [stdout] test schema_with::field_schema_with ... FAILED [INFO] [stdout] test settings::draft07 ... FAILED [INFO] [stdout] test settings::draft2019_09 ... FAILED [INFO] [stdout] test settings::draft2020_12 ... FAILED [INFO] [stdout] test settings::openapi3 ... FAILED [INFO] [stdout] test skip::skip_enum_variants ... FAILED [INFO] [stdout] test skip::skip_struct_field ... FAILED [INFO] [stdout] test std_types::c_strings ... ok [INFO] [stdout] test std_types::ip_addr ... ok [INFO] [stdout] test crate_alias::crate_alias ... ok [INFO] [stdout] test std_types::option ... ok [INFO] [stdout] test flatten::flattened_map ... ok [INFO] [stdout] test macros::macro_built_struct ... ok [INFO] [stdout] test schema_name::const_generics ... ok [INFO] [stdout] test std_types::paths ... ok [INFO] [stdout] test std_types::ranges ... ok [INFO] [stdout] test std_types::phantom_data ... ok [INFO] [stdout] test std_types::socket_addr ... ok [INFO] [stdout] test std_types::time ... ok [INFO] [stdout] test std_types::result ... ok [INFO] [stdout] test macros::macro_built_enum ... ok [INFO] [stdout] test structs::property_order ... ignored [INFO] [stdout] test structs::renamed_fields ... FAILED [INFO] [stdout] test structs::tuple ... FAILED [INFO] [stdout] test structs::unit ... FAILED [INFO] [stdout] test transform::transform_enum ... FAILED [INFO] [stdout] test transform::transform_struct ... FAILED [INFO] [stdout] test structs::deny_unknown_fields ... FAILED [INFO] [stdout] test structs::newtype ... FAILED [INFO] [stdout] test transparent::transparent_newtype_with_validation ... FAILED [INFO] [stdout] test structs::normal ... FAILED [INFO] [stdout] test transparent::transparent_newtype ... ok [INFO] [stdout] test transparent::transparent_struct_with_doc ... FAILED [INFO] [stdout] test transparent::transparent_struct ... ok [INFO] [stdout] test std_types::bound ... ok [INFO] [stdout] test validator::validate_attrs ... FAILED [INFO] [stdout] test unset::unset_attributes ... FAILED [INFO] [stdout] test validator::schemars_attrs ... ok [INFO] [stdout] test schema_name::type_params ... ok [INFO] [stdout] test std_types::nonzero ... ok [INFO] [stdout] test std_types::os_strings ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- bound::manual_bound_set stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'bound::manual_bound_set' (24) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/bound.rs~manual_bound_set.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/bound.rs~manual_bound_set.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "properties": { [INFO] [stdout] "associated": { [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] "associated2": { [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] "phantom": { [INFO] [stdout] "type": "null" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "associated", [INFO] [stdout] "associated2", [INFO] [stdout] "phantom" [INFO] [stdout] ], [INFO] [stdout] "title": "MyContainer", [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a3f9dc - integration::test_helper::TestHelper::assert_snapshot::h10f91aa8154d06ba [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210b9f5bc - integration::bound::manual_bound_set::h3728a45f5588de88 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/bound.rs:36:10 [INFO] [stdout] 23: 0x562210b9f977 - integration::bound::manual_bound_set::{{closure}}::hee53c280c7d6ef07 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/bound.rs:32:22 [INFO] [stdout] 24: 0x562210c39e66 - core::ops::function::FnOnce::call_once::h97894bffd80a5d55 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- contract::adjacently_tagged_enum stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'contract::adjacently_tagged_enum' (25) panicked at tests/integration/test_helper.rs:86:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/contract.rs~adjacently_tagged_enum.de.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/contract.rs~adjacently_tagged_enum.de.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "tag": { [INFO] [stdout] "const": "WriteOnlyUnit", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "content": { [INFO] [stdout] "properties": { [INFO] [stdout] "i": { [INFO] [stdout] "format": "int", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "i" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "tag": { [INFO] [stdout] "const": "WriteOnlyStruct", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag", [INFO] [stdout] "content" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "tag": { [INFO] [stdout] "const": "de_renamed_unit", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "content": { [INFO] [stdout] "properties": { [INFO] [stdout] "b": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "b" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "tag": { [INFO] [stdout] "const": "de_renamed_struct", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag", [INFO] [stdout] "content" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "title": "AdjacentEnum" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a41b40 - integration::test_helper::TestHelper::assert_snapshot::h17b36495e176ba5e [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:86:13 [INFO] [stdout] 22: 0x562210dc5778 - integration::contract::adjacently_tagged_enum::h9358b9f96358c301 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/contract.rs:198:10 [INFO] [stdout] 23: 0x562210dc7047 - integration::contract::adjacently_tagged_enum::{{closure}}::h032ac84c5760d8a0 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/contract.rs:196:28 [INFO] [stdout] 24: 0x562210c371e6 - core::ops::function::FnOnce::call_once::h349c3cf17b3334df [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- contract::internally_tagged_enum stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'contract::internally_tagged_enum' (27) panicked at tests/integration/test_helper.rs:86:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/contract.rs~internally_tagged_enum.de.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/contract.rs~internally_tagged_enum.de.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "tag": { [INFO] [stdout] "const": "WriteOnlyUnit", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "i": { [INFO] [stdout] "format": "int", [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] "tag": { [INFO] [stdout] "const": "WriteOnlyStruct", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag", [INFO] [stdout] "i" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "tag": { [INFO] [stdout] "const": "de_renamed_unit", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "b": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "tag": { [INFO] [stdout] "const": "de_renamed_struct", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag", [INFO] [stdout] "b" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "title": "InternalEnum" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a45ce0 - integration::test_helper::TestHelper::assert_snapshot::h2f6cd3dc86a59f89 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:86:13 [INFO] [stdout] 22: 0x562210dc83e8 - integration::contract::internally_tagged_enum::h2c14196e8653be0f [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/contract.rs:151:10 [INFO] [stdout] 23: 0x562210dc9a47 - integration::contract::internally_tagged_enum::{{closure}}::hdf2de925f508c6e3 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/contract.rs:149:28 [INFO] [stdout] 24: 0x562210c39bf6 - core::ops::function::FnOnce::call_once::h92d003df5fafb6c0 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- contract::untagged_enum stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'contract::untagged_enum' (31) panicked at tests/integration/test_helper.rs:86:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/contract.rs~untagged_enum.de.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/contract.rs~untagged_enum.de.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "anyOf": [ [INFO] [stdout] { [INFO] [stdout] "type": "null" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "i": { [INFO] [stdout] "format": "int", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "i" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "type": "null" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "b": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "b" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "title": "UntaggedEnum" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a6ed20 - integration::test_helper::TestHelper::assert_snapshot::hc771c874633efefe [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:86:13 [INFO] [stdout] 22: 0x562210db12ec - integration::contract::untagged_enum::h1973b27a47e1f5e1 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/contract.rs:244:10 [INFO] [stdout] 23: 0x562210db1b77 - integration::contract::untagged_enum::{{closure}}::h8702f4d01666d66c [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/contract.rs:242:19 [INFO] [stdout] 24: 0x562210c37756 - core::ops::function::FnOnce::call_once::h45534054e1bce579 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- bound::auto_bound stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'bound::auto_bound' (23) panicked at tests/integration/test_helper.rs:86:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/bound.rs~auto_bound.de.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/bound.rs~auto_bound.de.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "properties": { [INFO] [stdout] "phantom": { [INFO] [stdout] "type": "null" [INFO] [stdout] }, [INFO] [stdout] "u": { [INFO] [stdout] "type": [ [INFO] [stdout] "string", [INFO] [stdout] "null" [INFO] [stdout] ] [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "phantom" [INFO] [stdout] ], [INFO] [stdout] "title": "MyContainer2", [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a4fa60 - integration::test_helper::TestHelper::assert_snapshot::h4dc64e842deb2ef5 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:86:13 [INFO] [stdout] 22: 0x562210b9f282 - integration::bound::auto_bound::h9f0bdd4fbcaf576b [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/bound.rs:72:10 [INFO] [stdout] 23: 0x562210b9f3a7 - integration::bound::auto_bound::{{closure}}::h5418d34aad21e50c [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/bound.rs:69:16 [INFO] [stdout] 24: 0x562210c387e6 - core::ops::function::FnOnce::call_once::h68f169cced4370d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- contract::struct_deny_unknown_fields stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'contract::struct_deny_unknown_fields' (29) panicked at tests/integration/test_helper.rs:86:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/contract.rs~struct_deny_unknown_fields.de.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/contract.rs~struct_deny_unknown_fields.de.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "de_renamed": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "default": { [INFO] [stdout] "default": false, [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "option": { [INFO] [stdout] "type": [ [INFO] [stdout] "boolean", [INFO] [stdout] "null" [INFO] [stdout] ] [INFO] [stdout] }, [INFO] [stdout] "skip_serializing_if": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "write_only": { [INFO] [stdout] "type": "boolean", [INFO] [stdout] "writeOnly": true [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "write_only", [INFO] [stdout] "skip_serializing_if", [INFO] [stdout] "de_renamed" [INFO] [stdout] ], [INFO] [stdout] "title": "StructDenyUnknownFields", [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a3d9a0 - integration::test_helper::TestHelper::assert_snapshot::h0d2a9229658f33b5 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:86:13 [INFO] [stdout] 22: 0x562210dc9c5c - integration::contract::struct_deny_unknown_fields::h346dbe428033df73 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/contract.rs:29:10 [INFO] [stdout] 23: 0x562210dcaba7 - integration::contract::struct_deny_unknown_fields::{{closure}}::hd31ef82bfe91b7dd [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/contract.rs:27:32 [INFO] [stdout] 24: 0x562210c38966 - core::ops::function::FnOnce::call_once::h6d13b5cf39e3364e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- contract::tuple_struct stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'contract::tuple_struct' (30) panicked at tests/integration/test_helper.rs:86:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/contract.rs~tuple_struct.de.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/contract.rs~tuple_struct.de.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "maxItems": 4, [INFO] [stdout] "minItems": 4, [INFO] [stdout] "prefixItems": [ [INFO] [stdout] { [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "type": "boolean", [INFO] [stdout] "writeOnly": true [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "title": "TupleStruct", [INFO] [stdout] "type": "array" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a72ec0 - integration::test_helper::TestHelper::assert_snapshot::he2a4c4a0fec4d1d3 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:86:13 [INFO] [stdout] 22: 0x562210db0adc - integration::contract::tuple_struct::h96288ca4a7bcc3c0 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/contract.rs:76:10 [INFO] [stdout] 23: 0x562210db10c7 - integration::contract::tuple_struct::{{closure}}::hd578acc1653b3e15 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/contract.rs:74:18 [INFO] [stdout] 24: 0x562210c38426 - core::ops::function::FnOnce::call_once::h604c133591e6e440 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- docs::doc_comments_enum stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'docs::doc_comments_enum' (36) panicked at tests/integration/test_helper.rs:86:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/docs.rs~doc_comments_enum.de.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/docs.rs~doc_comments_enum.de.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "description": "This is \nthe enum's description.", [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "enum": [ [INFO] [stdout] "UndocumentedUnit", [INFO] [stdout] "UndocumentedUnit2" [INFO] [stdout] ], [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "const": "DocumentedUnit", [INFO] [stdout] "description": "This comment is included in the generated schema :)", [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "description": "This is a struct-like variant.", [INFO] [stdout] "properties": { [INFO] [stdout] "Complex": { [INFO] [stdout] "properties": { [INFO] [stdout] "my_nullable_string": { [INFO] [stdout] "description": "This field is a nullable string.\n\nThis\nis\n the second\n line!\n\n\n\n\nAnd this is the third!", [INFO] [stdout] "title": "A nullable string", [INFO] [stdout] "type": [ [INFO] [stdout] "string", [INFO] [stdout] "null" [INFO] [stdout] ] [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "Complex" [INFO] [stdout] ], [INFO] [stdout] "title": "Complex variant", [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "title": "This is the enum's title" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a721a0 - integration::test_helper::TestHelper::assert_snapshot::hde05cf9fcb08cc0a [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:86:13 [INFO] [stdout] 22: 0x562210cfabfc - integration::docs::doc_comments_enum::h534d186a2066d17f [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/docs.rs:62:19 [INFO] [stdout] 23: 0x562210cfac77 - integration::docs::doc_comments_enum::{{closure}}::h15027c1c42faac4c [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/docs.rs:61:23 [INFO] [stdout] 24: 0x562210c38226 - core::ops::function::FnOnce::call_once::h5b5d576796992271 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- default::default_fields stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'default::default_fields' (33) panicked at tests/integration/test_helper.rs:86:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/default.rs~default_fields.de.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/default.rs~default_fields.de.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$defs": { [INFO] [stdout] "NotSerialize": { [INFO] [stdout] "format": "int8", [INFO] [stdout] "maximum": 127, [INFO] [stdout] "minimum": -128, [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "properties": { [INFO] [stdout] "boolean": { [INFO] [stdout] "default": false, [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "integer": { [INFO] [stdout] "default": 0, [INFO] [stdout] "format": "uint32", [INFO] [stdout] "minimum": 0, [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] "not_serialize": { [INFO] [stdout] "$ref": "#/$defs/NotSerialize", [INFO] [stdout] "writeOnly": true [INFO] [stdout] }, [INFO] [stdout] "option_string": { [INFO] [stdout] "default": null, [INFO] [stdout] "type": [ [INFO] [stdout] "string", [INFO] [stdout] "null" [INFO] [stdout] ] [INFO] [stdout] }, [INFO] [stdout] "string_skip_empty": { [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] "struct2": { [INFO] [stdout] "default": "0 false", [INFO] [stdout] "pattern": "^\\d+ (true|false)$", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "title": "MyStruct", [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a69140 - integration::test_helper::TestHelper::assert_snapshot::hb1ec4a54833981e6 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:86:13 [INFO] [stdout] 22: 0x562210c1a80c - integration::default::default_fields::hd2c851a379af0225 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/default.rs:72:10 [INFO] [stdout] 23: 0x562210c1b057 - integration::default::default_fields::{{closure}}::hc791b27553d76114 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/default.rs:70:20 [INFO] [stdout] 24: 0x562210c394b6 - core::ops::function::FnOnce::call_once::h823bb24a13c79e3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- deprecated::deprecated_enum stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'deprecated::deprecated_enum' (34) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/deprecated.rs~deprecated_enum.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/deprecated.rs~deprecated_enum.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "deprecated": true, [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "enum": [ [INFO] [stdout] "Unit" [INFO] [stdout] ], [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "const": "DeprecatedUnitVariant", [INFO] [stdout] "deprecated": true, [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "deprecated": true, [INFO] [stdout] "properties": { [INFO] [stdout] "DeprecatedStructVariant": { [INFO] [stdout] "properties": { [INFO] [stdout] "deprecated_field": { [INFO] [stdout] "deprecated": true, [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "foo": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "foo", [INFO] [stdout] "deprecated_field" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "DeprecatedStructVariant" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "title": "DeprecatedEnum" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a3ab1c - integration::test_helper::TestHelper::assert_snapshot::h0285b56ed3844069 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210e17d6c - integration::deprecated::deprecated_enum::hf6eeb8375f1f2985 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/deprecated.rs:50:10 [INFO] [stdout] 23: 0x562210e18227 - integration::deprecated::deprecated_enum::{{closure}}::hf18c6e1d2a5fa7ef [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/deprecated.rs:48:21 [INFO] [stdout] 24: 0x562210c3af26 - core::ops::function::FnOnce::call_once::hb65476108a3643fb [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- deprecated::deprecated_struct stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'deprecated::deprecated_struct' (35) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/deprecated.rs~deprecated_struct.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/deprecated.rs~deprecated_struct.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "deprecated": true, [INFO] [stdout] "properties": { [INFO] [stdout] "bar": { [INFO] [stdout] "deprecated": true, [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "foo": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "foo", [INFO] [stdout] "bar" [INFO] [stdout] ], [INFO] [stdout] "title": "DeprecatedStruct", [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a4975c - integration::test_helper::TestHelper::assert_snapshot::h33d93ae9b40ac4c2 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210e1843c - integration::deprecated::deprecated_struct::h4ada16fecc395f6a [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/deprecated.rs:18:10 [INFO] [stdout] 23: 0x562210e184d7 - integration::deprecated::deprecated_struct::{{closure}}::h469e6ef079718d5d [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/deprecated.rs:16:23 [INFO] [stdout] 24: 0x562210c3b4f6 - core::ops::function::FnOnce::call_once::hc2a2d248b98b0104 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- contract::externally_tagged_enum stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'contract::externally_tagged_enum' (26) panicked at tests/integration/test_helper.rs:86:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/contract.rs~externally_tagged_enum.de.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/contract.rs~externally_tagged_enum.de.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "enum": [ [INFO] [stdout] "WriteOnlyUnit", [INFO] [stdout] "de_renamed_unit" [INFO] [stdout] ], [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "WriteOnlyStruct": { [INFO] [stdout] "properties": { [INFO] [stdout] "i": { [INFO] [stdout] "format": "int", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "i" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "WriteOnlyStruct" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "de_renamed_struct": { [INFO] [stdout] "properties": { [INFO] [stdout] "b": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "b" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "de_renamed_struct" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "title": "ExternalEnum" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a64280 - integration::test_helper::TestHelper::assert_snapshot::ha3d387a986715185 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:86:13 [INFO] [stdout] 22: 0x562210dc7280 - integration::contract::externally_tagged_enum::he0d2af72b0aa4938 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/contract.rs:105:10 [INFO] [stdout] 23: 0x562210dc8187 - integration::contract::externally_tagged_enum::{{closure}}::h697b81451e8e3086 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/contract.rs:103:28 [INFO] [stdout] 24: 0x562210c3ccf6 - core::ops::function::FnOnce::call_once::hf25cc686ce52336c [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- contract::struct_allow_unknown_fields stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'contract::struct_allow_unknown_fields' (28) panicked at tests/integration/test_helper.rs:86:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/contract.rs~struct_allow_unknown_fields.de.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/contract.rs~struct_allow_unknown_fields.de.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "properties": { [INFO] [stdout] "de_renamed": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "default": { [INFO] [stdout] "default": false, [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "option": { [INFO] [stdout] "type": [ [INFO] [stdout] "boolean", [INFO] [stdout] "null" [INFO] [stdout] ] [INFO] [stdout] }, [INFO] [stdout] "skip_serializing_if": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "write_only": { [INFO] [stdout] "type": "boolean", [INFO] [stdout] "writeOnly": true [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "write_only", [INFO] [stdout] "skip_serializing_if", [INFO] [stdout] "de_renamed" [INFO] [stdout] ], [INFO] [stdout] "title": "StructAllowUnknownFields", [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a4ed40 - integration::test_helper::TestHelper::assert_snapshot::h4b35864d3b348515 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:86:13 [INFO] [stdout] 22: 0x562210dcadbc - integration::contract::struct_allow_unknown_fields::h911efc74afd9cef1 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/contract.rs:47:10 [INFO] [stdout] 23: 0x562210dcbd07 - integration::contract::struct_allow_unknown_fields::{{closure}}::ha3840de9090d4be7 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/contract.rs:45:33 [INFO] [stdout] 24: 0x562210c39aa6 - core::ops::function::FnOnce::call_once::h9009a819725185a1 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- docs::doc_comments_override stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'docs::doc_comments_override' (37) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/docs.rs~doc_comments_override.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/docs.rs~doc_comments_override.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "description": "New description", [INFO] [stdout] "properties": { [INFO] [stdout] "my_documented_bool": { [INFO] [stdout] "description": "CAPITALIZED", [INFO] [stdout] "title": "Documented bool", [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "my_int": { [INFO] [stdout] "description": "This is an i32", [INFO] [stdout] "format": "int32", [INFO] [stdout] "title": "My integer", [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] "my_undocumented_bool": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "my_int", [INFO] [stdout] "my_undocumented_bool", [INFO] [stdout] "my_documented_bool" [INFO] [stdout] ], [INFO] [stdout] "title": "OverrideDocs struct", [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a527bc - integration::test_helper::TestHelper::assert_snapshot::h5413755314c9c884 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210cfd11c - integration::docs::doc_comments_override::h3bd89cd8039fc5c4 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/docs.rs:84:25 [INFO] [stdout] 23: 0x562210cfd197 - integration::docs::doc_comments_override::{{closure}}::hae18013d59e05b35 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/docs.rs:83:27 [INFO] [stdout] 24: 0x562210c36176 - core::ops::function::FnOnce::call_once::h15a5d9589d69b894 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- enum_repr::enum_repr stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'enum_repr::enum_repr' (39) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/enum_repr.rs~enum_repr.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/enum_repr.rs~enum_repr.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "description": "Description from comment", [INFO] [stdout] "enum": [ [INFO] [stdout] 0, [INFO] [stdout] 1, [INFO] [stdout] 5, [INFO] [stdout] 6, [INFO] [stdout] 3 [INFO] [stdout] ], [INFO] [stdout] "title": "EnumWithReprAttr", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a5c53c - integration::test_helper::TestHelper::assert_snapshot::h89718eb0f9b32053 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210bb40cc - integration::enum_repr::enum_repr::h5b0513d979406d46 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enum_repr.rs:20:10 [INFO] [stdout] 23: 0x562210bb45b7 - integration::enum_repr::enum_repr::{{closure}}::h8f192be8b2ab8eeb [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enum_repr.rs:18:15 [INFO] [stdout] 24: 0x562210c3b196 - core::ops::function::FnOnce::call_once::hbbedf298a25382b3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- docs::doc_comments_struct stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'docs::doc_comments_struct' (38) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/docs.rs~doc_comments_struct.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/docs.rs~doc_comments_struct.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$defs": { [INFO] [stdout] "MyUnitStruct": { [INFO] [stdout] "title": "A Unit", [INFO] [stdout] "type": "null" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "description": "This is the struct's description.", [INFO] [stdout] "properties": { [INFO] [stdout] "my_documented_bool": { [INFO] [stdout] "description": "This bool is documented", [INFO] [stdout] "title": "Documented bool", [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "my_int": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "title": "An integer", [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] "my_undocumented_bool": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "my_unit": { [INFO] [stdout] "$ref": "#/$defs/MyUnitStruct", [INFO] [stdout] "description": "A unit struct instance" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "my_int", [INFO] [stdout] "my_undocumented_bool", [INFO] [stdout] "my_unit", [INFO] [stdout] "my_documented_bool" [INFO] [stdout] ], [INFO] [stdout] "title": "This is the struct's title", [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a71a7c - integration::test_helper::TestHelper::assert_snapshot::hd59d6a8b67e23c38 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210cfae8c - integration::docs::doc_comments_struct::hb0c3a5e622d3fe95 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/docs.rs:27:21 [INFO] [stdout] 23: 0x562210cfaf07 - integration::docs::doc_comments_struct::{{closure}}::h1d64c44450513a67 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/docs.rs:26:25 [INFO] [stdout] 24: 0x562210c3a726 - core::ops::function::FnOnce::call_once::ha6884b9a44fb277b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- enums::internally_tagged_enum stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'enums::internally_tagged_enum' (42) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/enums.rs~internally_tagged_enum.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/enums.rs~internally_tagged_enum.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$defs": { [INFO] [stdout] "Struct": { [INFO] [stdout] "properties": { [INFO] [stdout] "bar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "foo": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "foo", [INFO] [stdout] "bar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "tag": { [INFO] [stdout] "const": "UnitOne", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": { [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] "properties": { [INFO] [stdout] "tag": { [INFO] [stdout] "const": "StringMap", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "tag": { [INFO] [stdout] "const": "UnitStructNewType", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/Struct", [INFO] [stdout] "properties": { [INFO] [stdout] "tag": { [INFO] [stdout] "const": "StructNewType", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "bar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "foo": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] "tag": { [INFO] [stdout] "const": "Struct", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag", [INFO] [stdout] "foo", [INFO] [stdout] "bar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "tag": { [INFO] [stdout] "const": "UnitTwo", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "title": "Internal" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a7003c - integration::test_helper::TestHelper::assert_snapshot::hcf4292b9621781c5 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210d16d8c - integration::enums::internally_tagged_enum::h9f7bfa4af42c6d38 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums.rs:274:10 [INFO] [stdout] 23: 0x562210d16e57 - integration::enums::internally_tagged_enum::{{closure}}::hc990a488964fe595 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums.rs:272:28 [INFO] [stdout] 24: 0x562210c395e6 - core::ops::function::FnOnce::call_once::h83d09e49aad9d651 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- enums::externally_tagged_enum stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'enums::externally_tagged_enum' (41) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/enums.rs~externally_tagged_enum.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/enums.rs~externally_tagged_enum.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$defs": { [INFO] [stdout] "Struct": { [INFO] [stdout] "properties": { [INFO] [stdout] "bar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "foo": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "foo", [INFO] [stdout] "bar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "UnitStruct": { [INFO] [stdout] "type": "null" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "enum": [ [INFO] [stdout] "unitOne", [INFO] [stdout] "unitTwo" [INFO] [stdout] ], [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "stringMap": { [INFO] [stdout] "additionalProperties": { [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "stringMap" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "unitStructNewType": { [INFO] [stdout] "$ref": "#/$defs/UnitStruct" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "unitStructNewType" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "structNewType": { [INFO] [stdout] "$ref": "#/$defs/Struct" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "structNewType" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "struct": { [INFO] [stdout] "properties": { [INFO] [stdout] "bar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "foo": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "foo", [INFO] [stdout] "bar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "struct" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "emptyTuple": { [INFO] [stdout] "maxItems": 0, [INFO] [stdout] "type": "array" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "emptyTuple" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "tuple": { [INFO] [stdout] "maxItems": 2, [INFO] [stdout] "minItems": 2, [INFO] [stdout] "prefixItems": [ [INFO] [stdout] { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "type": "array" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tuple" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "unitAsInt": { [INFO] [stdout] "format": "uint64", [INFO] [stdout] "minimum": 0, [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "unitAsInt" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "tupleAsStr": { [INFO] [stdout] "pattern": "^\\d+ (true|false)$", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tupleAsStr" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "title": "External" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a6b17c - integration::test_helper::TestHelper::assert_snapshot::hba8cd9a220b091a3 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210d16aac - integration::enums::externally_tagged_enum::hf04321647f9874e1 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums.rs:266:10 [INFO] [stdout] 23: 0x562210d16b77 - integration::enums::externally_tagged_enum::{{closure}}::hbdd87594f4a49848 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums.rs:264:28 [INFO] [stdout] 24: 0x562210c37516 - core::ops::function::FnOnce::call_once::h3d69582559680743 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- enums::adjacently_tagged_enum stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'enums::adjacently_tagged_enum' (40) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/enums.rs~adjacently_tagged_enum.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/enums.rs~adjacently_tagged_enum.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$defs": { [INFO] [stdout] "Struct": { [INFO] [stdout] "properties": { [INFO] [stdout] "bar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "foo": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "foo", [INFO] [stdout] "bar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "UnitStruct": { [INFO] [stdout] "type": "null" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "tag": { [INFO] [stdout] "const": "UnitOne", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "content": { [INFO] [stdout] "additionalProperties": { [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "tag": { [INFO] [stdout] "const": "StringMap", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag", [INFO] [stdout] "content" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "content": { [INFO] [stdout] "$ref": "#/$defs/UnitStruct" [INFO] [stdout] }, [INFO] [stdout] "tag": { [INFO] [stdout] "const": "UnitStructNewType", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag", [INFO] [stdout] "content" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "content": { [INFO] [stdout] "$ref": "#/$defs/Struct" [INFO] [stdout] }, [INFO] [stdout] "tag": { [INFO] [stdout] "const": "StructNewType", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag", [INFO] [stdout] "content" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "content": { [INFO] [stdout] "properties": { [INFO] [stdout] "bar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "foo": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "foo", [INFO] [stdout] "bar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "tag": { [INFO] [stdout] "const": "Struct", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag", [INFO] [stdout] "content" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "content": { [INFO] [stdout] "maxItems": 0, [INFO] [stdout] "type": "array" [INFO] [stdout] }, [INFO] [stdout] "tag": { [INFO] [stdout] "const": "EmptyTuple", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag", [INFO] [stdout] "content" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "content": { [INFO] [stdout] "maxItems": 2, [INFO] [stdout] "minItems": 2, [INFO] [stdout] "prefixItems": [ [INFO] [stdout] { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "type": "array" [INFO] [stdout] }, [INFO] [stdout] "tag": { [INFO] [stdout] "const": "Tuple", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag", [INFO] [stdout] "content" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "tag": { [INFO] [stdout] "const": "UnitTwo", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "content": { [INFO] [stdout] "format": "uint64", [INFO] [stdout] "minimum": 0, [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] "tag": { [INFO] [stdout] "const": "UnitAsInt", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag", [INFO] [stdout] "content" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "content": { [INFO] [stdout] "pattern": "^\\d+ (true|false)$", [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] "tag": { [INFO] [stdout] "const": "TupleAsStr", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag", [INFO] [stdout] "content" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "title": "Adjacent" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a6cbbc - integration::test_helper::TestHelper::assert_snapshot::hc28ac2e766a56dc0 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210d167cc - integration::enums::adjacently_tagged_enum::h676669b954d7cc04 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums.rs:282:10 [INFO] [stdout] 23: 0x562210d16897 - integration::enums::adjacently_tagged_enum::{{closure}}::h7c95c460b59aa216 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums.rs:280:28 [INFO] [stdout] 24: 0x562210c3a456 - core::ops::function::FnOnce::call_once::ha10d29d6a07d2434 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- enums::renamed stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'enums::renamed' (44) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/enums.rs~renamed.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/enums.rs~renamed.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "struct_variant": { [INFO] [stdout] "properties": { [INFO] [stdout] "FIELD": { [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "FIELD" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "struct_variant" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "custom name variant": { [INFO] [stdout] "properties": { [INFO] [stdout] "custom name field": { [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "custom name field" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "custom name variant" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "title": "Renamed" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a5695c - integration::test_helper::TestHelper::assert_snapshot::h6c66b7d6f33248f5 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210d17f8c - integration::enums::renamed::hc9e992257ac2a5ea [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums.rs:341:10 [INFO] [stdout] 23: 0x562210d18147 - integration::enums::renamed::{{closure}}::h982f9b376c8364a7 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums.rs:339:13 [INFO] [stdout] 24: 0x562210c37596 - core::ops::function::FnOnce::call_once::h3d7505191a431844 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- enums::untagged_enum stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'enums::untagged_enum' (46) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/enums.rs~untagged_enum.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/enums.rs~untagged_enum.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$defs": { [INFO] [stdout] "Struct": { [INFO] [stdout] "properties": { [INFO] [stdout] "bar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "foo": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "foo", [INFO] [stdout] "bar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "UnitStruct": { [INFO] [stdout] "type": "null" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "anyOf": [ [INFO] [stdout] { [INFO] [stdout] "type": "null" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": { [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/UnitStruct" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/Struct" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "bar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "foo": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "foo", [INFO] [stdout] "bar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "maxItems": 0, [INFO] [stdout] "type": "array" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "maxItems": 2, [INFO] [stdout] "minItems": 2, [INFO] [stdout] "prefixItems": [ [INFO] [stdout] { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "type": "array" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "type": "null" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "format": "uint64", [INFO] [stdout] "minimum": 0, [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "pattern": "^\\d+ (true|false)$", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "title": "Untagged" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a541fc - integration::test_helper::TestHelper::assert_snapshot::h618927fa836eba41 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210cfd66c - integration::enums::untagged_enum::h0f5733fcc6e42f8b [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums.rs:290:10 [INFO] [stdout] 23: 0x562210cfd737 - integration::enums::untagged_enum::{{closure}}::h23415e125c22cf42 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums.rs:288:19 [INFO] [stdout] 24: 0x562210c3b286 - core::ops::function::FnOnce::call_once::hbe5d0ab9f2f4335a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- enums::untagged_enum_with_titles stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'enums::untagged_enum_with_titles' (47) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/enums.rs~untagged_enum_with_titles.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/enums.rs~untagged_enum_with_titles.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$defs": { [INFO] [stdout] "Struct": { [INFO] [stdout] "properties": { [INFO] [stdout] "bar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "foo": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "foo", [INFO] [stdout] "bar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "UnitStruct": { [INFO] [stdout] "type": "null" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "anyOf": [ [INFO] [stdout] { [INFO] [stdout] "title": "UnitOne", [INFO] [stdout] "type": "null" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": { [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] "title": "StringMap", [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/UnitStruct", [INFO] [stdout] "title": "UnitStructNewType" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/Struct", [INFO] [stdout] "title": "StructNewType" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "bar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "foo": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "foo", [INFO] [stdout] "bar" [INFO] [stdout] ], [INFO] [stdout] "title": "Struct", [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "maxItems": 0, [INFO] [stdout] "title": "EmptyTuple", [INFO] [stdout] "type": "array" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "maxItems": 2, [INFO] [stdout] "minItems": 2, [INFO] [stdout] "prefixItems": [ [INFO] [stdout] { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "title": "Tuple", [INFO] [stdout] "type": "array" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "title": "UnitTwo", [INFO] [stdout] "type": "null" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "format": "uint64", [INFO] [stdout] "minimum": 0, [INFO] [stdout] "title": "UnitAsInt", [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "pattern": "^\\d+ (true|false)$", [INFO] [stdout] "title": "TupleAsStr", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "title": "Untagged" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a541fc - integration::test_helper::TestHelper::assert_snapshot::h618927fa836eba41 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210d170b9 - integration::enums::untagged_enum_with_titles::h5d5feae4883d3f52 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums.rs:310:6 [INFO] [stdout] 23: 0x562210d17377 - integration::enums::untagged_enum_with_titles::{{closure}}::he6df633a33fb6b58 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums.rs:296:31 [INFO] [stdout] 24: 0x562210c3c1a6 - core::ops::function::FnOnce::call_once::hdba8369174d5ad27 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- enums_deny_unknown_fields::untagged_enum stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'enums_deny_unknown_fields::untagged_enum' (51) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/enums_deny_unknown_fields.rs~untagged_enum.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/enums_deny_unknown_fields.rs~untagged_enum.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$defs": { [INFO] [stdout] "Struct": { [INFO] [stdout] "properties": { [INFO] [stdout] "bar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "foo": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "foo", [INFO] [stdout] "bar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "StructDenyUnknownFields": { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "baz": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] "foobar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "baz", [INFO] [stdout] "foobar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "anyOf": [ [INFO] [stdout] { [INFO] [stdout] "type": "null" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": { [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/Struct" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/StructDenyUnknownFields" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "bar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "foo": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "foo", [INFO] [stdout] "bar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "title": "Untagged" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a4cbdc - integration::test_helper::TestHelper::assert_snapshot::h44839d410a1327c8 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210e22d0c - integration::enums_deny_unknown_fields::untagged_enum::ha0a9ae5638fdd93e [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums_deny_unknown_fields.rs:196:10 [INFO] [stdout] 23: 0x562210e23497 - integration::enums_deny_unknown_fields::untagged_enum::{{closure}}::h874bde8e5d96d457 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums_deny_unknown_fields.rs:194:19 [INFO] [stdout] 24: 0x562210c35c96 - core::ops::function::FnOnce::call_once::h0ca1d8aff84fe37c [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- enums_deny_unknown_fields::adjacently_tagged_enum stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'enums_deny_unknown_fields::adjacently_tagged_enum' (48) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/enums_deny_unknown_fields.rs~adjacently_tagged_enum.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/enums_deny_unknown_fields.rs~adjacently_tagged_enum.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$defs": { [INFO] [stdout] "Struct": { [INFO] [stdout] "properties": { [INFO] [stdout] "bar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "foo": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "foo", [INFO] [stdout] "bar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "StructDenyUnknownFields": { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "baz": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] "foobar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "baz", [INFO] [stdout] "foobar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "tag": { [INFO] [stdout] "const": "Unit", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "content": { [INFO] [stdout] "additionalProperties": { [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "tag": { [INFO] [stdout] "const": "StringMap", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag", [INFO] [stdout] "content" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "content": { [INFO] [stdout] "$ref": "#/$defs/Struct" [INFO] [stdout] }, [INFO] [stdout] "tag": { [INFO] [stdout] "const": "StructNewType", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag", [INFO] [stdout] "content" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "content": { [INFO] [stdout] "$ref": "#/$defs/StructDenyUnknownFields" [INFO] [stdout] }, [INFO] [stdout] "tag": { [INFO] [stdout] "const": "StructDenyUnknownFieldsNewType", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag", [INFO] [stdout] "content" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "content": { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "bar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "foo": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "foo", [INFO] [stdout] "bar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "tag": { [INFO] [stdout] "const": "Struct", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag", [INFO] [stdout] "content" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "title": "Adjacent" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a42e5c - integration::test_helper::TestHelper::assert_snapshot::h1e44edf5b5134b41 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210e30db0 - integration::enums_deny_unknown_fields::adjacently_tagged_enum::h6da4da7c5707b453 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums_deny_unknown_fields.rs:162:10 [INFO] [stdout] 23: 0x562210e321c7 - integration::enums_deny_unknown_fields::adjacently_tagged_enum::{{closure}}::hd4b40f68eedc665e [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums_deny_unknown_fields.rs:160:28 [INFO] [stdout] 24: 0x562210c3a526 - core::ops::function::FnOnce::call_once::ha1a4a6dc88bf387d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- enums_deny_unknown_fields::externally_tagged_enum stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'enums_deny_unknown_fields::externally_tagged_enum' (49) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/enums_deny_unknown_fields.rs~externally_tagged_enum.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/enums_deny_unknown_fields.rs~externally_tagged_enum.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$defs": { [INFO] [stdout] "Struct": { [INFO] [stdout] "properties": { [INFO] [stdout] "bar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "foo": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "foo", [INFO] [stdout] "bar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "StructDenyUnknownFields": { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "baz": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] "foobar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "baz", [INFO] [stdout] "foobar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "enum": [ [INFO] [stdout] "Unit" [INFO] [stdout] ], [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "StringMap": { [INFO] [stdout] "additionalProperties": { [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "StringMap" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "StructNewType": { [INFO] [stdout] "$ref": "#/$defs/Struct" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "StructNewType" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "StructDenyUnknownFieldsNewType": { [INFO] [stdout] "$ref": "#/$defs/StructDenyUnknownFields" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "StructDenyUnknownFieldsNewType" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "Struct": { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "bar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "foo": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "foo", [INFO] [stdout] "bar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "Struct" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "title": "External" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a7765c - integration::test_helper::TestHelper::assert_snapshot::hef717594493ba9dc [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210e3240c - integration::enums_deny_unknown_fields::externally_tagged_enum::ha159f54fea86aafe [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums_deny_unknown_fields.rs:103:10 [INFO] [stdout] 23: 0x562210e332a7 - integration::enums_deny_unknown_fields::externally_tagged_enum::{{closure}}::haf3850254cae0cb1 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums_deny_unknown_fields.rs:101:28 [INFO] [stdout] 24: 0x562210c3c266 - core::ops::function::FnOnce::call_once::hdbe5b6b8c3a0a28c [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- enums::no_variants stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'enums::no_variants' (43) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/enums.rs~no_variants.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/enums.rs~no_variants.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "not": {}, [INFO] [stdout] "title": "NoVariants" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a5ec9c - integration::test_helper::TestHelper::assert_snapshot::h95aadd7cdf014fbf [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210cfd3ac - integration::enums::no_variants::h6f906f2a4917eb44 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums.rs:321:10 [INFO] [stdout] 23: 0x562210cfd457 - integration::enums::no_variants::{{closure}}::hd1e17a66a35e9cbe [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums.rs:319:17 [INFO] [stdout] 24: 0x562210c36c86 - core::ops::function::FnOnce::call_once::h2c747e6877c13d19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- enums_flattened::enums_flattened_deny_unknown_fields_draft07 stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'enums_flattened::enums_flattened_deny_unknown_fields_draft07' (54) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/enums_flattened.rs~enums_flattened_deny_unknown_fields_draft07.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/enums_flattened.rs~enums_flattened_deny_unknown_fields_draft07.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "http://json-schema.org/draft-07/schema#", [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "allOf": [ [INFO] [stdout] { [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "B": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "B" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "S": { [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "S" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ] [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "U": { [INFO] [stdout] "format": "uint32", [INFO] [stdout] "minimum": 0, [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "U" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "F": { [INFO] [stdout] "format": "double", [INFO] [stdout] "type": "number" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "F" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ] [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "B2": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "B2" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "S2": { [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "S2" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ] [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "U2": { [INFO] [stdout] "format": "uint32", [INFO] [stdout] "minimum": 0, [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "U2" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "F2": { [INFO] [stdout] "format": "double", [INFO] [stdout] "type": "number" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "F2" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ] [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "B3": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "B3" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "S3": { [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "S3" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "properties": { [INFO] [stdout] "B": true, [INFO] [stdout] "B2": true, [INFO] [stdout] "B3": true, [INFO] [stdout] "F": true, [INFO] [stdout] "F2": true, [INFO] [stdout] "S": true, [INFO] [stdout] "S2": true, [INFO] [stdout] "S3": true, [INFO] [stdout] "U": true, [INFO] [stdout] "U2": true, [INFO] [stdout] "f": { [INFO] [stdout] "format": "float", [INFO] [stdout] "type": "number" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "f" [INFO] [stdout] ], [INFO] [stdout] "title": "ContainerDenyUnknownFields", [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a54f1c - integration::test_helper::TestHelper::assert_snapshot::h6542ad346d49ce4f [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210b9135c - integration::enums_flattened::enums_flattened_deny_unknown_fields_draft07::h6694f635dba2e2ae [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums_flattened.rs:131:10 [INFO] [stdout] 23: 0x562210b91477 - integration::enums_flattened::enums_flattened_deny_unknown_fields_draft07::{{closure}}::haa3a6710ac07b1e1 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums_flattened.rs:129:49 [INFO] [stdout] 24: 0x562210c3c746 - core::ops::function::FnOnce::call_once::he3253b1281ebe598 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- enums_flattened::enums_flattened stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'enums_flattened::enums_flattened' (52) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/enums_flattened.rs~enums_flattened.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/enums_flattened.rs~enums_flattened.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "allOf": [ [INFO] [stdout] { [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "B": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "B" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "S": { [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "S" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ] [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "U": { [INFO] [stdout] "format": "uint32", [INFO] [stdout] "minimum": 0, [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "U" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "F": { [INFO] [stdout] "format": "double", [INFO] [stdout] "type": "number" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "F" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ] [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "B2": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "B2" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "S2": { [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "S2" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ] [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "U2": { [INFO] [stdout] "format": "uint32", [INFO] [stdout] "minimum": 0, [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "U2" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "F2": { [INFO] [stdout] "format": "double", [INFO] [stdout] "type": "number" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "F2" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ] [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "B3": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "B3" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "S3": { [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "S3" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "properties": { [INFO] [stdout] "f": { [INFO] [stdout] "format": "float", [INFO] [stdout] "type": "number" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "f" [INFO] [stdout] ], [INFO] [stdout] "title": "Container", [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a46ffc - integration::test_helper::TestHelper::assert_snapshot::h2fbbfdc6580394d3 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210b8d57c - integration::enums_flattened::enums_flattened::ha90b6028086795ec [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums_flattened.rs:113:10 [INFO] [stdout] 23: 0x562210b8d697 - integration::enums_flattened::enums_flattened::{{closure}}::h4f388a49fc51991f [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums_flattened.rs:111:21 [INFO] [stdout] 24: 0x562210c3cd96 - core::ops::function::FnOnce::call_once::hf2ae67b68dc1d60f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- enums_flattened::enums_flattened_deny_unknown_fields stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'enums_flattened::enums_flattened_deny_unknown_fields' (53) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/enums_flattened.rs~enums_flattened_deny_unknown_fields.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/enums_flattened.rs~enums_flattened_deny_unknown_fields.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "allOf": [ [INFO] [stdout] { [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "B": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "B" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "S": { [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "S" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ] [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "U": { [INFO] [stdout] "format": "uint32", [INFO] [stdout] "minimum": 0, [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "U" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "F": { [INFO] [stdout] "format": "double", [INFO] [stdout] "type": "number" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "F" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ] [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "B2": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "B2" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "S2": { [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "S2" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ] [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "U2": { [INFO] [stdout] "format": "uint32", [INFO] [stdout] "minimum": 0, [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "U2" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "F2": { [INFO] [stdout] "format": "double", [INFO] [stdout] "type": "number" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "F2" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ] [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "B3": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "B3" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "S3": { [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "S3" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "properties": { [INFO] [stdout] "f": { [INFO] [stdout] "format": "float", [INFO] [stdout] "type": "number" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "f" [INFO] [stdout] ], [INFO] [stdout] "title": "ContainerDenyUnknownFields", [INFO] [stdout] "type": "object", [INFO] [stdout] "unevaluatedProperties": false [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a54f1c - integration::test_helper::TestHelper::assert_snapshot::h6542ad346d49ce4f [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210b9102c - integration::enums_flattened::enums_flattened_deny_unknown_fields::hc4d11f263287b7c0 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums_flattened.rs:122:10 [INFO] [stdout] 23: 0x562210b91147 - integration::enums_flattened::enums_flattened_deny_unknown_fields::{{closure}}::h863d00782e34a957 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums_flattened.rs:120:41 [INFO] [stdout] 24: 0x562210c3b336 - core::ops::function::FnOnce::call_once::hbeff8a0d50a88e6d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- enums_deny_unknown_fields::internally_tagged_enum stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'enums_deny_unknown_fields::internally_tagged_enum' (50) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/enums_deny_unknown_fields.rs~internally_tagged_enum.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/enums_deny_unknown_fields.rs~internally_tagged_enum.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$defs": { [INFO] [stdout] "Struct": { [INFO] [stdout] "properties": { [INFO] [stdout] "bar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "foo": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "foo", [INFO] [stdout] "bar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "tag": { [INFO] [stdout] "const": "Unit", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": { [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] "properties": { [INFO] [stdout] "tag": { [INFO] [stdout] "const": "StringMap", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/Struct", [INFO] [stdout] "properties": { [INFO] [stdout] "tag": { [INFO] [stdout] "const": "StructNewType", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "baz": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] "foobar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "tag": { [INFO] [stdout] "const": "StructDenyUnknownFieldsNewType", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag", [INFO] [stdout] "baz", [INFO] [stdout] "foobar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "bar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "foo": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] "tag": { [INFO] [stdout] "const": "Struct", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag", [INFO] [stdout] "foo", [INFO] [stdout] "bar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "title": "Internal" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a5b81c - integration::test_helper::TestHelper::assert_snapshot::h874e49fea822e1bf [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210e334f8 - integration::enums_deny_unknown_fields::internally_tagged_enum::h621ead4c32e316d6 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums_deny_unknown_fields.rs:134:10 [INFO] [stdout] 23: 0x562210e34577 - integration::enums_deny_unknown_fields::internally_tagged_enum::{{closure}}::h0e03f8779fa45255 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums_deny_unknown_fields.rs:132:28 [INFO] [stdout] 24: 0x562210c377b6 - core::ops::function::FnOnce::call_once::h46aceb5739552400 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- enums_ref_variants::adjacently_tagged_enum stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'enums_ref_variants::adjacently_tagged_enum' (55) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/enums_ref_variants.rs~adjacently_tagged_enum.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/enums_ref_variants.rs~adjacently_tagged_enum.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$defs": { [INFO] [stdout] "StringMap": { [INFO] [stdout] "properties": { [INFO] [stdout] "content": { [INFO] [stdout] "additionalProperties": { [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "tag": { [INFO] [stdout] "const": "StringMap", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag", [INFO] [stdout] "content" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "Struct": { [INFO] [stdout] "properties": { [INFO] [stdout] "bar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "foo": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "foo", [INFO] [stdout] "bar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "Struct2": { [INFO] [stdout] "properties": { [INFO] [stdout] "content": { [INFO] [stdout] "properties": { [INFO] [stdout] "bar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "foo": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "foo", [INFO] [stdout] "bar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "tag": { [INFO] [stdout] "const": "Struct", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag", [INFO] [stdout] "content" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "StructNewType": { [INFO] [stdout] "properties": { [INFO] [stdout] "content": { [INFO] [stdout] "$ref": "#/$defs/Struct" [INFO] [stdout] }, [INFO] [stdout] "tag": { [INFO] [stdout] "const": "StructNewType", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag", [INFO] [stdout] "content" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "Tuple": { [INFO] [stdout] "properties": { [INFO] [stdout] "content": { [INFO] [stdout] "maxItems": 2, [INFO] [stdout] "minItems": 2, [INFO] [stdout] "prefixItems": [ [INFO] [stdout] { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "type": "array" [INFO] [stdout] }, [INFO] [stdout] "tag": { [INFO] [stdout] "const": "Tuple", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag", [INFO] [stdout] "content" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "TupleAsStr": { [INFO] [stdout] "properties": { [INFO] [stdout] "content": { [INFO] [stdout] "pattern": "^\\d+ (true|false)$", [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] "tag": { [INFO] [stdout] "const": "TupleAsStr", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag", [INFO] [stdout] "content" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "UnitAsInt": { [INFO] [stdout] "properties": { [INFO] [stdout] "content": { [INFO] [stdout] "format": "uint64", [INFO] [stdout] "minimum": 0, [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] "tag": { [INFO] [stdout] "const": "UnitAsInt", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag", [INFO] [stdout] "content" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "UnitOne": { [INFO] [stdout] "properties": { [INFO] [stdout] "tag": { [INFO] [stdout] "const": "UnitOne", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "UnitStruct": { [INFO] [stdout] "type": "null" [INFO] [stdout] }, [INFO] [stdout] "UnitStructNewType": { [INFO] [stdout] "properties": { [INFO] [stdout] "content": { [INFO] [stdout] "$ref": "#/$defs/UnitStruct" [INFO] [stdout] }, [INFO] [stdout] "tag": { [INFO] [stdout] "const": "UnitStructNewType", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag", [INFO] [stdout] "content" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "UnitTwo": { [INFO] [stdout] "properties": { [INFO] [stdout] "tag": { [INFO] [stdout] "const": "UnitTwo", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/UnitOne" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/StringMap" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/UnitStructNewType" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/StructNewType" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/Struct2" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/Tuple" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/UnitTwo" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/UnitAsInt" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/TupleAsStr" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "title": "Adjacent" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a51a9c - integration::test_helper::TestHelper::assert_snapshot::h50500513a5a5a674 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210d4922c - integration::enums_ref_variants::adjacently_tagged_enum::hb7e176dadf2e0a5f [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums_ref_variants.rs:275:10 [INFO] [stdout] 23: 0x562210d492f7 - integration::enums_ref_variants::adjacently_tagged_enum::{{closure}}::h0177d4b8be0027df [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums_ref_variants.rs:273:28 [INFO] [stdout] 24: 0x562210c36356 - core::ops::function::FnOnce::call_once::h1ac0f5d04c87474a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- enums_ref_variants::externally_tagged_enum stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'enums_ref_variants::externally_tagged_enum' (56) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/enums_ref_variants.rs~externally_tagged_enum.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/enums_ref_variants.rs~externally_tagged_enum.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$defs": { [INFO] [stdout] "Struct": { [INFO] [stdout] "properties": { [INFO] [stdout] "bar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "foo": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "foo", [INFO] [stdout] "bar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "UnitStruct": { [INFO] [stdout] "type": "null" [INFO] [stdout] }, [INFO] [stdout] "stringMap": { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "stringMap": { [INFO] [stdout] "additionalProperties": { [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "stringMap" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "struct": { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "struct": { [INFO] [stdout] "properties": { [INFO] [stdout] "bar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "foo": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "foo", [INFO] [stdout] "bar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "struct" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "structNewType": { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "structNewType": { [INFO] [stdout] "$ref": "#/$defs/Struct" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "structNewType" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "tuple": { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "tuple": { [INFO] [stdout] "maxItems": 2, [INFO] [stdout] "minItems": 2, [INFO] [stdout] "prefixItems": [ [INFO] [stdout] { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "type": "array" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tuple" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "tupleAsStr": { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "tupleAsStr": { [INFO] [stdout] "pattern": "^\\d+ (true|false)$", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tupleAsStr" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "unitAsInt": { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "unitAsInt": { [INFO] [stdout] "format": "uint64", [INFO] [stdout] "minimum": 0, [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "unitAsInt" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "unitOne": { [INFO] [stdout] "const": "unitOne", [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] "unitStructNewType": { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "unitStructNewType": { [INFO] [stdout] "$ref": "#/$defs/UnitStruct" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "unitStructNewType" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "unitTwo": { [INFO] [stdout] "const": "unitTwo", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/unitOne" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/stringMap" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/unitStructNewType" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/structNewType" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/struct" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/tuple" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/unitTwo" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/unitAsInt" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/tupleAsStr" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "title": "External" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a48a3c - integration::test_helper::TestHelper::assert_snapshot::h31cec015b64b6b3f [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210d4950c - integration::enums_ref_variants::externally_tagged_enum::h95b92eac1a886a65 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums_ref_variants.rs:259:10 [INFO] [stdout] 23: 0x562210d495d7 - integration::enums_ref_variants::externally_tagged_enum::{{closure}}::h90bf3d2d21c51582 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums_ref_variants.rs:257:28 [INFO] [stdout] 24: 0x562210c38736 - core::ops::function::FnOnce::call_once::h67e6fe195428acfb [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- enums_untagged_variant::adjacently_tagged_enum stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'enums_untagged_variant::adjacently_tagged_enum' (61) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/enums_untagged_variant.rs~adjacently_tagged_enum.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/enums_untagged_variant.rs~adjacently_tagged_enum.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$defs": { [INFO] [stdout] "Struct": { [INFO] [stdout] "properties": { [INFO] [stdout] "bar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "foo": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "foo", [INFO] [stdout] "bar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "UnitStruct": { [INFO] [stdout] "type": "null" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "anyOf": [ [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "tag": { [INFO] [stdout] "const": "TaggedUnitOne", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "content": { [INFO] [stdout] "properties": { [INFO] [stdout] "baz": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] "foobar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "baz", [INFO] [stdout] "foobar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "tag": { [INFO] [stdout] "const": "TaggedStruct", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag", [INFO] [stdout] "content" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "type": "null" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/UnitStruct" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/Struct" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "baz": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] "foobar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "baz", [INFO] [stdout] "foobar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "maxItems": 2, [INFO] [stdout] "minItems": 2, [INFO] [stdout] "prefixItems": [ [INFO] [stdout] { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "type": "array" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": { [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "title": "Adjacent" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a6559c - integration::test_helper::TestHelper::assert_snapshot::ha776a3f88536b496 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210b9ddfc - integration::enums_untagged_variant::adjacently_tagged_enum::h4eb5956e70542320 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums_untagged_variant.rs:195:10 [INFO] [stdout] 23: 0x562210b9dec7 - integration::enums_untagged_variant::adjacently_tagged_enum::{{closure}}::h902fd3abee870a03 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums_untagged_variant.rs:193:28 [INFO] [stdout] 24: 0x562210c369e6 - core::ops::function::FnOnce::call_once::h275397f6f1c97605 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- enums_ref_variants::renamed stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'enums_ref_variants::renamed' (59) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/enums_ref_variants.rs~renamed.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/enums_ref_variants.rs~renamed.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$defs": { [INFO] [stdout] "custom name variant": { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "custom name variant": { [INFO] [stdout] "properties": { [INFO] [stdout] "custom name field": { [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "custom name field" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "custom name variant" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "struct_variant": { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "struct_variant": { [INFO] [stdout] "properties": { [INFO] [stdout] "FIELD": { [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "FIELD" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "struct_variant" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/struct_variant" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/custom%20name%20variant" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "title": "Renamed" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a55c3c - integration::test_helper::TestHelper::assert_snapshot::h67d40e62a1bbdc46 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210d49acc - integration::enums_ref_variants::renamed::h6c629be78c83a5f0 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums_ref_variants.rs:316:10 [INFO] [stdout] 23: 0x562210d49c87 - integration::enums_ref_variants::renamed::{{closure}}::h476bd171ddb32a00 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums_ref_variants.rs:314:13 [INFO] [stdout] 24: 0x562210c386f6 - core::ops::function::FnOnce::call_once::h6772c85ca72bec59 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- enums_ref_variants::internally_tagged_enum stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'enums_ref_variants::internally_tagged_enum' (57) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/enums_ref_variants.rs~internally_tagged_enum.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/enums_ref_variants.rs~internally_tagged_enum.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$defs": { [INFO] [stdout] "StringMap": { [INFO] [stdout] "additionalProperties": { [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] "properties": { [INFO] [stdout] "tag": { [INFO] [stdout] "const": "StringMap", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "Struct": { [INFO] [stdout] "properties": { [INFO] [stdout] "bar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "foo": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "foo", [INFO] [stdout] "bar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "Struct2": { [INFO] [stdout] "properties": { [INFO] [stdout] "bar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "foo": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] "tag": { [INFO] [stdout] "const": "Struct", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag", [INFO] [stdout] "foo", [INFO] [stdout] "bar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "StructNewType": { [INFO] [stdout] "$ref": "#/$defs/Struct", [INFO] [stdout] "properties": { [INFO] [stdout] "tag": { [INFO] [stdout] "const": "StructNewType", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "UnitOne": { [INFO] [stdout] "properties": { [INFO] [stdout] "tag": { [INFO] [stdout] "const": "UnitOne", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "UnitStructNewType": { [INFO] [stdout] "properties": { [INFO] [stdout] "tag": { [INFO] [stdout] "const": "UnitStructNewType", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "UnitTwo": { [INFO] [stdout] "properties": { [INFO] [stdout] "tag": { [INFO] [stdout] "const": "UnitTwo", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/UnitOne" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/StringMap" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/UnitStructNewType" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/StructNewType" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/Struct2" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/UnitTwo" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "title": "Internal" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a3c55c - integration::test_helper::TestHelper::assert_snapshot::h085e7110f85bb095 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210d497ec - integration::enums_ref_variants::internally_tagged_enum::h8c3178931aac4cf0 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums_ref_variants.rs:267:10 [INFO] [stdout] 23: 0x562210d498b7 - integration::enums_ref_variants::internally_tagged_enum::{{closure}}::h703f8b5c7e231af8 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums_ref_variants.rs:265:28 [INFO] [stdout] 24: 0x562210c36e76 - core::ops::function::FnOnce::call_once::h2f9ca253a5882914 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- enums_ref_variants::untagged_enum stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'enums_ref_variants::untagged_enum' (60) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/enums_ref_variants.rs~untagged_enum.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/enums_ref_variants.rs~untagged_enum.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$defs": { [INFO] [stdout] "StringMap": { [INFO] [stdout] "additionalProperties": { [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "Struct": { [INFO] [stdout] "properties": { [INFO] [stdout] "bar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "foo": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "foo", [INFO] [stdout] "bar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "Struct2": { [INFO] [stdout] "properties": { [INFO] [stdout] "bar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "foo": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "foo", [INFO] [stdout] "bar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "StructNewType": { [INFO] [stdout] "$ref": "#/$defs/Struct" [INFO] [stdout] }, [INFO] [stdout] "Tuple": { [INFO] [stdout] "maxItems": 2, [INFO] [stdout] "minItems": 2, [INFO] [stdout] "prefixItems": [ [INFO] [stdout] { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "type": "array" [INFO] [stdout] }, [INFO] [stdout] "TupleAsStr": { [INFO] [stdout] "pattern": "^\\d+ (true|false)$", [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] "UnitAsInt": { [INFO] [stdout] "format": "uint64", [INFO] [stdout] "minimum": 0, [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] "UnitOne": { [INFO] [stdout] "type": "null" [INFO] [stdout] }, [INFO] [stdout] "UnitStruct": { [INFO] [stdout] "type": "null" [INFO] [stdout] }, [INFO] [stdout] "UnitStructNewType": { [INFO] [stdout] "$ref": "#/$defs/UnitStruct" [INFO] [stdout] }, [INFO] [stdout] "UnitTwo": { [INFO] [stdout] "type": "null" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "anyOf": [ [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/UnitOne" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/StringMap" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/UnitStructNewType" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/StructNewType" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/Struct2" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/Tuple" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/UnitTwo" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/UnitAsInt" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/TupleAsStr" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "title": "Untagged" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a6d8dc - integration::test_helper::TestHelper::assert_snapshot::hc2f51c6ab08fa98a [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210d40aec - integration::enums_ref_variants::untagged_enum::h19540cd0650337cd [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums_ref_variants.rs:283:10 [INFO] [stdout] 23: 0x562210d40bb7 - integration::enums_ref_variants::untagged_enum::{{closure}}::hf69f04c9a289a49f [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums_ref_variants.rs:281:19 [INFO] [stdout] 24: 0x562210c3a496 - core::ops::function::FnOnce::call_once::ha10ec31f5290d980 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- enums_ref_variants::no_variants stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'enums_ref_variants::no_variants' (58) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/enums_ref_variants.rs~no_variants.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/enums_ref_variants.rs~no_variants.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "not": {}, [INFO] [stdout] "title": "NoVariants" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a406fc - integration::test_helper::TestHelper::assert_snapshot::h1306935bf290a1f4 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210d4082c - integration::enums_ref_variants::no_variants::h49f3e4a4aa03de6f [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums_ref_variants.rs:295:10 [INFO] [stdout] 23: 0x562210d408d7 - integration::enums_ref_variants::no_variants::{{closure}}::h58115c86da8c829b [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums_ref_variants.rs:293:17 [INFO] [stdout] 24: 0x562210c36856 - core::ops::function::FnOnce::call_once::h228952d4e0c3de19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- enums_untagged_variant::externally_tagged_enum stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'enums_untagged_variant::externally_tagged_enum' (62) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/enums_untagged_variant.rs~externally_tagged_enum.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/enums_untagged_variant.rs~externally_tagged_enum.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$defs": { [INFO] [stdout] "Struct": { [INFO] [stdout] "properties": { [INFO] [stdout] "bar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "foo": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "foo", [INFO] [stdout] "bar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "UnitStruct": { [INFO] [stdout] "type": "null" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "anyOf": [ [INFO] [stdout] { [INFO] [stdout] "enum": [ [INFO] [stdout] "taggedUnitOne" [INFO] [stdout] ], [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "properties": { [INFO] [stdout] "taggedStruct": { [INFO] [stdout] "properties": { [INFO] [stdout] "baz": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] "foobar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "baz", [INFO] [stdout] "foobar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "taggedStruct" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "type": "null" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/UnitStruct" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/Struct" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "baz": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] "foobar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "baz", [INFO] [stdout] "foobar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "maxItems": 2, [INFO] [stdout] "minItems": 2, [INFO] [stdout] "prefixItems": [ [INFO] [stdout] { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "type": "array" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": { [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "title": "External" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a5d25c - integration::test_helper::TestHelper::assert_snapshot::h8e065b5cbcb2f7e4 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210b9e0dc - integration::enums_untagged_variant::externally_tagged_enum::h99e71e78f21a253a [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums_untagged_variant.rs:176:10 [INFO] [stdout] 23: 0x562210b9e1a7 - integration::enums_untagged_variant::externally_tagged_enum::{{closure}}::h99be2021334553d5 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums_untagged_variant.rs:174:28 [INFO] [stdout] 24: 0x562210c36096 - core::ops::function::FnOnce::call_once::h12a6a5883fb0fa04 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- extend::extend_struct stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'extend::extend_struct' (68) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/extend.rs~extend_struct.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/extend.rs~extend_struct.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "3": 3.0, [INFO] [stdout] "obj": { [INFO] [stdout] "array": [ [INFO] [stdout] null, [INFO] [stdout] null [INFO] [stdout] ] [INFO] [stdout] }, [INFO] [stdout] "pi": 3.14, [INFO] [stdout] "properties": { [INFO] [stdout] "int": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": [ [INFO] [stdout] "number", [INFO] [stdout] "string" [INFO] [stdout] ] [INFO] [stdout] }, [INFO] [stdout] "value": { [INFO] [stdout] "foo": "bar" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "value", [INFO] [stdout] "int" [INFO] [stdout] ], [INFO] [stdout] "title": "Struct", [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a50d7c - integration::test_helper::TestHelper::assert_snapshot::h4f8c5aafadc3493c [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210ba1a5c - integration::extend::extend_struct::hef6b0018b3e8badd [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/extend.rs:21:19 [INFO] [stdout] 23: 0x562210ba1ae7 - integration::extend::extend_struct::{{closure}}::h53932c480f1fc255 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/extend.rs:20:19 [INFO] [stdout] 24: 0x562210c3a246 - core::ops::function::FnOnce::call_once::h9e8a91a5d98f0b7a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- enums::unit_variants_with_doc_comments stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'enums::unit_variants_with_doc_comments' (45) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/enums.rs~unit_variants_with_doc_comments.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/enums.rs~unit_variants_with_doc_comments.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "const": "Do", [INFO] [stdout] "description": "A female deer", [INFO] [stdout] "title": "A deer", [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "const": "Re", [INFO] [stdout] "description": "A drop of golden sun", [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "const": "Mi", [INFO] [stdout] "description": "A name I call myself", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "title": "SoundOfMusic" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a5df7c - integration::test_helper::TestHelper::assert_snapshot::h93a7af602d761897 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210d1759c - integration::enums::unit_variants_with_doc_comments::hc6d373c925dec38f [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums.rs:369:10 [INFO] [stdout] 23: 0x562210d176b7 - integration::enums::unit_variants_with_doc_comments::{{closure}}::h97321a65d5556880 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums.rs:367:37 [INFO] [stdout] 24: 0x562210c3bfe6 - core::ops::function::FnOnce::call_once::hd8a892062ca68912 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- enums_untagged_variant::internally_tagged_enum stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'enums_untagged_variant::internally_tagged_enum' (63) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/enums_untagged_variant.rs~internally_tagged_enum.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/enums_untagged_variant.rs~internally_tagged_enum.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$defs": { [INFO] [stdout] "Struct": { [INFO] [stdout] "properties": { [INFO] [stdout] "bar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "foo": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "foo", [INFO] [stdout] "bar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "UnitStruct": { [INFO] [stdout] "type": "null" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "anyOf": [ [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "tag": { [INFO] [stdout] "const": "TaggedUnitOne", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "baz": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] "foobar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "tag": { [INFO] [stdout] "const": "TaggedStruct", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "tag", [INFO] [stdout] "baz", [INFO] [stdout] "foobar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "type": "null" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/UnitStruct" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "$ref": "#/$defs/Struct" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "properties": { [INFO] [stdout] "baz": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] "foobar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "baz", [INFO] [stdout] "foobar" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": { [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "title": "Internal" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a62e3c - integration::test_helper::TestHelper::assert_snapshot::ha108618417c57eb3 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210b9e3bc - integration::enums_untagged_variant::internally_tagged_enum::hcaa129124854ed7f [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums_untagged_variant.rs:184:10 [INFO] [stdout] 23: 0x562210b9e497 - integration::enums_untagged_variant::internally_tagged_enum::{{closure}}::hd7c10b3450f3b1cc [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/enums_untagged_variant.rs:182:28 [INFO] [stdout] 24: 0x562210c3c126 - core::ops::function::FnOnce::call_once::hdb35d56acec8f7cc [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- examples::examples stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'examples::examples' (64) panicked at tests/integration/test_helper.rs:86:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/examples.rs~examples.de.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/examples.rs~examples.de.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "examples": [ [INFO] [stdout] { [INFO] [stdout] "bar": false, [INFO] [stdout] "baz": null, [INFO] [stdout] "foo": 0 [INFO] [stdout] }, [INFO] [stdout] null [INFO] [stdout] ], [INFO] [stdout] "properties": { [INFO] [stdout] "bar": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "baz": { [INFO] [stdout] "examples": [ [INFO] [stdout] null, [INFO] [stdout] "foo" [INFO] [stdout] ], [INFO] [stdout] "type": [ [INFO] [stdout] "string", [INFO] [stdout] "null" [INFO] [stdout] ] [INFO] [stdout] }, [INFO] [stdout] "foo": { [INFO] [stdout] "examples": [ [INFO] [stdout] 8, [INFO] [stdout] null [INFO] [stdout] ], [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "foo", [INFO] [stdout] "bar" [INFO] [stdout] ], [INFO] [stdout] "title": "Struct", [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a78aa0 - integration::test_helper::TestHelper::assert_snapshot::hf4d0800b03262b40 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:86:13 [INFO] [stdout] 22: 0x562210c23c8c - integration::examples::examples::h31cae46bd31d3fd0 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/examples.rs:15:19 [INFO] [stdout] 23: 0x562210c23d07 - integration::examples::examples::{{closure}}::hd099d533b3c20293 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/examples.rs:14:14 [INFO] [stdout] 24: 0x562210c37556 - core::ops::function::FnOnce::call_once::h3d74357f1a87907d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- extend::extend_externally_tagged_enum stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'extend::extend_externally_tagged_enum' (66) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/extend.rs~extend_externally_tagged_enum.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/extend.rs~extend_externally_tagged_enum.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "foo": "bar", [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "const": "Unit", [INFO] [stdout] "foo": "bar", [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "foo": "bar", [INFO] [stdout] "properties": { [INFO] [stdout] "NewType": true [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "NewType" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "foo": "bar", [INFO] [stdout] "properties": { [INFO] [stdout] "Tuple": { [INFO] [stdout] "maxItems": 2, [INFO] [stdout] "minItems": 2, [INFO] [stdout] "prefixItems": [ [INFO] [stdout] { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "type": "array" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "Tuple" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "additionalProperties": false, [INFO] [stdout] "foo": "bar", [INFO] [stdout] "properties": { [INFO] [stdout] "Struct": { [INFO] [stdout] "properties": { [INFO] [stdout] "b": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "i": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "i", [INFO] [stdout] "b" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "Struct" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "title": "ExternalEnum" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a4e61c - integration::test_helper::TestHelper::assert_snapshot::h4b063027d202ebff [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210bb29fc - integration::extend::extend_externally_tagged_enum::h636ac0424ddd7e2a [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/extend.rs:78:25 [INFO] [stdout] 23: 0x562210bb2a87 - integration::extend::extend_externally_tagged_enum::{{closure}}::h2b335f7e82754e81 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/extend.rs:77:35 [INFO] [stdout] 24: 0x562210c3c0e6 - core::ops::function::FnOnce::call_once::hd9db703f5f4b4ad3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- extend::extend_adjacently_tagged_enum stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'extend::extend_adjacently_tagged_enum' (65) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/extend.rs~extend_adjacently_tagged_enum.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/extend.rs~extend_adjacently_tagged_enum.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "foo": "bar", [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "foo": "bar", [INFO] [stdout] "properties": { [INFO] [stdout] "t": { [INFO] [stdout] "const": "Unit", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "t" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "foo": "bar", [INFO] [stdout] "properties": { [INFO] [stdout] "c": true, [INFO] [stdout] "t": { [INFO] [stdout] "const": "NewType", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "t", [INFO] [stdout] "c" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "foo": "bar", [INFO] [stdout] "properties": { [INFO] [stdout] "c": { [INFO] [stdout] "maxItems": 2, [INFO] [stdout] "minItems": 2, [INFO] [stdout] "prefixItems": [ [INFO] [stdout] { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "type": "array" [INFO] [stdout] }, [INFO] [stdout] "t": { [INFO] [stdout] "const": "Tuple", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "t", [INFO] [stdout] "c" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "foo": "bar", [INFO] [stdout] "properties": { [INFO] [stdout] "c": { [INFO] [stdout] "properties": { [INFO] [stdout] "b": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "i": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "i", [INFO] [stdout] "b" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "t": { [INFO] [stdout] "const": "Struct", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "t", [INFO] [stdout] "c" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "title": "AdjacentEnum" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a7693c - integration::test_helper::TestHelper::assert_snapshot::hedc6cdba64380ef4 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210bb211c - integration::extend::extend_adjacently_tagged_enum::h58d3865095e817f2 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/extend.rs:132:25 [INFO] [stdout] 23: 0x562210bb27e7 - integration::extend::extend_adjacently_tagged_enum::{{closure}}::h60f1538823ac5791 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/extend.rs:131:35 [INFO] [stdout] 24: 0x562210c364b6 - core::ops::function::FnOnce::call_once::h1b6b12a08ead5329 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- extend::extend_internally_tagged_enum stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'extend::extend_internally_tagged_enum' (67) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/extend.rs~extend_internally_tagged_enum.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/extend.rs~extend_internally_tagged_enum.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "foo": "bar", [INFO] [stdout] "oneOf": [ [INFO] [stdout] { [INFO] [stdout] "foo": "bar", [INFO] [stdout] "properties": { [INFO] [stdout] "t": { [INFO] [stdout] "const": "Unit", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "t" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "foo": "bar", [INFO] [stdout] "properties": { [INFO] [stdout] "t": { [INFO] [stdout] "const": "NewType", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "t" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "foo": "bar", [INFO] [stdout] "properties": { [INFO] [stdout] "b": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "i": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] "t": { [INFO] [stdout] "const": "Struct", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "t", [INFO] [stdout] "i", [INFO] [stdout] "b" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "title": "InternalEnum" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a3d27c - integration::test_helper::TestHelper::assert_snapshot::h09541dcd4b6ae437 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210bb32dc - integration::extend::extend_internally_tagged_enum::h223dd4259be0e6d4 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/extend.rs:104:25 [INFO] [stdout] 23: 0x562210bb3367 - integration::extend::extend_internally_tagged_enum::{{closure}}::ha7bc3a18c72e7bba [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/extend.rs:103:35 [INFO] [stdout] 24: 0x562210c392a6 - core::ops::function::FnOnce::call_once::h7fe7b89251a1c844 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- extend::extend_untagged_enum stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'extend::extend_untagged_enum' (70) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/extend.rs~extend_untagged_enum.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/extend.rs~extend_untagged_enum.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "anyOf": [ [INFO] [stdout] { [INFO] [stdout] "foo": "bar", [INFO] [stdout] "type": "null" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "foo": "bar" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "foo": "bar", [INFO] [stdout] "maxItems": 2, [INFO] [stdout] "minItems": 2, [INFO] [stdout] "prefixItems": [ [INFO] [stdout] { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "type": "array" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "foo": "bar", [INFO] [stdout] "properties": { [INFO] [stdout] "b": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "i": { [INFO] [stdout] "format": "int32", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "i", [INFO] [stdout] "b" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "foo": "bar", [INFO] [stdout] "title": "UntaggedEnum" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a7aadc - integration::test_helper::TestHelper::assert_snapshot::hfb0bb87a2d168a6f [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210bb183c - integration::extend::extend_untagged_enum::he1b65ba68428f77d [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/extend.rs:160:25 [INFO] [stdout] 23: 0x562210bb18c7 - integration::extend::extend_untagged_enum::{{closure}}::h451d6cd4fdecf3cf [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/extend.rs:159:26 [INFO] [stdout] 24: 0x562210c36686 - core::ops::function::FnOnce::call_once::h1f607b876d0b2b8c [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- from_into::from stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'from_into::from' (74) panicked at tests/integration/test_helper.rs:86:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/from_into.rs~from.de.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/from_into.rs~from.de.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "format": "int128", [INFO] [stdout] "title": "ClampingI8", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a65cc0 - integration::test_helper::TestHelper::assert_snapshot::haa77d8eec7f859a0 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:86:13 [INFO] [stdout] 22: 0x562210d19cdc - integration::from_into::from::h77713db47de2a95e [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/from_into.rs:63:10 [INFO] [stdout] 23: 0x562210d19d97 - integration::from_into::from::{{closure}}::h47f72073ff0b87ed [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/from_into.rs:61:10 [INFO] [stdout] 24: 0x562210c3b536 - core::ops::function::FnOnce::call_once::hc2b76dc8d129fddb [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- from_into::into_and_try_from stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'from_into::into_and_try_from' (75) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/from_into.rs~into_and_try_from.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/from_into.rs~into_and_try_from.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "pattern": "^[0-9a-f]{16}:[0-9a-f]{16}:[0-9a-f]{4}$", [INFO] [stdout] "title": "EventSequenceNumber", [INFO] [stdout] "type": "string" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a70d5c - integration::test_helper::TestHelper::assert_snapshot::hd31571fc12e9561d [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210d194bc - integration::from_into::into_and_try_from::h56fee8e08b967cce [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/from_into.rs:39:10 [INFO] [stdout] 23: 0x562210d19577 - integration::from_into::into_and_try_from::{{closure}}::hf56a542ce8f9099b [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/from_into.rs:37:23 [INFO] [stdout] 24: 0x562210c38dc6 - core::ops::function::FnOnce::call_once::h7709a4d238411f23 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- from_value::custom_struct stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'from_value::custom_struct' (76) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/from_value.rs~custom_struct.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/from_value.rs~custom_struct.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "examples": [ [INFO] [stdout] { [INFO] [stdout] "myBool": true, [INFO] [stdout] "myInnerStruct": { [INFO] [stdout] "my_empty_map": {}, [INFO] [stdout] "my_empty_vec": [], [INFO] [stdout] "my_map": { [INFO] [stdout] "k": 1.23 [INFO] [stdout] }, [INFO] [stdout] "my_tuple": [ [INFO] [stdout] "💩", [INFO] [stdout] 42 [INFO] [stdout] ], [INFO] [stdout] "my_vec": [ [INFO] [stdout] 1.0, [INFO] [stdout] 2.0, [INFO] [stdout] 3.0 [INFO] [stdout] ] [INFO] [stdout] }, [INFO] [stdout] "myInt": 123, [INFO] [stdout] "myNullableEnum": null [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "properties": { [INFO] [stdout] "myBool": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "myInnerStruct": { [INFO] [stdout] "properties": { [INFO] [stdout] "my_empty_map": { [INFO] [stdout] "additionalProperties": true, [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "my_empty_vec": { [INFO] [stdout] "items": true, [INFO] [stdout] "type": "array" [INFO] [stdout] }, [INFO] [stdout] "my_map": { [INFO] [stdout] "additionalProperties": { [INFO] [stdout] "type": "number" [INFO] [stdout] }, [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "my_tuple": { [INFO] [stdout] "maxItems": 2, [INFO] [stdout] "minItems": 2, [INFO] [stdout] "prefixItems": [ [INFO] [stdout] { [INFO] [stdout] "maxLength": 1, [INFO] [stdout] "minLength": 1, [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "type": "array" [INFO] [stdout] }, [INFO] [stdout] "my_vec": { [INFO] [stdout] "items": { [INFO] [stdout] "type": "number" [INFO] [stdout] }, [INFO] [stdout] "type": "array" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "myInt": { [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] "myNullableEnum": true [INFO] [stdout] }, [INFO] [stdout] "title": "MyStruct", [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a47d1c - integration::test_helper::TestHelper::assert_snapshot::h306d07f3d1afab42 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210c13354 - integration::from_value::custom_struct::hfcabb9c367773d41 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/from_value.rs:55:10 [INFO] [stdout] 23: 0x562210c134b7 - integration::from_value::custom_struct::{{closure}}::h23e9c30d528a80fa [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/from_value.rs:51:19 [INFO] [stdout] 24: 0x562210c3ba76 - core::ops::function::FnOnce::call_once::hcd4aca593281d2d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- from_value::custom_struct_openapi3 stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'from_value::custom_struct_openapi3' (77) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/from_value.rs~custom_struct_openapi3.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/from_value.rs~custom_struct_openapi3.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://spec.openapis.org/oas/3.0/schema/2024-10-18#/definitions/Schema", [INFO] [stdout] "example": { [INFO] [stdout] "myBool": true, [INFO] [stdout] "myInnerStruct": { [INFO] [stdout] "my_empty_map": {}, [INFO] [stdout] "my_empty_vec": [], [INFO] [stdout] "my_map": { [INFO] [stdout] "k": 1.23 [INFO] [stdout] }, [INFO] [stdout] "my_tuple": [ [INFO] [stdout] "💩", [INFO] [stdout] 42 [INFO] [stdout] ], [INFO] [stdout] "my_vec": [ [INFO] [stdout] 1.0, [INFO] [stdout] 2.0, [INFO] [stdout] 3.0 [INFO] [stdout] ] [INFO] [stdout] }, [INFO] [stdout] "myInt": 123, [INFO] [stdout] "myNullableEnum": null [INFO] [stdout] }, [INFO] [stdout] "properties": { [INFO] [stdout] "myBool": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "myInnerStruct": { [INFO] [stdout] "properties": { [INFO] [stdout] "my_empty_map": { [INFO] [stdout] "additionalProperties": true, [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "my_empty_vec": { [INFO] [stdout] "items": {}, [INFO] [stdout] "type": "array" [INFO] [stdout] }, [INFO] [stdout] "my_map": { [INFO] [stdout] "additionalProperties": { [INFO] [stdout] "type": "number" [INFO] [stdout] }, [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "my_tuple": { [INFO] [stdout] "items": [ [INFO] [stdout] { [INFO] [stdout] "maxLength": 1, [INFO] [stdout] "minLength": 1, [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "maxItems": 2, [INFO] [stdout] "minItems": 2, [INFO] [stdout] "type": "array" [INFO] [stdout] }, [INFO] [stdout] "my_vec": { [INFO] [stdout] "items": { [INFO] [stdout] "type": "number" [INFO] [stdout] }, [INFO] [stdout] "type": "array" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "myInt": { [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] "myNullableEnum": {} [INFO] [stdout] }, [INFO] [stdout] "title": "MyStruct", [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a47d1c - integration::test_helper::TestHelper::assert_snapshot::h306d07f3d1afab42 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210c157a7 - integration::from_value::custom_struct_openapi3::h14ed8e3bd8d029f7 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/from_value.rs:63:61 [INFO] [stdout] 23: 0x562210c15c07 - integration::from_value::custom_struct_openapi3::{{closure}}::h9395187408263e2d [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/from_value.rs:60:28 [INFO] [stdout] 24: 0x562210c36ed6 - core::ops::function::FnOnce::call_once::h30076ba08454c175 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- from_value::json_value stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'from_value::json_value' (78) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/from_value.rs~json_value.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/from_value.rs~json_value.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "examples": [ [INFO] [stdout] { [INFO] [stdout] "bool": true, [INFO] [stdout] "null": null, [INFO] [stdout] "object": { [INFO] [stdout] "mixed": [ [INFO] [stdout] 1, [INFO] [stdout] true [INFO] [stdout] ], [INFO] [stdout] "strings": [ [INFO] [stdout] "foo", [INFO] [stdout] "bar" [INFO] [stdout] ] [INFO] [stdout] }, [INFO] [stdout] "zero": 0, [INFO] [stdout] "zeroPointZero": 0.0 [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "properties": { [INFO] [stdout] "bool": { [INFO] [stdout] "type": "boolean" [INFO] [stdout] }, [INFO] [stdout] "null": true, [INFO] [stdout] "object": { [INFO] [stdout] "properties": { [INFO] [stdout] "mixed": { [INFO] [stdout] "items": { [INFO] [stdout] "anyOf": [ [INFO] [stdout] { [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] ] [INFO] [stdout] }, [INFO] [stdout] "type": "array" [INFO] [stdout] }, [INFO] [stdout] "strings": { [INFO] [stdout] "items": { [INFO] [stdout] "type": "string" [INFO] [stdout] }, [INFO] [stdout] "type": "array" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "type": "object" [INFO] [stdout] }, [INFO] [stdout] "zero": { [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] "zeroPointZero": { [INFO] [stdout] "type": "number" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a75c1c - integration::test_helper::TestHelper::assert_snapshot::he87b07f94d98d1ae [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210c12b20 - integration::from_value::json_value::hc134196aa878f961 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/from_value.rs:86:10 [INFO] [stdout] 23: 0x562210c12cb7 - integration::from_value::json_value::{{closure}}::he3bf931d484b0695 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/from_value.rs:73:16 [INFO] [stdout] 24: 0x562210c3abb6 - core::ops::function::FnOnce::call_once::hadf29f3df8c862b6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- garde::garde_attrs_newtype stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'garde::garde_attrs_newtype' (80) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/garde.rs~garde_attrs_newtype.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/garde.rs~garde_attrs_newtype.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "format": "uint8", [INFO] [stdout] "maximum": 10, [INFO] [stdout] "minimum": 0, [INFO] [stdout] "title": "GardeAttrNewType", [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a4489c - integration::test_helper::TestHelper::assert_snapshot::h2774df97d5b7b924 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210d4c199 - integration::garde::garde_attrs_newtype::had289de091653e2c [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/garde.rs:156:10 [INFO] [stdout] 23: 0x562210d4c277 - integration::garde::garde_attrs_newtype::{{closure}}::hc7a1bc6ce3a9a47f [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/garde.rs:153:25 [INFO] [stdout] 24: 0x562210c3c586 - core::ops::function::FnOnce::call_once::he0af661bce77f95e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- garde::garde_attrs_tuple stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'garde::garde_attrs_tuple' (81) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/garde.rs~garde_attrs_tuple.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/garde.rs~garde_attrs_tuple.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "maxItems": 2, [INFO] [stdout] "minItems": 2, [INFO] [stdout] "prefixItems": [ [INFO] [stdout] { [INFO] [stdout] "format": "uint8", [INFO] [stdout] "maximum": 10, [INFO] [stdout] "minimum": 0, [INFO] [stdout] "type": "integer" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "type": "boolean" [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "title": "GardeAttrTuple", [INFO] [stdout] "type": "array" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a613fc - integration::test_helper::TestHelper::assert_snapshot::h98e903919ec09fa4 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210d4bdd9 - integration::garde::garde_attrs_tuple::h68999e009bf138cd [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/garde.rs:143:10 [INFO] [stdout] 23: 0x562210d4bed7 - integration::garde::garde_attrs_tuple::{{closure}}::h02922d6c02f5f4f6 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/garde.rs:140:23 [INFO] [stdout] 24: 0x562210c398e6 - core::ops::function::FnOnce::call_once::h8ad744505eb64c39 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- extend::extend_tuple_struct stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'extend::extend_tuple_struct' (69) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/extend.rs~extend_tuple_struct.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/extend.rs~extend_tuple_struct.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "3": 3.0, [INFO] [stdout] "maxItems": 2, [INFO] [stdout] "minItems": 2, [INFO] [stdout] "obj": { [INFO] [stdout] "array": [ [INFO] [stdout] null, [INFO] [stdout] null [INFO] [stdout] ] [INFO] [stdout] }, [INFO] [stdout] "pi": 3.14, [INFO] [stdout] "prefixItems": [ [INFO] [stdout] { [INFO] [stdout] "foo": "bar" [INFO] [stdout] }, [INFO] [stdout] { [INFO] [stdout] "format": "uint", [INFO] [stdout] "minimum": 0, [INFO] [stdout] "type": [ [INFO] [stdout] "number", [INFO] [stdout] "string" [INFO] [stdout] ] [INFO] [stdout] } [INFO] [stdout] ], [INFO] [stdout] "title": "TupleStruct", [INFO] [stdout] "type": "array" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a3b83c - integration::test_helper::TestHelper::assert_snapshot::h044685f521963e6a [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210ba2e1c - integration::extend::extend_tuple_struct::h6db169fcc616c18e [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/extend.rs:47:24 [INFO] [stdout] 23: 0x562210ba3fc7 - integration::extend::extend_tuple_struct::{{closure}}::h9a1822a2e1c8b9e8 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/extend.rs:46:25 [INFO] [stdout] 24: 0x562210c3c7f6 - core::ops::function::FnOnce::call_once::he41ec42ddefe5406 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x562210e72ada - std::panicking::catch_unwind::do_call::hd2548748db0aa717 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x562210e72ada - std::panicking::catch_unwind::hf7d8620d84df48e2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x562210e72ada - std::panic::catch_unwind::hdde75b8543fcb96b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::h991e7d03b432cf3f [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x562210e72ada - core::ops::function::FnOnce::call_once{{vtable.shim}}::hebddb40255441657 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x562211601c8f - as core::ops::function::FnOnce>::call_once::h55e8930dc7db99a5 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1973:9 [INFO] [stdout] 44: 0x562211601c8f - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7edcf495caa4 - [INFO] [stdout] 46: 0x7edcf49e9a34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- inline_subschemas::struct_normal stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'inline_subschemas::struct_normal' (83) panicked at tests/integration/test_helper.rs:79:13: [INFO] [stdout] tests/integration/snapshots/tests/integration/inline_subschemas.rs~struct_normal.json (expected): [INFO] [stdout] Failed to read tests/integration/snapshots/tests/integration/inline_subschemas.rs~struct_normal.json: No such file or directory (os error 2) [INFO] [stdout]  [INFO] [stdout] In-memory (actual): [INFO] [stdout] { [INFO] [stdout] "$schema": "https://json-schema.org/draft/2020-12/schema", [INFO] [stdout] "properties": { [INFO] [stdout] "spec": { [INFO] [stdout] "properties": { [INFO] [stdout] "replicas": { [INFO] [stdout] "format": "uint32", [INFO] [stdout] "minimum": 0, [INFO] [stdout] "type": "integer" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "replicas" [INFO] [stdout] ], [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] }, [INFO] [stdout] "required": [ [INFO] [stdout] "spec" [INFO] [stdout] ], [INFO] [stdout] "title": "MyJob", [INFO] [stdout] "type": "object" [INFO] [stdout] } [INFO] [stdout] [INFO] [stdout] Update with SNAPSHOTS=overwrite [INFO] [stdout] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56221162e7d2 - std::backtrace_rs::backtrace::libunwind::trace::h22a6a535a50603c6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56221162e7d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h2503a4f30dbfbaa2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56221162e7d2 - std::sys::backtrace::_print_fmt::hec54e31f36456895 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x56221162e7d2 - ::fmt::hb1988e8b50fa5f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x56221164185f - core::fmt::rt::Argument::fmt::h3118a66e1a57a586 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x56221164185f - core::fmt::write::hcd056e06a609f600 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5622115fa481 - std::io::default_write_fmt::hdabc5d6505cb374b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5622115fa481 - std::io::Write::write_fmt::h18c82179fdc1f9d2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x562211606a12 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x56221160b84f - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x56221160b6e1 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x562210e82f1e - as core::ops::function::Fn>::call::h1697e4d80f236ef6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 12: 0x562210e82f1e - test::test_main_with_exit_callback::{{closure}}::h8f63929ca9fd483b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56221160bf0f - as core::ops::function::Fn>::call::hba67e0dc3e3fc548 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/alloc/src/boxed.rs:1987:9 [INFO] [stdout] 14: 0x56221160bf0f - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x56221160bd6a - std::panicking::panic_handler::{{closure}}::hd79d22e8a1d3b951 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x562211606b59 - std::sys::backtrace::__rust_end_short_backtrace::h83414d1ec69cf3a6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5622115eda3d - __rustc[b78aa6c7b08e5dc4]::rust_begin_unwind [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x56221164b4c0 - core::panicking::panic_fmt::h326b75cf8ee01b13 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panicking.rs:78:14 [INFO] [stdout] 19: 0x562210f1c93b - snapbox::assert::error::Error::panic::h6effb41d0606f0a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/error.rs:23:9 [INFO] [stdout] 20: 0x562210c85a2d - snapbox::assert::Assert::eq::h4e3cd4fba2bfda46 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/snapbox-0.6.21/src/assert/mod.rs:80:17 [INFO] [stdout] 21: 0x562210a5f9bc - integration::test_helper::TestHelper::assert_snapshot::h9614f2c18bcca25e [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/test_helper.rs:79:13 [INFO] [stdout] 22: 0x562210c16e36 - integration::inline_subschemas::struct_normal::h93f3b6ebd1947993 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/inline_subschemas.rs:18:10 [INFO] [stdout] 23: 0x562210c16ef7 - integration::inline_subschemas::struct_normal::{{closure}}::ha1dbd58284b82c59 [INFO] [stdout] at /opt/rustwide/workdir/tests/integration/inline_subschemas.rs:15:19 [INFO] [stdout] 24: 0x562210c398a6 - core::ops::function::FnOnce::call_once::h8abd6f6b3f1ed65b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x562210e82cfb - core::ops::function::FnOnce::call_once::he420dad47d9aac14 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x562210e82cfb - test::__rust_begin_short_backtrace::h51976f55c263f7c2 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x562210e98925 - test::run_test_in_process::{{closure}}::h6aa4339396d33320 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x562210e98925 - as core::ops::function::FnOnce<()>>::call_once::h5bd0ba3863a53529 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x562210e98925 - std::panicking::catch_unwind::do_call::h5c710722c40c5839 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x562210e98925 - std::panicking::catch_unwind::hf41b5be070ce0f19 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x562210e98925 - std::panic::catch_unwind::h4559aa103e6f16d6 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x562210e98925 - test::run_test_in_process::he6fd763a772ff213 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x562210e98925 - test::run_test::{{closure}}::he46f5435849feb5b [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x562210e6f134 - test::run_test::{{closure}}::h12a66289c31b502a [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x562210e6f134 - std::sys::backtrace::__rust_begin_short_backtrace::h614a7925ed7b2f5e [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x562210e72ada - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hbc654088c5dbff36 [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x562210e72ada - as core::ops::function::FnOnce<()>>::call_once::h3f631d2ca531b61d [INFO] [stdout] at /rustc/2440211fe03bc45c89b6dc1a3df18382ce91e32b/library/core/src/panic/unwind_safe.rs:274:9 [WARN] too many lines in the log, truncating it