Skip to content

gitleaks

gitleaks #18

Triggered via pull request October 4, 2025 21:44
Status Failure
Total duration 1m 0s
Artifacts

ci.yml

on: pull_request
Matrix: test
🔍 Code Quality
13s
🔍 Code Quality
Matrix: cross-platform
🏗️ Build & Package
0s
🏗️ Build & Package
📋 CI Summary
4s
📋 CI Summary
Fit to window
Zoom out
Zoom in

Annotations

43 errors
🔍 Code Quality
Process completed with exit code 1.
🧪 Test Node.js 20.18.1
Process completed with exit code 1.
tests/core/tracer.test.ts > Tracer > isActiveTrace > should correctly identify active traces: tests/core/tracer.test.ts#L368
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ tests/core/tracer.test.ts:368:45
tests/core/tracer.test.ts > Tracer > trace ordering > should order spans with parents before children: tests/core/tracer.test.ts#L351
AssertionError: expected 3 to be less than 2 ❯ tests/core/tracer.test.ts:351:25
tests/core/tracer.test.ts > Tracer > span attributes and tags > should support trace-level tags: tests/core/tracer.test.ts#L235
AssertionError: expected { environment: 'test' } to deeply equal { environment: 'test', version: '1.0' } - Expected + Received { "environment": "test", - "version": "1.0", } ❯ tests/core/tracer.test.ts:235:40
tests/core/tracer.test.ts > Tracer > async context management > should maintain separate context for concurrent async operations: tests/core/tracer.test.ts#L168
AssertionError: expected 1 to be 3 // Object.is equality - Expected + Received - 3 + 1 ❯ tests/core/tracer.test.ts:168:29
tests/core/tracer.test.ts > Tracer > shutdown > should prevent new spans after shutdown: tests/core/tracer.test.ts#L122
AssertionError: expected [ { …(20) } ] to have a length of +0 but got 1 - Expected + Received - 0 + 1 ❯ tests/core/tracer.test.ts:122:32
tests/core/decorator.test.ts > Span Decorator > complex scenarios > should handle concurrent decorated method calls: tests/core/decorator.test.ts#L359
AssertionError: expected 1 to be 5 // Object.is equality - Expected + Received - 5 + 1 ❯ tests/core/decorator.test.ts:359:29
Unhandled error: tests/core/tracer.test.ts#L289
Error: Write failed ❯ tests/core/tracer.test.ts:289:42 ❯ node_modules/@vitest/runner/dist/chunk-hooks.js:155:11 ❯ node_modules/@vitest/runner/dist/chunk-hooks.js:752:26 ❯ node_modules/@vitest/runner/dist/chunk-hooks.js:1897:20 ❯ runWithTimeout node_modules/@vitest/runner/dist/chunk-hooks.js:1863:10 ❯ runTest node_modules/@vitest/runner/dist/chunk-hooks.js:1574:12 ❯ runSuite node_modules/@vitest/runner/dist/chunk-hooks.js:1729:8 ❯ runSuite node_modules/@vitest/runner/dist/chunk-hooks.js:1729:8 ❯ runSuite node_modules/@vitest/runner/dist/chunk-hooks.js:1729:8 This error originated in "tests/core/tracer.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
🖥️ Test macos-latest
Process completed with exit code 1.
tests/core/tracer.test.ts > Tracer > isActiveTrace > should correctly identify active traces: tests/core/tracer.test.ts#L368
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ tests/core/tracer.test.ts:368:45
tests/core/tracer.test.ts > Tracer > trace ordering > should order spans with parents before children: tests/core/tracer.test.ts#L351
AssertionError: expected 3 to be less than 2 ❯ tests/core/tracer.test.ts:351:25
tests/core/tracer.test.ts > Tracer > span attributes and tags > should support trace-level tags: tests/core/tracer.test.ts#L235
AssertionError: expected { environment: 'test' } to deeply equal { environment: 'test', version: '1.0' } - Expected + Received { "environment": "test", - "version": "1.0", } ❯ tests/core/tracer.test.ts:235:40
tests/core/tracer.test.ts > Tracer > async context management > should maintain separate context for concurrent async operations: tests/core/tracer.test.ts#L168
AssertionError: expected 1 to be 3 // Object.is equality - Expected + Received - 3 + 1 ❯ tests/core/tracer.test.ts:168:29
tests/core/tracer.test.ts > Tracer > shutdown > should prevent new spans after shutdown: tests/core/tracer.test.ts#L122
AssertionError: expected [ { …(20) } ] to have a length of +0 but got 1 - Expected + Received - 0 + 1 ❯ tests/core/tracer.test.ts:122:32
tests/core/decorator.test.ts > Span Decorator > complex scenarios > should handle concurrent decorated method calls: tests/core/decorator.test.ts#L359
AssertionError: expected 1 to be 5 // Object.is equality - Expected + Received - 5 + 1 ❯ tests/core/decorator.test.ts:359:29
Unhandled error: tests/core/tracer.test.ts#L289
Error: Write failed ❯ tests/core/tracer.test.ts:289:42 ❯ node_modules/@vitest/runner/dist/chunk-hooks.js:155:11 ❯ node_modules/@vitest/runner/dist/chunk-hooks.js:752:26 ❯ node_modules/@vitest/runner/dist/chunk-hooks.js:1897:20 ❯ runWithTimeout node_modules/@vitest/runner/dist/chunk-hooks.js:1863:10 ❯ runTest node_modules/@vitest/runner/dist/chunk-hooks.js:1574:12 ❯ runSuite node_modules/@vitest/runner/dist/chunk-hooks.js:1729:8 ❯ runSuite node_modules/@vitest/runner/dist/chunk-hooks.js:1729:8 ❯ runSuite node_modules/@vitest/runner/dist/chunk-hooks.js:1729:8 This error originated in "tests/core/tracer.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
🧪 Test Node.js 18.20.5
Process completed with exit code 1.
tests/core/tracer.test.ts > Tracer > isActiveTrace > should correctly identify active traces: tests/core/tracer.test.ts#L368
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ tests/core/tracer.test.ts:368:45
tests/core/tracer.test.ts > Tracer > trace ordering > should order spans with parents before children: tests/core/tracer.test.ts#L351
AssertionError: expected 3 to be less than 2 ❯ tests/core/tracer.test.ts:351:25
tests/core/tracer.test.ts > Tracer > error handling > should handle writer errors gracefully: tests/core/tracer.test.ts#L272
Error: UUID error ❯ tests/core/tracer.test.ts:272:17 ❯ new Span src/observability/Span.ts:11:29 ❯ Tracer.startSpan src/observability/Tracer.ts:107:18 ❯ tests/core/tracer.test.ts:292:27
tests/core/tracer.test.ts > Tracer > span attributes and tags > should support trace-level tags: tests/core/tracer.test.ts#L235
AssertionError: expected { environment: 'test' } to deeply equal { environment: 'test', version: '1.0' } - Expected + Received { "environment": "test", - "version": "1.0", } ❯ tests/core/tracer.test.ts:235:40
tests/core/tracer.test.ts > Tracer > async context management > should maintain separate context for concurrent async operations: tests/core/tracer.test.ts#L168
AssertionError: expected 1 to be 3 // Object.is equality - Expected + Received - 3 + 1 ❯ tests/core/tracer.test.ts:168:29
tests/core/tracer.test.ts > Tracer > shutdown > should prevent new spans after shutdown: tests/core/tracer.test.ts#L122
AssertionError: expected [ { …(20) } ] to have a length of +0 but got 1 - Expected + Received - 0 + 1 ❯ tests/core/tracer.test.ts:122:32
tests/core/span.test.ts > Span > basic properties > should generate unique IDs for each span: tests/core/span.test.ts#L21
AssertionError: expected undefined not to be undefined // Object.is equality ❯ tests/core/span.test.ts:21:32
tests/core/span.test.ts > Span > basic properties > should create a span with required fields: tests/core/span.test.ts#L10
AssertionError: expected undefined to be truthy - Expected: true + Received: undefined ❯ tests/core/span.test.ts:10:27
tests/core/decorator.test.ts > Span Decorator > complex scenarios > should handle concurrent decorated method calls: tests/core/decorator.test.ts#L359
AssertionError: expected 1 to be 5 // Object.is equality - Expected + Received - 5 + 1 ❯ tests/core/decorator.test.ts:359:29
🧪 Test Node.js 22.12.0
Process completed with exit code 1.
tests/core/tracer.test.ts > Tracer > isActiveTrace > should correctly identify active traces: tests/core/tracer.test.ts#L368
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ tests/core/tracer.test.ts:368:45
tests/core/tracer.test.ts > Tracer > trace ordering > should order spans with parents before children: tests/core/tracer.test.ts#L351
AssertionError: expected 3 to be less than 2 ❯ tests/core/tracer.test.ts:351:25
tests/core/tracer.test.ts > Tracer > span attributes and tags > should support trace-level tags: tests/core/tracer.test.ts#L235
AssertionError: expected { environment: 'test' } to deeply equal { environment: 'test', version: '1.0' } - Expected + Received { "environment": "test", - "version": "1.0", } ❯ tests/core/tracer.test.ts:235:40
tests/core/tracer.test.ts > Tracer > async context management > should maintain separate context for concurrent async operations: tests/core/tracer.test.ts#L168
AssertionError: expected 1 to be 3 // Object.is equality - Expected + Received - 3 + 1 ❯ tests/core/tracer.test.ts:168:29
tests/core/tracer.test.ts > Tracer > shutdown > should prevent new spans after shutdown: tests/core/tracer.test.ts#L122
AssertionError: expected [ { …(20) } ] to have a length of +0 but got 1 - Expected + Received - 0 + 1 ❯ tests/core/tracer.test.ts:122:32
tests/core/decorator.test.ts > Span Decorator > complex scenarios > should handle concurrent decorated method calls: tests/core/decorator.test.ts#L359
AssertionError: expected 1 to be 5 // Object.is equality - Expected + Received - 5 + 1 ❯ tests/core/decorator.test.ts:359:29
Unhandled error: tests/core/tracer.test.ts#L289
Error: Write failed ❯ tests/core/tracer.test.ts:289:42 ❯ node_modules/@vitest/runner/dist/chunk-hooks.js:155:11 ❯ node_modules/@vitest/runner/dist/chunk-hooks.js:752:26 ❯ node_modules/@vitest/runner/dist/chunk-hooks.js:1897:20 ❯ runWithTimeout node_modules/@vitest/runner/dist/chunk-hooks.js:1863:10 ❯ runTest node_modules/@vitest/runner/dist/chunk-hooks.js:1574:12 ❯ runSuite node_modules/@vitest/runner/dist/chunk-hooks.js:1729:8 ❯ runSuite node_modules/@vitest/runner/dist/chunk-hooks.js:1729:8 ❯ runSuite node_modules/@vitest/runner/dist/chunk-hooks.js:1729:8 This error originated in "tests/core/tracer.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
🖥️ Test windows-latest
Process completed with exit code 1.
tests/core/tracer.test.ts > Tracer > isActiveTrace > should correctly identify active traces: tests/core/tracer.test.ts#L368
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ tests/core/tracer.test.ts:368:45
tests/core/tracer.test.ts > Tracer > trace ordering > should order spans with parents before children: tests/core/tracer.test.ts#L351
AssertionError: expected 3 to be less than 2 ❯ tests/core/tracer.test.ts:351:25
tests/core/tracer.test.ts > Tracer > span attributes and tags > should support trace-level tags: tests/core/tracer.test.ts#L235
AssertionError: expected { environment: 'test' } to deeply equal { environment: 'test', version: '1.0' } - Expected + Received { "environment": "test", - "version": "1.0", } ❯ tests/core/tracer.test.ts:235:40
tests/core/tracer.test.ts > Tracer > async context management > should maintain separate context for concurrent async operations: tests/core/tracer.test.ts#L168
AssertionError: expected 1 to be 3 // Object.is equality - Expected + Received - 3 + 1 ❯ tests/core/tracer.test.ts:168:29
tests/core/tracer.test.ts > Tracer > shutdown > should prevent new spans after shutdown: tests/core/tracer.test.ts#L122
AssertionError: expected [ { …(20) } ] to have a length of +0 but got 1 - Expected + Received - 0 + 1 ❯ tests/core/tracer.test.ts:122:32
tests/core/decorator.test.ts > Span Decorator > complex scenarios > should handle concurrent decorated method calls: tests/core/decorator.test.ts#L359
AssertionError: expected 1 to be 5 // Object.is equality - Expected + Received - 5 + 1 ❯ tests/core/decorator.test.ts:359:29
Unhandled error: tests/core/tracer.test.ts#L289
Error: Write failed ❯ tests/core/tracer.test.ts:289:42 ❯ node_modules/@vitest/runner/dist/chunk-hooks.js:155:11 ❯ node_modules/@vitest/runner/dist/chunk-hooks.js:752:26 ❯ node_modules/@vitest/runner/dist/chunk-hooks.js:1897:20 ❯ runWithTimeout node_modules/@vitest/runner/dist/chunk-hooks.js:1863:10 ❯ runTest node_modules/@vitest/runner/dist/chunk-hooks.js:1574:12 ❯ runSuite node_modules/@vitest/runner/dist/chunk-hooks.js:1729:8 ❯ runSuite node_modules/@vitest/runner/dist/chunk-hooks.js:1729:8 ❯ runSuite node_modules/@vitest/runner/dist/chunk-hooks.js:1729:8 This error originated in "tests/core/tracer.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.