Skip to content

Build

Build #37

Triggered via push February 29, 2024 19:59
Status Failure
Total duration 1m 21s
Artifacts

push.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test/integration.test.ts > integration > onboarding: test/integration.test.ts#L62
AssertionError: expected '$2a$10$UNE.yEpmreoDBw/5x00pf.dxIOhdbB…' to have a length of 20 but got 60 - Expected + Received - 20 + 60 ❯ test/integration.test.ts:62:63
test/integration.test.ts > integration > service: test/integration.test.ts#L89
AssertionError: expected { Object (error) } to match object { at: StringContaining "T", …(1) } - Expected + Received Object { - "at": StringContaining "T", - "data": Object { - "ID": StringMatching /^[a-z0-9]{10,30}$/, - }, + "error": "Request failed with status code 403", } ❯ test/integration.test.ts:89:19
test/integration.test.ts > integration > service started: test/integration.test.ts#L99
{ code: 'ECONNREFUSED', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:15268\n' + ' at createConnectionError (node:net:1634:14)\n' + ' at afterConnectMultiple (node:net:1664:40)', message: 'connect ECONNREFUSED ::1:15268', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 15268, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:15268\n' + ' at createConnectionError (node:net:1634:14)\n' + ' at afterConnectMultiple (node:net:1664:40)', message: 'connect ECONNREFUSED 127.0.0.1:15268', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 15268, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], stack: 'AggregateError: \n' + ' at Function.AxiosError.from (file:///home/runner/work/hivepanel/hivepanel/node_modules/axios/lib/core/AxiosError.js:89:14)\n' + ' at RedirectableRequest.handleRequestError (file:///home/runner/work/hivepanel/hivepanel/node_modules/axios/lib/adapters/http.js:610:25)\n' + ' at RedirectableRequest.emit (node:events:518:28)\n' + ' at ClientRequest.eventHandlers.<computed> (/home/runner/work/hivepanel/hivepanel/node_modules/follow-redirects/index.js:38:24)\n' + ' at ClientRequest.emit (node:events:518:28)\n' + ' at Socket.socketErrorListener (node:_http_client:495:9)\n' + ' at Socket.emit (node:events:518:28)\n' + ' at emitErrorNT (node:internal/streams/destroy:169:8)\n' + ' at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n' + ' at processTicksAndRejections (node:internal/process/task_queues:82:21)\n' + ' at Axios.request (file:///home/runner/work/hivepanel/hivepanel/node_modules/axios/lib/core/Axios.js:45:41)\n' + ' at processTicksAndRejections (node:internal/process/task_queues:95:5)\n' + ' at __vite_ssr_import_2__.test.retry (/home/runner/work/hivepanel/hivepanel/test/integration.test.ts:99:18)\n' + ' at runTest (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:719:11)\n' + ' at runSuite (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:847:15)\n' + ' at runSuite (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:847:15)\n' + ' at runFiles (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:896:5)\n' + ' at startTests (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:905:3)\n' + ' at file:///home/runner/work/hivepanel/hivepanel/node_modules/vitest/dist/chunks/runtime-runBaseTests.9RbsHRbU.js:114:7\n' + ' at withEnv (file:///home/runner/work/hivepanel/hivepanel/node_modules/vitest/dist/chunks/runtime-runBaseTests.9RbsHRbU.js:82:5)', message: '', name: 'AggregateError', config: { transitional: { silentJSONParsing: true, forcedJSONParsing: true, clarifyTimeoutError: false }, adapter: [ 'xhr', 'http' ], transformRequest: [ 'Function<transformRequest>' ], transformResponse: [ 'Function<transformResponse>' ], timeout: 0, xsrfCookieName: 'XSRF-TOKEN', xsrfHeaderName: 'X-XSRF-TOKEN', maxContentLength: -1, maxBodyLength: -1, env: { FormData: 'Function<FormData>', Blob: 'Function<Blob>' }, validateStatus: 'Function<validateStatus>', headers: { Accept: 'application/json, text/plain, */*', 'Content-Type': undefined, 'User-Agent': 'axios/1.6.7', 'Accept-Encoding': 'gzip, compress, deflate, br', constructor: 'Function<AxiosHeaders>', set: 'Function<set>', get: 'Function<get>', has: 'Function<has>', delete: 'Function<delete>', clear: 'Function<clear>', normalize: 'Function<normalize>', con
test/integration.test.ts > integration > service started: test/integration.test.ts#L99
{ code: 'ECONNREFUSED', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:15268\n' + ' at createConnectionError (node:net:1634:14)\n' + ' at afterConnectMultiple (node:net:1664:40)', message: 'connect ECONNREFUSED ::1:15268', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 15268, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:15268\n' + ' at createConnectionError (node:net:1634:14)\n' + ' at afterConnectMultiple (node:net:1664:40)', message: 'connect ECONNREFUSED 127.0.0.1:15268', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 15268, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], stack: 'AggregateError: \n' + ' at Function.AxiosError.from (file:///home/runner/work/hivepanel/hivepanel/node_modules/axios/lib/core/AxiosError.js:89:14)\n' + ' at RedirectableRequest.handleRequestError (file:///home/runner/work/hivepanel/hivepanel/node_modules/axios/lib/adapters/http.js:610:25)\n' + ' at RedirectableRequest.emit (node:events:518:28)\n' + ' at ClientRequest.eventHandlers.<computed> (/home/runner/work/hivepanel/hivepanel/node_modules/follow-redirects/index.js:38:24)\n' + ' at ClientRequest.emit (node:events:518:28)\n' + ' at Socket.socketErrorListener (node:_http_client:495:9)\n' + ' at Socket.emit (node:events:518:28)\n' + ' at emitErrorNT (node:internal/streams/destroy:169:8)\n' + ' at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n' + ' at processTicksAndRejections (node:internal/process/task_queues:82:21)\n' + ' at Axios.request (file:///home/runner/work/hivepanel/hivepanel/node_modules/axios/lib/core/Axios.js:45:41)\n' + ' at processTicksAndRejections (node:internal/process/task_queues:95:5)\n' + ' at __vite_ssr_import_2__.test.retry (/home/runner/work/hivepanel/hivepanel/test/integration.test.ts:99:18)\n' + ' at runTest (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:719:11)\n' + ' at runSuite (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:847:15)\n' + ' at runSuite (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:847:15)\n' + ' at runFiles (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:896:5)\n' + ' at startTests (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:905:3)\n' + ' at file:///home/runner/work/hivepanel/hivepanel/node_modules/vitest/dist/chunks/runtime-runBaseTests.9RbsHRbU.js:114:7\n' + ' at withEnv (file:///home/runner/work/hivepanel/hivepanel/node_modules/vitest/dist/chunks/runtime-runBaseTests.9RbsHRbU.js:82:5)', message: '', name: 'AggregateError', config: { transitional: { silentJSONParsing: true, forcedJSONParsing: true, clarifyTimeoutError: false }, adapter: [ 'xhr', 'http' ], transformRequest: [ 'Function<transformRequest>' ], transformResponse: [ 'Function<transformResponse>' ], timeout: 0, xsrfCookieName: 'XSRF-TOKEN', xsrfHeaderName: 'X-XSRF-TOKEN', maxContentLength: -1, maxBodyLength: -1, env: { FormData: 'Function<FormData>', Blob: 'Function<Blob>' }, validateStatus: 'Function<validateStatus>', headers: { Accept: 'application/json, text/plain, */*', 'Content-Type': undefined, 'User-Agent': 'axios/1.6.7', 'Accept-Encoding': 'gzip, compress, deflate, br', constructor: 'Function<AxiosHeaders>', set: 'Function<set>', get: 'Function<get>', has: 'Function<has>', delete: 'Function<delete>', clear: 'Function<clear>', normalize: 'Function<normalize>', con
test/integration.test.ts > integration > service started: test/integration.test.ts#L99
{ code: 'ECONNREFUSED', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:15268\n' + ' at createConnectionError (node:net:1634:14)\n' + ' at afterConnectMultiple (node:net:1664:40)', message: 'connect ECONNREFUSED ::1:15268', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 15268, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:15268\n' + ' at createConnectionError (node:net:1634:14)\n' + ' at afterConnectMultiple (node:net:1664:40)', message: 'connect ECONNREFUSED 127.0.0.1:15268', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 15268, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], stack: 'AggregateError: \n' + ' at Function.AxiosError.from (file:///home/runner/work/hivepanel/hivepanel/node_modules/axios/lib/core/AxiosError.js:89:14)\n' + ' at RedirectableRequest.handleRequestError (file:///home/runner/work/hivepanel/hivepanel/node_modules/axios/lib/adapters/http.js:610:25)\n' + ' at RedirectableRequest.emit (node:events:518:28)\n' + ' at ClientRequest.eventHandlers.<computed> (/home/runner/work/hivepanel/hivepanel/node_modules/follow-redirects/index.js:38:24)\n' + ' at ClientRequest.emit (node:events:518:28)\n' + ' at Socket.socketErrorListener (node:_http_client:495:9)\n' + ' at Socket.emit (node:events:518:28)\n' + ' at emitErrorNT (node:internal/streams/destroy:169:8)\n' + ' at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n' + ' at processTicksAndRejections (node:internal/process/task_queues:82:21)\n' + ' at Axios.request (file:///home/runner/work/hivepanel/hivepanel/node_modules/axios/lib/core/Axios.js:45:41)\n' + ' at processTicksAndRejections (node:internal/process/task_queues:95:5)\n' + ' at __vite_ssr_import_2__.test.retry (/home/runner/work/hivepanel/hivepanel/test/integration.test.ts:99:18)\n' + ' at runTest (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:719:11)\n' + ' at runSuite (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:847:15)\n' + ' at runSuite (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:847:15)\n' + ' at runFiles (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:896:5)\n' + ' at startTests (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:905:3)\n' + ' at file:///home/runner/work/hivepanel/hivepanel/node_modules/vitest/dist/chunks/runtime-runBaseTests.9RbsHRbU.js:114:7\n' + ' at withEnv (file:///home/runner/work/hivepanel/hivepanel/node_modules/vitest/dist/chunks/runtime-runBaseTests.9RbsHRbU.js:82:5)', message: '', name: 'AggregateError', config: { transitional: { silentJSONParsing: true, forcedJSONParsing: true, clarifyTimeoutError: false }, adapter: [ 'xhr', 'http' ], transformRequest: [ 'Function<transformRequest>' ], transformResponse: [ 'Function<transformResponse>' ], timeout: 0, xsrfCookieName: 'XSRF-TOKEN', xsrfHeaderName: 'X-XSRF-TOKEN', maxContentLength: -1, maxBodyLength: -1, env: { FormData: 'Function<FormData>', Blob: 'Function<Blob>' }, validateStatus: 'Function<validateStatus>', headers: { Accept: 'application/json, text/plain, */*', 'Content-Type': undefined, 'User-Agent': 'axios/1.6.7', 'Accept-Encoding': 'gzip, compress, deflate, br', constructor: 'Function<AxiosHeaders>', set: 'Function<set>', get: 'Function<get>', has: 'Function<has>', delete: 'Function<delete>', clear: 'Function<clear>', normalize: 'Function<normalize>', con
test/integration.test.ts > integration > service started: test/integration.test.ts#L99
{ code: 'ECONNREFUSED', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:15268\n' + ' at createConnectionError (node:net:1634:14)\n' + ' at afterConnectMultiple (node:net:1664:40)', message: 'connect ECONNREFUSED ::1:15268', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 15268, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:15268\n' + ' at createConnectionError (node:net:1634:14)\n' + ' at afterConnectMultiple (node:net:1664:40)', message: 'connect ECONNREFUSED 127.0.0.1:15268', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 15268, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], stack: 'AggregateError: \n' + ' at Function.AxiosError.from (file:///home/runner/work/hivepanel/hivepanel/node_modules/axios/lib/core/AxiosError.js:89:14)\n' + ' at RedirectableRequest.handleRequestError (file:///home/runner/work/hivepanel/hivepanel/node_modules/axios/lib/adapters/http.js:610:25)\n' + ' at RedirectableRequest.emit (node:events:518:28)\n' + ' at ClientRequest.eventHandlers.<computed> (/home/runner/work/hivepanel/hivepanel/node_modules/follow-redirects/index.js:38:24)\n' + ' at ClientRequest.emit (node:events:518:28)\n' + ' at Socket.socketErrorListener (node:_http_client:495:9)\n' + ' at Socket.emit (node:events:518:28)\n' + ' at emitErrorNT (node:internal/streams/destroy:169:8)\n' + ' at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n' + ' at processTicksAndRejections (node:internal/process/task_queues:82:21)\n' + ' at Axios.request (file:///home/runner/work/hivepanel/hivepanel/node_modules/axios/lib/core/Axios.js:45:41)\n' + ' at processTicksAndRejections (node:internal/process/task_queues:95:5)\n' + ' at __vite_ssr_import_2__.test.retry (/home/runner/work/hivepanel/hivepanel/test/integration.test.ts:99:18)\n' + ' at runTest (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:719:11)\n' + ' at runSuite (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:847:15)\n' + ' at runSuite (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:847:15)\n' + ' at runFiles (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:896:5)\n' + ' at startTests (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:905:3)\n' + ' at file:///home/runner/work/hivepanel/hivepanel/node_modules/vitest/dist/chunks/runtime-runBaseTests.9RbsHRbU.js:114:7\n' + ' at withEnv (file:///home/runner/work/hivepanel/hivepanel/node_modules/vitest/dist/chunks/runtime-runBaseTests.9RbsHRbU.js:82:5)', message: '', name: 'AggregateError', config: { transitional: { silentJSONParsing: true, forcedJSONParsing: true, clarifyTimeoutError: false }, adapter: [ 'xhr', 'http' ], transformRequest: [ 'Function<transformRequest>' ], transformResponse: [ 'Function<transformResponse>' ], timeout: 0, xsrfCookieName: 'XSRF-TOKEN', xsrfHeaderName: 'X-XSRF-TOKEN', maxContentLength: -1, maxBodyLength: -1, env: { FormData: 'Function<FormData>', Blob: 'Function<Blob>' }, validateStatus: 'Function<validateStatus>', headers: { Accept: 'application/json, text/plain, */*', 'Content-Type': undefined, 'User-Agent': 'axios/1.6.7', 'Accept-Encoding': 'gzip, compress, deflate, br', constructor: 'Function<AxiosHeaders>', set: 'Function<set>', get: 'Function<get>', has: 'Function<has>', delete: 'Function<delete>', clear: 'Function<clear>', normalize: 'Function<normalize>', con
test/integration.test.ts > integration > service started: test/integration.test.ts#L99
{ code: 'ECONNREFUSED', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:15268\n' + ' at createConnectionError (node:net:1634:14)\n' + ' at afterConnectMultiple (node:net:1664:40)', message: 'connect ECONNREFUSED ::1:15268', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 15268, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:15268\n' + ' at createConnectionError (node:net:1634:14)\n' + ' at afterConnectMultiple (node:net:1664:40)', message: 'connect ECONNREFUSED 127.0.0.1:15268', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 15268, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], stack: 'AggregateError: \n' + ' at Function.AxiosError.from (file:///home/runner/work/hivepanel/hivepanel/node_modules/axios/lib/core/AxiosError.js:89:14)\n' + ' at RedirectableRequest.handleRequestError (file:///home/runner/work/hivepanel/hivepanel/node_modules/axios/lib/adapters/http.js:610:25)\n' + ' at RedirectableRequest.emit (node:events:518:28)\n' + ' at ClientRequest.eventHandlers.<computed> (/home/runner/work/hivepanel/hivepanel/node_modules/follow-redirects/index.js:38:24)\n' + ' at ClientRequest.emit (node:events:518:28)\n' + ' at Socket.socketErrorListener (node:_http_client:495:9)\n' + ' at Socket.emit (node:events:518:28)\n' + ' at emitErrorNT (node:internal/streams/destroy:169:8)\n' + ' at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n' + ' at processTicksAndRejections (node:internal/process/task_queues:82:21)\n' + ' at Axios.request (file:///home/runner/work/hivepanel/hivepanel/node_modules/axios/lib/core/Axios.js:45:41)\n' + ' at processTicksAndRejections (node:internal/process/task_queues:95:5)\n' + ' at __vite_ssr_import_2__.test.retry (/home/runner/work/hivepanel/hivepanel/test/integration.test.ts:99:18)\n' + ' at runTest (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:719:11)\n' + ' at runSuite (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:847:15)\n' + ' at runSuite (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:847:15)\n' + ' at runFiles (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:896:5)\n' + ' at startTests (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:905:3)\n' + ' at file:///home/runner/work/hivepanel/hivepanel/node_modules/vitest/dist/chunks/runtime-runBaseTests.9RbsHRbU.js:114:7\n' + ' at withEnv (file:///home/runner/work/hivepanel/hivepanel/node_modules/vitest/dist/chunks/runtime-runBaseTests.9RbsHRbU.js:82:5)', message: '', name: 'AggregateError', config: { transitional: { silentJSONParsing: true, forcedJSONParsing: true, clarifyTimeoutError: false }, adapter: [ 'xhr', 'http' ], transformRequest: [ 'Function<transformRequest>' ], transformResponse: [ 'Function<transformResponse>' ], timeout: 0, xsrfCookieName: 'XSRF-TOKEN', xsrfHeaderName: 'X-XSRF-TOKEN', maxContentLength: -1, maxBodyLength: -1, env: { FormData: 'Function<FormData>', Blob: 'Function<Blob>' }, validateStatus: 'Function<validateStatus>', headers: { Accept: 'application/json, text/plain, */*', 'Content-Type': undefined, 'User-Agent': 'axios/1.6.7', 'Accept-Encoding': 'gzip, compress, deflate, br', constructor: 'Function<AxiosHeaders>', set: 'Function<set>', get: 'Function<get>', has: 'Function<has>', delete: 'Function<delete>', clear: 'Function<clear>', normalize: 'Function<normalize>', con
test/integration.test.ts > integration > service started: test/integration.test.ts#L99
{ code: 'ECONNREFUSED', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:15268\n' + ' at createConnectionError (node:net:1634:14)\n' + ' at afterConnectMultiple (node:net:1664:40)', message: 'connect ECONNREFUSED ::1:15268', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 15268, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:15268\n' + ' at createConnectionError (node:net:1634:14)\n' + ' at afterConnectMultiple (node:net:1664:40)', message: 'connect ECONNREFUSED 127.0.0.1:15268', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 15268, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], stack: 'AggregateError: \n' + ' at Function.AxiosError.from (file:///home/runner/work/hivepanel/hivepanel/node_modules/axios/lib/core/AxiosError.js:89:14)\n' + ' at RedirectableRequest.handleRequestError (file:///home/runner/work/hivepanel/hivepanel/node_modules/axios/lib/adapters/http.js:610:25)\n' + ' at RedirectableRequest.emit (node:events:518:28)\n' + ' at ClientRequest.eventHandlers.<computed> (/home/runner/work/hivepanel/hivepanel/node_modules/follow-redirects/index.js:38:24)\n' + ' at ClientRequest.emit (node:events:518:28)\n' + ' at Socket.socketErrorListener (node:_http_client:495:9)\n' + ' at Socket.emit (node:events:518:28)\n' + ' at emitErrorNT (node:internal/streams/destroy:169:8)\n' + ' at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n' + ' at processTicksAndRejections (node:internal/process/task_queues:82:21)\n' + ' at Axios.request (file:///home/runner/work/hivepanel/hivepanel/node_modules/axios/lib/core/Axios.js:45:41)\n' + ' at processTicksAndRejections (node:internal/process/task_queues:95:5)\n' + ' at __vite_ssr_import_2__.test.retry (/home/runner/work/hivepanel/hivepanel/test/integration.test.ts:99:18)\n' + ' at runTest (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:719:11)\n' + ' at runSuite (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:847:15)\n' + ' at runSuite (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:847:15)\n' + ' at runFiles (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:896:5)\n' + ' at startTests (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:905:3)\n' + ' at file:///home/runner/work/hivepanel/hivepanel/node_modules/vitest/dist/chunks/runtime-runBaseTests.9RbsHRbU.js:114:7\n' + ' at withEnv (file:///home/runner/work/hivepanel/hivepanel/node_modules/vitest/dist/chunks/runtime-runBaseTests.9RbsHRbU.js:82:5)', message: '', name: 'AggregateError', config: { transitional: { silentJSONParsing: true, forcedJSONParsing: true, clarifyTimeoutError: false }, adapter: [ 'xhr', 'http' ], transformRequest: [ 'Function<transformRequest>' ], transformResponse: [ 'Function<transformResponse>' ], timeout: 0, xsrfCookieName: 'XSRF-TOKEN', xsrfHeaderName: 'X-XSRF-TOKEN', maxContentLength: -1, maxBodyLength: -1, env: { FormData: 'Function<FormData>', Blob: 'Function<Blob>' }, validateStatus: 'Function<validateStatus>', headers: { Accept: 'application/json, text/plain, */*', 'Content-Type': undefined, 'User-Agent': 'axios/1.6.7', 'Accept-Encoding': 'gzip, compress, deflate, br', constructor: 'Function<AxiosHeaders>', set: 'Function<set>', get: 'Function<get>', has: 'Function<has>', delete: 'Function<delete>', clear: 'Function<clear>', normalize: 'Function<normalize>', con
test/integration.test.ts > integration > service started: test/integration.test.ts#L99
{ code: 'ECONNREFUSED', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:15268\n' + ' at createConnectionError (node:net:1634:14)\n' + ' at afterConnectMultiple (node:net:1664:40)', message: 'connect ECONNREFUSED ::1:15268', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 15268, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:15268\n' + ' at createConnectionError (node:net:1634:14)\n' + ' at afterConnectMultiple (node:net:1664:40)', message: 'connect ECONNREFUSED 127.0.0.1:15268', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 15268, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], stack: 'AggregateError: \n' + ' at Function.AxiosError.from (file:///home/runner/work/hivepanel/hivepanel/node_modules/axios/lib/core/AxiosError.js:89:14)\n' + ' at RedirectableRequest.handleRequestError (file:///home/runner/work/hivepanel/hivepanel/node_modules/axios/lib/adapters/http.js:610:25)\n' + ' at RedirectableRequest.emit (node:events:518:28)\n' + ' at ClientRequest.eventHandlers.<computed> (/home/runner/work/hivepanel/hivepanel/node_modules/follow-redirects/index.js:38:24)\n' + ' at ClientRequest.emit (node:events:518:28)\n' + ' at Socket.socketErrorListener (node:_http_client:495:9)\n' + ' at Socket.emit (node:events:518:28)\n' + ' at emitErrorNT (node:internal/streams/destroy:169:8)\n' + ' at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n' + ' at processTicksAndRejections (node:internal/process/task_queues:82:21)\n' + ' at Axios.request (file:///home/runner/work/hivepanel/hivepanel/node_modules/axios/lib/core/Axios.js:45:41)\n' + ' at processTicksAndRejections (node:internal/process/task_queues:95:5)\n' + ' at __vite_ssr_import_2__.test.retry (/home/runner/work/hivepanel/hivepanel/test/integration.test.ts:99:18)\n' + ' at runTest (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:719:11)\n' + ' at runSuite (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:847:15)\n' + ' at runSuite (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:847:15)\n' + ' at runFiles (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:896:5)\n' + ' at startTests (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:905:3)\n' + ' at file:///home/runner/work/hivepanel/hivepanel/node_modules/vitest/dist/chunks/runtime-runBaseTests.9RbsHRbU.js:114:7\n' + ' at withEnv (file:///home/runner/work/hivepanel/hivepanel/node_modules/vitest/dist/chunks/runtime-runBaseTests.9RbsHRbU.js:82:5)', message: '', name: 'AggregateError', config: { transitional: { silentJSONParsing: true, forcedJSONParsing: true, clarifyTimeoutError: false }, adapter: [ 'xhr', 'http' ], transformRequest: [ 'Function<transformRequest>' ], transformResponse: [ 'Function<transformResponse>' ], timeout: 0, xsrfCookieName: 'XSRF-TOKEN', xsrfHeaderName: 'X-XSRF-TOKEN', maxContentLength: -1, maxBodyLength: -1, env: { FormData: 'Function<FormData>', Blob: 'Function<Blob>' }, validateStatus: 'Function<validateStatus>', headers: { Accept: 'application/json, text/plain, */*', 'Content-Type': undefined, 'User-Agent': 'axios/1.6.7', 'Accept-Encoding': 'gzip, compress, deflate, br', constructor: 'Function<AxiosHeaders>', set: 'Function<set>', get: 'Function<get>', has: 'Function<has>', delete: 'Function<delete>', clear: 'Function<clear>', normalize: 'Function<normalize>', con
test/integration.test.ts > integration > service started: test/integration.test.ts#L99
{ code: 'ECONNREFUSED', errors: [ { stack: 'Error: connect ECONNREFUSED ::1:15268\n' + ' at createConnectionError (node:net:1634:14)\n' + ' at afterConnectMultiple (node:net:1664:40)', message: 'connect ECONNREFUSED ::1:15268', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 15268, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' }, { stack: 'Error: connect ECONNREFUSED 127.0.0.1:15268\n' + ' at createConnectionError (node:net:1634:14)\n' + ' at afterConnectMultiple (node:net:1664:40)', message: 'connect ECONNREFUSED 127.0.0.1:15268', errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 15268, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>' } ], stack: 'AggregateError: \n' + ' at Function.AxiosError.from (file:///home/runner/work/hivepanel/hivepanel/node_modules/axios/lib/core/AxiosError.js:89:14)\n' + ' at RedirectableRequest.handleRequestError (file:///home/runner/work/hivepanel/hivepanel/node_modules/axios/lib/adapters/http.js:610:25)\n' + ' at RedirectableRequest.emit (node:events:518:28)\n' + ' at ClientRequest.eventHandlers.<computed> (/home/runner/work/hivepanel/hivepanel/node_modules/follow-redirects/index.js:38:24)\n' + ' at ClientRequest.emit (node:events:518:28)\n' + ' at Socket.socketErrorListener (node:_http_client:495:9)\n' + ' at Socket.emit (node:events:518:28)\n' + ' at emitErrorNT (node:internal/streams/destroy:169:8)\n' + ' at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n' + ' at processTicksAndRejections (node:internal/process/task_queues:82:21)\n' + ' at Axios.request (file:///home/runner/work/hivepanel/hivepanel/node_modules/axios/lib/core/Axios.js:45:41)\n' + ' at processTicksAndRejections (node:internal/process/task_queues:95:5)\n' + ' at __vite_ssr_import_2__.test.retry (/home/runner/work/hivepanel/hivepanel/test/integration.test.ts:99:18)\n' + ' at runTest (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:719:11)\n' + ' at runSuite (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:847:15)\n' + ' at runSuite (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:847:15)\n' + ' at runFiles (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:896:5)\n' + ' at startTests (file:///home/runner/work/hivepanel/hivepanel/node_modules/@vitest/runner/dist/index.js:905:3)\n' + ' at file:///home/runner/work/hivepanel/hivepanel/node_modules/vitest/dist/chunks/runtime-runBaseTests.9RbsHRbU.js:114:7\n' + ' at withEnv (file:///home/runner/work/hivepanel/hivepanel/node_modules/vitest/dist/chunks/runtime-runBaseTests.9RbsHRbU.js:82:5)', message: '', name: 'AggregateError', config: { transitional: { silentJSONParsing: true, forcedJSONParsing: true, clarifyTimeoutError: false }, adapter: [ 'xhr', 'http' ], transformRequest: [ 'Function<transformRequest>' ], transformResponse: [ 'Function<transformResponse>' ], timeout: 0, xsrfCookieName: 'XSRF-TOKEN', xsrfHeaderName: 'X-XSRF-TOKEN', maxContentLength: -1, maxBodyLength: -1, env: { FormData: 'Function<FormData>', Blob: 'Function<Blob>' }, validateStatus: 'Function<validateStatus>', headers: { Accept: 'application/json, text/plain, */*', 'Content-Type': undefined, 'User-Agent': 'axios/1.6.7', 'Accept-Encoding': 'gzip, compress, deflate, br', constructor: 'Function<AxiosHeaders>', set: 'Function<set>', get: 'Function<get>', has: 'Function<has>', delete: 'Function<delete>', clear: 'Function<clear>', normalize: 'Function<normalize>', con
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.