[INFO] cloning repository https://github.com/jsleemaster/canvas-mcp-editor
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jsleemaster/canvas-mcp-editor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjsleemaster%2Fcanvas-mcp-editor", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjsleemaster%2Fcanvas-mcp-editor'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2f140be9819ab85d5fb2cd974c6b5032393a3ecc
[INFO] testing jsleemaster/canvas-mcp-editor against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjsleemaster%2Fcanvas-mcp-editor" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/jsleemaster/canvas-mcp-editor
[INFO] finished tweaking git repo https://github.com/jsleemaster/canvas-mcp-editor
[INFO] tweaked toml for git repo https://github.com/jsleemaster/canvas-mcp-editor written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jsleemaster/canvas-mcp-editor on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jsleemaster/canvas-mcp-editor 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1eff174a998815ee177bebfe181b35845f67777c65f16d3ffd66940359f82137
[INFO] running `Command { std: "docker" "start" "1eff174a998815ee177bebfe181b35845f67777c65f16d3ffd66940359f82137", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1eff174a998815ee177bebfe181b35845f67777c65f16d3ffd66940359f82137", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1eff174a998815ee177bebfe181b35845f67777c65f16d3ffd66940359f82137" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1eff174a998815ee177bebfe181b35845f67777c65f16d3ffd66940359f82137", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1eff174a998815ee177bebfe181b35845f67777c65f16d3ffd66940359f82137" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.125
[INFO] [stderr]    Compiling http v1.4.2
[INFO] [stderr]    Compiling log v0.4.32
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling data-encoding v2.11.0
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling bumpalo v3.20.3
[INFO] [stderr]    Compiling wasm-bindgen v0.2.125
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling uuid v1.23.3
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.125
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling ts-rs-macros v11.1.0
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling tungstenite v0.29.0
[INFO] [stderr]    Compiling ts-rs v11.1.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.125
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling editor-core v0.1.0 (/opt/rustwide/workdir/crates/editor-core)
[INFO] [stderr]    Compiling hyper v1.10.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-tungstenite v0.29.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling axum v0.8.9
[INFO] [stderr]    Compiling editor-wasm v0.1.0 (/opt/rustwide/workdir/crates/editor-wasm)
[INFO] [stderr]    Compiling collab-relay v0.1.0 (/opt/rustwide/workdir/crates/collab-relay)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1m 00s
[INFO] running `Command { std: "docker" "inspect" "1eff174a998815ee177bebfe181b35845f67777c65f16d3ffd66940359f82137", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1eff174a998815ee177bebfe181b35845f67777c65f16d3ffd66940359f82137" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling editor-core v0.1.0 (/opt/rustwide/workdir/crates/editor-core)
[INFO] [stderr]    Compiling editor-wasm v0.1.0 (/opt/rustwide/workdir/crates/editor-wasm)
[INFO] [stderr]    Compiling collab-relay v0.1.0 (/opt/rustwide/workdir/crates/collab-relay)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 42.45s
[INFO] running `Command { std: "docker" "inspect" "1eff174a998815ee177bebfe181b35845f67777c65f16d3ffd66940359f82137", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1eff174a998815ee177bebfe181b35845f67777c65f16d3ffd66940359f82137" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/collab_relay-716e6b5ffc6650fd)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test config::tests::rejects_plain_non_e2ee_rooms_in_rust_relay_v1 ... ok
[INFO] [stdout] test frame::tests::encodes_and_decodes_encrypted_payload_frames ... ok
[INFO] [stdout] test frame::tests::encodes_and_decodes_query_frames_without_payload ... ok
[INFO] [stdout] test config::tests::validates_room_prefix_and_plain_room_token ... ok
[INFO] [stdout] test frame::tests::rejects_truncated_payload_frames ... ok
[INFO] [stdout] test room::tests::broadcasts_awareness_from_viewers ... ok
[INFO] [stdout] test room::tests::broadcasts_encrypted_sync_to_other_peers_only ... ok
[INFO] [stdout] test room::tests::drops_encrypted_sync_from_viewers ... ok
[INFO] [stdout] test server::tests::parses_upgrade_targets_from_query ... ok
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/collab_relay-12f01d5e8f96c124)
[INFO] [stdout] test config::tests::rejects_member_token_entries_without_token_material ... ok
[INFO] [stdout] test config::tests::viewer_members_are_awareness_only ... ok
[INFO] [stdout] test server::tests::health_route_returns_ok ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/editor_core-b7a9001e7763bb57)
[INFO] [stdout] 
[INFO] [stdout] running 74 tests
[INFO] [stdout] test context::export_bindings_nodesummary ... FAILED
[INFO] [stdout] test geometry::export_bindings_bounds ... FAILED
[INFO] [stdout] test geometry::export_bindings_transform ... FAILED
[INFO] [stdout] test geometry::export_bindings_point ... FAILED
[INFO] [stdout] test model::export_bindings_codecomponentmappingsourcefield ... FAILED
[INFO] [stdout] test geometry::export_bindings_size ... FAILED
[INFO] [stdout] test model::export_bindings_codecomponentmappingvariantprop ... FAILED
[INFO] [stdout] test model::export_bindings_componentinstance ... FAILED
[INFO] [stdout] test model::export_bindings_componentvariantarea ... FAILED
[INFO] [stdout] test model::export_bindings_componentvariantarealayout ... FAILED
[INFO] [stdout] test model::export_bindings_componentoverride ... FAILED
[INFO] [stdout] test model::export_bindings_componentproperty ... FAILED
[INFO] [stdout] test model::export_bindings_designtoken ... FAILED
[INFO] [stdout] test model::export_bindings_componentdefinition ... FAILED
[INFO] [stdout] test model::export_bindings_designfile ... FAILED
[INFO] [stdout] test model::export_bindings_designstyle ... FAILED
[INFO] [stdout] test model::export_bindings_gridarea ... FAILED
[INFO] [stdout] test model::export_bindings_designstyletype ... FAILED
[INFO] [stdout] test model::export_bindings_componentpropertytype ... FAILED
[INFO] [stdout] test model::export_bindings_gridtracktype ... FAILED
[INFO] [stdout] test model::export_bindings_horizontalconstraint ... FAILED
[INFO] [stdout] test model::export_bindings_layoutalignitems ... FAILED
[INFO] [stdout] test model::export_bindings_layoutaligncontent ... FAILED
[INFO] [stdout] test model::export_bindings_designtokenset ... FAILED
[INFO] [stdout] test model::export_bindings_gridtrack ... FAILED
[INFO] [stdout] test model::export_bindings_layoutdirection ... FAILED
[INFO] [stdout] test model::export_bindings_layoutjustifycontent ... FAILED
[INFO] [stdout] test model::export_bindings_designtokentheme ... FAILED
[INFO] [stdout] test model::export_bindings_exportpresetformat ... FAILED
[INFO] [stdout] test model::export_bindings_layoutjustifyitems ... FAILED
[INFO] [stdout] test model::export_bindings_fillblendmode ... FAILED
[INFO] [stdout] test model::export_bindings_layoutitemsizing ... FAILED
[INFO] [stdout] test model::export_bindings_layoutpadding ... FAILED
[INFO] [stdout] test model::export_bindings_layoutmode ... FAILED
[INFO] [stdout] test model::export_bindings_designtokentype ... FAILED
[INFO] [stdout] test model::export_bindings_layoutselfalignment ... FAILED
[INFO] [stdout] test model::export_bindings_componentvariant ... FAILED
[INFO] [stdout] test model::export_bindings_layoutsizing ... FAILED
[INFO] [stdout] test model::export_bindings_layoutspacingtokens ... FAILED
[INFO] [stdout] test model::export_bindings_layoutwrap ... FAILED
[INFO] [stdout] test model::export_bindings_nodeexportpreset ... FAILED
[INFO] [stdout] test model::export_bindings_nodelayout ... FAILED
[INFO] [stdout] test model::export_bindings_nodecontent ... FAILED
[INFO] [stdout] test model::export_bindings_nodefill ... FAILED
[INFO] [stdout] test model::export_bindings_nodepaintgradient ... FAILED
[INFO] [stdout] test model::export_bindings_nodeconstraints ... FAILED
[INFO] [stdout] test model::export_bindings_node ... FAILED
[INFO] [stdout] test model::export_bindings_nodekind ... FAILED
[INFO] [stdout] test model::export_bindings_nodelayoutitem ... FAILED
[INFO] [stdout] test model::export_bindings_nodepaintpoint ... FAILED
[INFO] [stdout] test model::export_bindings_nodepaintstop ... FAILED
[INFO] [stdout] test model::export_bindings_nodefillpaint ... FAILED
[INFO] [stdout] test context::export_bindings_designcontext ... FAILED
[INFO] [stdout] test model::export_bindings_page ... FAILED
[INFO] [stdout] test model::export_bindings_codecomponentmappingprop ... FAILED
[INFO] [stdout] test model::export_bindings_codecomponentmappingproptype ... FAILED
[INFO] [stdout] test model::export_bindings_strokecap ... FAILED
[INFO] [stdout] test model::export_bindings_codecomponentmapping ... FAILED
[INFO] [stdout] test model::tests::boolean_path_content_round_trip ... ok
[INFO] [stdout] test model::tests::path_node_round_trip ... ok
[INFO] [stdout] test model::export_bindings_booleanpathoperation ... FAILED
[INFO] [stdout] test model::tests::boolean_path_relation_round_trip ... ok
[INFO] [stdout] test model::export_bindings_codecomponentmappingimportmode ... FAILED
[INFO] [stdout] test model::export_bindings_strokejoin ... FAILED
[INFO] [stdout] test model::export_bindings_strokemarker ... FAILED
[INFO] [stdout] test model::export_bindings_strokeposition ... FAILED
[INFO] [stdout] test model::export_bindings_pathbooleanrelation ... FAILED
[INFO] [stdout] test model::export_bindings_nodestroke ... FAILED
[INFO] [stdout] test model::export_bindings_strokestyle ... FAILED
[INFO] [stdout] test model::export_bindings_pathfillrule ... FAILED
[INFO] [stdout] test model::export_bindings_verticalconstraint ... FAILED
[INFO] [stdout] test model::export_bindings_nodestrokepaint ... FAILED
[INFO] [stdout] test model::export_bindings_layoutitemposition ... FAILED
[INFO] [stdout] test model::export_bindings_style ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- context::export_bindings_nodesummary stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'context::export_bindings_nodesummary' (1553) panicked at crates/editor-core/src/context.rs:15:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f6d4753 - editor_core[7fe14f83df607f9e]::context::export_bindings_nodesummary
[INFO] [stdout]   13:     0x59721f6bb3c9 - <editor_core[7fe14f83df607f9e]::context::export_bindings_nodesummary::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- geometry::export_bindings_bounds stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'geometry::export_bindings_bounds' (1554) panicked at crates/editor-core/src/geometry.rs:26:65:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f6d4a53 - editor_core[7fe14f83df607f9e]::geometry::export_bindings_bounds
[INFO] [stdout]   13:     0x59721f6bb449 - <editor_core[7fe14f83df607f9e]::geometry::export_bindings_bounds::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- geometry::export_bindings_transform stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'geometry::export_bindings_transform' (1557) panicked at crates/editor-core/src/geometry.rs:18:65:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f6d4b13 - editor_core[7fe14f83df607f9e]::geometry::export_bindings_transform
[INFO] [stdout]   13:     0x59721f6bb469 - <editor_core[7fe14f83df607f9e]::geometry::export_bindings_transform::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- geometry::export_bindings_point stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'geometry::export_bindings_point' (1555) panicked at crates/editor-core/src/geometry.rs:4:65:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f6d4993 - editor_core[7fe14f83df607f9e]::geometry::export_bindings_point
[INFO] [stdout]   13:     0x59721f6bb429 - <editor_core[7fe14f83df607f9e]::geometry::export_bindings_point::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_codecomponentmappingsourcefield stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_codecomponentmappingsourcefield' (1563) panicked at crates/editor-core/src/model.rs:277:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f680e83 - editor_core[7fe14f83df607f9e]::model::export_bindings_codecomponentmappingsourcefield
[INFO] [stdout]   13:     0x59721f6bb389 - <editor_core[7fe14f83df607f9e]::model::export_bindings_codecomponentmappingsourcefield::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- geometry::export_bindings_size stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'geometry::export_bindings_size' (1556) panicked at crates/editor-core/src/geometry.rs:11:65:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f6d48d3 - editor_core[7fe14f83df607f9e]::geometry::export_bindings_size
[INFO] [stdout]   13:     0x59721f6bb409 - <editor_core[7fe14f83df607f9e]::geometry::export_bindings_size::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_codecomponentmappingvariantprop stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_codecomponentmappingvariantprop' (1564) panicked at crates/editor-core/src/model.rs:260:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f680f43 - editor_core[7fe14f83df607f9e]::model::export_bindings_codecomponentmappingvariantprop
[INFO] [stdout]   13:     0x59721f6bb3a9 - <editor_core[7fe14f83df607f9e]::model::export_bindings_codecomponentmappingvariantprop::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_componentinstance stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_componentinstance' (1566) panicked at crates/editor-core/src/model.rs:206:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67fd43 - editor_core[7fe14f83df607f9e]::model::export_bindings_componentinstance
[INFO] [stdout]   13:     0x59721f6bb0a9 - <editor_core[7fe14f83df607f9e]::model::export_bindings_componentinstance::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_componentvariantarea stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_componentvariantarea' (1571) panicked at crates/editor-core/src/model.rs:157:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f680883 - editor_core[7fe14f83df607f9e]::model::export_bindings_componentvariantarea
[INFO] [stdout]   13:     0x59721f6bb289 - <editor_core[7fe14f83df607f9e]::model::export_bindings_componentvariantarea::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_componentvariantarealayout stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_componentvariantarealayout' (1572) panicked at crates/editor-core/src/model.rs:165:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f680c43 - editor_core[7fe14f83df607f9e]::model::export_bindings_componentvariantarealayout
[INFO] [stdout]   13:     0x59721f6bb329 - <editor_core[7fe14f83df607f9e]::model::export_bindings_componentvariantarealayout::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_componentoverride stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_componentoverride' (1567) panicked at crates/editor-core/src/model.rs:216:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67fe03 - editor_core[7fe14f83df607f9e]::model::export_bindings_componentoverride
[INFO] [stdout]   13:     0x59721f6bb0c9 - <editor_core[7fe14f83df607f9e]::model::export_bindings_componentoverride::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_componentproperty stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_componentproperty' (1568) panicked at crates/editor-core/src/model.rs:197:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67fec3 - editor_core[7fe14f83df607f9e]::model::export_bindings_componentproperty
[INFO] [stdout]   13:     0x59721f6bb0e9 - <editor_core[7fe14f83df607f9e]::model::export_bindings_componentproperty::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_designtoken stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_designtoken' (1576) panicked at crates/editor-core/src/model.rs:26:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67ea83 - editor_core[7fe14f83df607f9e]::model::export_bindings_designtoken
[INFO] [stdout]   13:     0x59721f6bad89 - <editor_core[7fe14f83df607f9e]::model::export_bindings_designtoken::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_componentdefinition stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_componentdefinition' (1565) panicked at crates/editor-core/src/model.rs:146:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f680403 - editor_core[7fe14f83df607f9e]::model::export_bindings_componentdefinition
[INFO] [stdout]   13:     0x59721f6bb1c9 - <editor_core[7fe14f83df607f9e]::model::export_bindings_componentdefinition::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_designfile stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_designfile' (1573) panicked at crates/editor-core/src/model.rs:5:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67e543 - editor_core[7fe14f83df607f9e]::model::export_bindings_designfile
[INFO] [stdout]   13:     0x59721f6baca9 - <editor_core[7fe14f83df607f9e]::model::export_bindings_designfile::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_designstyle stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_designstyle' (1574) panicked at crates/editor-core/src/model.rs:68:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67e9c3 - editor_core[7fe14f83df607f9e]::model::export_bindings_designstyle
[INFO] [stdout]   13:     0x59721f6bad69 - <editor_core[7fe14f83df607f9e]::model::export_bindings_designstyle::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_gridarea stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_gridarea' (1582) panicked at crates/editor-core/src/model.rs:350:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67e183 - editor_core[7fe14f83df607f9e]::model::export_bindings_gridarea
[INFO] [stdout]   13:     0x59721f6bac09 - <editor_core[7fe14f83df607f9e]::model::export_bindings_gridarea::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_designstyletype stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_designstyletype' (1575) panicked at crates/editor-core/src/model.rs:78:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67f5c3 - editor_core[7fe14f83df607f9e]::model::export_bindings_designstyletype
[INFO] [stdout]   13:     0x59721f6baf69 - <editor_core[7fe14f83df607f9e]::model::export_bindings_designstyletype::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_componentpropertytype stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_componentpropertytype' (1569) panicked at crates/editor-core/src/model.rs:183:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f680ac3 - editor_core[7fe14f83df607f9e]::model::export_bindings_componentpropertytype
[INFO] [stdout]   13:     0x59721f6bb2e9 - <editor_core[7fe14f83df607f9e]::model::export_bindings_componentpropertytype::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_gridtracktype stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_gridtracktype' (1584) panicked at crates/editor-core/src/model.rs:369:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67efc3 - editor_core[7fe14f83df607f9e]::model::export_bindings_gridtracktype
[INFO] [stdout]   13:     0x59721f6bae69 - <editor_core[7fe14f83df607f9e]::model::export_bindings_gridtracktype::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_horizontalconstraint stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_horizontalconstraint' (1585) panicked at crates/editor-core/src/model.rs:575:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f680943 - editor_core[7fe14f83df607f9e]::model::export_bindings_horizontalconstraint
[INFO] [stdout]   13:     0x59721f6bb2a9 - <editor_core[7fe14f83df607f9e]::model::export_bindings_horizontalconstraint::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_layoutalignitems stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_layoutalignitems' (1587) panicked at crates/editor-core/src/model.rs:478:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67fb03 - editor_core[7fe14f83df607f9e]::model::export_bindings_layoutalignitems
[INFO] [stdout]   13:     0x59721f6bb049 - <editor_core[7fe14f83df607f9e]::model::export_bindings_layoutalignitems::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_layoutaligncontent stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_layoutaligncontent' (1586) panicked at crates/editor-core/src/model.rs:512:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f680103 - editor_core[7fe14f83df607f9e]::model::export_bindings_layoutaligncontent
[INFO] [stdout]   13:     0x59721f6bb149 - <editor_core[7fe14f83df607f9e]::model::export_bindings_layoutaligncontent::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_designtokenset stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_designtokenset' (1577) panicked at crates/editor-core/src/model.rs:38:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67f2c3 - editor_core[7fe14f83df607f9e]::model::export_bindings_designtokenset
[INFO] [stdout]   13:     0x59721f6baee9 - <editor_core[7fe14f83df607f9e]::model::export_bindings_designtokenset::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_gridtrack stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_gridtrack' (1583) panicked at crates/editor-core/src/model.rs:360:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67e3c3 - editor_core[7fe14f83df607f9e]::model::export_bindings_gridtrack
[INFO] [stdout]   13:     0x59721f6bac69 - <editor_core[7fe14f83df607f9e]::model::export_bindings_gridtrack::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_layoutdirection stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_layoutdirection' (1588) panicked at crates/editor-core/src/model.rs:460:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67f743 - editor_core[7fe14f83df607f9e]::model::export_bindings_layoutdirection
[INFO] [stdout]   13:     0x59721f6bafa9 - <editor_core[7fe14f83df607f9e]::model::export_bindings_layoutdirection::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_layoutjustifycontent stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_layoutjustifycontent' (1591) panicked at crates/editor-core/src/model.rs:490:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f680a03 - editor_core[7fe14f83df607f9e]::model::export_bindings_layoutjustifycontent
[INFO] [stdout]   13:     0x59721f6bb2c9 - <editor_core[7fe14f83df607f9e]::model::export_bindings_layoutjustifycontent::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_designtokentheme stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_designtokentheme' (1578) panicked at crates/editor-core/src/model.rs:46:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67fa43 - editor_core[7fe14f83df607f9e]::model::export_bindings_designtokentheme
[INFO] [stdout]   13:     0x59721f6bb029 - <editor_core[7fe14f83df607f9e]::model::export_bindings_designtokentheme::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_exportpresetformat stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_exportpresetformat' (1580) panicked at crates/editor-core/src/model.rs:135:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f680043 - editor_core[7fe14f83df607f9e]::model::export_bindings_exportpresetformat
[INFO] [stdout]   13:     0x59721f6bb129 - <editor_core[7fe14f83df607f9e]::model::export_bindings_exportpresetformat::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_layoutjustifyitems stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_layoutjustifyitems' (1592) panicked at crates/editor-core/src/model.rs:502:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f680283 - editor_core[7fe14f83df607f9e]::model::export_bindings_layoutjustifyitems
[INFO] [stdout]   13:     0x59721f6bb189 - <editor_core[7fe14f83df607f9e]::model::export_bindings_layoutjustifyitems::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_fillblendmode stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_fillblendmode' (1581) panicked at crates/editor-core/src/model.rs:708:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67ef03 - editor_core[7fe14f83df607f9e]::model::export_bindings_fillblendmode
[INFO] [stdout]   13:     0x59721f6bae49 - <editor_core[7fe14f83df607f9e]::model::export_bindings_fillblendmode::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_layoutitemsizing stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_layoutitemsizing' (1590) panicked at crates/editor-core/src/model.rs:395:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67fbc3 - editor_core[7fe14f83df607f9e]::model::export_bindings_layoutitemsizing
[INFO] [stdout]   13:     0x59721f6bb069 - <editor_core[7fe14f83df607f9e]::model::export_bindings_layoutitemsizing::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_layoutpadding stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_layoutpadding' (1594) panicked at crates/editor-core/src/model.rs:378:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67f083 - editor_core[7fe14f83df607f9e]::model::export_bindings_layoutpadding
[INFO] [stdout]   13:     0x59721f6bae89 - <editor_core[7fe14f83df607f9e]::model::export_bindings_layoutpadding::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_layoutmode stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_layoutmode' (1593) panicked at crates/editor-core/src/model.rs:451:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67e603 - editor_core[7fe14f83df607f9e]::model::export_bindings_layoutmode
[INFO] [stdout]   13:     0x59721f6bacc9 - <editor_core[7fe14f83df607f9e]::model::export_bindings_layoutmode::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_designtokentype stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_designtokentype' (1579) panicked at crates/editor-core/src/model.rs:58:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67f683 - editor_core[7fe14f83df607f9e]::model::export_bindings_designtokentype
[INFO] [stdout]   13:     0x59721f6baf89 - <editor_core[7fe14f83df607f9e]::model::export_bindings_designtokentype::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_layoutselfalignment stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_layoutselfalignment' (1595) panicked at crates/editor-core/src/model.rs:403:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f6804c3 - editor_core[7fe14f83df607f9e]::model::export_bindings_layoutselfalignment
[INFO] [stdout]   13:     0x59721f6bb1e9 - <editor_core[7fe14f83df607f9e]::model::export_bindings_layoutselfalignment::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_componentvariant stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_componentvariant' (1570) panicked at crates/editor-core/src/model.rs:173:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67f983 - editor_core[7fe14f83df607f9e]::model::export_bindings_componentvariant
[INFO] [stdout]   13:     0x59721f6bb009 - <editor_core[7fe14f83df607f9e]::model::export_bindings_componentvariant::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_layoutsizing stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_layoutsizing' (1596) panicked at crates/editor-core/src/model.rs:524:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67ecc3 - editor_core[7fe14f83df607f9e]::model::export_bindings_layoutsizing
[INFO] [stdout]   13:     0x59721f6bade9 - <editor_core[7fe14f83df607f9e]::model::export_bindings_layoutsizing::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_layoutspacingtokens stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_layoutspacingtokens' (1597) panicked at crates/editor-core/src/model.rs:331:68:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f680583 - editor_core[7fe14f83df607f9e]::model::export_bindings_layoutspacingtokens
[INFO] [stdout]   13:     0x59721f6bb209 - <editor_core[7fe14f83df607f9e]::model::export_bindings_layoutspacingtokens::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_layoutwrap stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_layoutwrap' (1598) panicked at crates/editor-core/src/model.rs:470:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67e6c3 - editor_core[7fe14f83df607f9e]::model::export_bindings_layoutwrap
[INFO] [stdout]   13:     0x59721f6bace9 - <editor_core[7fe14f83df607f9e]::model::export_bindings_layoutwrap::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_nodeexportpreset stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_nodeexportpreset' (1602) panicked at crates/editor-core/src/model.rs:126:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67fc83 - editor_core[7fe14f83df607f9e]::model::export_bindings_nodeexportpreset
[INFO] [stdout]   13:     0x59721f6bb089 - <editor_core[7fe14f83df607f9e]::model::export_bindings_nodeexportpreset::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_nodelayout stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_nodelayout' (1606) panicked at crates/editor-core/src/model.rs:284:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67e783 - editor_core[7fe14f83df607f9e]::model::export_bindings_nodelayout
[INFO] [stdout]   13:     0x59721f6bad09 - <editor_core[7fe14f83df607f9e]::model::export_bindings_nodelayout::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_nodecontent stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_nodecontent' (1601) panicked at crates/editor-core/src/model.rs:820:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67eb43 - editor_core[7fe14f83df607f9e]::model::export_bindings_nodecontent
[INFO] [stdout]   13:     0x59721f6bada9 - <editor_core[7fe14f83df607f9e]::model::export_bindings_nodecontent::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_nodefill stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_nodefill' (1603) panicked at crates/editor-core/src/model.rs:730:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67e243 - editor_core[7fe14f83df607f9e]::model::export_bindings_nodefill
[INFO] [stdout]   13:     0x59721f6bac29 - <editor_core[7fe14f83df607f9e]::model::export_bindings_nodefill::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_nodepaintgradient stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_nodepaintgradient' (1608) panicked at crates/editor-core/src/model.rs:675:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67ff83 - editor_core[7fe14f83df607f9e]::model::export_bindings_nodepaintgradient
[INFO] [stdout]   13:     0x59721f6bb109 - <editor_core[7fe14f83df607f9e]::model::export_bindings_nodepaintgradient::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_nodeconstraints stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_nodeconstraints' (1600) panicked at crates/editor-core/src/model.rs:568:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67f803 - editor_core[7fe14f83df607f9e]::model::export_bindings_nodeconstraints
[INFO] [stdout]   13:     0x59721f6bafc9 - <editor_core[7fe14f83df607f9e]::model::export_bindings_nodeconstraints::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_node stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_node' (1599) panicked at crates/editor-core/src/model.rs:95:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stderr] error: test failed, to rerun pass `-p editor-core --lib`
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67df43 - editor_core[7fe14f83df607f9e]::model::export_bindings_node
[INFO] [stdout]   13:     0x59721f6baba9 - <editor_core[7fe14f83df607f9e]::model::export_bindings_node::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_nodekind stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_nodekind' (1605) panicked at crates/editor-core/src/model.rs:597:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67e303 - editor_core[7fe14f83df607f9e]::model::export_bindings_nodekind
[INFO] [stdout]   13:     0x59721f6bac49 - <editor_core[7fe14f83df607f9e]::model::export_bindings_nodekind::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_nodelayoutitem stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_nodelayoutitem' (1607) panicked at crates/editor-core/src/model.rs:415:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67f383 - editor_core[7fe14f83df607f9e]::model::export_bindings_nodelayoutitem
[INFO] [stdout]   13:     0x59721f6baf09 - <editor_core[7fe14f83df607f9e]::model::export_bindings_nodelayoutitem::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_nodepaintpoint stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_nodepaintpoint' (1609) panicked at crates/editor-core/src/model.rs:660:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67f443 - editor_core[7fe14f83df607f9e]::model::export_bindings_nodepaintpoint
[INFO] [stdout]   13:     0x59721f6baf29 - <editor_core[7fe14f83df607f9e]::model::export_bindings_nodepaintpoint::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_nodepaintstop stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_nodepaintstop' (1610) panicked at crates/editor-core/src/model.rs:667:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67f203 - editor_core[7fe14f83df607f9e]::model::export_bindings_nodepaintstop
[INFO] [stdout]   13:     0x59721f6baec9 - <editor_core[7fe14f83df607f9e]::model::export_bindings_nodepaintstop::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_nodefillpaint stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_nodefillpaint' (1604) panicked at crates/editor-core/src/model.rs:699:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67f143 - editor_core[7fe14f83df607f9e]::model::export_bindings_nodefillpaint
[INFO] [stdout]   13:     0x59721f6baea9 - <editor_core[7fe14f83df607f9e]::model::export_bindings_nodefillpaint::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- context::export_bindings_designcontext stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'context::export_bindings_designcontext' (1552) panicked at crates/editor-core/src/context.rs:6:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f6d4813 - editor_core[7fe14f83df607f9e]::context::export_bindings_designcontext
[INFO] [stdout]   13:     0x59721f6bb3e9 - <editor_core[7fe14f83df607f9e]::context::export_bindings_designcontext::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_page stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_page' (1613) panicked at crates/editor-core/src/model.rs:87:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67e003 - editor_core[7fe14f83df607f9e]::model::export_bindings_page
[INFO] [stdout]   13:     0x59721f6babc9 - <editor_core[7fe14f83df607f9e]::model::export_bindings_page::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_codecomponentmappingprop stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_codecomponentmappingprop' (1561) panicked at crates/editor-core/src/model.rs:249:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f680b83 - editor_core[7fe14f83df607f9e]::model::export_bindings_codecomponentmappingprop
[INFO] [stdout]   13:     0x59721f6bb309 - <editor_core[7fe14f83df607f9e]::model::export_bindings_codecomponentmappingprop::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_codecomponentmappingproptype stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_codecomponentmappingproptype' (1562) panicked at crates/editor-core/src/model.rs:270:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f680d03 - editor_core[7fe14f83df607f9e]::model::export_bindings_codecomponentmappingproptype
[INFO] [stdout]   13:     0x59721f6bb349 - <editor_core[7fe14f83df607f9e]::model::export_bindings_codecomponentmappingproptype::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_strokecap stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_strokecap' (1616) panicked at crates/editor-core/src/model.rs:611:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67e483 - editor_core[7fe14f83df607f9e]::model::export_bindings_strokecap
[INFO] [stdout]   13:     0x59721f6bac89 - <editor_core[7fe14f83df607f9e]::model::export_bindings_strokecap::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_codecomponentmapping stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_codecomponentmapping' (1559) panicked at crates/editor-core/src/model.rs:224:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f6807c3 - editor_core[7fe14f83df607f9e]::model::export_bindings_codecomponentmapping
[INFO] [stdout]   13:     0x59721f6bb269 - <editor_core[7fe14f83df607f9e]::model::export_bindings_codecomponentmapping::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_booleanpathoperation stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_booleanpathoperation' (1558) panicked at crates/editor-core/src/model.rs:795:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f680703 - editor_core[7fe14f83df607f9e]::model::export_bindings_booleanpathoperation
[INFO] [stdout]   13:     0x59721f6bb249 - <editor_core[7fe14f83df607f9e]::model::export_bindings_booleanpathoperation::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_codecomponentmappingimportmode stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_codecomponentmappingimportmode' (1560) panicked at crates/editor-core/src/model.rs:241:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f680dc3 - editor_core[7fe14f83df607f9e]::model::export_bindings_codecomponentmappingimportmode
[INFO] [stdout]   13:     0x59721f6bb369 - <editor_core[7fe14f83df607f9e]::model::export_bindings_codecomponentmappingimportmode::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_strokejoin stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_strokejoin' (1617) panicked at crates/editor-core/src/model.rs:620:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67e903 - editor_core[7fe14f83df607f9e]::model::export_bindings_strokejoin
[INFO] [stdout]   13:     0x59721f6bad49 - <editor_core[7fe14f83df607f9e]::model::export_bindings_strokejoin::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_strokemarker stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_strokemarker' (1618) panicked at crates/editor-core/src/model.rs:629:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67ee43 - editor_core[7fe14f83df607f9e]::model::export_bindings_strokemarker
[INFO] [stdout]   13:     0x59721f6bae29 - <editor_core[7fe14f83df607f9e]::model::export_bindings_strokemarker::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_strokeposition stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_strokeposition' (1619) panicked at crates/editor-core/src/model.rs:641:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67f503 - editor_core[7fe14f83df607f9e]::model::export_bindings_strokeposition
[INFO] [stdout]   13:     0x59721f6baf49 - <editor_core[7fe14f83df607f9e]::model::export_bindings_strokeposition::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_pathbooleanrelation stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_pathbooleanrelation' (1614) panicked at crates/editor-core/src/model.rs:805:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f680643 - editor_core[7fe14f83df607f9e]::model::export_bindings_pathbooleanrelation
[INFO] [stdout]   13:     0x59721f6bb229 - <editor_core[7fe14f83df607f9e]::model::export_bindings_pathbooleanrelation::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_nodestroke stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_nodestroke' (1611) panicked at crates/editor-core/src/model.rs:742:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67e843 - editor_core[7fe14f83df607f9e]::model::export_bindings_nodestroke
[INFO] [stdout]   13:     0x59721f6bad29 - <editor_core[7fe14f83df607f9e]::model::export_bindings_nodestroke::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_strokestyle stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_strokestyle' (1620) panicked at crates/editor-core/src/model.rs:650:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67ec03 - editor_core[7fe14f83df607f9e]::model::export_bindings_strokestyle
[INFO] [stdout]   13:     0x59721f6badc9 - <editor_core[7fe14f83df607f9e]::model::export_bindings_strokestyle::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_pathfillrule stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_pathfillrule' (1615) panicked at crates/editor-core/src/model.rs:812:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67ed83 - editor_core[7fe14f83df607f9e]::model::export_bindings_pathfillrule
[INFO] [stdout]   13:     0x59721f6bae09 - <editor_core[7fe14f83df607f9e]::model::export_bindings_pathfillrule::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_verticalconstraint stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_verticalconstraint' (1622) panicked at crates/editor-core/src/model.rs:586:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f680343 - editor_core[7fe14f83df607f9e]::model::export_bindings_verticalconstraint
[INFO] [stdout]   13:     0x59721f6bb1a9 - <editor_core[7fe14f83df607f9e]::model::export_bindings_verticalconstraint::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_nodestrokepaint stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_nodestrokepaint' (1612) panicked at crates/editor-core/src/model.rs:690:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67f8c3 - editor_core[7fe14f83df607f9e]::model::export_bindings_nodestrokepaint
[INFO] [stdout]   13:     0x59721f6bafe9 - <editor_core[7fe14f83df607f9e]::model::export_bindings_nodestrokepaint::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_layoutitemposition stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_layoutitemposition' (1589) panicked at crates/editor-core/src/model.rs:387:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f6801c3 - editor_core[7fe14f83df607f9e]::model::export_bindings_layoutitemposition
[INFO] [stdout]   13:     0x59721f6bb169 - <editor_core[7fe14f83df607f9e]::model::export_bindings_layoutitemposition::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_style stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_style' (1621) panicked at crates/editor-core/src/model.rs:762:59:
[INFO] [stdout] could not export type: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59721f7657d1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x59721f77abba - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x59721f769d0c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x59721f740fc6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x59721f75dee9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x59721f6ef1c0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x59721f75e0a2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x59721f741072 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x59721f7398f9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x59721f741c6d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x59721f77b2ec - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x59721f77b0c2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x59721f67e0c3 - editor_core[7fe14f83df607f9e]::model::export_bindings_style
[INFO] [stdout]   13:     0x59721f6babe9 - <editor_core[7fe14f83df607f9e]::model::export_bindings_style::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x59721f6e24ab - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x59721f6efb15 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x59721f6e8ed4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x59721f6f2c72 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x59721f7650a9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7bc4a088a07a - <unknown>
[INFO] [stdout]   20:     0x7bc4a091d534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     context::export_bindings_designcontext
[INFO] [stdout]     context::export_bindings_nodesummary
[INFO] [stdout]     geometry::export_bindings_bounds
[INFO] [stdout]     geometry::export_bindings_point
[INFO] [stdout]     geometry::export_bindings_size
[INFO] [stdout]     geometry::export_bindings_transform
[INFO] [stdout]     model::export_bindings_booleanpathoperation
[INFO] [stdout]     model::export_bindings_codecomponentmapping
[INFO] [stdout]     model::export_bindings_codecomponentmappingimportmode
[INFO] [stdout]     model::export_bindings_codecomponentmappingprop
[INFO] [stdout]     model::export_bindings_codecomponentmappingproptype
[INFO] [stdout]     model::export_bindings_codecomponentmappingsourcefield
[INFO] [stdout]     model::export_bindings_codecomponentmappingvariantprop
[INFO] [stdout]     model::export_bindings_componentdefinition
[INFO] [stdout]     model::export_bindings_componentinstance
[INFO] [stdout]     model::export_bindings_componentoverride
[INFO] [stdout]     model::export_bindings_componentproperty
[INFO] [stdout]     model::export_bindings_componentpropertytype
[INFO] [stdout]     model::export_bindings_componentvariant
[INFO] [stdout]     model::export_bindings_componentvariantarea
[INFO] [stdout]     model::export_bindings_componentvariantarealayout
[INFO] [stdout]     model::export_bindings_designfile
[INFO] [stdout]     model::export_bindings_designstyle
[INFO] [stdout]     model::export_bindings_designstyletype
[INFO] [stdout]     model::export_bindings_designtoken
[INFO] [stdout]     model::export_bindings_designtokenset
[INFO] [stdout]     model::export_bindings_designtokentheme
[INFO] [stdout]     model::export_bindings_designtokentype
[INFO] [stdout]     model::export_bindings_exportpresetformat
[INFO] [stdout]     model::export_bindings_fillblendmode
[INFO] [stdout]     model::export_bindings_gridarea
[INFO] [stdout]     model::export_bindings_gridtrack
[INFO] [stdout]     model::export_bindings_gridtracktype
[INFO] [stdout]     model::export_bindings_horizontalconstraint
[INFO] [stdout]     model::export_bindings_layoutaligncontent
[INFO] [stdout]     model::export_bindings_layoutalignitems
[INFO] [stdout]     model::export_bindings_layoutdirection
[INFO] [stdout]     model::export_bindings_layoutitemposition
[INFO] [stdout]     model::export_bindings_layoutitemsizing
[INFO] [stdout]     model::export_bindings_layoutjustifycontent
[INFO] [stdout]     model::export_bindings_layoutjustifyitems
[INFO] [stdout]     model::export_bindings_layoutmode
[INFO] [stdout]     model::export_bindings_layoutpadding
[INFO] [stdout]     model::export_bindings_layoutselfalignment
[INFO] [stdout]     model::export_bindings_layoutsizing
[INFO] [stdout]     model::export_bindings_layoutspacingtokens
[INFO] [stdout]     model::export_bindings_layoutwrap
[INFO] [stdout]     model::export_bindings_node
[INFO] [stdout]     model::export_bindings_nodeconstraints
[INFO] [stdout]     model::export_bindings_nodecontent
[INFO] [stdout]     model::export_bindings_nodeexportpreset
[INFO] [stdout]     model::export_bindings_nodefill
[INFO] [stdout]     model::export_bindings_nodefillpaint
[INFO] [stdout]     model::export_bindings_nodekind
[INFO] [stdout]     model::export_bindings_nodelayout
[INFO] [stdout]     model::export_bindings_nodelayoutitem
[INFO] [stdout]     model::export_bindings_nodepaintgradient
[INFO] [stdout]     model::export_bindings_nodepaintpoint
[INFO] [stdout]     model::export_bindings_nodepaintstop
[INFO] [stdout]     model::export_bindings_nodestroke
[INFO] [stdout]     model::export_bindings_nodestrokepaint
[INFO] [stdout]     model::export_bindings_page
[INFO] [stdout]     model::export_bindings_pathbooleanrelation
[INFO] [stdout]     model::export_bindings_pathfillrule
[INFO] [stdout]     model::export_bindings_strokecap
[INFO] [stdout]     model::export_bindings_strokejoin
[INFO] [stdout]     model::export_bindings_strokemarker
[INFO] [stdout]     model::export_bindings_strokeposition
[INFO] [stdout]     model::export_bindings_strokestyle
[INFO] [stdout]     model::export_bindings_style
[INFO] [stdout]     model::export_bindings_verticalconstraint
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 71 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "1eff174a998815ee177bebfe181b35845f67777c65f16d3ffd66940359f82137", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1eff174a998815ee177bebfe181b35845f67777c65f16d3ffd66940359f82137", kill_on_drop: false }`
[INFO] [stdout] 1eff174a998815ee177bebfe181b35845f67777c65f16d3ffd66940359f82137
