working now #450
Annotations
2 errors and 1 warning
src/__test__/ete/ete.test.ts > check health:
servers/fdr/src/__test__/ete/ete.test.ts#L8
Error: connect ECONNREFUSED ::1:8080
❯ Function.AxiosError.from ../../node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/AxiosError.js:89:14
❯ RedirectableRequest.handleRequestError ../../node_modules/.pnpm/[email protected]/node_modules/axios/lib/adapters/http.js:610:25
❯ RedirectableRequest.emit node:events:517:28
❯ ClientRequest.eventHandlers.<computed> ../../node_modules/.pnpm/[email protected]/node_modules/follow-redirects/index.js:38:24
❯ ClientRequest.emit node:events:517:28
❯ Socket.socketErrorListener node:_http_client:501:9
❯ Socket.emit node:events:517:28
❯ Axios.request ../../node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/Axios.js:45:41
❯ src/__test__/ete/ete.test.ts:8:28
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { port: 8080, address: '::1', syscall: 'connect', code: 'ECONNREFUSED', errno: -111, 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.8', '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>', concat: 'Function<concat>', toJSON: 'Function<toJSON>', toString: 'Function<toString>', getContentType: 'Function<value>', setContentType: 'Function<value>', hasContentType: 'Function<value>', getContentLength: 'Function<value>', setContentLength: 'Function<value>', hasContentLength: 'Function<value>', getAccept: 'Function<value>', setAccept: 'Function<value>', hasAccept: 'Function<value>', getAcceptEncoding: 'Function<value>', setAcceptEncoding: 'Function<value>', hasAcceptEncoding: 'Function<value>', getUserAgent: 'Function<value>', setUserAgent: 'Function<value>', hasUserAgent: 'Function<value>', getAuthorization: 'Function<value>', setAuthorization: 'Function<value>', hasAuthorization: 'Function<value>' }, method: 'get', url: 'http://localhost:8080/health', data: undefined }, request: { _writableState: { objectMode: false, highWaterMark: 16384, finalCalled: false, needDrain: false, ending: false, ended: false, finished: false, destroyed: false, decodeStrings: true, defaultEncoding: 'utf8', length: +0, writing: false, corked: +0, sync: true, bufferProcessing: false, onwrite: 'Function<bound onwrite>', writecb: null, writelen: +0, afterWriteTickInfo: null, buffered: [], bufferedIndex: +0, allBuffers: true, allNoop: true, pendingcb: +0, constructed: true, prefinished: false, errorEmitted: false, emitClose: true, autoDestroy: true, errored: null, closed: false, closeEmitted: false, constructor: 'Function<WritableState>', getBuffer: 'Function<getBuffer>', bufferedRequestCount: +0 }, _events: { response: 'Function<handleResponse>', error: 'Function<handleRequestError>', socket: 'Function<handleRequestSocket>' }, _eventsCount: 3, _maxListeners: undefined, _options: { maxRedirects: 21, maxBodyLength: Infinity, protocol: 'http:', path: '/health', method: 'GET', headers: { Accept: 'application/json, text/plain, */*', 'User-Agent': 'axios/1.6.8', 'Accept-Encoding': 'gzip, compress, deflate, br' }, agents: { http: undefined, https: undefined }, auth: undefined, family: undefined, beforeRedirect: 'Function<dispatchBeforeRedirect>', beforeRedirects: { proxy: 'Function<beforeRedirect>' }, hostname: 'localhost', port: '8080', agent: undefined, nativeProtocols: { 'http:': { _connectionListener: 'Function<connectionListener>', METHODS: [ 'ACL', 'BIND', 'CHECKOUT', 'CONNECT', 'COPY', 'DELETE', 'GET', 'HEAD', 'LINK', 'LOCK', 'M-SEARCH', 'MERGE', 'MKACTIVITY', 'MKCALENDAR', 'MKCOL', 'MOVE', 'N
|
run
Process completed with exit code 1.
|
run
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|