fix: broken UI build path #10470
ci.yml
on: pull_request
Matrix: build-ubuntu
build-windows
6m 39s
build result
16s
Annotations
3 errors
|
build-windows
Process completed with exit code 1.
|
|
test/ssh/security.test.ts > SSH Security Tests:
test/ssh/security.test.ts#L41
Error: spawnSync C:\Windows\system32\cmd.exe ETIMEDOUT
❯ test/ssh/security.test.ts:41:9
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -4039, code: 'ETIMEDOUT', syscall: 'spawnSync C:\Windows\system32\cmd.exe', path: 'C:\Windows\system32\cmd.exe', spawnargs: [ '/d', '/s', '/c', '"ssh-keygen -t rsa -b 2048 -m PEM -f test/keys/test_key -N "" -C "test@git-proxy""' ], error: { stack: 'Error: spawnSync C:\Windows\system32\cmd.exe ETIMEDOUT\n at Object.spawnSync (node:internal/child_process:1160:20)\n at spawnSync (node:child_process:928:24)\n at execSync (node:child_process:1009:15)\n at D:/a/git-proxy/git-proxy/test/ssh/security.test.ts:41:9\n at wrapper (file:///D:/a/git-proxy/git-proxy/node_modules/@vitest/runner/dist/chunk-artifact.js:888:28)\n at file:///D:/a/git-proxy/git-proxy/node_modules/@vitest/runner/dist/chunk-artifact.js:294:11\n at file:///D:/a/git-proxy/git-proxy/node_modules/@vitest/runner/dist/chunk-artifact.js:901:10\n at file:///D:/a/git-proxy/git-proxy/node_modules/@vitest/runner/dist/chunk-artifact.js:2305:20\n at new Promise (<anonymous>)\n at runWithTimeout (file:///D:/a/git-proxy/git-proxy/node_modules/@vitest/runner/dist/chunk-artifact.js:2272:10)', message: 'spawnSync C:\Windows\system32\cmd.exe ETIMEDOUT', errno: -4039, code: 'ETIMEDOUT', syscall: 'spawnSync C:\Windows\system32\cmd.exe', path: 'C:\Windows\system32\cmd.exe', spawnargs: [ '/d', '/s', '/c', '"ssh-keygen -t rsa -b 2048 -m PEM -f test/keys/test_key -N "" -C "test@git-proxy""' ], error: [Circular], status: null, signal: 'SIGTERM', output: [ null, '<Buffer(0) ...>', '<Buffer(0) ...>' ], pid: 8500, stdout: '<Buffer(0) ...>', stderr: '<Buffer(0) ...>', constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>', stacks: [ { method: '', file: 'D:/a/git-proxy/git-proxy/test/ssh/security.test.ts', line: 41, column: 9 } ] }, status: null, signal: 'SIGTERM', output: [ null, '<Buffer(0) ...>', '<Buffer(0) ...>' ], pid: 8500, stdout: '<Buffer(0) ...>', stderr: '<Buffer(0) ...>' }
|
|
build result
Process completed with exit code 1.
|