[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 1.94.0 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-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ShaoG-R/sinter on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "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" "+1.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded lite-alloc v0.1.0
[INFO] [stderr]   Downloaded pulldown-cmark-escape v0.11.0
[INFO] [stderr]   Downloaded gray_matter v0.3.2
[INFO] [stderr]   Downloaded yaml-rust2 v0.10.4
[INFO] [stderr]   Downloaded pulldown-cmark v0.13.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4407583a4a10cec3ad61c1790ebdb9102f5592d21ac205873a7ca444bc0dee1d
[INFO] running `Command { std: "docker" "start" "-a" "4407583a4a10cec3ad61c1790ebdb9102f5592d21ac205873a7ca444bc0dee1d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4407583a4a10cec3ad61c1790ebdb9102f5592d21ac205873a7ca444bc0dee1d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4407583a4a10cec3ad61c1790ebdb9102f5592d21ac205873a7ca444bc0dee1d", kill_on_drop: false }`
[INFO] [stdout] 4407583a4a10cec3ad61c1790ebdb9102f5592d21ac205873a7ca444bc0dee1d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9146db9e6b6232edb7cd9184693c237ab76689d96e235d8da6c16d839639f14e
[INFO] running `Command { std: "docker" "start" "-a" "9146db9e6b6232edb7cd9184693c237ab76689d96e235d8da6c16d839639f14e", 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 toml_write v0.1.2
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling arraydeque v0.5.1
[INFO] [stderr]    Compiling pulldown-cmark v0.13.0
[INFO] [stderr]    Compiling clap_builder v4.5.53
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling pulldown-cmark-escape v0.11.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[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 tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling wasm-bindgen v0.2.106
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling yaml-rust2 v0.10.4
[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 clap_derive v4.5.49
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[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 gray_matter v0.3.2
[INFO] [stderr]    Compiling chrono v0.4.42
[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 web-sys v0.3.83
[INFO] [stderr]    Compiling wasm-bindgen-futures v0.4.56
[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_ui_counter v0.1.0 (/opt/rustwide/workdir/sinter_ui/examples/counter)
[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_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 41.89s
[INFO] running `Command { std: "docker" "inspect" "9146db9e6b6232edb7cd9184693c237ab76689d96e235d8da6c16d839639f14e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9146db9e6b6232edb7cd9184693c237ab76689d96e235d8da6c16d839639f14e", kill_on_drop: false }`
[INFO] [stdout] 9146db9e6b6232edb7cd9184693c237ab76689d96e235d8da6c16d839639f14e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 48c4bad8207a652541fe5e6becf38e2f88938ad96842f973927d861cb65cab8a
[INFO] running `Command { std: "docker" "start" "-a" "48c4bad8207a652541fe5e6becf38e2f88938ad96842f973927d861cb65cab8a", kill_on_drop: false }`
[INFO] [stderr]    Compiling sinter_core v0.1.0 (/opt/rustwide/workdir/sinter_core)
[INFO] [stderr]    Compiling sinter_ui v0.1.0 (/opt/rustwide/workdir/sinter_ui)
[INFO] [stderr]    Compiling sinter_cli v0.1.0 (/opt/rustwide/workdir/sinter_cli)
[INFO] [stderr]    Compiling sinter_ui_counter v0.1.0 (/opt/rustwide/workdir/sinter_ui/examples/counter)
[INFO] [stderr]    Compiling sinter_theme_sdk v0.1.0 (/opt/rustwide/workdir/sinter_theme_sdk)
[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_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 `test` profile [unoptimized + debuginfo] target(s) in 1.10s
[INFO] running `Command { std: "docker" "inspect" "48c4bad8207a652541fe5e6becf38e2f88938ad96842f973927d861cb65cab8a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "48c4bad8207a652541fe5e6becf38e2f88938ad96842f973927d861cb65cab8a", kill_on_drop: false }`
[INFO] [stdout] 48c4bad8207a652541fe5e6becf38e2f88938ad96842f973927d861cb65cab8a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] dfdad01dfe87634b2ea40753cf4d3caf9eac4e20c9c9875f0ae31d2bd0558f94
[INFO] running `Command { std: "docker" "start" "-a" "dfdad01dfe87634b2ea40753cf4d3caf9eac4e20c9c9875f0ae31d2bd0558f94", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/sinter_cli-a8c6521cb91270ee)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test compiler::markdown_parser::tests::test_heading_attributes ... ok
[INFO] [stdout] test compiler::markdown_parser::tests::test_math ... ok
[INFO] [stdout] test compiler::markdown_parser::tests::test_basic_structure ... ok
[INFO] [stdout] test compiler::tests::test_parse_post_missing_frontmatter ... ok
[INFO] [stdout] test compiler::tests::test_parse_post_success ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 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_core-6b1641524b6d9a13)
[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-7a1db8e87c4568a7)
[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-b7747e6a36561b72)
[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-e6868e1d3dbd72f0)
[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-ee35774169d0db44)
[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-54396e99999c16d2)
[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/main.rs (/opt/rustwide/target/debug/deps/sinter_ui_counter-637e403bf45e8209)
[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-56574e7616fb9efe)
[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-56574e7616fb9efe` (signal: 6, SIGABRT: process abort signal)
[INFO] running `Command { std: "docker" "inspect" "dfdad01dfe87634b2ea40753cf4d3caf9eac4e20c9c9875f0ae31d2bd0558f94", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dfdad01dfe87634b2ea40753cf4d3caf9eac4e20c9c9875f0ae31d2bd0558f94", kill_on_drop: false }`
[INFO] [stdout] dfdad01dfe87634b2ea40753cf4d3caf9eac4e20c9c9875f0ae31d2bd0558f94
