Open renovate[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:
[02:35:42.498] INFO (63): Installing tool python@3.12.1...
installing v2 tool python v3.12.1
Download failed: https://github.com/containerbase/python-prebuild/releases/download/3.12.1/python-3.12.1-focal-x86_64.tar.xz
[02:35:43.691] INFO (127): Downloading file ...
url: "https://github.com/containerbase/python-prebuild/releases/download/3.12.1/python-3.12.1-focal-x86_64.tar.xz"
output: "/tmp/renovate/cache/containerbase/abe620e737b6e6ee2c5e2bade42a11446839d4b94364b35f428e77a0a97e3352/python-3.12.1-focal-x86_64.tar.xz"
[02:35:44.704] FATAL (127): The server aborted pending request
err: {
"type": "ReadError",
"message": "The server aborted pending request",
"stack":
ReadError: The server aborted pending request
at IncomingMessage.<anonymous> (/snapshot/dist/containerbase-cli.js:42776:25)
at Object.onceWrapper (node:events:628:28)
at IncomingMessage.emit (node:events:526:35)
at IncomingMessage.emit (node:domain:488:12)
at IncomingMessage._destroy (node:_http_incoming:224:10)
at _destroy (node:internal/streams/destroy:109:10)
at IncomingMessage.destroy (node:internal/streams/destroy:71:5)
at TLSSocket.socketCloseListener (node:_http_client:455:11)
at TLSSocket.emit (node:events:526:35)
at TLSSocket.emit (node:domain:488:12)
"code": "ECONNRESET",
"timings": {
"start": 1706754943771,
"socket": 1706754943776,
"lookup": 1706754943777,
"connect": 1706754943779,
"secureConnect": 1706754943785,
"upload": 1706754943785,
"response": 1706754943801,
"error": 1706754944704,
"abort": 1706754944703,
"phases": {
"wait": 5,
"dns": 1,
"tcp": 2,
"tls": 6,
"request": 0,
"firstByte": 16,
"total": 933
}
},
"name": "ReadError",
"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": "got (https://github.com/sindresorhus/got)",
"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://objects.githubusercontent.com/github-production-release-asset-2e65be/350364836/a85d69a2-6f0b-4938-9c93-3dc3d1ff48eb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240201%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240201T023422Z&X-Amz-Expires=300&X-Amz-Signature=493d13ae167e29640ade66af328c857485593a458949aa978e2fa595598800be&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=350364836&response-content-disposition=attachment%3B%20filename%3Dpython-3.12.1-focal-x86_64.tar.xz&response-content-type=application%2Foctet-stream",
"pagination": {
"countLimit": null,
"backoff": 0,
"requestLimit": 10000,
"stackAllItems": false
},
"setHost": true,
"enableUnixSockets": false
}
}
[02:35:44.792] INFO (127): Download completed with errors in 1.1s.
[02:35:44.912] FATAL (63): Command failed with exit code 1: /usr/local/containerbase/bin/install-tool python 3.12.1
err: {
"type": "Error",
"message": "Command failed with exit code 1: /usr/local/containerbase/bin/install-tool python 3.12.1",
"stack":
Error: Command failed with exit code 1: /usr/local/containerbase/bin/install-tool python 3.12.1
at makeError (/snapshot/dist/containerbase-cli.js:44233:13)
at handlePromise (/snapshot/dist/containerbase-cli.js:45132:29)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async InstallLegacyToolService.execute (/snapshot/dist/containerbase-cli.js:51957:5)
at async InstallToolService.execute (/snapshot/dist/containerbase-cli.js:52137:9)
at async InstallToolShortCommand.execute (/snapshot/dist/containerbase-cli.js:52345: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:52539:3)
"shortMessage": "Command failed with exit code 1: /usr/local/containerbase/bin/install-tool python 3.12.1",
"command": "/usr/local/containerbase/bin/install-tool python 3.12.1",
"escapedCommand": "\"/usr/local/containerbase/bin/install-tool\" python 3.12.1",
"exitCode": 1,
"cwd": "/tmp/renovate/repos/github/luismayta/home-automation",
"failed": true,
"timedOut": false,
"isCanceled": false,
"killed": false
}
[02:35:45.664] INFO (63): Installed tool python with errors in 3.1s.
This PR contains the following updates:
^3.8,<3.12
-><3.13
Release Notes
containerbase/python-prebuild (python)
### [`v3.12.1`](https://togithub.com/containerbase/python-prebuild/releases/tag/3.12.1) [Compare Source](https://togithub.com/containerbase/python-prebuild/compare/3.12.0...3.12.1) ##### Bug Fixes - **deps:** update dependency python to v3.12.1 ### [`v3.12.0`](https://togithub.com/containerbase/python-prebuild/releases/tag/3.12.0) [Compare Source](https://togithub.com/containerbase/python-prebuild/compare/3.11.7...3.12.0) ##### Bug Fixes - **deps:** update dependency python to v3.12.0Configuration
📅 Schedule: Branch creation - "after 10:30 before 18:00 every weekday except after 13:00 before 14:00" in timezone America/Lima, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.