Open chiubaka opened 2 years ago
shinsoku:Developer dchiu$ genesis @chiubaka/holocron-integration-test -d "Testing to prepare for Holocron integrations" --skip-github Need to install the following packages: create-nx-workspace@14.7.13 Ok to proceed? (y) y > NX Nx is creating your v14.7.13 workspace. To make sure the command works reliably in all environments, and that the preset is applied correctly, Nx will run "npm install" several times. Please wait. ✔ Installing dependencies with npm ✔ Nx has successfully created the workspace: chiubaka. ———————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————— > NX Nx CLI is not installed globally. This means that you might have to use "yarn nx" or "npx nx" to execute commands in the workspace. Run "yarn global add nx" or "npm install -g nx" to be able to execute command directly. Record stat. Major: 14 Error: timeout of 400ms exceeded at createError (/Users/dchiu/.npm/_npx/d2207cf76adb22dc/node_modules/axios/lib/core/createError.js:16:15) at RedirectableRequest.handleRequestTimeout (/Users/dchiu/.npm/_npx/d2207cf76adb22dc/node_modules/axios/lib/adapters/http.js:280:16) at RedirectableRequest.emit (node:events:513:28) at Timeout.<anonymous> (/Users/dchiu/.npm/_npx/d2207cf76adb22dc/node_modules/follow-redirects/index.js:164:12) at listOnTimeout (node:internal/timers:559:17) at processTimers (node:internal/timers:502:7) { config: { url: '/nx-cloud/stats', method: 'post', data: '{"command":"create-nx-workspace","isCI":false,"useCloud":false,"meta":"set-up-distributed-caching-ci"}', headers: { Accept: 'application/json, text/plain, */*', 'Content-Type': 'application/json;charset=utf-8', 'User-Agent': 'axios/0.21.1', 'Content-Length': 102 }, baseURL: 'https://cloud.nx.app', transformRequest: [ [Function: transformRequest] ], transformResponse: [ [Function: transformResponse] ], timeout: 400, adapter: [Function: httpAdapter], xsrfCookieName: 'XSRF-TOKEN', xsrfHeaderName: 'X-XSRF-TOKEN', maxContentLength: -1, maxBodyLength: -1, validateStatus: [Function: validateStatus] }, code: 'ECONNABORTED', request: <ref *1> Writable { _writableState: 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, [Symbol(kOnFinished)]: [] }, _events: [Object: null prototype] { response: [Function: handleResponse], error: [Function: handleRequestError], socket: [Function: destroyOnTimeout] }, _eventsCount: 3, _maxListeners: undefined, _options: { maxRedirects: 21, maxBodyLength: 10485760, protocol: 'https:', path: '/nx-cloud/stats', method: 'POST', headers: [Object], agent: undefined, agents: [Object], auth: undefined, hostname: 'cloud.nx.app', port: null, nativeProtocols: [Object], pathname: '/nx-cloud/stats' }, _ended: false, _ending: true, _redirectCount: 0, _redirects: [], _requestBodyLength: 102, _requestBodyBuffers: [ [Object] ], _onNativeResponse: [Function (anonymous)], _currentRequest: ClientRequest { _events: [Object: null prototype], _eventsCount: 2, _maxListeners: undefined, outputData: [], outputSize: 0, writable: true, destroyed: true, _last: true, chunkedEncoding: false, shouldKeepAlive: false, maxRequestsOnConnectionReached: false, _defaultKeepAlive: true, useChunkedEncodingByDefault: true, sendDate: false, _removedConnection: false, _removedContLen: false, _removedTE: false, _contentLength: null, _hasBody: true, _trailer: '', finished: false, _headerSent: true, _closed: false, socket: [TLSSocket], _header: 'POST /nx-cloud/stats HTTP/1.1\r\n' + 'Accept: application/json, text/plain, */*\r\n' + 'Content-Type: application/json;charset=utf-8\r\n' + 'User-Agent: axios/0.21.1\r\n' + 'Content-Length: 102\r\n' + 'Host: cloud.nx.app\r\n' + 'Connection: close\r\n' + '\r\n', _keepAliveTimeout: 0, _onPendingData: [Function: nop], agent: [Agent], socketPath: undefined, method: 'POST', maxHeaderSize: undefined, insecureHTTPParser: undefined, path: '/nx-cloud/stats', _ended: false, res: null, aborted: true, timeoutCb: null, upgradeOrConnect: false, parser: [HTTPParser], maxHeadersCount: null, reusedSocket: false, host: 'cloud.nx.app', protocol: 'https:', _redirectable: [Circular *1], [Symbol(kCapture)]: false, [Symbol(kNeedDrain)]: false, [Symbol(corked)]: 0, [Symbol(kOutHeaders)]: [Object: null prototype], [Symbol(kUniqueHeaders)]: null, [Symbol(kError)]: undefined }, _currentUrl: 'https://cloud.nx.app/nx-cloud/stats', _timeout: null, [Symbol(kCapture)]: false }, response: undefined, isAxiosError: true, toJSON: [Function: toJSON] }
Smells like this may have something to do with Nx Cloud again, which I thought I had disabled in #150.
Bumping this so that it doesn't appear stale for import into Linear.
Smells like this may have something to do with Nx Cloud again, which I thought I had disabled in #150.