[INFO] cloning repository https://github.com/ShaoG-R/sinter
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ShaoG-R/sinter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShaoG-R%2Fsinter", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShaoG-R%2Fsinter'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0aa85a481d949c38e32893dfb80506408cdc1db4
[INFO] testing ShaoG-R/sinter against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShaoG-R%2Fsinter" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ShaoG-R/sinter
[INFO] finished tweaking git repo https://github.com/ShaoG-R/sinter
[INFO] tweaked toml for git repo https://github.com/ShaoG-R/sinter written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ShaoG-R/sinter on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ShaoG-R/sinter already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 54a62d61b55aded8fb1c941127bcb57b7583f217683ba5bd2be70ec12785f6a8
[INFO] running `Command { std: "docker" "start" "-a" "54a62d61b55aded8fb1c941127bcb57b7583f217683ba5bd2be70ec12785f6a8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "54a62d61b55aded8fb1c941127bcb57b7583f217683ba5bd2be70ec12785f6a8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "54a62d61b55aded8fb1c941127bcb57b7583f217683ba5bd2be70ec12785f6a8", kill_on_drop: false }`
[INFO] [stdout] 54a62d61b55aded8fb1c941127bcb57b7583f217683ba5bd2be70ec12785f6a8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 45ece93a41aec00e870f4ef76f59bc49e1976eb5da0944d31221a5c8acaa118a
[INFO] running `Command { std: "docker" "start" "-a" "45ece93a41aec00e870f4ef76f59bc49e1976eb5da0944d31221a5c8acaa118a", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.106
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling bumpalo v3.19.1
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling tracing-core v0.1.35
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling arraydeque v0.5.1
[INFO] [stderr]    Compiling pulldown-cmark v0.13.0
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling clap_builder v4.5.53
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling pulldown-cmark-escape v0.11.0
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling lite-alloc v0.1.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling yaml-rust2 v0.10.4
[INFO] [stderr]    Compiling wasm-bindgen v0.2.106
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.106
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling tracing v0.1.43
[INFO] [stderr]    Compiling clap v4.5.53
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.106
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling js-sys v0.3.83
[INFO] [stderr]    Compiling console_error_panic_hook v0.1.7
[INFO] [stderr]    Compiling sinter_core v0.1.0 (/opt/rustwide/workdir/sinter_core)
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling gray_matter v0.3.2
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling sinter_cli v0.1.0 (/opt/rustwide/workdir/sinter_cli)
[INFO] [stderr]    Compiling wasm-bindgen-futures v0.4.56
[INFO] [stderr]    Compiling web-sys v0.3.83
[INFO] [stderr]    Compiling serde-wasm-bindgen v0.6.5
[INFO] [stderr]    Compiling gloo-timers v0.3.0
[INFO] [stderr]    Compiling sinter_ui v0.1.0 (/opt/rustwide/workdir/sinter_ui)
[INFO] [stderr]    Compiling sinter_theme_sdk v0.1.0 (/opt/rustwide/workdir/sinter_theme_sdk)
[INFO] [stderr]    Compiling sinter_default_theme v0.1.0 (/opt/rustwide/workdir/sinter_themes/packages/default_theme)
[INFO] [stderr]    Compiling sinter_default_theme_light v0.1.0 (/opt/rustwide/workdir/sinter_themes/packages/default_theme_light)
[INFO] [stderr]    Compiling sinter_ui_counter v0.1.0 (/opt/rustwide/workdir/sinter_ui/examples/counter)
[INFO] [stderr]    Compiling sinter_themes v0.1.0 (/opt/rustwide/workdir/sinter_themes)
[INFO] [stderr]    Compiling sinter_web v0.1.0 (/opt/rustwide/workdir/sinter_web)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.72s
[INFO] running `Command { std: "docker" "inspect" "45ece93a41aec00e870f4ef76f59bc49e1976eb5da0944d31221a5c8acaa118a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "45ece93a41aec00e870f4ef76f59bc49e1976eb5da0944d31221a5c8acaa118a", kill_on_drop: false }`
[INFO] [stdout] 45ece93a41aec00e870f4ef76f59bc49e1976eb5da0944d31221a5c8acaa118a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d9e91452a8c79a000d26770cb8c3854a93e3b6388758689c7e85fbd8bda0762b
[INFO] running `Command { std: "docker" "start" "-a" "d9e91452a8c79a000d26770cb8c3854a93e3b6388758689c7e85fbd8bda0762b", kill_on_drop: false }`
[INFO] [stderr]    Compiling sinter_ui_counter v0.1.0 (/opt/rustwide/workdir/sinter_ui/examples/counter)
[INFO] [stderr]    Compiling sinter_cli v0.1.0 (/opt/rustwide/workdir/sinter_cli)
[INFO] [stderr]    Compiling sinter_web v0.1.0 (/opt/rustwide/workdir/sinter_web)
[INFO] [stderr]    Compiling sinter_themes v0.1.0 (/opt/rustwide/workdir/sinter_themes)
[INFO] [stderr]    Compiling sinter_default_theme_light v0.1.0 (/opt/rustwide/workdir/sinter_themes/packages/default_theme_light)
[INFO] [stderr]    Compiling sinter_default_theme v0.1.0 (/opt/rustwide/workdir/sinter_themes/packages/default_theme)
[INFO] [stderr]    Compiling sinter_theme_sdk v0.1.0 (/opt/rustwide/workdir/sinter_theme_sdk)
[INFO] [stderr]    Compiling sinter_ui v0.1.0 (/opt/rustwide/workdir/sinter_ui)
[INFO] [stderr]    Compiling sinter_core v0.1.0 (/opt/rustwide/workdir/sinter_core)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.34s
[INFO] running `Command { std: "docker" "inspect" "d9e91452a8c79a000d26770cb8c3854a93e3b6388758689c7e85fbd8bda0762b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d9e91452a8c79a000d26770cb8c3854a93e3b6388758689c7e85fbd8bda0762b", kill_on_drop: false }`
[INFO] [stdout] d9e91452a8c79a000d26770cb8c3854a93e3b6388758689c7e85fbd8bda0762b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d85b6daf87113daba1d613010b528cf5b256f253ddb9dc886b991b2e2158019f
[INFO] running `Command { std: "docker" "start" "-a" "d85b6daf87113daba1d613010b528cf5b256f253ddb9dc886b991b2e2158019f", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.28s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/sinter_cli-5a51fe2ae6530bb3)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test compiler::markdown_parser::tests::test_heading_attributes ... ok
[INFO] [stdout] test compiler::tests::test_parse_post_success ... ok
[INFO] [stdout] test compiler::markdown_parser::tests::test_basic_structure ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sinter_core-6b07559a0a026590)
[INFO] [stdout] test compiler::markdown_parser::tests::test_math ... ok
[INFO] [stdout] test compiler::tests::test_parse_post_missing_frontmatter ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [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/debug/deps/sinter_default_theme-4fa38f8b51912089)
[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/debug/deps/sinter_default_theme_light-0bd5cc969bf5c3f7)
[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/debug/deps/sinter_theme_sdk-a00f66a28ccccfd6)
[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/debug/deps/sinter_themes-cc05b31eef2ab19e)
[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/debug/deps/sinter_ui-fbd972287d9c9de9)
[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.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/sinter_ui_counter-083fab16658f23d5)
[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/debug/deps/sinter_web-d6b2f86ab8bacd50)
[INFO] [stderr] panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lite-alloc-0.1.0/src/lib.rs:58:21:
[INFO] [stderr] Failed to allocate mock WASM memory
[INFO] [stderr] thread panicked while processing panic. aborting.
[INFO] [stderr] error: test failed, to rerun pass `-p sinter_web --lib`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/sinter_web-d6b2f86ab8bacd50` (signal: 6, SIGABRT: process abort signal)
[INFO] running `Command { std: "docker" "inspect" "d85b6daf87113daba1d613010b528cf5b256f253ddb9dc886b991b2e2158019f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d85b6daf87113daba1d613010b528cf5b256f253ddb9dc886b991b2e2158019f", kill_on_drop: false }`
[INFO] [stdout] d85b6daf87113daba1d613010b528cf5b256f253ddb9dc886b991b2e2158019f
