clockworklabs / clockworklabs/SpacetimeDB
CI flake: segfault in wasm-opt?
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 25.2k
- Forks
- 1.1k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 46
Description
Created by CI Gremlin from a manually supplied failed GitHub Actions job.
Tests:
cpp_procedures::http_err- cascading SDK failures after the shared module cache/lock was poisoned (
208 failedtotal)
Error:
thread 'cpp_procedures::http_err' (126962) panicked at crates/testing/src/modules.rs:190:10:
Module compilation failed: Failed to build C++ project
Caused by:
0: failed running cmake
1: command ["cmake", "--build", "build", "--config", "Debug", "--parallel"] exited with code 2
Failed job runs:
- https://github.com/clockworklabs/SpacetimeDB/actions/runs/27650845594/job/81774964286 (Test Suite, attempt manual -> n/a)
Context:
- Manual failed-job flake ticket.
- Job URL: https://github.com/clockworklabs/SpacetimeDB/actions/runs/27650845594/job/81774964286
- Run:
27650845594 - Job:
81774964286
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the failed GitHub Actions job and the panic at crates/testing/src/modules.rs:190, then inspect the cmake build output for cpp_procedures::http_err. Check whether the shared module cache or lock is poisoned and whether the reported wasm-opt failure is present in the job logs. Done means the test no longer flakes and cascading SDK failures do not occur.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp, rust, wasm
- Domain
- build-system, ci-cd, testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100