[pull] main from cloudflare:main #98
Merged
Annotations
10 errors
|
Run npm run check:
packages/partysocket/src/tests/edge-cases.test.ts#L584
Error: listen EADDRINUSE: address already in use :::50136
❯ Server.setupListenHandle [as _listen2] node:net:1908:16
❯ listenInCluster node:net:1965:12
❯ Server.listen node:net:2067:7
❯ new WebSocketServer ../../node_modules/ws/lib/websocket-server.js:102:20
❯ src/tests/edge-cases.test.ts:584:11
❯ ../../node_modules/@vitest/runner/dist/chunk-hooks.js:155:11
❯ ../../node_modules/@vitest/runner/dist/chunk-hooks.js:1897:20
❯ runWithTimeout ../../node_modules/@vitest/runner/dist/chunk-hooks.js:1863:10
❯ runHook ../../node_modules/@vitest/runner/dist/chunk-hooks.js:1436:51
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 50136 }
This error originated in "src/tests/edge-cases.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
|
Run npm run check:
packages/partysocket/src/tests/edge-cases.test.ts#L584
Error: listen EADDRINUSE: address already in use :::50136
❯ Server.setupListenHandle [as _listen2] node:net:1908:16
❯ listenInCluster node:net:1965:12
❯ Server.listen node:net:2067:7
❯ new WebSocketServer ../../node_modules/ws/lib/websocket-server.js:102:20
❯ src/tests/edge-cases.test.ts:584:11
❯ ../../node_modules/@vitest/runner/dist/chunk-hooks.js:155:11
❯ ../../node_modules/@vitest/runner/dist/chunk-hooks.js:1897:20
❯ runWithTimeout ../../node_modules/@vitest/runner/dist/chunk-hooks.js:1863:10
❯ runHook ../../node_modules/@vitest/runner/dist/chunk-hooks.js:1436:51
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 50136 }
This error originated in "src/tests/edge-cases.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
|
Run npm run check:
packages/partysocket/src/tests/integration.test.ts#L585
Error: listen EADDRINUSE: address already in use :::50136
❯ Server.setupListenHandle [as _listen2] node:net:1908:16
❯ listenInCluster node:net:1965:12
❯ Server.listen node:net:2067:7
❯ new WebSocketServer ../../node_modules/ws/lib/websocket-server.js:102:20
❯ src/tests/integration.test.ts:585:11
❯ ../../node_modules/@vitest/runner/dist/chunk-hooks.js:1897:20
❯ runWithTimeout ../../node_modules/@vitest/runner/dist/chunk-hooks.js:1863:10
❯ runHook ../../node_modules/@vitest/runner/dist/chunk-hooks.js:1436:51
❯ callSuiteHook ../../node_modules/@vitest/runner/dist/chunk-hooks.js:1442:25
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 50136 }
This error originated in "src/tests/integration.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
|
Run npm run check:
packages/partysocket/src/tests/react-ssr.test.tsx#L221
Error: listen EADDRINUSE: address already in use :::50136
❯ Server.setupListenHandle [as _listen2] node:net:1908:16
❯ listenInCluster node:net:1965:12
❯ Server.listen node:net:2067:7
❯ new WebSocketServer ../../node_modules/ws/lib/websocket-server.js:102:20
❯ src/tests/react-ssr.test.tsx:221:11
❯ ../../node_modules/@vitest/runner/dist/chunk-hooks.js:155:11
❯ ../../node_modules/@vitest/runner/dist/chunk-hooks.js:1897:20
❯ runWithTimeout ../../node_modules/@vitest/runner/dist/chunk-hooks.js:1863:10
❯ runHook ../../node_modules/@vitest/runner/dist/chunk-hooks.js:1436:51
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 50136 }
This error originated in "src/tests/react-ssr.test.tsx" 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 "should not connect during SSR rendering". 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.
|
|
Run npm run check:
packages/partysocket/src/tests/react-ssr.test.tsx#L221
Error: listen EADDRINUSE: address already in use :::50136
❯ Server.setupListenHandle [as _listen2] node:net:1908:16
❯ listenInCluster node:net:1965:12
❯ Server.listen node:net:2067:7
❯ new WebSocketServer ../../node_modules/ws/lib/websocket-server.js:102:20
❯ src/tests/react-ssr.test.tsx:221:11
❯ ../../node_modules/@vitest/runner/dist/chunk-hooks.js:155:11
❯ ../../node_modules/@vitest/runner/dist/chunk-hooks.js:1897:20
❯ runWithTimeout ../../node_modules/@vitest/runner/dist/chunk-hooks.js:1863:10
❯ runHook ../../node_modules/@vitest/runner/dist/chunk-hooks.js:1436:51
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 50136 }
This error originated in "src/tests/react-ssr.test.tsx" 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 "should handle async protocol in SSR". 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.
|
|
Run npm run check:
packages/partysocket/src/tests/react-ssr.test.tsx#L221
Error: listen EADDRINUSE: address already in use :::50136
❯ Server.setupListenHandle [as _listen2] node:net:1908:16
❯ listenInCluster node:net:1965:12
❯ Server.listen node:net:2067:7
❯ new WebSocketServer ../../node_modules/ws/lib/websocket-server.js:102:20
❯ src/tests/react-ssr.test.tsx:221:11
❯ ../../node_modules/@vitest/runner/dist/chunk-hooks.js:155:11
❯ ../../node_modules/@vitest/runner/dist/chunk-hooks.js:1897:20
❯ runWithTimeout ../../node_modules/@vitest/runner/dist/chunk-hooks.js:1863:10
❯ runHook ../../node_modules/@vitest/runner/dist/chunk-hooks.js:1436:51
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 50136 }
This error originated in "src/tests/react-ssr.test.tsx" 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 "should handle protocol function in SSR". 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.
|
|
Run npm run check:
packages/partysocket/src/tests/react-ssr.test.tsx#L221
Error: listen EADDRINUSE: address already in use :::50136
❯ Server.setupListenHandle [as _listen2] node:net:1908:16
❯ listenInCluster node:net:1965:12
❯ Server.listen node:net:2067:7
❯ new WebSocketServer ../../node_modules/ws/lib/websocket-server.js:102:20
❯ src/tests/react-ssr.test.tsx:221:11
❯ ../../node_modules/@vitest/runner/dist/chunk-hooks.js:155:11
❯ ../../node_modules/@vitest/runner/dist/chunk-hooks.js:1897:20
❯ runWithTimeout ../../node_modules/@vitest/runner/dist/chunk-hooks.js:1863:10
❯ runHook ../../node_modules/@vitest/runner/dist/chunk-hooks.js:1436:51
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 50136 }
This error originated in "src/tests/react-ssr.test.tsx" 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 "should handle protocols array in SSR". 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.
|
|
Run npm run check:
packages/partysocket/src/tests/react-ssr.test.tsx#L221
Error: listen EADDRINUSE: address already in use :::50136
❯ Server.setupListenHandle [as _listen2] node:net:1908:16
❯ listenInCluster node:net:1965:12
❯ Server.listen node:net:2067:7
❯ new WebSocketServer ../../node_modules/ws/lib/websocket-server.js:102:20
❯ src/tests/react-ssr.test.tsx:221:11
❯ ../../node_modules/@vitest/runner/dist/chunk-hooks.js:155:11
❯ ../../node_modules/@vitest/runner/dist/chunk-hooks.js:1897:20
❯ runWithTimeout ../../node_modules/@vitest/runner/dist/chunk-hooks.js:1863:10
❯ runHook ../../node_modules/@vitest/runner/dist/chunk-hooks.js:1436:51
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 50136 }
This error originated in "src/tests/react-ssr.test.tsx" 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 "should render with async URL in SSR". 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.
|
|
Run npm run check:
packages/partysocket/src/tests/react-ssr.test.tsx#L221
Error: listen EADDRINUSE: address already in use :::50136
❯ Server.setupListenHandle [as _listen2] node:net:1908:16
❯ listenInCluster node:net:1965:12
❯ Server.listen node:net:2067:7
❯ new WebSocketServer ../../node_modules/ws/lib/websocket-server.js:102:20
❯ src/tests/react-ssr.test.tsx:221:11
❯ ../../node_modules/@vitest/runner/dist/chunk-hooks.js:155:11
❯ ../../node_modules/@vitest/runner/dist/chunk-hooks.js:1897:20
❯ runWithTimeout ../../node_modules/@vitest/runner/dist/chunk-hooks.js:1863:10
❯ runHook ../../node_modules/@vitest/runner/dist/chunk-hooks.js:1436:51
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 50136 }
This error originated in "src/tests/react-ssr.test.tsx" 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 "should render with function URL in SSR". 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.
|
|
Run npm run check:
packages/partysocket/src/tests/react-ssr.test.tsx#L221
Error: listen EADDRINUSE: address already in use :::50136
❯ Server.setupListenHandle [as _listen2] node:net:1908:16
❯ listenInCluster node:net:1965:12
❯ Server.listen node:net:2067:7
❯ new WebSocketServer ../../node_modules/ws/lib/websocket-server.js:102:20
❯ src/tests/react-ssr.test.tsx:221:11
❯ ../../node_modules/@vitest/runner/dist/chunk-hooks.js:155:11
❯ ../../node_modules/@vitest/runner/dist/chunk-hooks.js:1897:20
❯ runWithTimeout ../../node_modules/@vitest/runner/dist/chunk-hooks.js:1863:10
❯ runHook ../../node_modules/@vitest/runner/dist/chunk-hooks.js:1436:51
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 50136 }
This error originated in "src/tests/react-ssr.test.tsx" 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 "should render with string URL in SSR". 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.
|
Loading