[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.98.0-beta.8+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-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jsleemaster/canvas-mcp-editor on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "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.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded uuid v1.23.3
[INFO] [stderr]   Downloaded ts-rs-macros v11.1.0
[INFO] [stderr]   Downloaded ts-rs v11.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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] 1a43610dff608eea2f7a771848542c6380f77d842027a33d3ae946b55634e318
[INFO] running `Command { std: "docker" "start" "1a43610dff608eea2f7a771848542c6380f77d842027a33d3ae946b55634e318", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1a43610dff608eea2f7a771848542c6380f77d842027a33d3ae946b55634e318", 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" "1a43610dff608eea2f7a771848542c6380f77d842027a33d3ae946b55634e318" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1a43610dff608eea2f7a771848542c6380f77d842027a33d3ae946b55634e318", 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" "1a43610dff608eea2f7a771848542c6380f77d842027a33d3ae946b55634e318" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[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 zerocopy v0.8.52
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.125
[INFO] [stderr]    Compiling http v1.4.2
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling log v0.4.32
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling data-encoding v2.11.0
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling bumpalo v3.20.3
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling wasm-bindgen v0.2.125
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling uuid v1.23.3
[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 ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling ts-rs v11.1.0
[INFO] [stderr]    Compiling tungstenite v0.29.0
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.125
[INFO] [stderr]    Compiling serde v1.0.228
[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 02s
[INFO] running `Command { std: "docker" "inspect" "1a43610dff608eea2f7a771848542c6380f77d842027a33d3ae946b55634e318", 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" "1a43610dff608eea2f7a771848542c6380f77d842027a33d3ae946b55634e318" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "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 collab-relay v0.1.0 (/opt/rustwide/workdir/crates/collab-relay)
[INFO] [stderr]    Compiling editor-wasm v0.1.0 (/opt/rustwide/workdir/crates/editor-wasm)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 46.93s
[INFO] running `Command { std: "docker" "inspect" "1a43610dff608eea2f7a771848542c6380f77d842027a33d3ae946b55634e318", 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" "1a43610dff608eea2f7a771848542c6380f77d842027a33d3ae946b55634e318" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.17s
[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 config::tests::viewer_members_are_awareness_only ... ok
[INFO] [stdout] test config::tests::rejects_member_token_entries_without_token_material ... ok
[INFO] [stdout] test frame::tests::rejects_truncated_payload_frames ... ok
[INFO] [stdout] test config::tests::validates_room_prefix_and_plain_room_token ... ok
[INFO] [stdout] test frame::tests::encodes_and_decodes_query_frames_without_payload ... 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::health_route_returns_ok ... ok
[INFO] [stdout] test server::tests::parses_upgrade_targets_from_query ... 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] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/collab_relay-12f01d5e8f96c124)
[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_designcontext ... FAILED
[INFO] [stdout] test geometry::export_bindings_transform ... FAILED
[INFO] [stdout] test geometry::export_bindings_bounds ... FAILED
[INFO] [stdout] test context::export_bindings_nodesummary ... FAILED
[INFO] [stdout] test model::export_bindings_componentoverride ... FAILED
[INFO] [stdout] test model::export_bindings_codecomponentmappingimportmode ... FAILED
[INFO] [stdout] test model::export_bindings_componentvariant ... FAILED
[INFO] [stdout] test model::export_bindings_codecomponentmapping ... FAILED
[INFO] [stdout] test geometry::export_bindings_point ... FAILED
[INFO] [stdout] test model::export_bindings_booleanpathoperation ... FAILED
[INFO] [stdout] test model::export_bindings_componentpropertytype ... FAILED
[INFO] [stdout] test model::export_bindings_designstyletype ... FAILED
[INFO] [stdout] test model::export_bindings_componentvariantarealayout ... FAILED
[INFO] [stdout] test model::export_bindings_componentinstance ... FAILED
[INFO] [stdout] test model::export_bindings_codecomponentmappingprop ... FAILED
[INFO] [stdout] test model::export_bindings_designtoken ... FAILED
[INFO] [stdout] test model::export_bindings_componentvariantarea ... FAILED
[INFO] [stdout] test model::export_bindings_designtokentheme ... FAILED
[INFO] [stdout] test model::export_bindings_gridarea ... FAILED
[INFO] [stdout] test model::export_bindings_componentdefinition ... FAILED
[INFO] [stdout] test model::export_bindings_componentproperty ... FAILED
[INFO] [stdout] test model::export_bindings_codecomponentmappingvariantprop ... FAILED
[INFO] [stdout] test model::export_bindings_exportpresetformat ... FAILED
[INFO] [stdout] test model::export_bindings_designfile ... FAILED
[INFO] [stdout] test model::export_bindings_designtokentype ... FAILED
[INFO] [stdout] test model::export_bindings_designstyle ... FAILED
[INFO] [stdout] test model::export_bindings_designtokenset ... FAILED
[INFO] [stdout] test model::export_bindings_gridtracktype ... FAILED
[INFO] [stdout] test model::export_bindings_horizontalconstraint ... FAILED
[INFO] [stdout] test model::export_bindings_fillblendmode ... FAILED
[INFO] [stdout] test model::export_bindings_codecomponentmappingsourcefield ... FAILED
[INFO] [stdout] test model::export_bindings_layoutalignitems ... FAILED
[INFO] [stdout] test model::export_bindings_layoutdirection ... FAILED
[INFO] [stdout] test model::export_bindings_layoutaligncontent ... FAILED
[INFO] [stdout] test model::export_bindings_layoutitemsizing ... FAILED
[INFO] [stdout] test model::export_bindings_layoutjustifyitems ... FAILED
[INFO] [stdout] test model::export_bindings_layoutsizing ... FAILED
[INFO] [stdout] test model::export_bindings_gridtrack ... FAILED
[INFO] [stdout] test geometry::export_bindings_size ... FAILED
[INFO] [stdout] test model::export_bindings_layoutwrap ... FAILED
[INFO] [stdout] test model::export_bindings_layoutmode ... FAILED
[INFO] [stdout] test model::export_bindings_layoutpadding ... FAILED
[INFO] [stdout] test model::export_bindings_layoutjustifycontent ... FAILED
[INFO] [stdout] test model::export_bindings_nodelayoutitem ... FAILED
[INFO] [stdout] test model::export_bindings_nodepaintpoint ... FAILED
[INFO] [stdout] test model::export_bindings_node ... FAILED
[INFO] [stdout] test model::export_bindings_nodeconstraints ... FAILED
[INFO] [stdout] test model::export_bindings_nodestroke ... FAILED
[INFO] [stdout] test model::export_bindings_nodeexportpreset ... FAILED
[INFO] [stdout] test model::export_bindings_nodepaintstop ... FAILED
[INFO] [stdout] test model::export_bindings_nodefill ... FAILED
[INFO] [stdout] test model::export_bindings_strokecap ... FAILED
[INFO] [stdout] test model::export_bindings_layoutspacingtokens ... FAILED
[INFO] [stdout] test model::export_bindings_layoutitemposition ... FAILED
[INFO] [stdout] test model::export_bindings_strokemarker ... FAILED
[INFO] [stdout] test model::export_bindings_nodepaintgradient ... FAILED
[INFO] [stdout] test model::export_bindings_layoutselfalignment ... FAILED
[INFO] [stdout] test model::tests::boolean_path_content_round_trip ... ok
[INFO] [stdout] test model::export_bindings_nodekind ... FAILED
[INFO] [stdout] test model::tests::boolean_path_relation_round_trip ... ok
[INFO] [stdout] test model::export_bindings_nodestrokepaint ... FAILED
[INFO] [stdout] test model::tests::path_node_round_trip ... ok
[INFO] [stdout] test model::export_bindings_page ... FAILED
[INFO] [stdout] test model::export_bindings_pathbooleanrelation ... FAILED
[INFO] [stdout] test model::export_bindings_nodecontent ... FAILED
[INFO] [stdout] test model::export_bindings_pathfillrule ... FAILED
[INFO] [stdout] test model::export_bindings_nodefillpaint ... FAILED
[INFO] [stdout] test model::export_bindings_nodelayout ... FAILED
[INFO] [stdout] test model::export_bindings_strokejoin ... FAILED
[INFO] [stdout] test model::export_bindings_strokeposition ... FAILED
[INFO] [stdout] test model::export_bindings_strokestyle ... FAILED
[INFO] [stdout] test model::export_bindings_verticalconstraint ... FAILED
[INFO] [stdout] test model::export_bindings_style ... FAILED
[INFO] [stdout] test model::export_bindings_codecomponentmappingproptype ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- context::export_bindings_designcontext stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'context::export_bindings_designcontext' (1702) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf0be293 - editor_core[70fb6cf36dc3bd21]::context::export_bindings_designcontext
[INFO] [stdout]   13:     0x5b5bcf0af4f9 - <editor_core[70fb6cf36dc3bd21]::context::export_bindings_designcontext::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- geometry::export_bindings_transform stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'geometry::export_bindings_transform' (1707) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf0be593 - editor_core[70fb6cf36dc3bd21]::geometry::export_bindings_transform
[INFO] [stdout]   13:     0x5b5bcf0af579 - <editor_core[70fb6cf36dc3bd21]::geometry::export_bindings_transform::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- geometry::export_bindings_bounds stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'geometry::export_bindings_bounds' (1704) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf0be4d3 - editor_core[70fb6cf36dc3bd21]::geometry::export_bindings_bounds
[INFO] [stdout]   13:     0x5b5bcf0af559 - <editor_core[70fb6cf36dc3bd21]::geometry::export_bindings_bounds::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- context::export_bindings_nodesummary stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'context::export_bindings_nodesummary' (1703) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf0be1d3 - editor_core[70fb6cf36dc3bd21]::context::export_bindings_nodesummary
[INFO] [stdout]   13:     0x5b5bcf0af4d9 - <editor_core[70fb6cf36dc3bd21]::context::export_bindings_nodesummary::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_componentoverride stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_componentoverride' (1717) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf0697d3 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_componentoverride
[INFO] [stdout]   13:     0x5b5bcf0af1d9 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_componentoverride::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_codecomponentmappingimportmode stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_codecomponentmappingimportmode' (1710) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf06a793 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_codecomponentmappingimportmode
[INFO] [stdout]   13:     0x5b5bcf0af479 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_codecomponentmappingimportmode::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_componentvariant stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_componentvariant' (1720) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf069353 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_componentvariant
[INFO] [stdout]   13:     0x5b5bcf0af119 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_componentvariant::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_codecomponentmapping stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_codecomponentmapping' (1709) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf06a193 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_codecomponentmapping
[INFO] [stdout]   13:     0x5b5bcf0af379 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_codecomponentmapping::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- geometry::export_bindings_point stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'geometry::export_bindings_point' (1705) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf0be413 - editor_core[70fb6cf36dc3bd21]::geometry::export_bindings_point
[INFO] [stdout]   13:     0x5b5bcf0af539 - <editor_core[70fb6cf36dc3bd21]::geometry::export_bindings_point::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_booleanpathoperation stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_booleanpathoperation' (1708) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf06a0d3 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_booleanpathoperation
[INFO] [stdout]   13:     0x5b5bcf0af359 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_booleanpathoperation::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_componentpropertytype stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_componentpropertytype' (1719) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf06a493 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_componentpropertytype
[INFO] [stdout]   13:     0x5b5bcf0af3f9 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_componentpropertytype::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_designstyletype stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_designstyletype' (1725) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf068f93 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_designstyletype
[INFO] [stdout]   13:     0x5b5bcf0af079 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_designstyletype::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_componentvariantarealayout stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_componentvariantarealayout' (1722) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf06a613 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_componentvariantarealayout
[INFO] [stdout]   13:     0x5b5bcf0af439 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_componentvariantarealayout::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_componentinstance stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_componentinstance' (1716) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf069713 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_componentinstance
[INFO] [stdout]   13:     0x5b5bcf0af1b9 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_componentinstance::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_codecomponentmappingprop stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_codecomponentmappingprop' (1711) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf06a553 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_codecomponentmappingprop
[INFO] [stdout]   13:     0x5b5bcf0af419 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_codecomponentmappingprop::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_designtoken stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_designtoken' (1726) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf068453 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_designtoken
[INFO] [stdout]   13:     0x5b5bcf0aee99 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_designtoken::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_componentvariantarea stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_componentvariantarea' (1721) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf06a253 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_componentvariantarea
[INFO] [stdout]   13:     0x5b5bcf0af399 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_componentvariantarea::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_designtokentheme stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_designtokentheme' (1728) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf069413 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_designtokentheme
[INFO] [stdout]   13:     0x5b5bcf0af139 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_designtokentheme::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_gridarea stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_gridarea' (1732) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf067b53 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_gridarea
[INFO] [stdout]   13:     0x5b5bcf0aed19 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_gridarea::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_componentdefinition stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_componentdefinition' (1715) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf069dd3 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_componentdefinition
[INFO] [stdout]   13:     0x5b5bcf0af2d9 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_componentdefinition::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_componentproperty stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_componentproperty' (1718) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf069893 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_componentproperty
[INFO] [stdout]   13:     0x5b5bcf0af1f9 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_componentproperty::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_codecomponentmappingvariantprop stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_codecomponentmappingvariantprop' (1714) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf06a913 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_codecomponentmappingvariantprop
[INFO] [stdout]   13:     0x5b5bcf0af4b9 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_codecomponentmappingvariantprop::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_exportpresetformat stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_exportpresetformat' (1730) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf069a13 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_exportpresetformat
[INFO] [stdout]   13:     0x5b5bcf0af239 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_exportpresetformat::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_designfile stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_designfile' (1723) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf067f13 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_designfile
[INFO] [stdout]   13:     0x5b5bcf0aedb9 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_designfile::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_designtokentype stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_designtokentype' (1729) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf069053 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_designtokentype
[INFO] [stdout]   13:     0x5b5bcf0af099 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_designtokentype::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_designstyle stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_designstyle' (1724) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf068393 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_designstyle
[INFO] [stdout]   13:     0x5b5bcf0aee79 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_designstyle::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_designtokenset stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_designtokenset' (1727) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf068c93 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_designtokenset
[INFO] [stdout]   13:     0x5b5bcf0aeff9 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_designtokenset::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_gridtracktype stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_gridtracktype' (1734) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf068993 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_gridtracktype
[INFO] [stdout]   13:     0x5b5bcf0aef79 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_gridtracktype::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_horizontalconstraint stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_horizontalconstraint' (1735) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf06a313 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_horizontalconstraint
[INFO] [stdout]   13:     0x5b5bcf0af3b9 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_horizontalconstraint::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_fillblendmode stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_fillblendmode' (1731) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf0688d3 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_fillblendmode
[INFO] [stdout]   13:     0x5b5bcf0aef59 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_fillblendmode::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_codecomponentmappingsourcefield stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_codecomponentmappingsourcefield' (1713) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf06a853 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_codecomponentmappingsourcefield
[INFO] [stdout]   13:     0x5b5bcf0af499 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_codecomponentmappingsourcefield::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_layoutalignitems stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_layoutalignitems' (1737) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf0694d3 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_layoutalignitems
[INFO] [stdout]   13:     0x5b5bcf0af159 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_layoutalignitems::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_layoutdirection stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_layoutdirection' (1738) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf069113 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_layoutdirection
[INFO] [stdout]   13:     0x5b5bcf0af0b9 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_layoutdirection::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_layoutaligncontent stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_layoutaligncontent' (1736) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf069ad3 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_layoutaligncontent
[INFO] [stdout]   13:     0x5b5bcf0af259 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_layoutaligncontent::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_layoutitemsizing stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_layoutitemsizing' (1740) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf069593 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_layoutitemsizing
[INFO] [stdout]   13:     0x5b5bcf0af179 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_layoutitemsizing::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_layoutjustifyitems stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_layoutjustifyitems' (1742) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf069c53 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_layoutjustifyitems
[INFO] [stdout]   13:     0x5b5bcf0af299 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_layoutjustifyitems::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_layoutsizing stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_layoutsizing' (1746) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf068693 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_layoutsizing
[INFO] [stdout]   13:     0x5b5bcf0aeef9 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_layoutsizing::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_gridtrack stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_gridtrack' (1733) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf067d93 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_gridtrack
[INFO] [stdout]   13:     0x5b5bcf0aed79 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_gridtrack::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- geometry::export_bindings_size stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'geometry::export_bindings_size' (1706) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf0be353 - editor_core[70fb6cf36dc3bd21]::geometry::export_bindings_size
[INFO] [stdout]   13:     0x5b5bcf0af519 - <editor_core[70fb6cf36dc3bd21]::geometry::export_bindings_size::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_layoutwrap stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_layoutwrap' (1748) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf068093 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_layoutwrap
[INFO] [stdout]   13:     0x5b5bcf0aedf9 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_layoutwrap::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_layoutmode stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_layoutmode' (1743) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf067fd3 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_layoutmode
[INFO] [stdout]   13:     0x5b5bcf0aedd9 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_layoutmode::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_layoutpadding stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_layoutpadding' (1744) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf068a53 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_layoutpadding
[INFO] [stdout]   13:     0x5b5bcf0aef99 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_layoutpadding::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_layoutjustifycontent stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_layoutjustifycontent' (1741) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf06a3d3 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_layoutjustifycontent
[INFO] [stdout]   13:     0x5b5bcf0af3d9 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_layoutjustifycontent::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_nodelayoutitem stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_nodelayoutitem' (1757) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf068d53 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_nodelayoutitem
[INFO] [stdout]   13:     0x5b5bcf0af019 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_nodelayoutitem::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_nodepaintpoint stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_nodepaintpoint' (1759) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf068e13 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_nodepaintpoint
[INFO] [stdout]   13:     0x5b5bcf0af039 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_nodepaintpoint::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_node stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_node' (1749) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf067913 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_node
[INFO] [stdout]   13:     0x5b5bcf0aecb9 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_node::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_nodeconstraints stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_nodeconstraints' (1750) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stderr] error: test failed, to rerun pass `-p editor-core --lib`
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf0691d3 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_nodeconstraints
[INFO] [stdout]   13:     0x5b5bcf0af0d9 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_nodeconstraints::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_nodestroke stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_nodestroke' (1761) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf068213 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_nodestroke
[INFO] [stdout]   13:     0x5b5bcf0aee39 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_nodestroke::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_nodeexportpreset stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_nodeexportpreset' (1752) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf069653 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_nodeexportpreset
[INFO] [stdout]   13:     0x5b5bcf0af199 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_nodeexportpreset::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_nodepaintstop stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_nodepaintstop' (1760) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf068bd3 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_nodepaintstop
[INFO] [stdout]   13:     0x5b5bcf0aefd9 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_nodepaintstop::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_nodefill stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_nodefill' (1753) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf067c13 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_nodefill
[INFO] [stdout]   13:     0x5b5bcf0aed39 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_nodefill::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_strokecap stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_strokecap' (1766) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf067e53 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_strokecap
[INFO] [stdout]   13:     0x5b5bcf0aed99 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_strokecap::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_layoutspacingtokens stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_layoutspacingtokens' (1747) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf069f53 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_layoutspacingtokens
[INFO] [stdout]   13:     0x5b5bcf0af319 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_layoutspacingtokens::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_layoutitemposition stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_layoutitemposition' (1739) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf069b93 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_layoutitemposition
[INFO] [stdout]   13:     0x5b5bcf0af279 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_layoutitemposition::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_strokemarker stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_strokemarker' (1768) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf068813 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_strokemarker
[INFO] [stdout]   13:     0x5b5bcf0aef39 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_strokemarker::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_nodepaintgradient stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_nodepaintgradient' (1758) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf069953 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_nodepaintgradient
[INFO] [stdout]   13:     0x5b5bcf0af219 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_nodepaintgradient::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_layoutselfalignment stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_layoutselfalignment' (1745) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf069e93 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_layoutselfalignment
[INFO] [stdout]   13:     0x5b5bcf0af2f9 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_layoutselfalignment::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_nodekind stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_nodekind' (1755) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf067cd3 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_nodekind
[INFO] [stdout]   13:     0x5b5bcf0aed59 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_nodekind::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_nodestrokepaint stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_nodestrokepaint' (1762) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf069293 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_nodestrokepaint
[INFO] [stdout]   13:     0x5b5bcf0af0f9 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_nodestrokepaint::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_page stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_page' (1763) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf0679d3 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_page
[INFO] [stdout]   13:     0x5b5bcf0aecd9 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_page::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_pathbooleanrelation stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_pathbooleanrelation' (1764) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf06a013 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_pathbooleanrelation
[INFO] [stdout]   13:     0x5b5bcf0af339 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_pathbooleanrelation::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_nodecontent stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_nodecontent' (1751) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf068513 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_nodecontent
[INFO] [stdout]   13:     0x5b5bcf0aeeb9 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_nodecontent::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_pathfillrule stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_pathfillrule' (1765) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf068753 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_pathfillrule
[INFO] [stdout]   13:     0x5b5bcf0aef19 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_pathfillrule::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_nodefillpaint stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_nodefillpaint' (1754) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf068b13 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_nodefillpaint
[INFO] [stdout]   13:     0x5b5bcf0aefb9 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_nodefillpaint::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_nodelayout stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_nodelayout' (1756) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf068153 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_nodelayout
[INFO] [stdout]   13:     0x5b5bcf0aee19 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_nodelayout::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_strokejoin stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_strokejoin' (1767) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf0682d3 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_strokejoin
[INFO] [stdout]   13:     0x5b5bcf0aee59 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_strokejoin::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_strokeposition stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_strokeposition' (1769) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf068ed3 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_strokeposition
[INFO] [stdout]   13:     0x5b5bcf0af059 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_strokeposition::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_strokestyle stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_strokestyle' (1770) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf0685d3 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_strokestyle
[INFO] [stdout]   13:     0x5b5bcf0aeed9 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_strokestyle::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_verticalconstraint stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_verticalconstraint' (1772) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf069d13 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_verticalconstraint
[INFO] [stdout]   13:     0x5b5bcf0af2b9 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_verticalconstraint::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_style stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_style' (1771) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf067a93 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_style
[INFO] [stdout]   13:     0x5b5bcf0aecf9 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_style::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- model::export_bindings_codecomponentmappingproptype stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'model::export_bindings_codecomponentmappingproptype' (1712) 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:     0x5b5bcf1508c1 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5b5bcf16579a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5b5bcf154e1c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5b5bcf12e1f6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5b5bcf148ae9 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5b5bcf0d88c0 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5b5bcf148ca2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5b5bcf12e2a2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5b5bcf125ad9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5b5bcf12ee9d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5b5bcf165ecc - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5b5bcf165ca2 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x5b5bcf06a6d3 - editor_core[70fb6cf36dc3bd21]::model::export_bindings_codecomponentmappingproptype
[INFO] [stdout]   13:     0x5b5bcf0af459 - <editor_core[70fb6cf36dc3bd21]::model::export_bindings_codecomponentmappingproptype::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5b5bcf0cbbfb - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   15:     0x5b5bcf0d9245 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5b5bcf0d3cf4 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5b5bcf0dc392 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5b5bcf15014f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x783bd1c3007a - <unknown>
[INFO] [stdout]   20:     0x783bd1cc3534 - 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" "1a43610dff608eea2f7a771848542c6380f77d842027a33d3ae946b55634e318", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1a43610dff608eea2f7a771848542c6380f77d842027a33d3ae946b55634e318", kill_on_drop: false }`
[INFO] [stdout] 1a43610dff608eea2f7a771848542c6380f77d842027a33d3ae946b55634e318
