[INFO] cloning repository https://github.com/rust-lang/crates_io_og_image
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rust-lang/crates_io_og_image" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frust-lang%2Fcrates_io_og_image", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frust-lang%2Fcrates_io_og_image'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 65b0a2ec960af7c03864482fb5ab756148140d80
[INFO] testing rust-lang/crates_io_og_image against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frust-lang%2Fcrates_io_og_image" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/rust-lang/crates_io_og_image
[INFO] finished tweaking git repo https://github.com/rust-lang/crates_io_og_image
[INFO] tweaked toml for git repo https://github.com/rust-lang/crates_io_og_image written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rust-lang/crates_io_og_image on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rust-lang/crates_io_og_image 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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a96bae010bdf9bc954629f0f1067d5a01b485a9f8ec683bd44e606386599d641
[INFO] running `Command { std: "docker" "start" "-a" "a96bae010bdf9bc954629f0f1067d5a01b485a9f8ec683bd44e606386599d641", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a96bae010bdf9bc954629f0f1067d5a01b485a9f8ec683bd44e606386599d641", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a96bae010bdf9bc954629f0f1067d5a01b485a9f8ec683bd44e606386599d641", kill_on_drop: false }`
[INFO] [stdout] a96bae010bdf9bc954629f0f1067d5a01b485a9f8ec683bd44e606386599d641
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 792d5cc034a09a5dd9fd3c5c9318e50e3e6723aadba4d5f7f68fcfc34650689b
[INFO] running `Command { std: "docker" "start" "-a" "792d5cc034a09a5dd9fd3c5c9318e50e3e6723aadba4d5f7f68fcfc34650689b", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.20
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling openssl v0.10.74
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling cc v1.2.43
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling openssl-sys v0.9.110
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling h2 v0.4.12
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling hyper-util v0.1.17
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.24
[INFO] [stderr]    Compiling crates_io_og_image v0.2.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
[INFO] running `Command { std: "docker" "inspect" "792d5cc034a09a5dd9fd3c5c9318e50e3e6723aadba4d5f7f68fcfc34650689b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "792d5cc034a09a5dd9fd3c5c9318e50e3e6723aadba4d5f7f68fcfc34650689b", kill_on_drop: false }`
[INFO] [stdout] 792d5cc034a09a5dd9fd3c5c9318e50e3e6723aadba4d5f7f68fcfc34650689b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a2c3c1d4edb2d84e83620433153f9a3e6d45695620b8609f01952980e07ebb6d
[INFO] running `Command { std: "docker" "start" "-a" "a2c3c1d4edb2d84e83620433153f9a3e6d45695620b8609f01952980e07ebb6d", kill_on_drop: false }`
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling colored v3.0.0
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling insta v1.43.2
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling h2 v0.4.12
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling hyper-util v0.1.17
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling mockito v1.7.0
[INFO] [stderr]    Compiling reqwest v0.12.24
[INFO] [stderr]    Compiling crates_io_og_image v0.2.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 59.74s
[INFO] running `Command { std: "docker" "inspect" "a2c3c1d4edb2d84e83620433153f9a3e6d45695620b8609f01952980e07ebb6d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a2c3c1d4edb2d84e83620433153f9a3e6d45695620b8609f01952980e07ebb6d", kill_on_drop: false }`
[INFO] [stdout] a2c3c1d4edb2d84e83620433153f9a3e6d45695620b8609f01952980e07ebb6d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 97dce71d308a1a76ef75b624bfe07ef78368b4a6b863157e674ddefa9c8be5fc
[INFO] running `Command { std: "docker" "start" "-a" "97dce71d308a1a76ef75b624bfe07ef78368b4a6b863157e674ddefa9c8be5fc", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/crates_io_og_image-de53b2b126c6b91a)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test formatting::tests::test_format_bytes ... ok
[INFO] [stdout] test formatting::tests::test_format_number ... ok
[INFO] [stdout] test tests::test_generate_og_image_minimal_snapshot ... FAILED
[INFO] [stdout] test tests::test_generate_og_image_unicode_truncation ... FAILED
[INFO] [stdout] test tests::test_generate_og_image_whitespace_handling ... FAILED
[INFO] [stdout] test tests::test_generate_og_image_snapshot ... FAILED
[INFO] [stdout] test tests::test_generate_og_image_escaping_snapshot ... FAILED
[INFO] [stdout] test tests::test_generate_og_image_overflow_snapshot ... FAILED
[INFO] [stdout] test tests::test_generate_og_image_with_404_avatar ... FAILED
[INFO] [stdout] test tests::test_generate_og_image_asian_text_description ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_generate_og_image_minimal_snapshot stdout ----
[INFO] [stdout] [2m2026-03-10T17:29:11.952156Z[0m [34mDEBUG[0m [1mfrom_environment[0m: [2mcrates_io_og_image[0m[2m:[0m Using default Typst binary path (assumes 'typst' in PATH)
[INFO] [stdout] [2m2026-03-10T17:29:11.952184Z[0m [34mDEBUG[0m [1mfrom_environment[0m: [2mcrates_io_og_image[0m[2m:[0m No custom font path specified, using Typst default font discovery
[INFO] [stdout] [2m2026-03-10T17:29:11.952201Z[0m [34mDEBUG[0m [1mfrom_environment[0m: [2mcrates_io_og_image[0m[2m:[0m OXIPNG_PATH not set, defaulting to 'oxipng' in PATH
[INFO] [stdout] [2m2026-03-10T17:29:11.952250Z[0m [32m INFO[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Starting OpenGraph image generation [2m[3mcrate.name[0m[2m=[0mminimal-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.954477Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Created temporary directory [3mtemp_dir[0m[2m=[0m/tmp/.tmpxC08ZP [2m[3mcrate.name[0m[2m=[0mminimal-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.954513Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Creating assets directory [3massets_dir[0m[2m=[0m/tmp/.tmpxC08ZP/assets [2m[3mcrate.name[0m[2m=[0mminimal-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.957009Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Copying bundled assets to temporary directory [2m[3mcrate.name[0m[2m=[0mminimal-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.962727Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Copying SVG icon assets [2m[3mcrate.name[0m[2m=[0mminimal-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.963924Z[0m [32m INFO[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Processing avatars [2m[3mcrate.name[0m[2m=[0mminimal-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.607058Z[0m [32m INFO[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Avatar processing completed [3mavatar_count[0m[2m=[0m0 [3mduration_ms[0m[2m=[0m643 [2m[3mcrate.name[0m[2m=[0mminimal-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.607120Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Copying Typst template [3mtemplate_path[0m[2m=[0m/tmp/.tmpxC08ZP/og-image.typ [2m[3mcrate.name[0m[2m=[0mminimal-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.623338Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Created output file [3moutput_path[0m[2m=[0m/tmp/.tmp4rG0D9 [2m[3mcrate.name[0m[2m=[0mminimal-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.623404Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Serializing data and avatar map to JSON [2m[3mcrate.name[0m[2m=[0mminimal-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.623477Z[0m [32m INFO[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Running Typst compilation command [2m[3mcrate.name[0m[2m=[0mminimal-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.623509Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Using only system fonts [2m[3mcrate.name[0m[2m=[0mminimal-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_generate_og_image_minimal_snapshot' (20) panicked at src/lib.rs:760:14:
[INFO] [stdout] Failed to generate image: TypstNotFound(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x594c92d205fa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x594c92d205fa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x594c92d205fa - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x594c92d205fa - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x594c92d39e5a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x594c92d39e5a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x594c92d25a02 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x594c92d25a02 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x594c92cfb5bf - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x594c92cfb5bf - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x594c92d172d9 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x594c923f311c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x594c923f311c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x594c92d17552 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x594c92d17552 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x594c92cfb678 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x594c92cf2b49 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x594c92cfc5ed - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x594c92d3a7ec - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x594c92d3a532 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x594c92308369 - core::result::Result<T,E>::expect::h4a218649f4bd6877
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x594c922eb12d - crates_io_og_image::tests::generate_image::{{closure}}::hb4ebb146180b7803
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:760:14
[INFO] [stdout]   22:     0x594c922ee41c - crates_io_og_image::tests::test_generate_og_image_minimal_snapshot::{{closure}}::h4ddff48c8afdb1d1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:795:56
[INFO] [stdout]   23:     0x594c922e9672 - <core::pin::Pin<P> as core::future::future::Future>::poll::hc325fd849aa02dbb
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x594c922e95ad - <core::pin::Pin<P> as core::future::future::Future>::poll::h7ddd6b0fc3746c59
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x594c922e0f6d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hd6a8b3b4f580edff
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   26:     0x594c922e0e5b - tokio::task::coop::with_budget::h4424f727398718ae
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   27:     0x594c922e0e5b - tokio::task::coop::budget::h8c9389f766ec8866
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   28:     0x594c922e0e5b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h86fa8f07a69613f5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   29:     0x594c922de5a0 - tokio::runtime::scheduler::current_thread::Context::enter::hb5e3af3689c91e0b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   30:     0x594c922df8ed - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h41c5777404df57d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   31:     0x594c922df574 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h12e41389c524480f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   32:     0x594c922c73bb - tokio::runtime::context::scoped::Scoped<T>::set::h446f86ec2e4b594b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x594c92303ca9 - tokio::runtime::context::set_scheduler::{{closure}}::hae2ed05b6531db0f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:38
[INFO] [stdout]   34:     0x594c922fb252 - std::thread::local::LocalKey<T>::try_with::h781e32b762ef699d
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   35:     0x594c922fa50e - std::thread::local::LocalKey<T>::with::h1d61551748f7ffb8
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   36:     0x594c92303c1d - tokio::runtime::context::set_scheduler::hcfa8953a74936799
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:17
[INFO] [stdout]   37:     0x594c922df300 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hff40511d8ff4a9ea
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   38:     0x594c922df5b6 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h78224e5bce9480ff
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   39:     0x594c922dd530 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h4484d7782fdc46c3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   40:     0x594c92303f83 - tokio::runtime::context::runtime::enter_runtime::h123b8c689af15cf1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x594c922dd241 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h87710edf54dbc4e8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   42:     0x594c922e7574 - tokio::runtime::runtime::Runtime::block_on_inner::hdf4deabe79c2a92a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   43:     0x594c922e773f - tokio::runtime::runtime::Runtime::block_on::hfe8f3bfb52267a21
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   44:     0x594c922ee116 - crates_io_og_image::tests::test_generate_og_image_minimal_snapshot::h651d8523b8ef17f6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:795:62
[INFO] [stdout]   45:     0x594c922ee957 - crates_io_og_image::tests::test_generate_og_image_minimal_snapshot::{{closure}}::hbca25c3620e7c65b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:791:55
[INFO] [stdout]   46:     0x594c922bb9d6 - core::ops::function::FnOnce::call_once::had25fa9af1f31864
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x594c923e71fb - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x594c923e71fb - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   49:     0x594c923f3beb - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   50:     0x594c923f3beb - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   51:     0x594c923f3beb - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   52:     0x594c923f3beb - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x594c923f3beb - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x594c923f3beb - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   55:     0x594c923f3beb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   56:     0x594c923ef304 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   57:     0x594c923ef304 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   58:     0x594c923f67f2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   59:     0x594c923f67f2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   60:     0x594c923f67f2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x594c923f67f2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x594c923f67f2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x594c923f67f2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   64:     0x594c923f67f2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x594c92d1f6af - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   66:     0x594c92d1f6af - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   67:     0x750612d58aa4 - <unknown>
[INFO] [stdout]   68:     0x750612de5a64 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_generate_og_image_unicode_truncation stdout ----
[INFO] [stdout] [2m2026-03-10T17:29:11.954090Z[0m [34mDEBUG[0m [1mfrom_environment[0m: [2mcrates_io_og_image[0m[2m:[0m Using default Typst binary path (assumes 'typst' in PATH)
[INFO] [stdout] [2m2026-03-10T17:29:11.954117Z[0m [34mDEBUG[0m [1mfrom_environment[0m: [2mcrates_io_og_image[0m[2m:[0m No custom font path specified, using Typst default font discovery
[INFO] [stdout] [2m2026-03-10T17:29:11.954137Z[0m [34mDEBUG[0m [1mfrom_environment[0m: [2mcrates_io_og_image[0m[2m:[0m OXIPNG_PATH not set, defaulting to 'oxipng' in PATH
[INFO] [stdout] [2m2026-03-10T17:29:11.954187Z[0m [32m INFO[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Starting OpenGraph image generation [2m[3mcrate.name[0m[2m=[0madder-codec-rs [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.954332Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Created temporary directory [3mtemp_dir[0m[2m=[0m/tmp/.tmpFZbz93 [2m[3mcrate.name[0m[2m=[0madder-codec-rs [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.954368Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Creating assets directory [3massets_dir[0m[2m=[0m/tmp/.tmpFZbz93/assets [2m[3mcrate.name[0m[2m=[0madder-codec-rs [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.954751Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Copying bundled assets to temporary directory [2m[3mcrate.name[0m[2m=[0madder-codec-rs [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.955404Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Copying SVG icon assets [2m[3mcrate.name[0m[2m=[0madder-codec-rs [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.957744Z[0m [32m INFO[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Processing avatars [2m[3mcrate.name[0m[2m=[0madder-codec-rs [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.689365Z[0m [32m INFO[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Avatar processing completed [3mavatar_count[0m[2m=[0m0 [3mduration_ms[0m[2m=[0m731 [2m[3mcrate.name[0m[2m=[0madder-codec-rs [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.689423Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Copying Typst template [3mtemplate_path[0m[2m=[0m/tmp/.tmpFZbz93/og-image.typ [2m[3mcrate.name[0m[2m=[0madder-codec-rs [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.719121Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Created output file [3moutput_path[0m[2m=[0m/tmp/.tmp8U8fm2 [2m[3mcrate.name[0m[2m=[0madder-codec-rs [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.719202Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Serializing data and avatar map to JSON [2m[3mcrate.name[0m[2m=[0madder-codec-rs [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.719299Z[0m [32m INFO[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Running Typst compilation command [2m[3mcrate.name[0m[2m=[0madder-codec-rs [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.719329Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Using only system fonts [2m[3mcrate.name[0m[2m=[0madder-codec-rs [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_generate_og_image_unicode_truncation' (23) panicked at src/lib.rs:760:14:
[INFO] [stdout] Failed to generate image: TypstNotFound(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x594c92d205fa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x594c92d205fa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x594c92d205fa - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x594c92d205fa - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x594c92d39e5a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x594c92d39e5a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x594c92d25a02 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x594c92d25a02 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x594c92cfb5bf - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x594c92cfb5bf - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x594c92d172d9 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x594c923f311c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x594c923f311c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x594c92d17552 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x594c92d17552 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x594c92cfb678 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x594c92cf2b49 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x594c92cfc5ed - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x594c92d3a7ec - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x594c92d3a532 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x594c92308369 - core::result::Result<T,E>::expect::h4a218649f4bd6877
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x594c922eb12d - crates_io_og_image::tests::generate_image::{{closure}}::hb4ebb146180b7803
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:760:14
[INFO] [stdout]   22:     0x594c922f0821 - crates_io_og_image::tests::test_generate_og_image_unicode_truncation::{{closure}}::hb0894b353591474b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:867:56
[INFO] [stdout]   23:     0x594c922e9672 - <core::pin::Pin<P> as core::future::future::Future>::poll::hc325fd849aa02dbb
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x594c922e95ad - <core::pin::Pin<P> as core::future::future::Future>::poll::h7ddd6b0fc3746c59
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x594c922e0f6d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hd6a8b3b4f580edff
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   26:     0x594c922e0e5b - tokio::task::coop::with_budget::h4424f727398718ae
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   27:     0x594c922e0e5b - tokio::task::coop::budget::h8c9389f766ec8866
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   28:     0x594c922e0e5b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h86fa8f07a69613f5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   29:     0x594c922de5a0 - tokio::runtime::scheduler::current_thread::Context::enter::hb5e3af3689c91e0b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   30:     0x594c922df8ed - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h41c5777404df57d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   31:     0x594c922df574 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h12e41389c524480f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   32:     0x594c922c73bb - tokio::runtime::context::scoped::Scoped<T>::set::h446f86ec2e4b594b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x594c92303ca9 - tokio::runtime::context::set_scheduler::{{closure}}::hae2ed05b6531db0f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:38
[INFO] [stdout]   34:     0x594c922fb252 - std::thread::local::LocalKey<T>::try_with::h781e32b762ef699d
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   35:     0x594c922fa50e - std::thread::local::LocalKey<T>::with::h1d61551748f7ffb8
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   36:     0x594c92303c1d - tokio::runtime::context::set_scheduler::hcfa8953a74936799
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:17
[INFO] [stdout]   37:     0x594c922df300 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hff40511d8ff4a9ea
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   38:     0x594c922df5b6 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h78224e5bce9480ff
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   39:     0x594c922dd530 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h4484d7782fdc46c3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   40:     0x594c92303f83 - tokio::runtime::context::runtime::enter_runtime::h123b8c689af15cf1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x594c922dd241 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h87710edf54dbc4e8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   42:     0x594c922e7574 - tokio::runtime::runtime::Runtime::block_on_inner::hdf4deabe79c2a92a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   43:     0x594c922e773f - tokio::runtime::runtime::Runtime::block_on::hfe8f3bfb52267a21
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   44:     0x594c922f0426 - crates_io_og_image::tests::test_generate_og_image_unicode_truncation::h3beca90881aae358
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:867:62
[INFO] [stdout]   45:     0x594c922f0507 - crates_io_og_image::tests::test_generate_og_image_unicode_truncation::{{closure}}::h82647e72c592a1e6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:845:57
[INFO] [stdout]   46:     0x594c922bbc86 - core::ops::function::FnOnce::call_once::hf25784f5a02e3e55
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x594c923e71fb - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x594c923e71fb - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   49:     0x594c923f3beb - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   50:     0x594c923f3beb - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   51:     0x594c923f3beb - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   52:     0x594c923f3beb - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x594c923f3beb - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x594c923f3beb - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   55:     0x594c923f3beb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   56:     0x594c923ef304 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   57:     0x594c923ef304 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   58:     0x594c923f67f2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   59:     0x594c923f67f2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   60:     0x594c923f67f2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x594c923f67f2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x594c923f67f2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x594c923f67f2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   64:     0x594c923f67f2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x594c92d1f6af - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   66:     0x594c92d1f6af - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   67:     0x750612d58aa4 - <unknown>
[INFO] [stdout]   68:     0x750612de5a64 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_generate_og_image_whitespace_handling stdout ----
[INFO] [stdout] [2m2026-03-10T17:29:11.954046Z[0m [34mDEBUG[0m [1mfrom_environment[0m: [2mcrates_io_og_image[0m[2m:[0m Using default Typst binary path (assumes 'typst' in PATH)
[INFO] [stdout] [2m2026-03-10T17:29:11.954075Z[0m [34mDEBUG[0m [1mfrom_environment[0m: [2mcrates_io_og_image[0m[2m:[0m No custom font path specified, using Typst default font discovery
[INFO] [stdout] [2m2026-03-10T17:29:11.954093Z[0m [34mDEBUG[0m [1mfrom_environment[0m: [2mcrates_io_og_image[0m[2m:[0m OXIPNG_PATH not set, defaulting to 'oxipng' in PATH
[INFO] [stdout] [2m2026-03-10T17:29:11.954149Z[0m [32m INFO[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Starting OpenGraph image generation [2m[3mcrate.name[0m[2m=[0mwhitespace-test-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.954270Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Created temporary directory [3mtemp_dir[0m[2m=[0m/tmp/.tmpP8dVoZ [2m[3mcrate.name[0m[2m=[0mwhitespace-test-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.954299Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Creating assets directory [3massets_dir[0m[2m=[0m/tmp/.tmpP8dVoZ/assets [2m[3mcrate.name[0m[2m=[0mwhitespace-test-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.957072Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Copying bundled assets to temporary directory [2m[3mcrate.name[0m[2m=[0mwhitespace-test-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.962440Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Copying SVG icon assets [2m[3mcrate.name[0m[2m=[0mwhitespace-test-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.963566Z[0m [32m INFO[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Processing avatars [2m[3mcrate.name[0m[2m=[0mwhitespace-test-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.734006Z[0m [32m INFO[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Avatar processing completed [3mavatar_count[0m[2m=[0m0 [3mduration_ms[0m[2m=[0m770 [2m[3mcrate.name[0m[2m=[0mwhitespace-test-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.734053Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Copying Typst template [3mtemplate_path[0m[2m=[0m/tmp/.tmpP8dVoZ/og-image.typ [2m[3mcrate.name[0m[2m=[0mwhitespace-test-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.739890Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Created output file [3moutput_path[0m[2m=[0m/tmp/.tmpw84NZJ [2m[3mcrate.name[0m[2m=[0mwhitespace-test-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.740041Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Serializing data and avatar map to JSON [2m[3mcrate.name[0m[2m=[0mwhitespace-test-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.740160Z[0m [32m INFO[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Running Typst compilation command [2m[3mcrate.name[0m[2m=[0mwhitespace-test-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.740228Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Using only system fonts [2m[3mcrate.name[0m[2m=[0mwhitespace-test-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_generate_og_image_whitespace_handling' (24) panicked at src/lib.rs:760:14:
[INFO] [stdout] Failed to generate image: TypstNotFound(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x594c92d205fa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x594c92d205fa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x594c92d205fa - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x594c92d205fa - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x594c92d39e5a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x594c92d39e5a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x594c92d25a02 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x594c92d25a02 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x594c92cfb5bf - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x594c92cfb5bf - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x594c92d172d9 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x594c923f311c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x594c923f311c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x594c92d17552 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x594c92d17552 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x594c92cfb678 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x594c92cf2b49 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x594c92cfc5ed - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x594c92d3a7ec - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x594c92d3a532 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x594c92308369 - core::result::Result<T,E>::expect::h4a218649f4bd6877
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x594c922eb12d - crates_io_og_image::tests::generate_image::{{closure}}::hb4ebb146180b7803
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:760:14
[INFO] [stdout]   22:     0x594c922f12a1 - crates_io_og_image::tests::test_generate_og_image_whitespace_handling::{{closure}}::ha1ea026458f94539
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:922:56
[INFO] [stdout]   23:     0x594c922e9672 - <core::pin::Pin<P> as core::future::future::Future>::poll::hc325fd849aa02dbb
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x594c922e95ad - <core::pin::Pin<P> as core::future::future::Future>::poll::h7ddd6b0fc3746c59
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x594c922e0f6d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hd6a8b3b4f580edff
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   26:     0x594c922e0e5b - tokio::task::coop::with_budget::h4424f727398718ae
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   27:     0x594c922e0e5b - tokio::task::coop::budget::h8c9389f766ec8866
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   28:     0x594c922e0e5b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h86fa8f07a69613f5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   29:     0x594c922de5a0 - tokio::runtime::scheduler::current_thread::Context::enter::hb5e3af3689c91e0b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   30:     0x594c922df8ed - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h41c5777404df57d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   31:     0x594c922df574 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h12e41389c524480f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   32:     0x594c922c73bb - tokio::runtime::context::scoped::Scoped<T>::set::h446f86ec2e4b594b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x594c92303ca9 - tokio::runtime::context::set_scheduler::{{closure}}::hae2ed05b6531db0f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:38
[INFO] [stdout]   34:     0x594c922fb252 - std::thread::local::LocalKey<T>::try_with::h781e32b762ef699d
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   35:     0x594c922fa50e - std::thread::local::LocalKey<T>::with::h1d61551748f7ffb8
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   36:     0x594c92303c1d - tokio::runtime::context::set_scheduler::hcfa8953a74936799
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:17
[INFO] [stdout]   37:     0x594c922df300 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hff40511d8ff4a9ea
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   38:     0x594c922df5b6 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h78224e5bce9480ff
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   39:     0x594c922dd530 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h4484d7782fdc46c3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   40:     0x594c92303f83 - tokio::runtime::context::runtime::enter_runtime::h123b8c689af15cf1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x594c922dd241 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h87710edf54dbc4e8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   42:     0x594c922e7574 - tokio::runtime::runtime::Runtime::block_on_inner::hdf4deabe79c2a92a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   43:     0x594c922e773f - tokio::runtime::runtime::Runtime::block_on::hfe8f3bfb52267a21
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   44:     0x594c922f0ea6 - crates_io_og_image::tests::test_generate_og_image_whitespace_handling::hfc6a25e1252caca0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:922:62
[INFO] [stdout]   45:     0x594c922f0f87 - crates_io_og_image::tests::test_generate_og_image_whitespace_handling::{{closure}}::h5be57310f7721225
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:903:58
[INFO] [stdout]   46:     0x594c922bb3a6 - core::ops::function::FnOnce::call_once::h1cfbc543ae6956e3
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x594c923e71fb - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x594c923e71fb - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   49:     0x594c923f3beb - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   50:     0x594c923f3beb - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   51:     0x594c923f3beb - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   52:     0x594c923f3beb - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x594c923f3beb - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x594c923f3beb - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   55:     0x594c923f3beb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   56:     0x594c923ef304 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   57:     0x594c923ef304 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   58:     0x594c923f67f2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   59:     0x594c923f67f2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   60:     0x594c923f67f2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x594c923f67f2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x594c923f67f2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x594c923f67f2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   64:     0x594c923f67f2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x594c92d1f6af - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   66:     0x594c92d1f6af - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   67:     0x750612d58aa4 - <unknown>
[INFO] [stdout]   68:     0x750612de5a64 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_generate_og_image_snapshot stdout ----
[INFO] [stdout] [2m2026-03-10T17:29:11.951904Z[0m [34mDEBUG[0m [1mfrom_environment[0m: [2mcrates_io_og_image[0m[2m:[0m Using default Typst binary path (assumes 'typst' in PATH)
[INFO] [stdout] [2m2026-03-10T17:29:11.951987Z[0m [34mDEBUG[0m [1mfrom_environment[0m: [2mcrates_io_og_image[0m[2m:[0m No custom font path specified, using Typst default font discovery
[INFO] [stdout] [2m2026-03-10T17:29:11.952011Z[0m [34mDEBUG[0m [1mfrom_environment[0m: [2mcrates_io_og_image[0m[2m:[0m OXIPNG_PATH not set, defaulting to 'oxipng' in PATH
[INFO] [stdout] [2m2026-03-10T17:29:11.952081Z[0m [32m INFO[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Starting OpenGraph image generation [2m[3mcrate.name[0m[2m=[0mtest-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.953713Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Created temporary directory [3mtemp_dir[0m[2m=[0m/tmp/.tmpMPVRe4 [2m[3mcrate.name[0m[2m=[0mtest-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.953777Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Creating assets directory [3massets_dir[0m[2m=[0m/tmp/.tmpMPVRe4/assets [2m[3mcrate.name[0m[2m=[0mtest-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.954090Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Copying bundled assets to temporary directory [2m[3mcrate.name[0m[2m=[0mtest-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.955032Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Copying SVG icon assets [2m[3mcrate.name[0m[2m=[0mtest-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.955973Z[0m [32m INFO[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Processing avatars [2m[3mcrate.name[0m[2m=[0mtest-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.706556Z[0m [32m INFO[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Avatar processing completed [3mavatar_count[0m[2m=[0m0 [3mduration_ms[0m[2m=[0m750 [2m[3mcrate.name[0m[2m=[0mtest-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.706618Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Copying Typst template [3mtemplate_path[0m[2m=[0m/tmp/.tmpMPVRe4/og-image.typ [2m[3mcrate.name[0m[2m=[0mtest-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.729147Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Created output file [3moutput_path[0m[2m=[0m/tmp/.tmpwUWouf [2m[3mcrate.name[0m[2m=[0mtest-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.729197Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Serializing data and avatar map to JSON [2m[3mcrate.name[0m[2m=[0mtest-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.729255Z[0m [32m INFO[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Running Typst compilation command [2m[3mcrate.name[0m[2m=[0mtest-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.737988Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Using only system fonts [2m[3mcrate.name[0m[2m=[0mtest-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_generate_og_image_snapshot' (22) panicked at src/lib.rs:760:14:
[INFO] [stdout] Failed to generate image: TypstNotFound(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x594c92d205fa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x594c92d205fa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x594c92d205fa - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x594c92d205fa - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x594c92d39e5a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x594c92d39e5a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x594c92d25a02 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x594c92d25a02 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x594c92cfb5bf - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x594c92cfb5bf - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x594c92d172d9 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x594c923f311c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x594c923f311c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x594c92d17552 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x594c92d17552 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x594c92cfb678 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x594c92cf2b49 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x594c92cfc5ed - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x594c92d3a7ec - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x594c92d3a532 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x594c92308369 - core::result::Result<T,E>::expect::h4a218649f4bd6877
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x594c922eb12d - crates_io_og_image::tests::generate_image::{{closure}}::hb4ebb146180b7803
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:760:14
[INFO] [stdout]   22:     0x594c922ecadc - crates_io_og_image::tests::test_generate_og_image_snapshot::{{closure}}::h02ab0590782e1502
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:770:56
[INFO] [stdout]   23:     0x594c922e9672 - <core::pin::Pin<P> as core::future::future::Future>::poll::hc325fd849aa02dbb
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x594c922e95ad - <core::pin::Pin<P> as core::future::future::Future>::poll::h7ddd6b0fc3746c59
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x594c922e0f6d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hd6a8b3b4f580edff
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   26:     0x594c922e0e5b - tokio::task::coop::with_budget::h4424f727398718ae
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   27:     0x594c922e0e5b - tokio::task::coop::budget::h8c9389f766ec8866
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   28:     0x594c922e0e5b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h86fa8f07a69613f5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   29:     0x594c922de5a0 - tokio::runtime::scheduler::current_thread::Context::enter::hb5e3af3689c91e0b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   30:     0x594c922df8ed - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h41c5777404df57d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   31:     0x594c922df574 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h12e41389c524480f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   32:     0x594c922c73bb - tokio::runtime::context::scoped::Scoped<T>::set::h446f86ec2e4b594b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x594c92303ca9 - tokio::runtime::context::set_scheduler::{{closure}}::hae2ed05b6531db0f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:38
[INFO] [stdout]   34:     0x594c922fb252 - std::thread::local::LocalKey<T>::try_with::h781e32b762ef699d
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   35:     0x594c922fa50e - std::thread::local::LocalKey<T>::with::h1d61551748f7ffb8
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   36:     0x594c92303c1d - tokio::runtime::context::set_scheduler::hcfa8953a74936799
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:17
[INFO] [stdout]   37:     0x594c922df300 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hff40511d8ff4a9ea
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   38:     0x594c922df5b6 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h78224e5bce9480ff
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   39:     0x594c922dd530 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h4484d7782fdc46c3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   40:     0x594c92303f83 - tokio::runtime::context::runtime::enter_runtime::h123b8c689af15cf1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x594c922dd241 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h87710edf54dbc4e8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   42:     0x594c922e7574 - tokio::runtime::runtime::Runtime::block_on_inner::hdf4deabe79c2a92a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   43:     0x594c922e773f - tokio::runtime::runtime::Runtime::block_on::hfe8f3bfb52267a21
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   44:     0x594c922ec7d6 - crates_io_og_image::tests::test_generate_og_image_snapshot::hde408daae58cc7a1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:770:62
[INFO] [stdout]   45:     0x594c922ed017 - crates_io_og_image::tests::test_generate_og_image_snapshot::{{closure}}::h5e13cbdca7371f0e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:766:47
[INFO] [stdout]   46:     0x594c922bb886 - core::ops::function::FnOnce::call_once::h92c084120c5d0ff2
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x594c923e71fb - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x594c923e71fb - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   49:     0x594c923f3beb - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   50:     0x594c923f3beb - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   51:     0x594c923f3beb - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   52:     0x594c923f3beb - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x594c923f3beb - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x594c923f3beb - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   55:     0x594c923f3beb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   56:     0x594c923ef304 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   57:     0x594c923ef304 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   58:     0x594c923f67f2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   59:     0x594c923f67f2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   60:     0x594c923f67f2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x594c923f67f2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x594c923f67f2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x594c923f67f2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   64:     0x594c923f67f2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x594c92d1f6af - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   66:     0x594c92d1f6af - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   67:     0x750612d58aa4 - <unknown>
[INFO] [stdout]   68:     0x750612de5a64 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_generate_og_image_escaping_snapshot stdout ----
[INFO] [stdout] [2m2026-03-10T17:29:11.965097Z[0m [34mDEBUG[0m [1mfrom_environment[0m: [2mcrates_io_og_image[0m[2m:[0m Using default Typst binary path (assumes 'typst' in PATH)
[INFO] [stdout] [2m2026-03-10T17:29:11.965125Z[0m [34mDEBUG[0m [1mfrom_environment[0m: [2mcrates_io_og_image[0m[2m:[0m No custom font path specified, using Typst default font discovery
[INFO] [stdout] [2m2026-03-10T17:29:11.965143Z[0m [34mDEBUG[0m [1mfrom_environment[0m: [2mcrates_io_og_image[0m[2m:[0m OXIPNG_PATH not set, defaulting to 'oxipng' in PATH
[INFO] [stdout] [2m2026-03-10T17:29:11.965180Z[0m [32m INFO[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Starting OpenGraph image generation [2m[3mcrate.name[0m[2m=[0mcrate-with-"quotes" [3mcrate.version[0m[2m=[0m1.0.0-"beta" [3mauthor_count[0m[2m=[0m3[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.965291Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Created temporary directory [3mtemp_dir[0m[2m=[0m/tmp/.tmpRwIYBX [2m[3mcrate.name[0m[2m=[0mcrate-with-"quotes" [3mcrate.version[0m[2m=[0m1.0.0-"beta" [3mauthor_count[0m[2m=[0m3[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.965322Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Creating assets directory [3massets_dir[0m[2m=[0m/tmp/.tmpRwIYBX/assets [2m[3mcrate.name[0m[2m=[0mcrate-with-"quotes" [3mcrate.version[0m[2m=[0m1.0.0-"beta" [3mauthor_count[0m[2m=[0m3[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.966148Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Copying bundled assets to temporary directory [2m[3mcrate.name[0m[2m=[0mcrate-with-"quotes" [3mcrate.version[0m[2m=[0m1.0.0-"beta" [3mauthor_count[0m[2m=[0m3[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.966605Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Copying SVG icon assets [2m[3mcrate.name[0m[2m=[0mcrate-with-"quotes" [3mcrate.version[0m[2m=[0m1.0.0-"beta" [3mauthor_count[0m[2m=[0m3[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.967342Z[0m [32m INFO[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Processing avatars [2m[3mcrate.name[0m[2m=[0mcrate-with-"quotes" [3mcrate.version[0m[2m=[0m1.0.0-"beta" [3mauthor_count[0m[2m=[0m3[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.728211Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Processing avatar for author author "with quotes" [3mauthor_name[0m[2m=[0mauthor "with quotes" [3mavatar_url[0m[2m=[0mhttp://127.0.0.1:36215/test-avatar.png [2m[3mcrate.name[0m[2m=[0mcrate-with-"quotes" [3mcrate.version[0m[2m=[0m1.0.0-"beta" [3mauthor_count[0m[2m=[0m3[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmpRwIYBX/assets" [3mkrate.name[0m[2m=[0mcrate-with-"quotes"[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.728696Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Downloading avatar from URL: http://127.0.0.1:36215/test-avatar.png [3murl[0m[2m=[0mhttp://127.0.0.1:36215/test-avatar.png [2m[3mcrate.name[0m[2m=[0mcrate-with-"quotes" [3mcrate.version[0m[2m=[0m1.0.0-"beta" [3mauthor_count[0m[2m=[0m3[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmpRwIYBX/assets" [3mkrate.name[0m[2m=[0mcrate-with-"quotes"[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.729107Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mhyper_util::client::legacy::connect::http[0m[2m:[0m connecting to 127.0.0.1:36215 [2m[3mcrate.name[0m[2m=[0mcrate-with-"quotes" [3mcrate.version[0m[2m=[0m1.0.0-"beta" [3mauthor_count[0m[2m=[0m3[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmpRwIYBX/assets" [3mkrate.name[0m[2m=[0mcrate-with-"quotes"[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.729402Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mhyper_util::client::legacy::connect::http[0m[2m:[0m connected to 127.0.0.1:36215 [2m[3mcrate.name[0m[2m=[0mcrate-with-"quotes" [3mcrate.version[0m[2m=[0m1.0.0-"beta" [3mauthor_count[0m[2m=[0m3[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmpRwIYBX/assets" [3mkrate.name[0m[2m=[0mcrate-with-"quotes"[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.762205Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Avatar download response received [3murl[0m[2m=[0mhttp://127.0.0.1:36215/test-avatar.png [3mcontent_length[0m[2m=[0mSome(1574) [3mstatus[0m[2m=[0m200 OK [2m[3mcrate.name[0m[2m=[0mcrate-with-"quotes" [3mcrate.version[0m[2m=[0m1.0.0-"beta" [3mauthor_count[0m[2m=[0m3[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmpRwIYBX/assets" [3mkrate.name[0m[2m=[0mcrate-with-"quotes"[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.762286Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Avatar downloaded successfully [3murl[0m[2m=[0mhttp://127.0.0.1:36215/test-avatar.png [3msize_bytes[0m[2m=[0m1574 [2m[3mcrate.name[0m[2m=[0mcrate-with-"quotes" [3mcrate.version[0m[2m=[0m1.0.0-"beta" [3mauthor_count[0m[2m=[0m3[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmpRwIYBX/assets" [3mkrate.name[0m[2m=[0mcrate-with-"quotes"[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.762320Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Writing avatar file with detected format [3mauthor_name[0m[2m=[0mauthor "with quotes" [3mavatar_url[0m[2m=[0mhttp://127.0.0.1:36215/test-avatar.png [3mavatar_path[0m[2m=[0m/tmp/.tmpRwIYBX/assets/avatar_0.png [2m[3mcrate.name[0m[2m=[0mcrate-with-"quotes" [3mcrate.version[0m[2m=[0m1.0.0-"beta" [3mauthor_count[0m[2m=[0m3[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmpRwIYBX/assets" [3mkrate.name[0m[2m=[0mcrate-with-"quotes"[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.770085Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Avatar processed and written successfully [3mauthor_name[0m[2m=[0mauthor "with quotes" [3mpath[0m[2m=[0m/tmp/.tmpRwIYBX/assets/avatar_0.png [3msize_bytes[0m[2m=[0m1574 [2m[3mcrate.name[0m[2m=[0mcrate-with-"quotes" [3mcrate.version[0m[2m=[0m1.0.0-"beta" [3mauthor_count[0m[2m=[0m3[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmpRwIYBX/assets" [3mkrate.name[0m[2m=[0mcrate-with-"quotes"[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.771565Z[0m [32m INFO[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Avatar processing completed [3mavatar_count[0m[2m=[0m1 [3mduration_ms[0m[2m=[0m804 [2m[3mcrate.name[0m[2m=[0mcrate-with-"quotes" [3mcrate.version[0m[2m=[0m1.0.0-"beta" [3mauthor_count[0m[2m=[0m3[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.771604Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Copying Typst template [3mtemplate_path[0m[2m=[0m/tmp/.tmpRwIYBX/og-image.typ [2m[3mcrate.name[0m[2m=[0mcrate-with-"quotes" [3mcrate.version[0m[2m=[0m1.0.0-"beta" [3mauthor_count[0m[2m=[0m3[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.772235Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Created output file [3moutput_path[0m[2m=[0m/tmp/.tmpfhm114 [2m[3mcrate.name[0m[2m=[0mcrate-with-"quotes" [3mcrate.version[0m[2m=[0m1.0.0-"beta" [3mauthor_count[0m[2m=[0m3[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.772269Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Serializing data and avatar map to JSON [2m[3mcrate.name[0m[2m=[0mcrate-with-"quotes" [3mcrate.version[0m[2m=[0m1.0.0-"beta" [3mauthor_count[0m[2m=[0m3[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.772349Z[0m [32m INFO[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Running Typst compilation command [2m[3mcrate.name[0m[2m=[0mcrate-with-"quotes" [3mcrate.version[0m[2m=[0m1.0.0-"beta" [3mauthor_count[0m[2m=[0m3[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.772374Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Using only system fonts [2m[3mcrate.name[0m[2m=[0mcrate-with-"quotes" [3mcrate.version[0m[2m=[0m1.0.0-"beta" [3mauthor_count[0m[2m=[0m3[0m
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_generate_og_image_escaping_snapshot' (19) panicked at src/lib.rs:760:14:
[INFO] [stdout] Failed to generate image: TypstNotFound(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x594c92d205fa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x594c92d205fa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x594c92d205fa - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x594c92d205fa - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x594c92d39e5a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x594c92d39e5a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x594c92d25a02 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x594c92d25a02 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x594c92cfb5bf - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x594c92cfb5bf - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x594c92d172d9 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x594c923f311c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x594c923f311c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x594c92d17552 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x594c92d17552 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x594c92cfb678 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x594c92cf2b49 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x594c92cfc5ed - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x594c92d3a7ec - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x594c92d3a532 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x594c92308369 - core::result::Result<T,E>::expect::h4a218649f4bd6877
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x594c922eb12d - crates_io_og_image::tests::generate_image::{{closure}}::hb4ebb146180b7803
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:760:14
[INFO] [stdout]   22:     0x594c922ef08d - crates_io_og_image::tests::test_generate_og_image_escaping_snapshot::{{closure}}::h1a981f3f12e1f0c1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:810:56
[INFO] [stdout]   23:     0x594c922e9672 - <core::pin::Pin<P> as core::future::future::Future>::poll::hc325fd849aa02dbb
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x594c922e95ad - <core::pin::Pin<P> as core::future::future::Future>::poll::h7ddd6b0fc3746c59
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x594c922e0f6d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hd6a8b3b4f580edff
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   26:     0x594c922e0e5b - tokio::task::coop::with_budget::h4424f727398718ae
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   27:     0x594c922e0e5b - tokio::task::coop::budget::h8c9389f766ec8866
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   28:     0x594c922e0e5b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h86fa8f07a69613f5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   29:     0x594c922de5a0 - tokio::runtime::scheduler::current_thread::Context::enter::hb5e3af3689c91e0b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   30:     0x594c922df8ed - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h41c5777404df57d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   31:     0x594c922df574 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h12e41389c524480f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   32:     0x594c922c73bb - tokio::runtime::context::scoped::Scoped<T>::set::h446f86ec2e4b594b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x594c92303ca9 - tokio::runtime::context::set_scheduler::{{closure}}::hae2ed05b6531db0f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:38
[INFO] [stdout]   34:     0x594c922fb252 - std::thread::local::LocalKey<T>::try_with::h781e32b762ef699d
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   35:     0x594c922fa50e - std::thread::local::LocalKey<T>::with::h1d61551748f7ffb8
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   36:     0x594c92303c1d - tokio::runtime::context::set_scheduler::hcfa8953a74936799
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:17
[INFO] [stdout]   37:     0x594c922df300 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hff40511d8ff4a9ea
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   38:     0x594c922df5b6 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h78224e5bce9480ff
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   39:     0x594c922dd530 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h4484d7782fdc46c3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   40:     0x594c92303f83 - tokio::runtime::context::runtime::enter_runtime::h123b8c689af15cf1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x594c922dd241 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h87710edf54dbc4e8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   42:     0x594c922e7574 - tokio::runtime::runtime::Runtime::block_on_inner::hdf4deabe79c2a92a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   43:     0x594c922e773f - tokio::runtime::runtime::Runtime::block_on::hfe8f3bfb52267a21
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   44:     0x594c922eeac3 - crates_io_og_image::tests::test_generate_og_image_escaping_snapshot::h369d0d46dcceaa9b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:810:62
[INFO] [stdout]   45:     0x594c922ef607 - crates_io_og_image::tests::test_generate_og_image_escaping_snapshot::{{closure}}::h2537881ccc09056d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:801:56
[INFO] [stdout]   46:     0x594c922bb5c6 - core::ops::function::FnOnce::call_once::h4f0acc76a8efde2f
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x594c923e71fb - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x594c923e71fb - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   49:     0x594c923f3beb - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   50:     0x594c923f3beb - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   51:     0x594c923f3beb - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   52:     0x594c923f3beb - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x594c923f3beb - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x594c923f3beb - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   55:     0x594c923f3beb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   56:     0x594c923ef304 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   57:     0x594c923ef304 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   58:     0x594c923f67f2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   59:     0x594c923f67f2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   60:     0x594c923f67f2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x594c923f67f2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x594c923f67f2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x594c923f67f2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   64:     0x594c923f67f2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x594c92d1f6af - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   66:     0x594c92d1f6af - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   67:     0x750612d58aa4 - <unknown>
[INFO] [stdout]   68:     0x750612de5a64 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_generate_og_image_overflow_snapshot stdout ----
[INFO] [stdout] [2m2026-03-10T17:29:11.964409Z[0m [34mDEBUG[0m [1mfrom_environment[0m: [2mcrates_io_og_image[0m[2m:[0m Using default Typst binary path (assumes 'typst' in PATH)
[INFO] [stdout] [2m2026-03-10T17:29:11.964439Z[0m [34mDEBUG[0m [1mfrom_environment[0m: [2mcrates_io_og_image[0m[2m:[0m No custom font path specified, using Typst default font discovery
[INFO] [stdout] [2m2026-03-10T17:29:11.964459Z[0m [34mDEBUG[0m [1mfrom_environment[0m: [2mcrates_io_og_image[0m[2m:[0m OXIPNG_PATH not set, defaulting to 'oxipng' in PATH
[INFO] [stdout] [2m2026-03-10T17:29:11.964506Z[0m [32m INFO[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Starting OpenGraph image generation [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.964644Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Created temporary directory [3mtemp_dir[0m[2m=[0m/tmp/.tmp8a03hF [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.964677Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Creating assets directory [3massets_dir[0m[2m=[0m/tmp/.tmp8a03hF/assets [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.965580Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Copying bundled assets to temporary directory [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.966066Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Copying SVG icon assets [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.966768Z[0m [32m INFO[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Processing avatars [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.747697Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Processing avatar for author alice-wonderland [3mauthor_name[0m[2m=[0malice-wonderland [3mavatar_url[0m[2m=[0mhttp://127.0.0.1:44035/test-avatar.png [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.751653Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Downloading avatar from URL: http://127.0.0.1:44035/test-avatar.png [3murl[0m[2m=[0mhttp://127.0.0.1:44035/test-avatar.png [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.761095Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mhyper_util::client::legacy::connect::http[0m[2m:[0m connecting to 127.0.0.1:44035 [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.761413Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mhyper_util::client::legacy::connect::http[0m[2m:[0m connected to 127.0.0.1:44035 [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.768397Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Avatar download response received [3murl[0m[2m=[0mhttp://127.0.0.1:44035/test-avatar.png [3mcontent_length[0m[2m=[0mSome(1574) [3mstatus[0m[2m=[0m200 OK [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.768491Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Avatar downloaded successfully [3murl[0m[2m=[0mhttp://127.0.0.1:44035/test-avatar.png [3msize_bytes[0m[2m=[0m1574 [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.768534Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Writing avatar file with detected format [3mauthor_name[0m[2m=[0malice-wonderland [3mavatar_url[0m[2m=[0mhttp://127.0.0.1:44035/test-avatar.png [3mavatar_path[0m[2m=[0m/tmp/.tmp8a03hF/assets/avatar_0.png [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.768787Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Avatar processed and written successfully [3mauthor_name[0m[2m=[0malice-wonderland [3mpath[0m[2m=[0m/tmp/.tmp8a03hF/assets/avatar_0.png [3msize_bytes[0m[2m=[0m1574 [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.768849Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Processing avatar for author charlie-brown [3mauthor_name[0m[2m=[0mcharlie-brown [3mavatar_url[0m[2m=[0mhttp://127.0.0.1:44035/test-avatar.jpg [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.768880Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Downloading avatar from URL: http://127.0.0.1:44035/test-avatar.jpg [3murl[0m[2m=[0mhttp://127.0.0.1:44035/test-avatar.jpg [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.769109Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mhyper_util::client::legacy::connect::http[0m[2m:[0m connecting to 127.0.0.1:44035 [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.769296Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mhyper_util::client::legacy::connect::http[0m[2m:[0m connected to 127.0.0.1:44035 [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.791310Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Avatar download response received [3murl[0m[2m=[0mhttp://127.0.0.1:44035/test-avatar.jpg [3mcontent_length[0m[2m=[0mSome(12032) [3mstatus[0m[2m=[0m200 OK [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.791617Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Avatar downloaded successfully [3murl[0m[2m=[0mhttp://127.0.0.1:44035/test-avatar.jpg [3msize_bytes[0m[2m=[0m12032 [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.791662Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Writing avatar file with detected format [3mauthor_name[0m[2m=[0mcharlie-brown [3mavatar_url[0m[2m=[0mhttp://127.0.0.1:44035/test-avatar.jpg [3mavatar_path[0m[2m=[0m/tmp/.tmp8a03hF/assets/avatar_2.jpg [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.791903Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Avatar processed and written successfully [3mauthor_name[0m[2m=[0mcharlie-brown [3mpath[0m[2m=[0m/tmp/.tmp8a03hF/assets/avatar_2.jpg [3msize_bytes[0m[2m=[0m12032 [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.791981Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Processing avatar for author edward-scissorhands [3mauthor_name[0m[2m=[0medward-scissorhands [3mavatar_url[0m[2m=[0mhttp://127.0.0.1:44035/test-avatar.png [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.792017Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Downloading avatar from URL: http://127.0.0.1:44035/test-avatar.png [3murl[0m[2m=[0mhttp://127.0.0.1:44035/test-avatar.png [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.792245Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mhyper_util::client::legacy::connect::http[0m[2m:[0m connecting to 127.0.0.1:44035 [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.792429Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mhyper_util::client::legacy::connect::http[0m[2m:[0m connected to 127.0.0.1:44035 [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.793096Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Avatar download response received [3murl[0m[2m=[0mhttp://127.0.0.1:44035/test-avatar.png [3mcontent_length[0m[2m=[0mSome(1574) [3mstatus[0m[2m=[0m200 OK [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.793161Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Avatar downloaded successfully [3murl[0m[2m=[0mhttp://127.0.0.1:44035/test-avatar.png [3msize_bytes[0m[2m=[0m1574 [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.793193Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Writing avatar file with detected format [3mauthor_name[0m[2m=[0medward-scissorhands [3mavatar_url[0m[2m=[0mhttp://127.0.0.1:44035/test-avatar.png [3mavatar_path[0m[2m=[0m/tmp/.tmp8a03hF/assets/avatar_4.png [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.793476Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Avatar processed and written successfully [3mauthor_name[0m[2m=[0medward-scissorhands [3mpath[0m[2m=[0m/tmp/.tmp8a03hF/assets/avatar_4.png [3msize_bytes[0m[2m=[0m1574 [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.793521Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Processing avatar for author george-washington [3mauthor_name[0m[2m=[0mgeorge-washington [3mavatar_url[0m[2m=[0mhttp://127.0.0.1:44035/test-avatar.webp [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.793547Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Downloading avatar from URL: http://127.0.0.1:44035/test-avatar.webp [3murl[0m[2m=[0mhttp://127.0.0.1:44035/test-avatar.webp [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.793703Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mhyper_util::client::legacy::connect::http[0m[2m:[0m connecting to 127.0.0.1:44035 [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.793843Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mhyper_util::client::legacy::connect::http[0m[2m:[0m connected to 127.0.0.1:44035 [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.800425Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Avatar download response received [3murl[0m[2m=[0mhttp://127.0.0.1:44035/test-avatar.webp [3mcontent_length[0m[2m=[0mSome(1498) [3mstatus[0m[2m=[0m200 OK [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.800603Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Avatar downloaded successfully [3murl[0m[2m=[0mhttp://127.0.0.1:44035/test-avatar.webp [3msize_bytes[0m[2m=[0m1498 [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.800752Z[0m [33m WARN[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Unsupported avatar format at http://127.0.0.1:44035/test-avatar.webp, first 20 bytes: 52 49 46 46 d2 05 00 00 57 45 42 50 56 50 38 20 c6 05 00 00 [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.800794Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Processing avatar for author helen-keller [3mauthor_name[0m[2m=[0mhelen-keller [3mavatar_url[0m[2m=[0mhttp://127.0.0.1:44035/test-avatar.jpg [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.800821Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Downloading avatar from URL: http://127.0.0.1:44035/test-avatar.jpg [3murl[0m[2m=[0mhttp://127.0.0.1:44035/test-avatar.jpg [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.801106Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mhyper_util::client::legacy::connect::http[0m[2m:[0m connecting to 127.0.0.1:44035 [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.801505Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mhyper_util::client::legacy::connect::http[0m[2m:[0m connected to 127.0.0.1:44035 [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.802215Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Avatar download response received [3murl[0m[2m=[0mhttp://127.0.0.1:44035/test-avatar.jpg [3mcontent_length[0m[2m=[0mSome(12032) [3mstatus[0m[2m=[0m200 OK [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.802458Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Avatar downloaded successfully [3murl[0m[2m=[0mhttp://127.0.0.1:44035/test-avatar.jpg [3msize_bytes[0m[2m=[0m12032 [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.802500Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Writing avatar file with detected format [3mauthor_name[0m[2m=[0mhelen-keller [3mavatar_url[0m[2m=[0mhttp://127.0.0.1:44035/test-avatar.jpg [3mavatar_path[0m[2m=[0m/tmp/.tmp8a03hF/assets/avatar_7.jpg [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.802760Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Avatar processed and written successfully [3mauthor_name[0m[2m=[0mhelen-keller [3mpath[0m[2m=[0m/tmp/.tmp8a03hF/assets/avatar_7.jpg [3msize_bytes[0m[2m=[0m12032 [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmp8a03hF/assets" [3mkrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.804295Z[0m [32m INFO[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Avatar processing completed [3mavatar_count[0m[2m=[0m2 [3mduration_ms[0m[2m=[0m837 [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.804333Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Copying Typst template [3mtemplate_path[0m[2m=[0m/tmp/.tmp8a03hF/og-image.typ [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.804833Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Created output file [3moutput_path[0m[2m=[0m/tmp/.tmpydbXha [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.804864Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Serializing data and avatar map to JSON [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.805008Z[0m [32m INFO[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Running Typst compilation command [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.805039Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Using only system fonts [2m[3mcrate.name[0m[2m=[0msuper-long-crate-name-for-testing-overflow-behavior [3mcrate.version[0m[2m=[0m2.1.0-beta.1+build.12345 [3mauthor_count[0m[2m=[0m10[0m
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_generate_og_image_overflow_snapshot' (21) panicked at src/lib.rs:760:14:
[INFO] [stdout] Failed to generate image: TypstNotFound(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x594c92d205fa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x594c92d205fa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x594c92d205fa - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x594c92d205fa - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x594c92d39e5a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x594c92d39e5a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x594c92d25a02 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x594c92d25a02 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x594c92cfb5bf - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x594c92cfb5bf - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x594c92d172d9 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x594c923f311c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x594c923f311c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x594c92d17552 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x594c92d17552 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x594c92cfb678 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x594c92cf2b49 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x594c92cfc5ed - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x594c92d3a7ec - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x594c92d3a532 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x594c92308369 - core::result::Result<T,E>::expect::h4a218649f4bd6877
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x594c922eb12d - crates_io_og_image::tests::generate_image::{{closure}}::hb4ebb146180b7803
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:760:14
[INFO] [stdout]   22:     0x594c922efd3d - crates_io_og_image::tests::test_generate_og_image_overflow_snapshot::{{closure}}::h7d61e29d127c5ae3
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:785:56
[INFO] [stdout]   23:     0x594c922e9672 - <core::pin::Pin<P> as core::future::future::Future>::poll::hc325fd849aa02dbb
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x594c922e95ad - <core::pin::Pin<P> as core::future::future::Future>::poll::h7ddd6b0fc3746c59
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x594c922e0f6d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hd6a8b3b4f580edff
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   26:     0x594c922e0e5b - tokio::task::coop::with_budget::h4424f727398718ae
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   27:     0x594c922e0e5b - tokio::task::coop::budget::h8c9389f766ec8866
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   28:     0x594c922e0e5b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h86fa8f07a69613f5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   29:     0x594c922de5a0 - tokio::runtime::scheduler::current_thread::Context::enter::hb5e3af3689c91e0b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   30:     0x594c922df8ed - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h41c5777404df57d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   31:     0x594c922df574 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h12e41389c524480f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   32:     0x594c922c73bb - tokio::runtime::context::scoped::Scoped<T>::set::h446f86ec2e4b594b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x594c92303ca9 - tokio::runtime::context::set_scheduler::{{closure}}::hae2ed05b6531db0f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:38
[INFO] [stdout]   34:     0x594c922fb252 - std::thread::local::LocalKey<T>::try_with::h781e32b762ef699d
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   35:     0x594c922fa50e - std::thread::local::LocalKey<T>::with::h1d61551748f7ffb8
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   36:     0x594c92303c1d - tokio::runtime::context::set_scheduler::hcfa8953a74936799
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:17
[INFO] [stdout]   37:     0x594c922df300 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hff40511d8ff4a9ea
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   38:     0x594c922df5b6 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h78224e5bce9480ff
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   39:     0x594c922dd530 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h4484d7782fdc46c3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   40:     0x594c92303f83 - tokio::runtime::context::runtime::enter_runtime::h123b8c689af15cf1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x594c922dd241 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h87710edf54dbc4e8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   42:     0x594c922e7574 - tokio::runtime::runtime::Runtime::block_on_inner::hdf4deabe79c2a92a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   43:     0x594c922e773f - tokio::runtime::runtime::Runtime::block_on::hfe8f3bfb52267a21
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   44:     0x594c922ef773 - crates_io_og_image::tests::test_generate_og_image_overflow_snapshot::hf9a03a81b1465f24
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:785:62
[INFO] [stdout]   45:     0x594c922f02b7 - crates_io_og_image::tests::test_generate_og_image_overflow_snapshot::{{closure}}::hcae0a28c48189ba2
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:776:56
[INFO] [stdout]   46:     0x594c922bbcf6 - core::ops::function::FnOnce::call_once::hfd2f33cb994a760c
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x594c923e71fb - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x594c923e71fb - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   49:     0x594c923f3beb - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   50:     0x594c923f3beb - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   51:     0x594c923f3beb - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   52:     0x594c923f3beb - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x594c923f3beb - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x594c923f3beb - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   55:     0x594c923f3beb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   56:     0x594c923ef304 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   57:     0x594c923ef304 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   58:     0x594c923f67f2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   59:     0x594c923f67f2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   60:     0x594c923f67f2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x594c923f67f2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x594c923f67f2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x594c923f67f2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   64:     0x594c923f67f2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x594c92d1f6af - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   66:     0x594c92d1f6af - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   67:     0x750612d58aa4 - <unknown>
[INFO] [stdout]   68:     0x750612de5a64 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_generate_og_image_with_404_avatar stdout ----
[INFO] [stdout] [2m2026-03-10T17:29:11.964924Z[0m [34mDEBUG[0m [1mfrom_environment[0m: [2mcrates_io_og_image[0m[2m:[0m Using default Typst binary path (assumes 'typst' in PATH)
[INFO] [stdout] [2m2026-03-10T17:29:11.965012Z[0m [34mDEBUG[0m [1mfrom_environment[0m: [2mcrates_io_og_image[0m[2m:[0m No custom font path specified, using Typst default font discovery
[INFO] [stdout] [2m2026-03-10T17:29:11.965031Z[0m [34mDEBUG[0m [1mfrom_environment[0m: [2mcrates_io_og_image[0m[2m:[0m OXIPNG_PATH not set, defaulting to 'oxipng' in PATH
[INFO] [stdout] [2m2026-03-10T17:29:11.965077Z[0m [32m INFO[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Starting OpenGraph image generation [2m[3mcrate.name[0m[2m=[0mtest-crate-404 [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.965190Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Created temporary directory [3mtemp_dir[0m[2m=[0m/tmp/.tmpRroUMh [2m[3mcrate.name[0m[2m=[0mtest-crate-404 [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.965223Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Creating assets directory [3massets_dir[0m[2m=[0m/tmp/.tmpRroUMh/assets [2m[3mcrate.name[0m[2m=[0mtest-crate-404 [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.965501Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Copying bundled assets to temporary directory [2m[3mcrate.name[0m[2m=[0mtest-crate-404 [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.965872Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Copying SVG icon assets [2m[3mcrate.name[0m[2m=[0mtest-crate-404 [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.966770Z[0m [32m INFO[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Processing avatars [2m[3mcrate.name[0m[2m=[0mtest-crate-404 [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.770682Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Processing avatar for author test-user [3mauthor_name[0m[2m=[0mtest-user [3mavatar_url[0m[2m=[0mhttp://127.0.0.1:37411/missing-avatar.png [2m[3mcrate.name[0m[2m=[0mtest-crate-404 [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmpRroUMh/assets" [3mkrate.name[0m[2m=[0mtest-crate-404[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.770729Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Downloading avatar from URL: http://127.0.0.1:37411/missing-avatar.png [3murl[0m[2m=[0mhttp://127.0.0.1:37411/missing-avatar.png [2m[3mcrate.name[0m[2m=[0mtest-crate-404 [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmpRroUMh/assets" [3mkrate.name[0m[2m=[0mtest-crate-404[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.778499Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mhyper_util::client::legacy::connect::http[0m[2m:[0m connecting to 127.0.0.1:37411 [2m[3mcrate.name[0m[2m=[0mtest-crate-404 [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmpRroUMh/assets" [3mkrate.name[0m[2m=[0mtest-crate-404[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.778812Z[0m [34mDEBUG[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mhyper_util::client::legacy::connect::http[0m[2m:[0m connected to 127.0.0.1:37411 [2m[3mcrate.name[0m[2m=[0mtest-crate-404 [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmpRroUMh/assets" [3mkrate.name[0m[2m=[0mtest-crate-404[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.791325Z[0m [33m WARN[0m [1mgenerate[0m:[1mprocess_avatars[0m: [2mcrates_io_og_image[0m[2m:[0m Avatar URL returned 404 Not Found [3murl[0m[2m=[0mhttp://127.0.0.1:37411/missing-avatar.png [2m[3mcrate.name[0m[2m=[0mtest-crate-404 [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m [2m[3massets_dir[0m[2m=[0m"/tmp/.tmpRroUMh/assets" [3mkrate.name[0m[2m=[0mtest-crate-404[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.816029Z[0m [32m INFO[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Avatar processing completed [3mavatar_count[0m[2m=[0m0 [3mduration_ms[0m[2m=[0m849 [2m[3mcrate.name[0m[2m=[0mtest-crate-404 [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.816095Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Copying Typst template [3mtemplate_path[0m[2m=[0m/tmp/.tmpRroUMh/og-image.typ [2m[3mcrate.name[0m[2m=[0mtest-crate-404 [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.822100Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Created output file [3moutput_path[0m[2m=[0m/tmp/.tmpsSQgbw [2m[3mcrate.name[0m[2m=[0mtest-crate-404 [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.822145Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Serializing data and avatar map to JSON [2m[3mcrate.name[0m[2m=[0mtest-crate-404 [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.822204Z[0m [32m INFO[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Running Typst compilation command [2m[3mcrate.name[0m[2m=[0mtest-crate-404 [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.822238Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Using only system fonts [2m[3mcrate.name[0m[2m=[0mtest-crate-404 [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_generate_og_image_with_404_avatar' (25) panicked at src/lib.rs:760:14:
[INFO] [stdout] Failed to generate image: TypstNotFound(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x594c92d205fa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x594c92d205fa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x594c92d205fa - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x594c92d205fa - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x594c92d39e5a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x594c92d39e5a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x594c92d25a02 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x594c92d25a02 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x594c92cfb5bf - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x594c92cfb5bf - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x594c92d172d9 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x594c923f311c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x594c923f311c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x594c92d17552 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x594c92d17552 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x594c92cfb678 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x594c92cf2b49 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x594c92cfc5ed - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x594c92d3a7ec - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x594c92d3a532 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x594c92308369 - core::result::Result<T,E>::expect::h4a218649f4bd6877
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x594c922eb12d - crates_io_og_image::tests::generate_image::{{closure}}::hb4ebb146180b7803
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:760:14
[INFO] [stdout]   22:     0x594c922eda59 - crates_io_og_image::tests::test_generate_og_image_with_404_avatar::{{closure}}::he8fc74633ee7c543
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:839:56
[INFO] [stdout]   23:     0x594c922e9672 - <core::pin::Pin<P> as core::future::future::Future>::poll::hc325fd849aa02dbb
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x594c922e95ad - <core::pin::Pin<P> as core::future::future::Future>::poll::h7ddd6b0fc3746c59
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x594c922e0f6d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hd6a8b3b4f580edff
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   26:     0x594c922e0e5b - tokio::task::coop::with_budget::h4424f727398718ae
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   27:     0x594c922e0e5b - tokio::task::coop::budget::h8c9389f766ec8866
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   28:     0x594c922e0e5b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h86fa8f07a69613f5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   29:     0x594c922de5a0 - tokio::runtime::scheduler::current_thread::Context::enter::hb5e3af3689c91e0b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   30:     0x594c922df8ed - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h41c5777404df57d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   31:     0x594c922df574 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h12e41389c524480f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   32:     0x594c922c73bb - tokio::runtime::context::scoped::Scoped<T>::set::h446f86ec2e4b594b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x594c92303ca9 - tokio::runtime::context::set_scheduler::{{closure}}::hae2ed05b6531db0f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:38
[INFO] [stdout]   34:     0x594c922fb252 - std::thread::local::LocalKey<T>::try_with::h781e32b762ef699d
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   35:     0x594c922fa50e - std::thread::local::LocalKey<T>::with::h1d61551748f7ffb8
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   36:     0x594c92303c1d - tokio::runtime::context::set_scheduler::hcfa8953a74936799
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:17
[INFO] [stdout]   37:     0x594c922df300 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hff40511d8ff4a9ea
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   38:     0x594c922df5b6 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h78224e5bce9480ff
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   39:     0x594c922dd530 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h4484d7782fdc46c3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   40:     0x594c92303f83 - tokio::runtime::context::runtime::enter_runtime::h123b8c689af15cf1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x594c922dd241 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h87710edf54dbc4e8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   42:     0x594c922e7574 - tokio::runtime::runtime::Runtime::block_on_inner::hdf4deabe79c2a92a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   43:     0x594c922e773f - tokio::runtime::runtime::Runtime::block_on::hfe8f3bfb52267a21
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   44:     0x594c922ed183 - crates_io_og_image::tests::test_generate_og_image_with_404_avatar::h3e8aa4d3b5f696de
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:839:62
[INFO] [stdout]   45:     0x594c922ed257 - crates_io_og_image::tests::test_generate_og_image_with_404_avatar::{{closure}}::h49b40c9a644889bf
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:816:54
[INFO] [stdout]   46:     0x594c922bb426 - core::ops::function::FnOnce::call_once::h2da6d85b1f94d2ee
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x594c923e71fb - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x594c923e71fb - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   49:     0x594c923f3beb - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   50:     0x594c923f3beb - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   51:     0x594c923f3beb - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   52:     0x594c923f3beb - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x594c923f3beb - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x594c923f3beb - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   55:     0x594c923f3beb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   56:     0x594c923ef304 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   57:     0x594c923ef304 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   58:     0x594c923f67f2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   59:     0x594c923f67f2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   60:     0x594c923f67f2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x594c923f67f2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x594c923f67f2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x594c923f67f2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   64:     0x594c923f67f2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x594c92d1f6af - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   66:     0x594c92d1f6af - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   67:     0x750612d58aa4 - <unknown>
[INFO] [stdout]   68:     0x750612de5a64 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_generate_og_image_asian_text_description stdout ----
[INFO] [stdout] [2m2026-03-10T17:29:11.958304Z[0m [34mDEBUG[0m [1mfrom_environment[0m: [2mcrates_io_og_image[0m[2m:[0m Using default Typst binary path (assumes 'typst' in PATH)
[INFO] [stdout] [2m2026-03-10T17:29:11.958337Z[0m [34mDEBUG[0m [1mfrom_environment[0m: [2mcrates_io_og_image[0m[2m:[0m No custom font path specified, using Typst default font discovery
[INFO] [stdout] [2m2026-03-10T17:29:11.958357Z[0m [34mDEBUG[0m [1mfrom_environment[0m: [2mcrates_io_og_image[0m[2m:[0m OXIPNG_PATH not set, defaulting to 'oxipng' in PATH
[INFO] [stdout] [2m2026-03-10T17:29:11.958413Z[0m [32m INFO[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Starting OpenGraph image generation [2m[3mcrate.name[0m[2m=[0minternationalization-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.958555Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Created temporary directory [3mtemp_dir[0m[2m=[0m/tmp/.tmpmjqoBc [2m[3mcrate.name[0m[2m=[0minternationalization-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:11.958591Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Creating assets directory [3massets_dir[0m[2m=[0m/tmp/.tmpmjqoBc/assets [2m[3mcrate.name[0m[2m=[0minternationalization-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.000050Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Copying bundled assets to temporary directory [2m[3mcrate.name[0m[2m=[0minternationalization-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.001276Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Copying SVG icon assets [2m[3mcrate.name[0m[2m=[0minternationalization-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.002129Z[0m [32m INFO[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Processing avatars [2m[3mcrate.name[0m[2m=[0minternationalization-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.793080Z[0m [32m INFO[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Avatar processing completed [3mavatar_count[0m[2m=[0m0 [3mduration_ms[0m[2m=[0m790 [2m[3mcrate.name[0m[2m=[0minternationalization-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.793115Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Copying Typst template [3mtemplate_path[0m[2m=[0m/tmp/.tmpmjqoBc/og-image.typ [2m[3mcrate.name[0m[2m=[0minternationalization-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.794092Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Created output file [3moutput_path[0m[2m=[0m/tmp/.tmpLUPEfU [2m[3mcrate.name[0m[2m=[0minternationalization-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.794153Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Serializing data and avatar map to JSON [2m[3mcrate.name[0m[2m=[0minternationalization-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.794239Z[0m [32m INFO[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Running Typst compilation command [2m[3mcrate.name[0m[2m=[0minternationalization-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] [2m2026-03-10T17:29:12.794271Z[0m [34mDEBUG[0m [1mgenerate[0m: [2mcrates_io_og_image[0m[2m:[0m Using only system fonts [2m[3mcrate.name[0m[2m=[0minternationalization-crate [3mcrate.version[0m[2m=[0m1.0.0 [3mauthor_count[0m[2m=[0m1[0m
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_generate_og_image_asian_text_description' (18) panicked at src/lib.rs:760:14:
[INFO] [stdout] Failed to generate image: TypstNotFound(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x594c92d205fa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x594c92d205fa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x594c92d205fa - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x594c92d205fa - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x594c92d39e5a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x594c92d39e5a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x594c92d25a02 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x594c92d25a02 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x594c92cfb5bf - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x594c92cfb5bf - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x594c92d172d9 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x594c923f311c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x594c923f311c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x594c92d17552 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x594c92d17552 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x594c92cfb678 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x594c92cf2b49 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x594c92cfc5ed - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x594c92d3a7ec - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x594c92d3a532 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x594c92308369 - core::result::Result<T,E>::expect::h4a218649f4bd6877
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x594c922eb12d - crates_io_og_image::tests::generate_image::{{closure}}::hb4ebb146180b7803
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:760:14
[INFO] [stdout]   22:     0x594c922f1cf1 - crates_io_og_image::tests::test_generate_og_image_asian_text_description::{{closure}}::h990124e9efdac6ca
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:897:56
[INFO] [stdout]   23:     0x594c922e9672 - <core::pin::Pin<P> as core::future::future::Future>::poll::hc325fd849aa02dbb
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x594c922e95ad - <core::pin::Pin<P> as core::future::future::Future>::poll::h7ddd6b0fc3746c59
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x594c922e0f6d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hd6a8b3b4f580edff
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   26:     0x594c922e0e5b - tokio::task::coop::with_budget::h4424f727398718ae
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   27:     0x594c922e0e5b - tokio::task::coop::budget::h8c9389f766ec8866
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   28:     0x594c922e0e5b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h86fa8f07a69613f5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   29:     0x594c922de5a0 - tokio::runtime::scheduler::current_thread::Context::enter::hb5e3af3689c91e0b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   30:     0x594c922df8ed - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h41c5777404df57d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   31:     0x594c922df574 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h12e41389c524480f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   32:     0x594c922c73bb - tokio::runtime::context::scoped::Scoped<T>::set::h446f86ec2e4b594b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x594c92303ca9 - tokio::runtime::context::set_scheduler::{{closure}}::hae2ed05b6531db0f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:38
[INFO] [stdout]   34:     0x594c922fb252 - std::thread::local::LocalKey<T>::try_with::h781e32b762ef699d
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   35:     0x594c922fa50e - std::thread::local::LocalKey<T>::with::h1d61551748f7ffb8
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   36:     0x594c92303c1d - tokio::runtime::context::set_scheduler::hcfa8953a74936799
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context.rs:176:17
[INFO] [stdout]   37:     0x594c922df300 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hff40511d8ff4a9ea
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   38:     0x594c922df5b6 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h78224e5bce9480ff
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   39:     0x594c922dd530 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h4484d7782fdc46c3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   40:     0x594c92303f83 - tokio::runtime::context::runtime::enter_runtime::h123b8c689af15cf1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x594c922dd241 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h87710edf54dbc4e8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   42:     0x594c922e7574 - tokio::runtime::runtime::Runtime::block_on_inner::hdf4deabe79c2a92a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   43:     0x594c922e773f - tokio::runtime::runtime::Runtime::block_on::hfe8f3bfb52267a21
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   44:     0x594c922f1926 - crates_io_og_image::tests::test_generate_og_image_asian_text_description::h03e87d85dd460c9e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:897:62
[INFO] [stdout]   45:     0x594c922f2237 - crates_io_og_image::tests::test_generate_og_image_asian_text_description::{{closure}}::habeaf7b801c3eb36
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:873:61
[INFO] [stdout]   46:     0x594c922bb916 - core::ops::function::FnOnce::call_once::h972e08878641e3bc
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x594c923e71fb - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x594c923e71fb - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   49:     0x594c923f3beb - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   50:     0x594c923f3beb - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   51:     0x594c923f3beb - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   52:     0x594c923f3beb - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x594c923f3beb - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x594c923f3beb - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   55:     0x594c923f3beb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   56:     0x594c923ef304 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   57:     0x594c923ef304 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   58:     0x594c923f67f2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   59:     0x594c923f67f2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   60:     0x594c923f67f2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x594c923f67f2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x594c923f67f2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x594c923f67f2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   64:     0x594c923f67f2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x594c92d1f6af - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   66:     0x594c92d1f6af - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   67:     0x750612d58aa4 - <unknown>
[INFO] [stdout]   68:     0x750612de5a64 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::test_generate_og_image_asian_text_description
[INFO] [stdout]     tests::test_generate_og_image_escaping_snapshot
[INFO] [stdout]     tests::test_generate_og_image_minimal_snapshot
[INFO] [stdout]     tests::test_generate_og_image_overflow_snapshot
[INFO] [stdout]     tests::test_generate_og_image_snapshot
[INFO] [stdout]     tests::test_generate_og_image_unicode_truncation
[INFO] [stdout]     tests::test_generate_og_image_whitespace_handling
[INFO] [stdout]     tests::test_generate_og_image_with_404_avatar
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 8 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.99s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "97dce71d308a1a76ef75b624bfe07ef78368b4a6b863157e674ddefa9c8be5fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "97dce71d308a1a76ef75b624bfe07ef78368b4a6b863157e674ddefa9c8be5fc", kill_on_drop: false }`
[INFO] [stdout] 97dce71d308a1a76ef75b624bfe07ef78368b4a6b863157e674ddefa9c8be5fc
