Change HTTP API #352
test.yml
on: push
Node.js Latest Full
27s
Matrix: short
Annotations
7 errors
Unhandled error:
base-server/index.test.ts#L521
Error: listen EADDRINUSE: address already in use :::31337
❯ Server.setupListenHandle [as _listen2] node:net:1817:16
❯ listenInCluster node:net:1865:12
❯ Server.listen node:net:1953:7
❯ base-server/index.test.ts:521:17
❯ base-server/index.test.ts:520:9
❯ node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:146:14
❯ node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:61:7
❯ runTest node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:960:17
❯ processTicksAndRejections node:internal/process/task_queues:95:5
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 31337 }
This error originated in "base-server/index.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "accepts custom HTTP server". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Node.js 18 Quick
Process completed with exit code 1.
|
Unhandled error:
base-server/index.test.ts#L521
Error: listen EADDRINUSE: address already in use :::31337
❯ Server.setupListenHandle [as _listen2] node:net:1902:16
❯ listenInCluster node:net:1959:12
❯ Server.listen node:net:2061:7
❯ base-server/index.test.ts:521:17
❯ base-server/index.test.ts:520:9
❯ node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:146:14
❯ node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:61:7
❯ runTest node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:960:17
❯ processTicksAndRejections node:internal/process/task_queues:105:5
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 31337 }
This error originated in "base-server/index.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "accepts custom HTTP server". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Node.js Latest Full
Process completed with exit code 1.
|
Node.js 20 Quick
The job was canceled because "_18" failed.
|
Unhandled error:
base-server/index.test.ts#L521
Error: listen EADDRINUSE: address already in use :::31337
❯ Server.setupListenHandle [as _listen2] node:net:1904:16
❯ listenInCluster node:net:1961:12
❯ Server.listen node:net:2063:7
❯ base-server/index.test.ts:521:17
❯ base-server/index.test.ts:520:9
❯ node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:146:14
❯ node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:61:7
❯ runTest node_modules/.pnpm/@vitest[email protected]/node_modules/@vitest/runner/dist/index.js:960:17
❯ processTicksAndRejections node:internal/process/task_queues:95:5
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 31337 }
This error originated in "base-server/index.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "accepts custom HTTP server". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Node.js 20 Quick
Process completed with exit code 1.
|