Skip to content

perf(native): use single rusqlite connection for entire build pipeline #3150

perf(native): use single rusqlite connection for entire build pipeline

perf(native): use single rusqlite connection for entire build pipeline #3150

Triggered via pull request April 8, 2026 05:57
Status Failure
Total duration 14m 29s
Artifacts

ci.yml

on: pull_request
Matrix: test
Lint
7m 24s
Lint
TypeScript type check
7m 22s
TypeScript type check
Security audit
7m 4s
Security audit
Verify dynamic imports
4s
Verify dynamic imports
Rust compile check
49s
Rust compile check
CI Testing Pipeline
4s
CI Testing Pipeline
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Test Node 22 (ubuntu-latest)
Process completed with exit code 1.
tests/unit/complexity.test.ts: src/domain/parser.ts#L192
ParseError: Required parser javascript failed to initialize ❯ doLoadLanguage src/domain/parser.ts:192:13 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'PARSE_FAILED', file: 'tree-sitter-javascript.wasm' } Caused by: Caused by: Error: Incompatible language version 0. Compatibility range 13 through 15. ❯ Parser.setLanguage node_modules/web-tree-sitter/web-tree-sitter.js:3218:15 ❯ doLoadLanguage src/domain/parser.ts:180:12
Unhandled error: src/domain/parser.ts#L192
ParseError: Required parser javascript failed to initialize ❯ doLoadLanguage src/domain/parser.ts:192:13 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'PARSE_FAILED', file: 'tree-sitter-javascript.wasm' } This error originated in "tests/unit/complexity.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. Caused by: Caused by: Error: Incompatible language version 0. Compatibility range 13 through 15. ❯ Parser.setLanguage node_modules/web-tree-sitter/web-tree-sitter.js:3218:15 ❯ doLoadLanguage src/domain/parser.ts:180:12
Test Node 22 (windows-latest)
Process completed with exit code 1.
Test Node 22 (macos-latest)
Process completed with exit code 1.
CI Testing Pipeline
Process completed with exit code 1.