Closed renovate[bot] closed 11 months 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:
Command failed: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child --memory=3584m -v "/tmp/worker/9382c3/4976d4/repos/github/grammyjs/create-grammy":"/tmp/worker/9382c3/4976d4/repos/github/grammyjs/create-grammy" -v "/tmp/worker/9382c3/4976d4/cache":"/tmp/worker/9382c3/4976d4/cache" -e GOPATH -e GOPROXY -e GOSUMDB -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/9382c3/4976d4/repos/github/grammyjs/create-grammy" ghcr.io/containerbase/sidecar:9.8.2 bash -l -c "install-tool golang 1.21.0 && go get -d -t ./..."
/usr/local/bin/docker: line 4: .: filename argument required
.: usage: . filename [arguments]
[02:52:31.851] INFO (39): Downloading file ...
url: "https://dl.google.com/go/go1.21.linux-amd64.tar.gz"
output: "/tmp/worker/9382c3/4976d4/cache/containerbase/38a6f194ec41da4bde993a4d44636b9855533fe960b6936851bb324b70fde620/go1.21.linux-amd64.tar.gz"
[02:52:31.936] FATAL (39): Response code 404 (Not Found)
err: {
"type": "HTTPError",
"message": "Response code 404 (Not Found)",
"stack":
HTTPError: Response code 404 (Not Found)
at _Request._onResponseBase (/snapshot/dist/containerbase-cli.js:39606:25)
at _Request._onResponse (/snapshot/dist/containerbase-cli.js:39661:18)
at ClientRequest.<anonymous> (/snapshot/dist/containerbase-cli.js:39676:17)
at Object.onceWrapper (node:events:652:26)
at ClientRequest.emit (node:events:549:35)
at ClientRequest.emit (node:domain:482:12)
at HTTPParser.parserOnIncomingClient (node:_http_client:642:27)
at HTTPParser.parserOnHeadersComplete (node:_http_common:117:17)
at TLSSocket.socketOnData (node:_http_client:505:22)
at TLSSocket.emit (node:events:537:28)
"code": "ERR_NON_2XX_3XX_RESPONSE",
"timings": {
"start": 1691549551860,
"socket": 1691549551862,
"lookup": 1691549551863,
"connect": 1691549551866,
"secureConnect": 1691549551871,
"upload": 1691549551871,
"response": 1691549551931,
"end": 1691549551933,
"phases": {
"wait": 2,
"dns": 1,
"tcp": 3,
"tls": 5,
"request": 0,
"firstByte": 60,
"download": 2,
"total": 73
}
},
"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": "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://dl.google.com/go/go1.21.linux-amd64.tar.gz",
"pagination": {
"countLimit": null,
"backoff": 0,
"requestLimit": 10000,
"stackAllItems": false
},
"setHost": true,
"enableUnixSockets": false
}
}
[02:52:31.937] INFO (39): Download completed with errors in 86ms.
Download failed: https://dl.google.com/go/go1.21.linux-amd64.tar.gz
This PR contains the following updates:
v0.8.0
->v0.9.0
Release Notes
erikgeiser/promptkit (github.com/erikgeiser/promptkit)
### [`v0.9.0`](https://togithub.com/erikgeiser/promptkit/releases/tag/v0.9.0) [Compare Source](https://togithub.com/erikgeiser/promptkit/compare/v0.8.0...v0.9.0) This is just a small update with some bug fixes for the `selection` prompt and updated dependencies. #### Changelog: - Fixed an issue where parts of a `selection` prompt were not correctly re-drawn. - Improved performance for `selection` prompts with a large number of options. - Improved compatibility with newer https://github.com/charmbracelet/bubbletea versions. - Updated dependencies.Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» 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.