Skip to content

Fix lockfile: remove bogus package@1.0.1 entry #95

Fix lockfile: remove bogus package@1.0.1 entry

Fix lockfile: remove bogus package@1.0.1 entry #95

Triggered via push October 23, 2025 12:20
Status Failure
Total duration 1m 52s
Artifacts

ci.yml

on: push
Run CI Pipeline  /  ...  /  Run Lint Check
22s
Run CI Pipeline / 🧹 Lint Check / Run Lint Check
Run CI Pipeline  /  ...  /  Run Type Check
23s
Run CI Pipeline / 🔍 Type Check / Run Type Check
Matrix: Run CI Pipeline / 🧪 Test Matrix / test-matrix
Fit to window
Zoom out
Zoom in

Annotations

36 errors
Run CI Pipeline / 🧪 Test Matrix / Test Node 20 on ubuntu-latest
Process completed with exit code 1.
test/dlx-binary.test.ts > dlx-binary > getDlxCachePath > should return normalized cache path: test/dlx-binary.test.ts#L95
AssertionError: expected '/home/runner/.socket/_dlx' to contain 'cache' Expected: "cache" Received: "/home/runner/.socket/_dlx" ❯ test/dlx-binary.test.ts:95:25
Run CI Pipeline / 🧪 Test Matrix / Test Node 22 on ubuntu-latest
Process completed with exit code 1.
test/dlx-binary.test.ts > dlx-binary > getDlxCachePath > should return normalized cache path: test/dlx-binary.test.ts#L95
AssertionError: expected '/home/runner/.socket/_dlx' to contain 'cache' Expected: "cache" Received: "/home/runner/.socket/_dlx" ❯ test/dlx-binary.test.ts:95:25
Run CI Pipeline / 🧪 Test Matrix / Test Node 24 on ubuntu-latest
Process completed with exit code 1.
test/dlx-binary.test.ts > dlx-binary > getDlxCachePath > should return normalized cache path: test/dlx-binary.test.ts#L95
AssertionError: expected '/home/runner/.socket/_dlx' to contain 'cache' Expected: "cache" Received: "/home/runner/.socket/_dlx" ❯ test/dlx-binary.test.ts:95:25
test/dlx-binary.test.ts > dlx-binary > listDlxCache > should skip entries without binary file: test/dlx-binary.test.ts#L897
AssertionError: expected [ { age: 61, arch: 'x64', …(5) } ] to deeply equal [] - Expected + Received - [] + [ + { + "age": 61, + "arch": "x64", + "checksum": "5d903daa1fb1ef7bee7e949c53582d7f8923db18b160f4ac1f8257b330f79150", + "name": "default-ttl-binary", + "platform": "win32", + "size": 30, + "url": "http://localhost:53820/binary", + }, + ] ❯ test/dlx-binary.test.ts:897:24 ❯ runWithTempDir test/utils/temp-file-helper.mts:54:5 ❯ test/dlx-binary.test.ts:874:7
test/dlx-binary.test.ts > dlx-binary > listDlxCache > should skip entries with array metadata: test/dlx-binary.test.ts#L866
AssertionError: expected [ { age: 53, arch: 'x64', …(5) } ] to deeply equal [] - Expected + Received - [] + [ + { + "age": 53, + "arch": "x64", + "checksum": "5d903daa1fb1ef7bee7e949c53582d7f8923db18b160f4ac1f8257b330f79150", + "name": "default-ttl-binary", + "platform": "win32", + "size": 30, + "url": "http://localhost:53820/binary", + }, + ] ❯ test/dlx-binary.test.ts:866:24 ❯ runWithTempDir test/utils/temp-file-helper.mts:54:5 ❯ test/dlx-binary.test.ts:849:7
test/dlx-binary.test.ts > dlx-binary > listDlxCache > should skip entries with invalid metadata: test/dlx-binary.test.ts#L841
AssertionError: expected [ { age: 44, arch: 'x64', …(5) } ] to deeply equal [] - Expected + Received - [] + [ + { + "age": 44, + "arch": "x64", + "checksum": "5d903daa1fb1ef7bee7e949c53582d7f8923db18b160f4ac1f8257b330f79150", + "name": "default-ttl-binary", + "platform": "win32", + "size": 30, + "url": "http://localhost:53820/binary", + }, + ] ❯ test/dlx-binary.test.ts:841:24 ❯ runWithTempDir test/utils/temp-file-helper.mts:54:5 ❯ test/dlx-binary.test.ts:824:7
test/dlx-binary.test.ts > dlx-binary > listDlxCache > should skip non-directory entries: test/dlx-binary.test.ts#L816
AssertionError: expected [ { age: 35, arch: 'x64', …(5) } ] to deeply equal [] - Expected + Received - [] + [ + { + "age": 35, + "arch": "x64", + "checksum": "5d903daa1fb1ef7bee7e949c53582d7f8923db18b160f4ac1f8257b330f79150", + "name": "default-ttl-binary", + "platform": "win32", + "size": 30, + "url": "http://localhost:53820/binary", + }, + ] ❯ test/dlx-binary.test.ts:816:24 ❯ runWithTempDir test/utils/temp-file-helper.mts:54:5 ❯ test/dlx-binary.test.ts:804:7
test/dlx-binary.test.ts > dlx-binary > listDlxCache > should list cached binaries: test/dlx-binary.test.ts#L790
AssertionError: expected 'default-ttl-binary' to be 'list-binary' // Object.is equality Expected: "list-binary" Received: "default-ttl-binary" ❯ test/dlx-binary.test.ts:790:30 ❯ runWithTempDir test/utils/temp-file-helper.mts:54:5 ❯ test/dlx-binary.test.ts:772:7
test/dlx-binary.test.ts > dlx-binary > listDlxCache > should return empty array if cache directory does not exist: test/dlx-binary.test.ts#L764
AssertionError: expected [ { age: 12, arch: 'x64', …(5) } ] to deeply equal [] - Expected + Received - [] + [ + { + "age": 12, + "arch": "x64", + "checksum": "5d903daa1fb1ef7bee7e949c53582d7f8923db18b160f4ac1f8257b330f79150", + "name": "default-ttl-binary", + "platform": "win32", + "size": 30, + "url": "http://localhost:53820/binary", + }, + ] ❯ test/dlx-binary.test.ts:764:24 ❯ runWithTempDir test/utils/temp-file-helper.mts:54:5 ❯ test/dlx-binary.test.ts:758:7
test/dlx-binary.test.ts > dlx-binary > cleanDlxCache > should skip entries with invalid metadata: test/dlx-binary.test.ts#L635
AssertionError: expected 1 to be +0 // Object.is equality - Expected + Received - 0 + 1 ❯ test/dlx-binary.test.ts:635:27 ❯ runWithTempDir test/utils/temp-file-helper.mts:54:5 ❯ test/dlx-binary.test.ts:618:7
test/dlx-binary.test.ts > dlx-binary > dlxBinary > should use cached binary on second call: test/dlx-binary.test.ts#L147
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ test/dlx-binary.test.ts:147:38 ❯ runWithTempDir test/utils/temp-file-helper.mts:54:5 ❯ test/dlx-binary.test.ts:135:7
test/dlx-binary.test.ts > dlx-binary > getDlxCachePath > should return normalized cache path: test/dlx-binary.test.ts#L95
AssertionError: expected 'C:/Users/runneradmin/.socket/_dlx' to contain 'cache' Expected: "cache" Received: "C:/Users/runneradmin/.socket/_dlx" ❯ test/dlx-binary.test.ts:95:25
test/agent.test.ts > agent > Integration tests (using real spawn) > execNpm argument transformation > should have a function that returns a promise: test/agent.test.ts#L475
Error: spawn EINVAL ❯ promiseSpawn dist/external/@npmcli/promise-spawn.js:5:5186 ❯ spawn src/spawn.ts:633:24 ❯ execNpm src/agent.ts:112:10 ❯ test/agent.test.ts:475:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -4071, code: 'EINVAL', syscall: 'spawn' }
test/dlx-binary.test.ts > dlx-binary > listDlxCache > should skip entries without binary file: test/dlx-binary.test.ts#L897
AssertionError: expected [ { age: 81, arch: 'x64', …(5) } ] to deeply equal [] - Expected + Received - [] + [ + { + "age": 81, + "arch": "x64", + "checksum": "5d903daa1fb1ef7bee7e949c53582d7f8923db18b160f4ac1f8257b330f79150", + "name": "default-ttl-binary", + "platform": "win32", + "size": 30, + "url": "http://localhost:65200/binary", + }, + ] ❯ test/dlx-binary.test.ts:897:24 ❯ runWithTempDir test/utils/temp-file-helper.mts:54:5 ❯ test/dlx-binary.test.ts:874:7
test/dlx-binary.test.ts > dlx-binary > listDlxCache > should skip entries with array metadata: test/dlx-binary.test.ts#L866
AssertionError: expected [ { age: 73, arch: 'x64', …(5) } ] to deeply equal [] - Expected + Received - [] + [ + { + "age": 73, + "arch": "x64", + "checksum": "5d903daa1fb1ef7bee7e949c53582d7f8923db18b160f4ac1f8257b330f79150", + "name": "default-ttl-binary", + "platform": "win32", + "size": 30, + "url": "http://localhost:65200/binary", + }, + ] ❯ test/dlx-binary.test.ts:866:24 ❯ runWithTempDir test/utils/temp-file-helper.mts:54:5 ❯ test/dlx-binary.test.ts:849:7
test/dlx-binary.test.ts > dlx-binary > listDlxCache > should skip entries with invalid metadata: test/dlx-binary.test.ts#L841
AssertionError: expected [ { age: 64, arch: 'x64', …(5) } ] to deeply equal [] - Expected + Received - [] + [ + { + "age": 64, + "arch": "x64", + "checksum": "5d903daa1fb1ef7bee7e949c53582d7f8923db18b160f4ac1f8257b330f79150", + "name": "default-ttl-binary", + "platform": "win32", + "size": 30, + "url": "http://localhost:65200/binary", + }, + ] ❯ test/dlx-binary.test.ts:841:24 ❯ runWithTempDir test/utils/temp-file-helper.mts:54:5 ❯ test/dlx-binary.test.ts:824:7
test/dlx-binary.test.ts > dlx-binary > listDlxCache > should skip non-directory entries: test/dlx-binary.test.ts#L816
AssertionError: expected [ { age: 52, arch: 'x64', …(5) } ] to deeply equal [] - Expected + Received - [] + [ + { + "age": 52, + "arch": "x64", + "checksum": "5d903daa1fb1ef7bee7e949c53582d7f8923db18b160f4ac1f8257b330f79150", + "name": "default-ttl-binary", + "platform": "win32", + "size": 30, + "url": "http://localhost:65200/binary", + }, + ] ❯ test/dlx-binary.test.ts:816:24 ❯ runWithTempDir test/utils/temp-file-helper.mts:54:5 ❯ test/dlx-binary.test.ts:804:7
test/dlx-binary.test.ts > dlx-binary > listDlxCache > should list cached binaries: test/dlx-binary.test.ts#L790
AssertionError: expected 'default-ttl-binary' to be 'list-binary' // Object.is equality Expected: "list-binary" Received: "default-ttl-binary" ❯ test/dlx-binary.test.ts:790:30 ❯ runWithTempDir test/utils/temp-file-helper.mts:54:5 ❯ test/dlx-binary.test.ts:772:7
test/dlx-binary.test.ts > dlx-binary > listDlxCache > should return empty array if cache directory does not exist: test/dlx-binary.test.ts#L764
AssertionError: expected [ { age: 23, arch: 'x64', …(5) } ] to deeply equal [] - Expected + Received - [] + [ + { + "age": 23, + "arch": "x64", + "checksum": "5d903daa1fb1ef7bee7e949c53582d7f8923db18b160f4ac1f8257b330f79150", + "name": "default-ttl-binary", + "platform": "win32", + "size": 30, + "url": "http://localhost:65200/binary", + }, + ] ❯ test/dlx-binary.test.ts:764:24 ❯ runWithTempDir test/utils/temp-file-helper.mts:54:5 ❯ test/dlx-binary.test.ts:758:7
test/dlx-binary.test.ts > dlx-binary > cleanDlxCache > should skip entries with invalid metadata: test/dlx-binary.test.ts#L635
AssertionError: expected 1 to be +0 // Object.is equality - Expected + Received - 0 + 1 ❯ test/dlx-binary.test.ts:635:27 ❯ runWithTempDir test/utils/temp-file-helper.mts:54:5 ❯ test/dlx-binary.test.ts:618:7
test/dlx-binary.test.ts > dlx-binary > dlxBinary > should use cached binary on second call: test/dlx-binary.test.ts#L147
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ test/dlx-binary.test.ts:147:38 ❯ runWithTempDir test/utils/temp-file-helper.mts:54:5 ❯ test/dlx-binary.test.ts:135:7
test/dlx-binary.test.ts > dlx-binary > getDlxCachePath > should return normalized cache path: test/dlx-binary.test.ts#L95
AssertionError: expected 'C:/Users/runneradmin/.socket/_dlx' to contain 'cache' Expected: "cache" Received: "C:/Users/runneradmin/.socket/_dlx" ❯ test/dlx-binary.test.ts:95:25
test/agent.test.ts > agent > Integration tests (using real spawn) > execNpm argument transformation > should have a function that returns a promise: test/agent.test.ts#L475
Error: spawn EINVAL ❯ promiseSpawn dist/external/@npmcli/promise-spawn.js:5:5186 ❯ spawn src/spawn.ts:633:24 ❯ execNpm src/agent.ts:112:10 ❯ test/agent.test.ts:475:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -4071, code: 'EINVAL', syscall: 'spawn' }
test/dlx-binary.test.ts > dlx-binary > listDlxCache > should skip entries with array metadata: test/dlx-binary.test.ts#L866
AssertionError: expected [ { age: 57, arch: 'x64', …(5) } ] to deeply equal [] - Expected + Received - [] + [ + { + "age": 57, + "arch": "x64", + "checksum": "5d903daa1fb1ef7bee7e949c53582d7f8923db18b160f4ac1f8257b330f79150", + "name": "default-ttl-binary", + "platform": "win32", + "size": 30, + "url": "http://localhost:61357/binary", + }, + ] ❯ test/dlx-binary.test.ts:866:24 ❯ runWithTempDir test/utils/temp-file-helper.mts:54:5 ❯ test/dlx-binary.test.ts:849:7
test/dlx-binary.test.ts > dlx-binary > listDlxCache > should skip entries with invalid metadata: test/dlx-binary.test.ts#L841
AssertionError: expected [ { age: 48, arch: 'x64', …(5) } ] to deeply equal [] - Expected + Received - [] + [ + { + "age": 48, + "arch": "x64", + "checksum": "5d903daa1fb1ef7bee7e949c53582d7f8923db18b160f4ac1f8257b330f79150", + "name": "default-ttl-binary", + "platform": "win32", + "size": 30, + "url": "http://localhost:61357/binary", + }, + ] ❯ test/dlx-binary.test.ts:841:24 ❯ runWithTempDir test/utils/temp-file-helper.mts:54:5 ❯ test/dlx-binary.test.ts:824:7
test/dlx-binary.test.ts > dlx-binary > listDlxCache > should skip non-directory entries: test/dlx-binary.test.ts#L816
AssertionError: expected [ { age: 40, arch: 'x64', …(5) } ] to deeply equal [] - Expected + Received - [] + [ + { + "age": 40, + "arch": "x64", + "checksum": "5d903daa1fb1ef7bee7e949c53582d7f8923db18b160f4ac1f8257b330f79150", + "name": "default-ttl-binary", + "platform": "win32", + "size": 30, + "url": "http://localhost:61357/binary", + }, + ] ❯ test/dlx-binary.test.ts:816:24 ❯ runWithTempDir test/utils/temp-file-helper.mts:54:5 ❯ test/dlx-binary.test.ts:804:7
test/dlx-binary.test.ts > dlx-binary > listDlxCache > should list cached binaries: test/dlx-binary.test.ts#L790
AssertionError: expected 'default-ttl-binary' to be 'list-binary' // Object.is equality Expected: "list-binary" Received: "default-ttl-binary" ❯ test/dlx-binary.test.ts:790:30 ❯ runWithTempDir test/utils/temp-file-helper.mts:54:5 ❯ test/dlx-binary.test.ts:772:7
test/dlx-binary.test.ts > dlx-binary > listDlxCache > should return empty array if cache directory does not exist: test/dlx-binary.test.ts#L764
AssertionError: expected [ { age: 16, arch: 'x64', …(5) } ] to deeply equal [] - Expected + Received - [] + [ + { + "age": 16, + "arch": "x64", + "checksum": "5d903daa1fb1ef7bee7e949c53582d7f8923db18b160f4ac1f8257b330f79150", + "name": "default-ttl-binary", + "platform": "win32", + "size": 30, + "url": "http://localhost:61357/binary", + }, + ] ❯ test/dlx-binary.test.ts:764:24 ❯ runWithTempDir test/utils/temp-file-helper.mts:54:5 ❯ test/dlx-binary.test.ts:758:7
test/dlx-binary.test.ts > dlx-binary > cleanDlxCache > should skip entries with invalid metadata: test/dlx-binary.test.ts#L635
AssertionError: expected 1 to be +0 // Object.is equality - Expected + Received - 0 + 1 ❯ test/dlx-binary.test.ts:635:27 ❯ runWithTempDir test/utils/temp-file-helper.mts:54:5 ❯ test/dlx-binary.test.ts:618:7
test/dlx-binary.test.ts > dlx-binary > dlxBinary > should use custom cacheTtl: test/dlx-binary.test.ts#L342
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ test/dlx-binary.test.ts:342:37 ❯ runWithTempDir test/utils/temp-file-helper.mts:54:5 ❯ test/dlx-binary.test.ts:328:7
test/dlx-binary.test.ts > dlx-binary > dlxBinary > should use cached binary on second call: test/dlx-binary.test.ts#L147
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ test/dlx-binary.test.ts:147:38 ❯ runWithTempDir test/utils/temp-file-helper.mts:54:5 ❯ test/dlx-binary.test.ts:135:7
test/dlx-binary.test.ts > dlx-binary > getDlxCachePath > should return normalized cache path: test/dlx-binary.test.ts#L95
AssertionError: expected 'C:/Users/runneradmin/.socket/_dlx' to contain 'cache' Expected: "cache" Received: "C:/Users/runneradmin/.socket/_dlx" ❯ test/dlx-binary.test.ts:95:25
test/agent.test.ts > agent > Integration tests (using real spawn) > execNpm argument transformation > should have a function that returns a promise: test/agent.test.ts#L475
Error: spawn EINVAL ❯ promiseSpawn dist/external/@npmcli/promise-spawn.js:5:5186 ❯ spawn src/spawn.ts:633:24 ❯ execNpm src/agent.ts:112:10 ❯ test/agent.test.ts:475:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -4071, code: 'EINVAL', syscall: 'spawn' }