Skip to content

🔒wrote preliminary login function and tests #16

🔒wrote preliminary login function and tests

🔒wrote preliminary login function and tests #16

Triggered via push November 12, 2024 02:22
Status Failure
Total duration 1m 6s
Artifacts

test.yml

on: push
integration-tests
55s
integration-tests
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
Unhandled error: backend/src/index.ts#L150
Error: listen EADDRINUSE: address already in use :::5180 ❯ Server.setupListenHandle [as _listen2] node:net:1817:16 ❯ listenInCluster node:net:1865:12 ❯ Server.listen node:net:1953:7 ❯ Function.listen node_modules/.pnpm/[email protected]/node_modules/express/lib/application.js:635:24 ❯ src/index.ts:150:5 ❯ processTicksAndRejections node:internal/process/task_queues:95:5 ❯ VitestExecutor.runModule node_modules/.pnpm/[email protected]_@[email protected]/node_modules/vite-node/dist/client.mjs:399:5 ❯ VitestExecutor.directRequest node_modules/.pnpm/[email protected]_@[email protected]/node_modules/vite-node/dist/client.mjs:381:5 ❯ VitestExecutor.cachedRequest node_modules/.pnpm/[email protected]_@[email protected]/node_modules/vite-node/dist/client.mjs:206:14 ❯ VitestExecutor.dependencyRequest node_modules/.pnpm/[email protected]_@[email protected]/node_modules/vite-node/dist/client.mjs:259:12 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 5180 } This error originated in "tests/register.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 "tests/register.test.ts". 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.
integration-tests
Process completed with exit code 1.
integration-tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/