Open mend-for-github-com[bot] opened 1 year ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
[06:42:30.789] INFO (28576): Installing tool node@12.4.0...
[06:42:33.240] ERROR (28576): download failed
run: 3
err: {
"type": "HTTPError",
"message": "Response code 500 (Internal Server Error)",
"stack":
HTTPError: Response code 500 (Internal Server Error)
at _Request._onResponseBase (/snapshot/dist/containerbase-cli.js:44527:25)
at _Request._onResponse (/snapshot/dist/containerbase-cli.js:44582:18)
at ClientRequest.<anonymous> (/snapshot/dist/containerbase-cli.js:44597:17)
at Object.onceWrapper (node:events:633:26)
at ClientRequest.emit (node:events:530:35)
at ClientRequest.emit (node:domain:488:12)
at HTTPParser.parserOnIncomingClient (node:_http_client:693:27)
at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)
at TLSSocket.socketOnData (node:_http_client:535:22)
at TLSSocket.emit (node:events:518:28)
"code": "ERR_NON_2XX_3XX_RESPONSE",
"timings": {
"start": 1716964951474,
"socket": 1716964951474,
"lookup": 1716964951474,
"connect": 1716964951474,
"secureConnect": 1716964951474,
"upload": 1716964951474,
"response": 1716964953239,
"end": 1716964953240,
"phases": {
"wait": 0,
"dns": 0,
"tcp": 0,
"tls": 0,
"request": 0,
"firstByte": 1765,
"download": 1,
"total": 1766
}
},
"name": "HTTPError",
"options": {
"agent": {},
"decompress": true,
"timeout": {},
"prefixUrl": "",
"ignoreInvalidCookies": false,
"context": {},
"hooks": {
"init": [],
"beforeRequest": [],
"beforeError": [],
"beforeRedirect": [],
"beforeRetry": [],
"afterResponse": []
},
"followRedirect": true,
"maxRedirects": 10,
"throwHttpErrors": true,
"username": "",
"password": "",
"http2": false,
"allowGetBody": false,
"headers": {
"user-agent": "containerbase/9.33.10 node/20.11.0 (https://github.com/containerbase)",
"accept-encoding": "gzip, deflate, br"
},
"methodRewriting": false,
"retry": {
"limit": 2,
"methods": [
"GET",
"PUT",
"HEAD",
"DELETE",
"OPTIONS",
"TRACE"
],
"statusCodes": [
408,
413,
429,
500,
502,
503,
504,
521,
522,
524
],
"errorCodes": [
"ETIMEDOUT",
"ECONNRESET",
"EADDRINUSE",
"ECONNREFUSED",
"EPIPE",
"ENOTFOUND",
"ENETUNREACH",
"EAI_AGAIN"
],
"backoffLimit": null,
"noise": 100
},
"method": "GET",
"cacheOptions": {},
"https": {},
"resolveBodyOnly": false,
"isStream": true,
"responseType": "text",
"url": "https://nodejs.org/dist/v12.4.0/SHASUMS256.txt",
"pagination": {
"countLimit": null,
"backoff": 0,
"requestLimit": 10000,
"stackAllItems": false
},
"setHost": true,
"enableUnixSockets": false
}
}
[06:42:33.243] FATAL (28576): download failed
err: {
"type": "Error",
"message": "download failed",
"stack":
Error: download failed
at HttpService.download (/snapshot/dist/containerbase-cli.js:47933:11)
at async InstallNodeService.install (/snapshot/dist/containerbase-cli.js:53119:30)
at async InstallToolService.execute (/snapshot/dist/containerbase-cli.js:53690:11)
at async InstallToolShortCommand.execute (/snapshot/dist/containerbase-cli.js:53907:14)
at async InstallToolShortCommand.validateAndExecute (/snapshot/dist/containerbase-cli.js:2426:26)
at async _Cli.run (/snapshot/dist/containerbase-cli.js:3539:22)
at async _Cli.runExit (/snapshot/dist/containerbase-cli.js:3547:28)
at async main (/snapshot/dist/containerbase-cli.js:54101:3)
}
[06:42:33.866] INFO (28576): Installed tool node with errors in 3s.
This PR contains the following updates:
6.13.6
->6.13.7
By merging this PR, the below issues will be automatically resolved and closed:
Release Notes
sindresorhus/query-string (query-string)
### [`v6.13.7`](https://redirect.github.com/sindresorhus/query-string/releases/tag/v6.13.7) [Compare Source](https://redirect.github.com/sindresorhus/query-string/compare/v6.13.6...v6.13.7) - Allow readonly `Stringifiable[]` in `StringifiableRecord` ([#291](https://redirect.github.com/sindresorhus/query-string/issues/291)) [`71d84b7`](https://redirect.github.com/sindresorhus/query-string/commit/71d84b7)