renovatebot / renovate

Home of the Renovate CLI: Cross-platform Dependency Automation by Mend.io
https://mend.io/renovate
GNU Affero General Public License v3.0
16.52k stars 2.13k forks source link

GitHub PR creation fails silently with 422 #11481

Closed viceice closed 11 months ago

viceice commented 2 years ago

How are you running Renovate?

WhiteSource Renovate hosted app on github.com

Please select which platform you are using if self-hosting.

No response

If you're self-hosting Renovate, tell us what version of Renovate you run.

No response

Describe the bug

Renovate sonmetimes isn't able to create a pr on github and get' a 422, which is only debug logged. I think this should be logged as warning to be visible on dependency dashboard.

https://github.com/renovatebot/renovate/discussions/11479#discussioncomment-1253954

Relevant debug logs

Logs ``` DEBUG: Setting current branch to master(branch="renovate/lock-file-maintenance") DEBUG: latest commit(branch="renovate/lock-file-maintenance") { "branchName": "master", "latestCommitDate": "2021-08-27T11:31:07+02:00" } DEBUG: getBranchPr(renovate/lock-file-maintenance)(branch="renovate/lock-file-maintenance") DEBUG: findPr(renovate/lock-file-maintenance, undefined, open)(branch="renovate/lock-file-maintenance") DEBUG: findPr(renovate/lock-file-maintenance, undefined, closed)(branch="renovate/lock-file-maintenance") DEBUG: branchExists=true(branch="renovate/lock-file-maintenance") DEBUG: dependencyDashboardCheck=undefined(branch="renovate/lock-file-maintenance") DEBUG: recreateClosed is true(branch="renovate/lock-file-maintenance") DEBUG: Checking if PR has been edited(branch="renovate/lock-file-maintenance") DEBUG: Last commit author does not match git author email - branch has been modified(branch="renovate/lock-file-maintenance") { "branchName": "renovate/lock-file-maintenance", "lastAuthor": "dawid.janczak@gmail.com", "gitAuthorEmail": "bot@renovateapp.com" } DEBUG: findPr(renovate/lock-file-maintenance, undefined, !open)(branch="renovate/lock-file-maintenance") DEBUG: Found PR #552(branch="renovate/lock-file-maintenance") DEBUG: Found old PR matching this branch - will override it(branch="renovate/lock-file-maintenance") { "oldPrNumber": 552, "oldPrSha": "e751d48839faa74d2b571fbec204527119886aef", "branchSha": "e751d48839faa74d2b571fbec204527119886aef" } DEBUG: Checking schedule(before 5am on monday, null)(branch="renovate/lock-file-maintenance") DEBUG: Checking 1 schedule(s)(branch="renovate/lock-file-maintenance") DEBUG: Checking schedule "before 5am on monday"(branch="renovate/lock-file-maintenance") { "parsedSchedule": { "schedules": [ { "t_b": [ 18000 ], "d": [ 2 ] } ], "exceptions": [], "error": -1 } } DEBUG: Matches schedule before 5am on monday(branch="renovate/lock-file-maintenance") DEBUG: Branch already exists(branch="renovate/lock-file-maintenance") DEBUG: getBranchPr(renovate/lock-file-maintenance)(branch="renovate/lock-file-maintenance") DEBUG: findPr(renovate/lock-file-maintenance, undefined, open)(branch="renovate/lock-file-maintenance") DEBUG: findPr(renovate/lock-file-maintenance, undefined, closed)(branch="renovate/lock-file-maintenance") DEBUG: Found branch protection(branch="renovate/lock-file-maintenance") DEBUG: Branch protection: PRs must be up-to-date before merging(branch="renovate/lock-file-maintenance") DEBUG: IsBranchStale=true(branch="renovate/lock-file-maintenance") { "isStale": true, "branches": { "all": [ "origin/master", "origin/renovate/all" ], "branches": { "origin/master": { "current": false, "name": "origin/master", "commit": "1f72e3f", "label": "Merge pull request #569 from ygt/refactor-order-presenter" }, "origin/renovate/all": { "current": false, "name": "origin/renovate/all", "commit": "8eb3df2", "label": "Update all dependencies" } }, "current": "", "detached": false }, "currentBranch": "master", "currentBranchSha": "1f72e3f55377ae9211994d0623c9c4dc56597e87" } DEBUG: Branch is stale and needs rebasing(branch="renovate/lock-file-maintenance") DEBUG: Cannot rebase branch as it has been modified(branch="renovate/lock-file-maintenance") DEBUG: Using reuseExistingBranch: true(branch="renovate/lock-file-maintenance") DEBUG: manager.getUpdatedPackageFiles() reuseExistinbranch=true(branch="renovate/lock-file-maintenance") DEBUG: No package files need updating(branch="renovate/lock-file-maintenance") DEBUG: Getting updated lock files(branch="renovate/lock-file-maintenance") DEBUG: Skipping lockFileMaintenance update(branch="renovate/lock-file-maintenance") DEBUG: No updated lock files in branch(branch="renovate/lock-file-maintenance") DEBUG: No files to commit(branch="renovate/lock-file-maintenance") DEBUG: Checking if we can automerge branch(branch="renovate/lock-file-maintenance") DEBUG: mergeStatus=no automerge(branch="renovate/lock-file-maintenance") DEBUG: Ensuring PR(branch="renovate/lock-file-maintenance") DEBUG: There are 0 errors and 0 warnings(branch="renovate/lock-file-maintenance") DEBUG: getBranchPr(renovate/lock-file-maintenance)(branch="renovate/lock-file-maintenance") DEBUG: findPr(renovate/lock-file-maintenance, undefined, open)(branch="renovate/lock-file-maintenance") DEBUG: findPr(renovate/lock-file-maintenance, undefined, closed)(branch="renovate/lock-file-maintenance") DEBUG: Creating PR(branch="renovate/lock-file-maintenance") { "prTitle": "Lock file maintenance" } DEBUG: Creating PR(branch="renovate/lock-file-maintenance") { "title": "Lock file maintenance", "head": "ygt:renovate/lock-file-maintenance", "base": "master", "draft": false } DEBUG: 422 Error thrown from GitHub(branch="renovate/lock-file-maintenance") { "err": { "name": "HTTPError", "timings": { "start": 1630282618966, "socket": 1630282618966, "lookup": 1630282618967, "connect": 1630282618976, "secureConnect": 1630282618988, "upload": 1630282618988, "response": 1630282619305, "end": 1630282619305, "phases": { "wait": 0, "dns": 1, "tcp": 9, "tls": 12, "request": 0, "firstByte": 317, "download": 0, "total": 339 } }, "message": "Response code 422 (Unprocessable Entity)", "stack": "HTTPError: Response code 422 (Unprocessable Entity)\n at Request. (/home/ubuntu/renovateapp/node_modules/renovate/node_modules/got/dist/source/as-promise/index.js:117:42)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:93:5)", "options": { "headers": { "user-agent": "Renovate Bot (GitHub App 2740)", "accept": "application/vnd.github.machine-man-preview+json", "authorization": "***********", "content-type": "application/json", "content-length": "1200", "accept-encoding": "gzip, deflate, br" }, "url": "https://api.github.com/repos/ygt/sb-voucher-redemptions/pulls", "username": "", "password": "", "method": "POST", "http2": false }, "response": { "statusCode": 422, "statusMessage": "Unprocessable Entity", "body": { "message": "Validation Failed", "errors": [ { "resource": "PullRequest", "code": "custom", "message": "No commits between master and renovate/lock-file-maintenance" } ], "documentation_url": "https://docs.github.com/rest/reference/pulls#create-a-pull-request" }, "headers": { "server": "GitHub.com", "date": "Mon, 30 Aug 2021 00:16:59 GMT", "content-type": "application/json; charset=utf-8", "content-length": "247", "x-github-media-type": "github.v3; param=machine-man-preview; format=json", "x-ratelimit-limit": "5950", "x-ratelimit-remaining": "5916", "x-ratelimit-reset": "1630283251", "x-ratelimit-used": "34", "x-ratelimit-resource": "core", "access-control-expose-headers": "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset", "access-control-allow-origin": "*", "strict-transport-security": "max-age=31536000; includeSubdomains; preload", "x-frame-options": "deny", "x-content-type-options": "nosniff", "x-xss-protection": "0", "referrer-policy": "origin-when-cross-origin, strict-origin-when-cross-origin", "content-security-policy": "default-src 'none'", "vary": "Accept-Encoding, Accept, X-Requested-With", "x-github-request-id": "9F72:4C7C:2269A70:247D070:612C237A", "connection": "close" }, "httpVersion": "1.1" } } } DEBUG: Pull request creation error(branch="renovate/lock-file-maintenance") { "err": { "hostType": "github", "err": { "name": "HTTPError", "timings": { "start": 1630282618966, "socket": 1630282618966, "lookup": 1630282618967, "connect": 1630282618976, "secureConnect": 1630282618988, "upload": 1630282618988, "response": 1630282619305, "end": 1630282619305, "phases": { "wait": 0, "dns": 1, "tcp": 9, "tls": 12, "request": 0, "firstByte": 317, "download": 0, "total": 339 } }, "message": "Response code 422 (Unprocessable Entity)", "stack": "HTTPError: Response code 422 (Unprocessable Entity)\n at Request. (/home/ubuntu/renovateapp/node_modules/renovate/node_modules/got/dist/source/as-promise/index.js:117:42)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:93:5)", "options": { "headers": { "user-agent": "Renovate Bot (GitHub App 2740)", "accept": "application/vnd.github.machine-man-preview+json", "authorization": "***********", "content-type": "application/json", "content-length": "1200", "accept-encoding": "gzip, deflate, br" }, "url": "https://api.github.com/repos/ygt/sb-voucher-redemptions/pulls", "username": "", "password": "", "method": "POST", "http2": false }, "response": { "statusCode": 422, "statusMessage": "Unprocessable Entity", "body": { "message": "Validation Failed", "errors": [ { "resource": "PullRequest", "code": "custom", "message": "No commits between master and renovate/lock-file-maintenance" } ], "documentation_url": "https://docs.github.com/rest/reference/pulls#create-a-pull-request" }, "headers": { "server": "GitHub.com", "date": "Mon, 30 Aug 2021 00:16:59 GMT", "content-type": "application/json; charset=utf-8", "content-length": "247", "x-github-media-type": "github.v3; param=machine-man-preview; format=json", "x-ratelimit-limit": "5950", "x-ratelimit-remaining": "5916", "x-ratelimit-reset": "1630283251", "x-ratelimit-used": "34", "x-ratelimit-resource": "core", "access-control-expose-headers": "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset", "access-control-allow-origin": "*", "strict-transport-security": "max-age=31536000; includeSubdomains; preload", "x-frame-options": "deny", "x-content-type-options": "nosniff", "x-xss-protection": "0", "referrer-policy": "origin-when-cross-origin, strict-origin-when-cross-origin", "content-security-policy": "default-src 'none'", "vary": "Accept-Encoding, Accept, X-Requested-With", "x-github-request-id": "9F72:4C7C:2269A70:247D070:612C237A", "connection": "close" }, "httpVersion": "1.1" } }, "message": "external-host-error", "stack": "Error: external-host-error\n at handleGotError (/home/ubuntu/renovateapp/node_modules/renovate/dist/util/http/github.js:85:15)\n at GithubHttp.request (/home/ubuntu/renovateapp/node_modules/renovate/dist/util/http/github.js:161:13)\n at runMicrotasks ()\n at processTicksAndRejections (internal/process/task_queues.js:93:5)\n at async GithubHttp.requestJson (/home/ubuntu/renovateapp/node_modules/renovate/dist/util/http/index.js:151:21)\n at async Proxy.createPr (/home/ubuntu/renovateapp/node_modules/renovate/dist/platform/github/index.js:1156:17)\n at async Object.ensurePr (/home/ubuntu/renovateapp/node_modules/renovate/dist/workers/pr/index.js:347:22)\n at async Object.processBranch (/home/ubuntu/renovateapp/node_modules/renovate/dist/workers/branch/index.js:480:37)\n at async Object.writeUpdates (/home/ubuntu/renovateapp/node_modules/renovate/dist/workers/repository/process/write.js:25:21)\n at async Object.update (/home/ubuntu/renovateapp/node_modules/renovate/dist/workers/repository/process/extract-update.js:110:15)\n at async Object.renovateRepository (/home/ubuntu/renovateapp/node_modules/renovate/dist/workers/repository/index.js:68:21)\n at async renovateRepository (/home/ubuntu/renovateapp/app/worker/index.js:422:26)\n at async /home/ubuntu/renovateapp/app/worker/index.js:660:5" } } ```

Have you created a minimal reproduction repository?

No reproduction repository

viceice commented 2 years ago

@rarkins WDYT?

rarkins commented 2 years ago

That particular case seemed to be because lock file maintenance hadn't changed anything. But I guess we can warn.

zyv commented 1 year ago

@rarkins I'm getting the same now, but the lockfile has definitively changed! Any idea?

@viceice did you manage to solve your original problem?

moneymeets/sepacetamol: #1009515345
DEBUG: Returning updated poetry.lock(branch="feature/renovate/all")
DEBUG: Updated 1 package files(branch="feature/renovate/all")
DEBUG: Updated 1 lock files(branch="feature/renovate/all")
{
  "updatedArtifacts": [
    "poetry.lock"
  ]
}
DEBUG: 2 file(s) to commit(branch="feature/renovate/all")
DEBUG: Preparing files for committing to branch feature/renovate/all(branch="feature/renovate/all")
DEBUG: Setting git author name: Renovate Bot(branch="feature/renovate/all")
DEBUG: Setting git author email: bot@renovateapp.com(branch="feature/renovate/all")
DEBUG: git commit(branch="feature/renovate/all")
{
  "deletedFiles": [],
  "ignoredFiles": [],
  "result": {
    "author": null,
    "branch": "feature/renovate/all",
    "commit": "613336483be8b2e22b763c5d3481380fad090e7b",
    "root": false,
    "summary": {
      "changes": 1,
      "insertions": 23,
      "deletions": 3
    }
  }
}
DEBUG: POST https://api.github.com/repos/moneymeets/sepacetamol/git/refs = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=422 retryCount=0, duration=279)(branch="feature/renovate/all")
DEBUG: 422 Error thrown from GitHub(branch="feature/renovate/all")
{
  "err": {
    "name": "HTTPError",
    "code": "ERR_NON_2XX_3XX_RESPONSE",
    "timings": {
      "start": 1677432369077,
      "socket": 1677432369077,
      "lookup": 1677432369086,
      "connect": 1677432369086,
      "secureConnect": 1677432369098,
      "upload": 1677432369098,
      "response": 1677432369355,
      "end": 1677432369356,
      "phases": {
        "wait": 0,
        "dns": 9,
        "tcp": 0,
        "tls": 12,
        "request": 0,
        "firstByte": 257,
        "download": 1,
        "total": 279
      }
    },
    "message": "Response code 422 (Unprocessable Entity)",
    "stack": "HTTPError: Response code 422 (Unprocessable Entity)\n    at Request. (/home/ubuntu/renovateapp/node_modules/got/dist/source/as-promise/index.js:118:42)\n    at processTicksAndRejections (node:internal/process/task_queues:96:5)",
    "options": {
      "headers": {
        "user-agent": "Renovate Bot (GitHub App 2740)",
        "accept": "application/json, application/vnd.github.machine-man-preview+json",
        "authorization": "***********",
        "content-type": "application/json",
        "content-length": "90",
        "accept-encoding": "gzip, deflate, br"
      },
      "url": "https://api.github.com/repos/moneymeets/sepacetamol/git/refs",
      "hostType": "github",
      "username": "",
      "password": "",
      "method": "POST",
      "http2": false
    },
    "response": {
      "statusCode": 422,
      "statusMessage": "Unprocessable Entity",
      "body": {
        "message": "Reference update failed",
        "documentation_url": "https://docs.github.com/rest/reference/git#create-a-reference"
      },
      "headers": {
        "server": "GitHub.com",
        "date": "Sun, 26 Feb 2023 17:26:09 GMT",
        "content-type": "application/json; charset=utf-8",
        "content-length": "121",
        "x-github-media-type": "github.v3; param=machine-man-preview",
        "x-github-api-version-selected": "2022-11-28",
        "x-ratelimit-limit": "5000",
        "x-ratelimit-remaining": "4971",
        "x-ratelimit-reset": "1677434940",
        "x-ratelimit-used": "29",
        "x-ratelimit-resource": "core",
        "access-control-expose-headers": "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset",
        "access-control-allow-origin": "*",
        "strict-transport-security": "max-age=31536000; includeSubdomains; preload",
        "x-frame-options": "deny",
        "x-content-type-options": "nosniff",
        "x-xss-protection": "0",
        "referrer-policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
        "content-security-policy": "default-src 'none'",
        "vary": "Accept-Encoding, Accept, X-Requested-With",
        "x-github-request-id": "E9A2:4DB4:550BC59:5813AFE:63FB9631",
        "connection": "close"
      },
      "httpVersion": "1.1",
      "retryCount": 0
    }
  }
}
DEBUG: Platform-native commit: unknown error(branch="feature/renovate/all")
{
  "branchName": "feature/renovate/all",
  "err": {
    "hostType": "github",
    "err": {
      "name": "HTTPError",
      "code": "ERR_NON_2XX_3XX_RESPONSE",
      "timings": {
        "start": 1677432369077,
        "socket": 1677432369077,
        "lookup": 1677432369086,
        "connect": 1677432369086,
        "secureConnect": 1677432369098,
        "upload": 1677432369098,
        "response": 1677432369355,
        "end": 1677432369356,
        "phases": {
          "wait": 0,
          "dns": 9,
          "tcp": 0,
          "tls": 12,
          "request": 0,
          "firstByte": 257,
          "download": 1,
          "total": 279
        }
      },
      "message": "Response code 422 (Unprocessable Entity)",
      "stack": "HTTPError: Response code 422 (Unprocessable Entity)\n    at Request. (/home/ubuntu/renovateapp/node_modules/got/dist/source/as-promise/index.js:118:42)\n    at processTicksAndRejections (node:internal/process/task_queues:96:5)",
      "options": {
        "headers": {
          "user-agent": "Renovate Bot (GitHub App 2740)",
          "accept": "application/json, application/vnd.github.machine-man-preview+json",
          "authorization": "***********",
          "content-type": "application/json",
          "content-length": "90",
          "accept-encoding": "gzip, deflate, br"
        },
        "url": "https://api.github.com/repos/moneymeets/sepacetamol/git/refs",
        "hostType": "github",
        "username": "",
        "password": "",
        "method": "POST",
        "http2": false
      },
      "response": {
        "statusCode": 422,
        "statusMessage": "Unprocessable Entity",
        "body": {
          "message": "Reference update failed",
          "documentation_url": "https://docs.github.com/rest/reference/git#create-a-reference"
        },
        "headers": {
          "server": "GitHub.com",
          "date": "Sun, 26 Feb 2023 17:26:09 GMT",
          "content-type": "application/json; charset=utf-8",
          "content-length": "121",
          "x-github-media-type": "github.v3; param=machine-man-preview",
          "x-github-api-version-selected": "2022-11-28",
          "x-ratelimit-limit": "5000",
          "x-ratelimit-remaining": "4971",
          "x-ratelimit-reset": "1677434940",
          "x-ratelimit-used": "29",
          "x-ratelimit-resource": "core",
          "access-control-expose-headers": "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset",
          "access-control-allow-origin": "*",
          "strict-transport-security": "max-age=31536000; includeSubdomains; preload",
          "x-frame-options": "deny",
          "x-content-type-options": "nosniff",
          "x-xss-protection": "0",
          "referrer-policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
          "content-security-policy": "default-src 'none'",
          "vary": "Accept-Encoding, Accept, X-Requested-With",
          "x-github-request-id": "E9A2:4DB4:550BC59:5813AFE:63FB9631",
          "connection": "close"
        },
        "httpVersion": "1.1",
        "retryCount": 0
      }
    },
    "message": "external-host-error",
    "stack": "Error: external-host-error\n    at handleGotError (/home/ubuntu/renovateapp/node_modules/renovate/dist/util/http/github.js:93:16)\n    at GithubHttp.request (/home/ubuntu/renovateapp/node_modules/renovate/dist/util/http/github.js:245:19)\n    at processTicksAndRejections (node:internal/process/task_queues:96:5)\n    at async GithubHttp.requestJson (/home/ubuntu/renovateapp/node_modules/renovate/dist/util/http/index.js:194:21)\n    at async pushFiles (/home/ubuntu/renovateapp/node_modules/renovate/dist/modules/platform/github/index.js:1375:13)\n    at async commitFiles (/home/ubuntu/renovateapp/node_modules/renovate/dist/modules/platform/github/index.js:1394:24)\n    at async processBranch (/home/ubuntu/renovateapp/node_modules/renovate/dist/workers/repository/update/branch/index.js:385:25)\n    at async writeUpdates (/home/ubuntu/renovateapp/node_modules/renovate/dist/workers/repository/process/write.js:120:21)\n    at async update (/home/ubuntu/renovateapp/node_modules/renovate/dist/workers/repository/process/extract-update.js:158:15)\n    at async Object.renovateRepository (/home/ubuntu/renovateapp/node_modules/renovate/dist/workers/repository/index.js:60:25)\n    at async renovateRepository (/home/ubuntu/renovateapp/app/worker/index.js:260:26)\n    at async /home/ubuntu/renovateapp/app/worker/index.js:454:5"
  }
}
DEBUG: getPrCache()
DEBUG: Ensuring Dependency Dashboard
DEBUG: ensureIssue(Dependency Dashboard)
DEBUG: Patching issue
DEBUG: Issue updated
DEBUG: Removing any stale branches
DEBUG: config.repoIsOnboarded=true
DEBUG: No renovate branches found
DEBUG: Cleaning up Renovate refs: refs/renovate/*
DEBUG: PackageFiles.clear() - Package files deleted
DEBUG: Branch summary
{
  "cacheModified": true,
  "baseBranches": [
    {
      "branchName": "master",
      "sha": "ca242aaf3beaadd84ef41f1df4ecf3257cb002fb"
    }
  ],
  "branches": [],
  "inactiveBranches": [
    "feature/renovate/all"
  ]
}
DEBUG: Renovate repository PR statistics
{
  "stats": {
    "total": 0,
    "open": 0,
    "closed": 0,
    "merged": 0
  }
}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true
DEBUG: Repository timing splits (milliseconds)
{
  "splits": {
    "init": 2987,
    "extract": 1103,
    "lookup": 4015,
    "onboarding": 5,
    "update": 98534
  },
  "total": 108981
}
DEBUG: Package cache statistics
{
  "get": {
    "count": 24,
    "avgMs": 135,
    "medianMs": 70,
    "maxMs": 610
  },
  "set": {
    "count": 11,
    "avgMs": 154,
    "medianMs": 124,
    "maxMs": 286
  }
}
DEBUG: http statistics
{
  "urls": {
    "https://api.github.com/graphql (POST,200)": 9,
    "https://api.github.com/repos/moneymeets/sepacetamol/contents/renovate.json (GET,200)": 1,
    "https://api.github.com/repos/moneymeets/sepacetamol/git/commits (POST,201)": 1,
    "https://api.github.com/repos/moneymeets/sepacetamol/git/refs (POST,422)": 1,
    "https://api.github.com/repos/moneymeets/sepacetamol/git/trees (POST,201)": 1,
    "https://api.github.com/repos/moneymeets/sepacetamol/issues/47 (GET,200)": 2,
    "https://api.github.com/repos/moneymeets/sepacetamol/issues/47 (PATCH,200)": 1,
    "https://api.github.com/repos/moneymeets/sepacetamol/pulls (GET,200)": 1,
    "https://api.github.com/repos/whitesource/merge-confidence/contents/beta.json (GET,200)": 1,
    "https://pypi.org/pypi/django-debug-toolbar/json (GET,200)": 1,
    "https://pypi.org/pypi/schwifty/json (GET,200)": 1,
    "https://pypi.org/pypi/sepaxml/json (GET,200)": 1,
    "https://pypi.org/pypi/whitenoise/json (GET,200)": 1
  },
  "hostStats": {
    "api.github.com": {
      "requestCount": 18,
      "requestAvgMs": 453,
      "queueAvgMs": 1
    },
    "pypi.org": {
      "requestCount": 4,
      "requestAvgMs": 408,
      "queueAvgMs": 0
    }
  },
  "totalRequests": 22
}
DEBUG: dns cache
{
  "hosts": [
    "api.github.com",
    "pypi.org"
  ]
}
INFO: Repository finished
{
  "cloned": true,
  "durationMs": 108981
}
zyv commented 1 year ago

Found out what the problem was! :) I had an active branch feature/renovate, so it refused to create further branches in this namespace like feature/renovate/all. Still very confusing and probably yet another reason to take on this issue...

parthikrb commented 11 months ago

@rarkins I'm encountering the same issue. Could you please advice

thanksben/frontend: #0d299e6d-ef78-4333-ae17-93430713dd5f ``` DEBUG: Env config { "config": { "allowPostUpgradeCommandTemplating": true, "allowedPostUpgradeCommands": [ "^git add --all$", "^git reset$", "^npx beachball change( --no-fetch)? --no-commit --type (patch|none) --message '{{{commitMessage}}}'$", "^pwd$" ], "baseDir": "/tmp/worker/61a4e1/776c61", "dependencyDashboardFooter": "\n- [ ] Check this box to trigger a request for Renovate to run again on this repository\n", "extends": [ "github>whitesource/merge-confidence:beta" ], "forkProcessing": "enabled", "gitAuthor": "renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>", "gitIgnoredAuthors": [ "29139614+renovate[bot]@users.noreply.github.com" ], "hostRules": [ { "hostType": "docker", "matchHost": "docker.io", "password": "***********", "username": "mdpprod2renovate" } ], "logContext": "156bce82d44c4f00919e5a06ab891d2a", "logFile": "/tmp/worker/61a4e1/776c61/github/thanksben/frontend/156bce82d44c4f00919e5a06ab891d2a.log", "logFileLevel": "debug", "onboardingConfig": { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" ] }, "onboardingNoDeps": true, "platform": "github", "platformCommit": true, "prHeader": "[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)", "repositories": [ "thanksben/frontend" ], "token": "***********", "username": "renovate[bot]", "repositoryCache": "enabled", "repositoryCacheType": "s3://mend-developer-platform-prod/renovate/", "binarySource": "docker", "redisUrl": "redis://mend-developer-platform-renovate-prod.aqffol.ng.0001.use1.cache.amazonaws.com:6379", "dockerChildPrefix": "renovate_a_", "dockerCliOptions": "--memory=3584m", "privateKey": "***********", "privateKeyOld": "***********", "prFooter": "This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/{{platform}}/{{repository}})." } } DEBUG: Combined config { "config": { "allowPostUpgradeCommandTemplating": true, "allowedPostUpgradeCommands": [ "^git add --all$", "^git reset$", "^npx beachball change( --no-fetch)? --no-commit --type (patch|none) --message '{{{commitMessage}}}'$", "^pwd$" ], "baseDir": "/tmp/worker/61a4e1/776c61", "dependencyDashboardFooter": "\n- [ ] Check this box to trigger a request for Renovate to run again on this repository\n", "extends": [ "github>whitesource/merge-confidence:beta" ], "forkProcessing": "enabled", "gitAuthor": "renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>", "gitIgnoredAuthors": [ "29139614+renovate[bot]@users.noreply.github.com" ], "hostRules": [ { "hostType": "docker", "matchHost": "docker.io", "password": "***********", "username": "mdpprod2renovate" } ], "logContext": "156bce82d44c4f00919e5a06ab891d2a", "logFile": "/tmp/worker/61a4e1/776c61/github/thanksben/frontend/156bce82d44c4f00919e5a06ab891d2a.log", "logFileLevel": "debug", "onboardingConfig": { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" ] }, "onboardingNoDeps": true, "platform": "github", "platformCommit": true, "prHeader": "[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)", "repositories": [ "thanksben/frontend" ], "token": "***********", "username": "renovate[bot]", "repositoryCache": "enabled", "repositoryCacheType": "s3://mend-developer-platform-prod/renovate/", "binarySource": "docker", "redisUrl": "redis://mend-developer-platform-renovate-prod.aqffol.ng.0001.use1.cache.amazonaws.com:6379", "dockerChildPrefix": "renovate_a_", "dockerCliOptions": "--memory=3584m", "privateKey": "***********", "privateKeyOld": "***********", "prFooter": "This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/{{platform}}/{{repository}})." } } DEBUG: Enabling forkProcessing while in non-autodiscover mode DEBUG: Found valid git version: 2.41.0 DEBUG: Using default github endpoint: https://api.github.com/ DEBUG: Platform config { "platformConfig": { "hostType": "github", "endpoint": "https://api.github.com/", "isGHApp": true, "isGhe": false } "renovateUsername": "renovate[bot]" } DEBUG: Using configured gitAuthor (renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>) DEBUG: Adding token authentication for api.github.com to hostRules DEBUG: Using configured baseDir: /tmp/worker/61a4e1/776c61 DEBUG: Using cacheDir: /tmp/worker/61a4e1/776c61/cache DEBUG: Using containerbaseDir: /tmp/worker/61a4e1/776c61/cache/containerbase DEBUG: Redis cache init DEBUG: Commits limit = null DEBUG: Setting global hostRules DEBUG: Adding password authentication for docker.io to hostRules DEBUG: Adding token authentication for api.github.com to hostRules DEBUG: validatePresets() DEBUG: Reinitializing hostRules for repo DEBUG: Clearing hostRules DEBUG: Adding password authentication for docker.io to hostRules DEBUG: Adding token authentication for api.github.com to hostRules DEBUG: No dangling containers to remove INFO: Repository started { "renovateVersion": "36.8.11" } DEBUG: Using localDir: /tmp/worker/61a4e1/776c61/repos/github/thanksben/frontend DEBUG: PackageFiles.clear() - Package files deleted DEBUG: initRepo("thanksben/frontend") DEBUG: thanksben/frontend default branch = main DEBUG: Using app token for git init DEBUG: RepoCacheS3.read() - success DEBUG: Repository cache is restored from revision 13 DEBUG: Resetting npmrc DEBUG: Resetting npmrc DEBUG: checkOnboarding() DEBUG: isOnboarded() DEBUG: findPr(renovate/configure, Configure Renovate, !open) DEBUG: getPrList success { "pullsTotal": 0 "requestsTotal": 1 "apiQuotaAffected": true } DEBUG: Checking cached config file name DEBUG: Existing config file confirmed DEBUG: Repository config { "fileName": "renovate.json" "config": { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" ], "hostRules": [ { "timeout": 9000000 } ], "ignoreDeps": [ "react-router", "react-router-dom", "use-breakpoint", "rc-slider", "history", "react-image-crop", "react-tooltip", "swiper", "esbuild-loader", "react-date-picker", "@sentry/webpack-plugin" ] } } DEBUG: Repo is onboarded DEBUG: migrateAndValidate() DEBUG: Config migration necessary { "oldConfig": { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "github>whitesource/merge-confidence:beta", "config:base" ], "hostRules": [ { "timeout": 9000000 } ], "ignoreDeps": [ "react-router", "react-router-dom", "use-breakpoint", "rc-slider", "history", "react-image-crop", "react-tooltip", "swiper", "esbuild-loader", "react-date-picker", "@sentry/webpack-plugin" ] } "newConfig": { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "mergeConfidence:all-badges", "config:recommended" ], "hostRules": [ { "timeout": 9000000 } ], "ignoreDeps": [ "react-router", "react-router-dom", "use-breakpoint", "rc-slider", "history", "react-image-crop", "react-tooltip", "swiper", "esbuild-loader", "react-date-picker", "@sentry/webpack-plugin" ] } } DEBUG: Post-massage config { "config": { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "mergeConfidence:all-badges", "config:recommended" ], "hostRules": [ { "timeout": 9000000 } ], "ignoreDeps": [ "react-router", "react-router-dom", "use-breakpoint", "rc-slider", "history", "react-image-crop", "react-tooltip", "swiper", "esbuild-loader", "react-date-picker", "@sentry/webpack-plugin" ] } } DEBUG: Setting hostRules from config DEBUG: Found repo ignorePaths { "ignorePaths": [ "**/node_modules/**", "**/bower_components/**", "**/vendor/**", "**/examples/**", "**/__tests__/**", "**/test/**", "**/tests/**", "**/__fixtures__/**" ] } DEBUG: No vulnerability alerts found DEBUG: No vulnerability alerts found DEBUG: findIssue(Dependency Dashboard) DEBUG: Retrieving issueList DEBUG: Retrieved 1 issues DEBUG: Found issue 226 DEBUG: No baseBranches DEBUG: extract() DEBUG: Manager fingerprint(s) have changed, extract cache cannot be reused { "changedManagers": [ "npm" ] } DEBUG: Setting current branch to main DEBUG: Initializing git repository into /tmp/worker/61a4e1/776c61/repos/github/thanksben/frontend DEBUG: Performing blobless clone DEBUG: git clone completed { "durationMs": 1695 } DEBUG: latest repository commit { "latestCommit": { "hash": "b57f020fbc12c8db480800325c48cbf3ed2ea508", "date": "2023-07-14T11:08:53+02:00", "message": "DEV-3995: update new theme color references in EA and ECC (#586)", "refs": "HEAD -> main, origin/main, origin/HEAD", "body": "* style(EA): update new theme color references\r\n\r\n* style(ECC): update new theme colors\r\n\r\n* style(shared): update new theme color references\r\n\r\n* test(cockpit): update new theme color references\r\n\r\n* test(ECC): update new theme color references\r\n\r\n* test(shared): update new theme color references\r\n\r\n* fix: sonarcloud code smell\r\n\r\n* fix: logo color\r\n\r\n* fix: update color for border\r\n\r\n* test: remove snaphot for components", "author_name": "Parthiban Baskar", "author_email": "parthi.krb@gmail.com" } } DEBUG: latest commit { "branchName": "main" "latestCommitDate": "2023-07-14T11:08:53+02:00" } DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager ansible-galaxy DEBUG: Using file match: (^|/)galaxy\.ya?ml$ for manager ansible-galaxy DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel)$ for manager bazel DEBUG: Using file match: \.bzl$ for manager bazel DEBUG: Using file match: (^|/)MODULE\.bazel$ for manager bazel-module DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk DEBUG: Using file match: \.bicep$ for manager bicep DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines DEBUG: Using file match: buildkite\.ya?ml for manager buildkite DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite DEBUG: Using file match: (^|/)Gemfile$ for manager bundler DEBUG: Using file match: \.cake$ for manager cake DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo DEBUG: Using file match: (^|/)\.circleci/config\.ya?ml$ for manager circleci DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet DEBUG: Using file match: (^|/)flux-system/(?:.+/)?gotk-components\.ya?ml$ for manager flux DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules DEBUG: Using file match: ^(workflow-templates|\.github/workflows)/[^/]+\.ya?ml$ for manager github-actions DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include DEBUG: Using file match: (^|/)go\.mod$ for manager gomod DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle { "managers": { "docker-compose": 54, "html": 79, "github-actions": 92, "npm": 267 } } DEBUG: Found docker-compose package files DEBUG: Found github-actions package files DEBUG: Found html package files DEBUG: Found npm package files DEBUG: Found 17 package file(s) INFO: Dependency extraction complete { "baseBranch": "main" "stats": { "managers": { "docker-compose": { "fileCount": 1, "depCount": 1 }, "github-actions": { "fileCount": 7, "depCount": 47 }, "html": { "fileCount": 1, "depCount": 1 }, "npm": { "fileCount": 8, "depCount": 256 } }, "total": { "fileCount": 17, "depCount": 305 } } } DEBUG: Platform-native commit: unknown error (branch="renovate/react-is-18.x") { "branchName": "renovate/react-is-18.x" "err": { "hostType": "github", "err": { "name": "HTTPError", "code": "ERR_NON_2XX_3XX_RESPONSE", "timings": { "start": 1689581943829, "socket": 1689581943829, "lookup": 1689581943829, "connect": 1689581943832, "secureConnect": 1689581943836, "upload": 1689581943836, "response": 1689581944016, "end": 1689581944016, "phases": { "wait": 0, "dns": 0, "tcp": 3, "tls": 4, "request": 0, "firstByte": 180, "download": 0, "total": 187 } }, "message": "Response code 422 (Unprocessable Entity)", "stack": "HTTPError: Response code 422 (Unprocessable Entity)\n at Request. (/opt/containerbase/tools/renovate/36.8.11/node_modules/got/dist/source/as-promise/index.js:118:42)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)", "options": { "headers": { "user-agent": "RenovateBot/36.8.11 (https://github.com/renovatebot/renovate)", "accept": "application/json, application/vnd.github.machine-man-preview+json", "authorization": "***********", "content-type": "application/json", "content-length": "92", "accept-encoding": "gzip, deflate, br" }, "url": "https://api.github.com/repos/thanksben/frontend/git/refs", "hostType": "github", "username": "", "password": "", "method": "POST", "http2": false }, "response": { "statusCode": 422, "statusMessage": "Unprocessable Entity", "body": { "message": "Reference update failed", "documentation_url": "https://docs.github.com/rest/reference/git#create-a-reference" }, "headers": { "server": "GitHub.com", "date": "Mon, 17 Jul 2023 08:19:04 GMT", "content-type": "application/json; charset=utf-8", "content-length": "121", "x-github-media-type": "github.v3; param=machine-man-preview", "x-github-api-version-selected": "2022-11-28", "x-ratelimit-limit": "5000", "x-ratelimit-remaining": "4987", "x-ratelimit-reset": "1689585447", "x-ratelimit-used": "13", "x-ratelimit-resource": "core", "access-control-expose-headers": "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset", "access-control-allow-origin": "*", "strict-transport-security": "max-age=31536000; includeSubdomains; preload", "x-frame-options": "deny", "x-content-type-options": "nosniff", "x-xss-protection": "0", "referrer-policy": "origin-when-cross-origin, strict-origin-when-cross-origin", "content-security-policy": "default-src 'none'", "vary": "Accept-Encoding, Accept, X-Requested-With", "x-github-request-id": "0D57:6F7F:E8DD0:1D7EE6:64B4F977", "connection": "close" }, "httpVersion": "1.1", "retryCount": 0 } }, "message": "external-host-error", "stack": "Error: external-host-error\n at handleGotError (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/util/http/github.ts:149:12)\n at GithubHttp.request (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/util/http/github.ts:371:13)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at GithubHttp.requestJson (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/util/http/index.ts:287:17)\n at ensureBranchSha (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/modules/platform/github/index.ts:791:3)\n at pushFiles (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/modules/platform/github/index.ts:1850:5)\n at commitFiles (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/modules/platform/github/index.ts:1871:22)\n at processBranch (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/workers/repository/update/branch/index.ts:560:19)\n at writeUpdates (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/workers/repository/process/write.ts:159:17)\n at update (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/workers/repository/process/extract-update.ts:214:11)\n at Object.renovateRepository (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/workers/repository/index.ts:75:19)\n at attributes.repository (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/workers/global/index.ts:184:11)\n at start (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/workers/global/index.ts:169:7)\n at /opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/renovate.ts:18:22" } } DEBUG: Docker image is already prefetched: ghcr.io/containerbase/sidecar:9.5.2@sha256:67fdb0b03bedde19d5e6ebed87602f4c4f5fe5ef49ae0382ae95a5ade08ae562 (branch="renovate/node-20.x") DEBUG: Executing command (branch="renovate/node-20.x") { "command": "docker run --rm --name=renovate_a_sidecar --label=renovate_a_child --memory=3584m -v \"/tmp/worker/61a4e1/776c61/repos/github/thanksben/frontend\":\"/tmp/worker/61a4e1/776c61/repos/github/thanksben/frontend\" -v \"/tmp/worker/61a4e1/776c61/cache\":\"/tmp/worker/61a4e1/776c61/cache\" -e NPM_CONFIG_CACHE -e npm_config_store -e CONTAINERBASE_CACHE_DIR -w \"/tmp/worker/61a4e1/776c61/repos/github/thanksben/frontend\" ghcr.io/containerbase/sidecar:9.5.2 bash -l -c \"install-tool node v18.16.1 && install-tool pnpm 8.6.7 && pnpm install --recursive --lockfile-only --ignore-scripts --ignore-pnpmfile\"" } DEBUG: exec completed (branch="renovate/node-20.x") { "durationMs": 64509 "stdout": "[08:27:44.080] INFO (9): Installing tool node v18.16.1...\ninstalling v2 tool node v18.16.1\nlinking tool node v18.16.1\nnode: v18.16.1 /usr/local/bin/node\nnpm: 9.5.1 /usr/local/bin/npm\n[08:27:46.475] INFO (9): Installed tool node in 2.3s.\n[08:27:46.584] INFO (133): Installing tool pnpm v8.6.7...\ninstalling v2 tool pnpm v8.6.7\nlinking tool pnpm v8.6.7\n8.6.7\n[08:27:47.783] INFO (133): Installed tool pnpm in 1.1s.\nScope: all 8 projects\nProgress: resolved 1, reused 0, downloaded 0, added 0\nProgress: resolved 37, reused 0, downloaded 29, added 0\n. |  WARN  deprecated @types/history@5.0.0\n. |  WARN  deprecated @types/react-overlays@3.1.0\nProgress: resolved 96, reused 0, downloaded 92, added 0\nProgress: resolved 134, reused 0, downloaded 127, added 0\nProgress: resolved 150, reused 0, downloaded 144, added 0\nProgress: resolved 167, reused 0, downloaded 160, added 0\nProgress: resolved 178, reused 0, downloaded 172, added 0\nProgress: resolved 186, reused 0, downloaded 178, added 0\nProgress: resolved 203, reused 0, downloaded 194, added 0\nProgress: resolved 218, reused 0, downloaded 209, added 0\nProgress: resolved 232, reused 0, downloaded 225, added 0\nProgress: resolved 242, reused 0, downloaded 241, added 0\nProgress: resolved 244, reused 0, downloaded 244, added 0\nProgress: resolved 264, reused 0, downloaded 244, added 0\nProgress: resolved 406, reused 0, downloaded 382, added 0\nProgress: resolved 484, reused 0, downloaded 461, added 0\nProgress: resolved 577, reused 0, downloaded 555, added 0\nProgress: resolved 674, reused 0, downloaded 650, added 0\nProgress: resolved 738, reused 0, downloaded 713, added 0\nProgress: resolved 843, reused 0, downloaded 822, added 0\nProgress: resolved 870, reused 0, downloaded 847, added 0\nProgress: resolved 932, reused 0, downloaded 910, added 0\nProgress: resolved 980, reused 0, downloaded 957, added 0\nProgress: resolved 1028, reused 0, downloaded 1001, added 0\nProgress: resolved 1087, reused 0, downloaded 1064, added 0\nProgress: resolved 1164, reused 0, downloaded 1139, added 0\nProgress: resolved 1259, reused 0, downloaded 1237, added 0\nProgress: resolved 1309, reused 0, downloaded 1286, added 0\n. |  WARN  deprecated sourcemap-codec@1.4.8\nProgress: resolved 1418, reused 0, downloaded 1395, added 0\nProgress: resolved 1537, reused 0, downloaded 1449, added 0\nProgress: resolved 1629, reused 0, downloaded 1539, added 0\nProgress: resolved 1727, reused 0, downloaded 1632, added 0\nProgress: resolved 1825, reused 0, downloaded 1734, added 0\nProgress: resolved 1931, reused 0, downloaded 1841, added 0\nProgress: resolved 2064, reused 0, downloaded 1979, added 0\n. |  WARN  deprecated svgo@1.3.2\n. |  WARN  deprecated stable@0.1.8\nProgress: resolved 2190, reused 0, downloaded 2104, added 0\nProgress: resolved 2294, reused 0, downloaded 2205, added 0\nProgress: resolved 2389, reused 0, downloaded 2299, added 0\nProgress: resolved 2471, reused 0, downloaded 2381, added 0\nProgress: resolved 2553, reused 0, downloaded 2463, added 0\nProgress: resolved 2668, reused 0, downloaded 2580, added 0\n. |  WARN  deprecated source-map-resolve@0.6.0\nProgress: resolved 2817, reused 0, downloaded 2729, added 0\n. |  WARN  deprecated rollup-plugin-terser@7.0.2\nProgress: resolved 2918, reused 0, downloaded 2830, added 0\nProgress: resolved 3043, reused 0, downloaded 2953, added 0\n. |  WARN  deprecated @npmcli/move-file@2.0.1\nProgress: resolved 3107, reused 0, downloaded 3023, added 0\n. |  WARN  deprecated w3c-hr-time@1.0.2\nProgress: resolved 3128, reused 0, downloaded 3046, added 0\nProgress: resolved 3131, reused 0, downloaded 3051, added 0\n. |  WARN  deprecated source-map-resolve@0.5.3\nProgress: resolved 3261, reused 0, downloaded 3171, added 0\n. |  WARN  deprecated source-map-url@0.4.1\n. |  WARN  deprecated resolve-url@0.2.1\n. |  WARN  deprecated urix@0.1.0\n. |  WARN  deprecated uglify-es@3.3.9\nProgress: resolved 3304, reused 0, downloaded 3223, added 0\n WARN  Issues with peer dependencies found\n.\n├─┬ @nx/esbuild 16.3.2\n│ ├── ✕ unmet peer esbuild@~0.17.5: found 0.18.4\n│ └─┬ @nrwl/esbuild 16.3.2\n│ └─┬ @nx/esbuild 16.3.2\n│ └── ✕ unmet peer esbuild@~0.17.5: found 0.18.4\n├─┬ @testing-library/react-hooks 8.0.1\n│ ├── ✕ unmet peer @types/react@\"^16.9.0 || ^17.0.0\": found 18.2.12\n│ ├── ✕ unmet peer react@\"^16.9.0 || ^17.0.0\": found 18.2.0\n│ ├── ✕ unmet peer react-dom@\"^16.9.0 || ^17.0.0\": found 18.2.0\n│ └── ✕ unmet peer react-test-renderer@\"^16.9.0 || ^17.0.0\": found 18.2.0\n├─┬ connected-react-router 6.9.3\n│ ├── ✕ unmet peer react@\"^16.4.0 || ^17.0.0\": found 18.2.0\n│ └── ✕ unmet peer react-redux@\"^6.0.0 || ^7.1.0\": found 8.1.0\n├─┬ react-dates 21.8.0\n│ ├── ✕ unmet peer react@\"^0.14 || ^15.5.4 || ^16.1.1\": found 18.2.0\n│ ├── ✕ unmet peer react-dom@\"^0.14 || ^15.5.4 || ^16.1.1\": found 18.2.0\n│ └─┬ airbnb-prop-types 2.16.0\n│ └── ✕ unmet peer react@\"^0.14 || ^15.0.0 || ^16.0.0-alpha\": found 18.2.0\n├─┬ react-giphy-searchbox 1.5.4\n│ └── ✕ unmet peer react@16.x: found 18.2.0\n├─┬ react-string-avatar 1.2.2\n│ ├── ✕ unmet peer react@^16.4.2: found 18.2.0\n│ └── ✕ unmet peer react-dom@^16.4.2: found 18.2.0\n├─┬ react-toast-notifications 2.5.1\n│ ├── ✕ unmet peer react@\"^16.8.0 || ^17.0.0\": found 18.2.0\n│ └── ✕ unmet peer react-dom@\"^16.8.0 || ^17.0.0\": found 18.2.0\n├─┬ react-toggle-component 3.0.8\n│ ├── ✕ unmet peer react@^16.8.6: found 18.2.0\n│ ├── ✕ unmet peer react-dom@^16.8.6: found 18.2.0\n│ ├── ✕ unmet peer styled-components@^4.2.0: found 5.3.11\n│ └─┬ react-use 13.27.1\n│ ├── ✕ unmet peer react@^16.8.0: found 18.2.0\n│ └── ✕ unmet peer react-dom@^16.8.0: found 18.2.0\n├─┬ react-with-direction 1.4.0\n│ ├── ✕ unmet peer react@\"^0.14 || ^15 || ^16\": found 18.2.0\n│ └── ✕ unmet peer react-dom@\"^0.14 || ^15 || ^16\": found 18.2.0\n└─┬ react-scripts 5.0.1\n └── ✕ unmet peer typescript@\"^3.2.1 || ^4\": found 5.1.3\n\nDone in 50.2s\nProgress: resolved 3304, reused 0, downloaded 3224, added 0, done\n" "stderr": "/usr/local/bin/docker: line 4: .: filename argument required\n.: usage: . filename [arguments]\n" } DEBUG: pnpm-lock.yaml needs updating (branch="renovate/node-20.x") DEBUG: Updated 1 lock files (branch="renovate/node-20.x") { "updatedArtifacts": [ "pnpm-lock.yaml" ] } DEBUG: 2 file(s) to commit (branch="renovate/node-20.x") DEBUG: Preparing files for committing to branch renovate/node-20.x (branch="renovate/node-20.x") DEBUG: git commit (branch="renovate/node-20.x") { "deletedFiles": [] "ignoredFiles": [] "result": { "author": null, "branch": "renovate/node-20.x", "commit": "95b26b55f5e430bbeb45eff1aaaefb01f314f8b6", "root": false, "summary": { "changes": 2, "insertions": 293, "deletions": 340 } } } DEBUG: HEAD https://api.github.com/repos/thanksben/frontend/git/refs/heads/renovate/node-20.x = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=328) (branch="renovate/node-20.x") DEBUG: POST https://api.github.com/repos/thanksben/frontend/git/refs = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=422 retryCount=0, duration=210) (branch="renovate/node-20.x") DEBUG: 422 Error thrown from GitHub (branch="renovate/node-20.x") { "err": { "name": "HTTPError", "code": "ERR_NON_2XX_3XX_RESPONSE", "timings": { "start": 1689582535367, "socket": 1689582535367, "lookup": 1689582535367, "connect": 1689582535370, "secureConnect": 1689582535374, "upload": 1689582535374, "response": 1689582535576, "end": 1689582535577, "phases": { "wait": 0, "dns": 0, "tcp": 3, "tls": 4, "request": 0, "firstByte": 202, "download": 1, "total": 210 } }, "message": "Response code 422 (Unprocessable Entity)", "stack": "HTTPError: Response code 422 (Unprocessable Entity)\n at Request. (/opt/containerbase/tools/renovate/36.8.11/node_modules/got/dist/source/as-promise/index.js:118:42)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)", "options": { "headers": { "user-agent": "RenovateBot/36.8.11 (https://github.com/renovatebot/renovate)", "accept": "application/json, application/vnd.github.machine-man-preview+json", "authorization": "***********", "content-type": "application/json", "content-length": "88", "accept-encoding": "gzip, deflate, br" }, "url": "https://api.github.com/repos/thanksben/frontend/git/refs", "hostType": "github", "username": "", "password": "", "method": "POST", "http2": false }, "response": { "statusCode": 422, "statusMessage": "Unprocessable Entity", "body": { "message": "Reference update failed", "documentation_url": "https://docs.github.com/rest/reference/git#create-a-reference" }, "headers": { "server": "GitHub.com", "date": "Mon, 17 Jul 2023 08:28:55 GMT", "content-type": "application/json; charset=utf-8", "content-length": "121", "x-github-media-type": "github.v3; param=machine-man-preview", "x-github-api-version-selected": "2022-11-28", "x-ratelimit-limit": "5000", "x-ratelimit-remaining": "4899", "x-ratelimit-reset": "1689585447", "x-ratelimit-used": "101", "x-ratelimit-resource": "core", "access-control-expose-headers": "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset", "access-control-allow-origin": "*", "strict-transport-security": "max-age=31536000; includeSubdomains; preload", "x-frame-options": "deny", "x-content-type-options": "nosniff", "x-xss-protection": "0", "referrer-policy": "origin-when-cross-origin, strict-origin-when-cross-origin", "content-security-policy": "default-src 'none'", "vary": "Accept-Encoding, Accept, X-Requested-With", "x-github-request-id": "BBCA:67BF:F74C4:1F66BE:64B4FBC7", "connection": "close" }, "httpVersion": "1.1", "retryCount": 0 } } } DEBUG: Platform-native commit: unknown error (branch="renovate/node-20.x") { "branchName": "renovate/node-20.x" "err": { "hostType": "github", "err": { "name": "HTTPError", "code": "ERR_NON_2XX_3XX_RESPONSE", "timings": { "start": 1689582535367, "socket": 1689582535367, "lookup": 1689582535367, "connect": 1689582535370, "secureConnect": 1689582535374, "upload": 1689582535374, "response": 1689582535576, "end": 1689582535577, "phases": { "wait": 0, "dns": 0, "tcp": 3, "tls": 4, "request": 0, "firstByte": 202, "download": 1, "total": 210 } }, "message": "Response code 422 (Unprocessable Entity)", "stack": "HTTPError: Response code 422 (Unprocessable Entity)\n at Request. (/opt/containerbase/tools/renovate/36.8.11/node_modules/got/dist/source/as-promise/index.js:118:42)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)", "options": { "headers": { "user-agent": "RenovateBot/36.8.11 (https://github.com/renovatebot/renovate)", "accept": "application/json, application/vnd.github.machine-man-preview+json", "authorization": "***********", "content-type": "application/json", "content-length": "88", "accept-encoding": "gzip, deflate, br" }, "url": "https://api.github.com/repos/thanksben/frontend/git/refs", "hostType": "github", "username": "", "password": "", "method": "POST", "http2": false }, "response": { "statusCode": 422, "statusMessage": "Unprocessable Entity", "body": { "message": "Reference update failed", "documentation_url": "https://docs.github.com/rest/reference/git#create-a-reference" }, "headers": { "server": "GitHub.com", "date": "Mon, 17 Jul 2023 08:28:55 GMT", "content-type": "application/json; charset=utf-8", "content-length": "121", "x-github-media-type": "github.v3; param=machine-man-preview", "x-github-api-version-selected": "2022-11-28", "x-ratelimit-limit": "5000", "x-ratelimit-remaining": "4899", "x-ratelimit-reset": "1689585447", "x-ratelimit-used": "101", "x-ratelimit-resource": "core", "access-control-expose-headers": "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset", "access-control-allow-origin": "*", "strict-transport-security": "max-age=31536000; includeSubdomains; preload", "x-frame-options": "deny", "x-content-type-options": "nosniff", "x-xss-protection": "0", "referrer-policy": "origin-when-cross-origin, strict-origin-when-cross-origin", "content-security-policy": "default-src 'none'", "vary": "Accept-Encoding, Accept, X-Requested-With", "x-github-request-id": "BBCA:67BF:F74C4:1F66BE:64B4FBC7", "connection": "close" }, "httpVersion": "1.1", "retryCount": 0 } }, "message": "external-host-error", "stack": "Error: external-host-error\n at handleGotError (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/util/http/github.ts:149:12)\n at GithubHttp.request (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/util/http/github.ts:371:13)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at GithubHttp.requestJson (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/util/http/index.ts:287:17)\n at ensureBranchSha (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/modules/platform/github/index.ts:791:3)\n at pushFiles (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/modules/platform/github/index.ts:1850:5)\n at commitFiles (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/modules/platform/github/index.ts:1871:22)\n at processBranch (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/workers/repository/update/branch/index.ts:560:19)\n at writeUpdates (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/workers/repository/process/write.ts:159:17)\n at update (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/workers/repository/process/extract-update.ts:214:11)\n at Object.renovateRepository (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/workers/repository/index.ts:75:19)\n at attributes.repository (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/workers/global/index.ts:184:11)\n at start (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/workers/global/index.ts:169:7)\n at /opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/renovate.ts:18:22" } } DEBUG: Setting current branch to main (branch="renovate/node-20.x") DEBUG: latest commit (branch="renovate/node-20.x") { "branchName": "main" "latestCommitDate": "2023-07-14T11:08:53+02:00" } DEBUG: syncBranchState() (branch="renovate/expo-monorepo") DEBUG: getBranchPr(renovate/expo-monorepo) (branch="renovate/expo-monorepo") DEBUG: findPr(renovate/expo-monorepo, undefined, open) (branch="renovate/expo-monorepo") DEBUG: findPr(renovate/expo-monorepo, undefined, closed) (branch="renovate/expo-monorepo") DEBUG: branchExists=false (branch="renovate/expo-monorepo") DEBUG: dependencyDashboardCheck=undefined (branch="renovate/expo-monorepo") DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/expo-monorepo") DEBUG: findPr(renovate/expo-monorepo, chore(deps): update dependency babel-preset-expo to ~9.5.0, !open) (branch="renovate/expo-monorepo") DEBUG: prAlreadyExisted=false (branch="renovate/expo-monorepo") DEBUG: Checking schedule(at any time, null) (branch="renovate/expo-monorepo") DEBUG: No schedule defined (branch="renovate/expo-monorepo") DEBUG: Branch needs creating (branch="renovate/expo-monorepo") DEBUG: Using reuseExistingBranch: false (branch="renovate/expo-monorepo") DEBUG: Setting current branch to main (branch="renovate/expo-monorepo") DEBUG: latest commit (branch="renovate/expo-monorepo") { "branchName": "main" "latestCommitDate": "2023-07-14T11:08:53+02:00" } DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (branch="renovate/expo-monorepo") DEBUG: npm.updateDependency(): devDependencies.babel-preset-expo = ~9.5.0 (branch="renovate/expo-monorepo") DEBUG: Updating babel-preset-expo in package.json (branch="renovate/expo-monorepo") DEBUG: Updated 1 package files (branch="renovate/expo-monorepo") DEBUG: Getting updated lock files (branch="renovate/expo-monorepo") DEBUG: Writing package.json files (branch="renovate/expo-monorepo") { "packageFiles": [ "libs/rover/package.json", "package.json", "packages/cockpit/package.json", "packages/columbia/package.json", "packages/houston/package.json", "packages/orion-old/package.json", "packages/orion/package.json", "packages/shared/package.json" ] } DEBUG: Writing any updated package files (branch="renovate/expo-monorepo") DEBUG: Writing package.json (branch="renovate/expo-monorepo") DEBUG: npmrc file found in repository (branch="renovate/expo-monorepo") DEBUG: Generating pnpm-lock.yaml for . (branch="renovate/expo-monorepo") DEBUG: Spawning pnpm install to create pnpm-lock.yaml (branch="renovate/expo-monorepo") DEBUG: No node constraint found - using latest (branch="renovate/expo-monorepo") DEBUG: Setting CONTAINERBASE_CACHE_DIR to /tmp/worker/61a4e1/776c61/cache/containerbase (branch="renovate/expo-monorepo") DEBUG: Using docker to execute (branch="renovate/expo-monorepo") { "image": "sidecar" } DEBUG: Resolved stable matching version (branch="renovate/expo-monorepo") { "toolName": "node" "constraint": null "resolvedVersion": "v18.16.1" } DEBUG: Resolved stable matching version (branch="renovate/expo-monorepo") { "toolName": "pnpm" "constraint": null "resolvedVersion": "8.6.7" } DEBUG: containerbaseDir is inside cacheDir (branch="renovate/expo-monorepo") DEBUG: Resolved tag constraint (branch="renovate/expo-monorepo") { "image": "ghcr.io/containerbase/sidecar:9.5.2" } DEBUG: Docker image is already prefetched: ghcr.io/containerbase/sidecar:9.5.2@sha256:67fdb0b03bedde19d5e6ebed87602f4c4f5fe5ef49ae0382ae95a5ade08ae562 (branch="renovate/expo-monorepo") DEBUG: Executing command (branch="renovate/expo-monorepo") { "command": "docker run --rm --name=renovate_a_sidecar --label=renovate_a_child --memory=3584m -v \"/tmp/worker/61a4e1/776c61/repos/github/thanksben/frontend\":\"/tmp/worker/61a4e1/776c61/repos/github/thanksben/frontend\" -v \"/tmp/worker/61a4e1/776c61/cache\":\"/tmp/worker/61a4e1/776c61/cache\" -e NPM_CONFIG_CACHE -e npm_config_store -e CONTAINERBASE_CACHE_DIR -w \"/tmp/worker/61a4e1/776c61/repos/github/thanksben/frontend\" ghcr.io/containerbase/sidecar:9.5.2 bash -l -c \"install-tool node v18.16.1 && install-tool pnpm 8.6.7 && pnpm install --recursive --lockfile-only --ignore-scripts --ignore-pnpmfile\"" } DEBUG: exec completed (branch="renovate/expo-monorepo") { "durationMs": 65639 "stdout": "[08:28:56.892] INFO (9): Installing tool node v18.16.1...\ninstalling v2 tool node v18.16.1\nlinking tool node v18.16.1\nnode: v18.16.1 /usr/local/bin/node\nnpm: 9.5.1 /usr/local/bin/npm\n[08:28:59.296] INFO (9): Installed tool node in 2.4s.\n[08:28:59.407] INFO (133): Installing tool pnpm v8.6.7...\ninstalling v2 tool pnpm v8.6.7\nlinking tool pnpm v8.6.7\n8.6.7\n[08:29:00.623] INFO (133): Installed tool pnpm in 1.2s.\nScope: all 8 projects\nProgress: resolved 1, reused 0, downloaded 0, added 0\nProgress: resolved 35, reused 0, downloaded 28, added 0\n. |  WARN  deprecated @types/history@5.0.0\n. |  WARN  deprecated @types/react-overlays@3.1.0\nProgress: resolved 96, reused 0, downloaded 90, added 0\nProgress: resolved 133, reused 0, downloaded 125, added 0\nProgress: resolved 151, reused 0, downloaded 145, added 0\nProgress: resolved 169, reused 0, downloaded 163, added 0\nProgress: resolved 179, reused 0, downloaded 173, added 0\nProgress: resolved 189, reused 0, downloaded 181, added 0\nProgress: resolved 206, reused 0, downloaded 197, added 0\nProgress: resolved 218, reused 0, downloaded 209, added 0\nProgress: resolved 233, reused 0, downloaded 227, added 0\nProgress: resolved 242, reused 0, downloaded 241, added 0\nProgress: resolved 244, reused 0, downloaded 244, added 0\nProgress: resolved 260, reused 0, downloaded 244, added 0\nProgress: resolved 403, reused 0, downloaded 382, added 0\nProgress: resolved 473, reused 0, downloaded 452, added 0\nProgress: resolved 574, reused 0, downloaded 556, added 0\nProgress: resolved 601, reused 0, downloaded 579, added 0\nProgress: resolved 695, reused 0, downloaded 676, added 0\nProgress: resolved 809, reused 0, downloaded 790, added 0\nProgress: resolved 850, reused 0, downloaded 831, added 0\nProgress: resolved 911, reused 0, downloaded 889, added 0\nProgress: resolved 975, reused 0, downloaded 954, added 0\nProgress: resolved 1016, reused 0, downloaded 996, added 0\nProgress: resolved 1081, reused 0, downloaded 1060, added 0\nProgress: resolved 1175, reused 0, downloaded 1154, added 0\nProgress: resolved 1277, reused 0, downloaded 1259, added 0\n. |  WARN  deprecated sourcemap-codec@1.4.8\nProgress: resolved 1368, reused 0, downloaded 1349, added 0\nProgress: resolved 1502, reused 0, downloaded 1470, added 0\nProgress: resolved 1612, reused 0, downloaded 1514, added 0\nProgress: resolved 1708, reused 0, downloaded 1611, added 0\nProgress: resolved 1822, reused 0, downloaded 1726, added 0\nProgress: resolved 1925, reused 0, downloaded 1830, added 0\nProgress: resolved 2057, reused 0, downloaded 1964, added 0\nProgress: resolved 2173, reused 0, downloaded 2079, added 0\nProgress: resolved 2284, reused 0, downloaded 2198, added 0\n. |  WARN  deprecated rollup-plugin-terser@7.0.2\n. |  WARN  deprecated svgo@1.3.2\nProgress: resolved 2351, reused 0, downloaded 2259, added 0\n. |  WARN  deprecated stable@0.1.8\nProgress: resolved 2430, reused 0, downloaded 2340, added 0\nProgress: resolved 2524, reused 0, downloaded 2431, added 0\nProgress: resolved 2601, reused 0, downloaded 2506, added 0\n. |  WARN  deprecated @npmcli/move-file@2.0.1\nProgress: resolved 2719, reused 0, downloaded 2626, added 0\n. |  WARN  deprecated source-map-resolve@0.6.0\nProgress: resolved 2846, reused 0, downloaded 2758, added 0\nProgress: resolved 2963, reused 0, downloaded 2876, added 0\nProgress: resolved 3051, reused 0, downloaded 2959, added 0\nProgress: resolved 3103, reused 0, downloaded 3019, added 0\n. |  WARN  deprecated w3c-hr-time@1.0.2\nProgress: resolved 3145, reused 0, downloaded 3052, added 0\n. |  WARN  deprecated source-map-resolve@0.5.3\n. |  WARN  deprecated resolve-url@0.2.1\n. |  WARN  deprecated source-map-url@0.4.1\n. |  WARN  deprecated urix@0.1.0\nProgress: resolved 3289, reused 0, downloaded 3208, added 0\n. |  WARN  deprecated uglify-es@3.3.9\nProgress: resolved 3300, reused 0, downloaded 3216, added 0\n WARN  Issues with peer dependencies found\n.\n├─┬ @nx/esbuild 16.3.2\n│ ├── ✕ unmet peer esbuild@~0.17.5: found 0.18.4\n│ └─┬ @nrwl/esbuild 16.3.2\n│ └─┬ @nx/esbuild 16.3.2\n│ └── ✕ unmet peer esbuild@~0.17.5: found 0.18.4\n├─┬ @testing-library/react-hooks 8.0.1\n│ ├── ✕ unmet peer @types/react@\"^16.9.0 || ^17.0.0\": found 18.2.12\n│ ├── ✕ unmet peer react@\"^16.9.0 || ^17.0.0\": found 18.2.0\n│ ├── ✕ unmet peer react-dom@\"^16.9.0 || ^17.0.0\": found 18.2.0\n│ └── ✕ unmet peer react-test-renderer@\"^16.9.0 || ^17.0.0\": found 18.2.0\n├─┬ connected-react-router 6.9.3\n│ ├── ✕ unmet peer react@\"^16.4.0 || ^17.0.0\": found 18.2.0\n│ └── ✕ unmet peer react-redux@\"^6.0.0 || ^7.1.0\": found 8.1.0\n├─┬ react-dates 21.8.0\n│ ├── ✕ unmet peer react@\"^0.14 || ^15.5.4 || ^16.1.1\": found 18.2.0\n│ ├── ✕ unmet peer react-dom@\"^0.14 || ^15.5.4 || ^16.1.1\": found 18.2.0\n│ └─┬ airbnb-prop-types 2.16.0\n│ └── ✕ unmet peer react@\"^0.14 || ^15.0.0 || ^16.0.0-alpha\": found 18.2.0\n├─┬ react-giphy-searchbox 1.5.4\n│ └── ✕ unmet peer react@16.x: found 18.2.0\n├─┬ react-string-avatar 1.2.2\n│ ├── ✕ unmet peer react@^16.4.2: found 18.2.0\n│ └── ✕ unmet peer react-dom@^16.4.2: found 18.2.0\n├─┬ react-toast-notifications 2.5.1\n│ ├── ✕ unmet peer react@\"^16.8.0 || ^17.0.0\": found 18.2.0\n│ └── ✕ unmet peer react-dom@\"^16.8.0 || ^17.0.0\": found 18.2.0\n├─┬ react-toggle-component 3.0.8\n│ ├── ✕ unmet peer react@^16.8.6: found 18.2.0\n│ ├── ✕ unmet peer react-dom@^16.8.6: found 18.2.0\n│ ├── ✕ unmet peer styled-components@^4.2.0: found 5.3.11\n│ └─┬ react-use 13.27.1\n│ ├── ✕ unmet peer react@^16.8.0: found 18.2.0\n│ └── ✕ unmet peer react-dom@^16.8.0: found 18.2.0\n├─┬ react-with-direction 1.4.0\n│ ├── ✕ unmet peer react@\"^0.14 || ^15 || ^16\": found 18.2.0\n│ └── ✕ unmet peer react-dom@\"^0.14 || ^15 || ^16\": found 18.2.0\n└─┬ react-scripts 5.0.1\n └── ✕ unmet peer typescript@\"^3.2.1 || ^4\": found 5.1.3\n\nDone in 49.1s\nProgress: resolved 3300, reused 0, downloaded 3220, added 0, done\n" "stderr": "/usr/local/bin/docker: line 4: .: filename argument required\n.: usage: . filename [arguments]\n" } DEBUG: pnpm-lock.yaml needs updating (branch="renovate/expo-monorepo") DEBUG: Updated 1 lock files (branch="renovate/expo-monorepo") { "updatedArtifacts": [ "pnpm-lock.yaml" ] } DEBUG: 2 file(s) to commit (branch="renovate/expo-monorepo") DEBUG: Preparing files for committing to branch renovate/expo-monorepo (branch="renovate/expo-monorepo") DEBUG: git commit (branch="renovate/expo-monorepo") { "deletedFiles": [] "ignoredFiles": [] "result": { "author": null, "branch": "renovate/expo-monorepo", "commit": "e0e05a5130792e5c2e5289c84866a6f1acb732a7", "root": false, "summary": { "changes": 2, "insertions": 198, "deletions": 0 } } } DEBUG: HEAD https://api.github.com/repos/thanksben/frontend/git/refs/heads/renovate/expo-monorepo = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=147) (branch="renovate/expo-monorepo") DEBUG: POST https://api.github.com/repos/thanksben/frontend/git/refs = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=422 retryCount=0, duration=216) (branch="renovate/expo-monorepo") DEBUG: 422 Error thrown from GitHub (branch="renovate/expo-monorepo") { "err": { "name": "HTTPError", "code": "ERR_NON_2XX_3XX_RESPONSE", "timings": { "start": 1689582608035, "socket": 1689582608035, "lookup": 1689582608035, "connect": 1689582608037, "secureConnect": 1689582608041, "upload": 1689582608041, "response": 1689582608251, "end": 1689582608251, "phases": { "wait": 0, "dns": 0, "tcp": 2, "tls": 4, "request": 0, "firstByte": 210, "download": 0, "total": 216 } }, "message": "Response code 422 (Unprocessable Entity)", "stack": "HTTPError: Response code 422 (Unprocessable Entity)\n at Request. (/opt/containerbase/tools/renovate/36.8.11/node_modules/got/dist/source/as-promise/index.js:118:42)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)", "options": { "headers": { "user-agent": "RenovateBot/36.8.11 (https://github.com/renovatebot/renovate)", "accept": "application/json, application/vnd.github.machine-man-preview+json", "authorization": "***********", "content-type": "application/json", "content-length": "92", "accept-encoding": "gzip, deflate, br" }, "url": "https://api.github.com/repos/thanksben/frontend/git/refs", "hostType": "github", "username": "", "password": "", "method": "POST", "http2": false }, "response": { "statusCode": 422, "statusMessage": "Unprocessable Entity", "body": { "message": "Reference update failed", "documentation_url": "https://docs.github.com/rest/reference/git#create-a-reference" }, "headers": { "server": "GitHub.com", "date": "Mon, 17 Jul 2023 08:30:08 GMT", "content-type": "application/json; charset=utf-8", "content-length": "121", "x-github-media-type": "github.v3; param=machine-man-preview", "x-github-api-version-selected": "2022-11-28", "x-ratelimit-limit": "5000", "x-ratelimit-remaining": "4894", "x-ratelimit-reset": "1689585447", "x-ratelimit-used": "106", "x-ratelimit-resource": "core", "access-control-expose-headers": "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset", "access-control-allow-origin": "*", "strict-transport-security": "max-age=31536000; includeSubdomains; preload", "x-frame-options": "deny", "x-content-type-options": "nosniff", "x-xss-protection": "0", "referrer-policy": "origin-when-cross-origin, strict-origin-when-cross-origin", "content-security-policy": "default-src 'none'", "vary": "Accept-Encoding, Accept, X-Requested-With", "x-github-request-id": "C894:7D2B:E36E3:1CEB6A:64B4FC10", "connection": "close" }, "httpVersion": "1.1", "retryCount": 0 } } } DEBUG: Platform-native commit: unknown error (branch="renovate/expo-monorepo") { "branchName": "renovate/expo-monorepo" "err": { "hostType": "github", "err": { "name": "HTTPError", "code": "ERR_NON_2XX_3XX_RESPONSE", "timings": { "start": 1689582608035, "socket": 1689582608035, "lookup": 1689582608035, "connect": 1689582608037, "secureConnect": 1689582608041, "upload": 1689582608041, "response": 1689582608251, "end": 1689582608251, "phases": { "wait": 0, "dns": 0, "tcp": 2, "tls": 4, "request": 0, "firstByte": 210, "download": 0, "total": 216 } }, "message": "Response code 422 (Unprocessable Entity)", "stack": "HTTPError: Response code 422 (Unprocessable Entity)\n at Request. (/opt/containerbase/tools/renovate/36.8.11/node_modules/got/dist/source/as-promise/index.js:118:42)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)", "options": { "headers": { "user-agent": "RenovateBot/36.8.11 (https://github.com/renovatebot/renovate)", "accept": "application/json, application/vnd.github.machine-man-preview+json", "authorization": "***********", "content-type": "application/json", "content-length": "92", "accept-encoding": "gzip, deflate, br" }, "url": "https://api.github.com/repos/thanksben/frontend/git/refs", "hostType": "github", "username": "", "password": "", "method": "POST", "http2": false }, "response": { "statusCode": 422, "statusMessage": "Unprocessable Entity", "body": { "message": "Reference update failed", "documentation_url": "https://docs.github.com/rest/reference/git#create-a-reference" }, "headers": { "server": "GitHub.com", "date": "Mon, 17 Jul 2023 08:30:08 GMT", "content-type": "application/json; charset=utf-8", "content-length": "121", "x-github-media-type": "github.v3; param=machine-man-preview", "x-github-api-version-selected": "2022-11-28", "x-ratelimit-limit": "5000", "x-ratelimit-remaining": "4894", "x-ratelimit-reset": "1689585447", "x-ratelimit-used": "106", "x-ratelimit-resource": "core", "access-control-expose-headers": "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset", "access-control-allow-origin": "*", "strict-transport-security": "max-age=31536000; includeSubdomains; preload", "x-frame-options": "deny", "x-content-type-options": "nosniff", "x-xss-protection": "0", "referrer-policy": "origin-when-cross-origin, strict-origin-when-cross-origin", "content-security-policy": "default-src 'none'", "vary": "Accept-Encoding, Accept, X-Requested-With", "x-github-request-id": "C894:7D2B:E36E3:1CEB6A:64B4FC10", "connection": "close" }, "httpVersion": "1.1", "retryCount": 0 } }, "message": "external-host-error", "stack": "Error: external-host-error\n at handleGotError (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/util/http/github.ts:149:12)\n at GithubHttp.request (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/util/http/github.ts:371:13)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at GithubHttp.requestJson (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/util/http/index.ts:287:17)\n at ensureBranchSha (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/modules/platform/github/index.ts:791:3)\n at pushFiles (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/modules/platform/github/index.ts:1850:5)\n at commitFiles (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/modules/platform/github/index.ts:1871:22)\n at processBranch (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/workers/repository/update/branch/index.ts:560:19)\n at writeUpdates (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/workers/repository/process/write.ts:159:17)\n at update (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/workers/repository/process/extract-update.ts:214:11)\n at Object.renovateRepository (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/workers/repository/index.ts:75:19)\n at attributes.repository (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/workers/global/index.ts:184:11)\n at start (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/workers/global/index.ts:169:7)\n at /opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/renovate.ts:18:22" } } DEBUG: Setting current branch to main (branch="renovate/expo-monorepo") DEBUG: latest commit (branch="renovate/expo-monorepo") { "branchName": "main" "latestCommitDate": "2023-07-14T11:08:53+02:00" } DEBUG: syncBranchState() (branch="renovate/cypress-12.x") DEBUG: getBranchPr(renovate/cypress-12.x) (branch="renovate/cypress-12.x") DEBUG: findPr(renovate/cypress-12.x, undefined, open) (branch="renovate/cypress-12.x") DEBUG: findPr(renovate/cypress-12.x, undefined, closed) (branch="renovate/cypress-12.x") DEBUG: branchExists=false (branch="renovate/cypress-12.x") DEBUG: dependencyDashboardCheck=undefined (branch="renovate/cypress-12.x") DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/cypress-12.x") DEBUG: findPr(renovate/cypress-12.x, chore(deps): update dependency cypress to v12.17.1, !open) (branch="renovate/cypress-12.x") DEBUG: prAlreadyExisted=false (branch="renovate/cypress-12.x") DEBUG: Checking schedule(at any time, null) (branch="renovate/cypress-12.x") DEBUG: No schedule defined (branch="renovate/cypress-12.x") DEBUG: Branch needs creating (branch="renovate/cypress-12.x") DEBUG: Using reuseExistingBranch: false (branch="renovate/cypress-12.x") DEBUG: Setting current branch to main (branch="renovate/cypress-12.x") DEBUG: latest commit (branch="renovate/cypress-12.x") { "branchName": "main" "latestCommitDate": "2023-07-14T11:08:53+02:00" } DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (branch="renovate/cypress-12.x") DEBUG: npm.updateDependency(): devDependencies.cypress = 12.17.1 (branch="renovate/cypress-12.x") DEBUG: Updating cypress in package.json (branch="renovate/cypress-12.x") DEBUG: Updated 1 package files (branch="renovate/cypress-12.x") DEBUG: Getting updated lock files (branch="renovate/cypress-12.x") DEBUG: Writing package.json files (branch="renovate/cypress-12.x") { "packageFiles": [ "libs/rover/package.json", "package.json", "packages/cockpit/package.json", "packages/columbia/package.json", "packages/houston/package.json", "packages/orion-old/package.json", "packages/orion/package.json", "packages/shared/package.json" ] } DEBUG: Writing any updated package files (branch="renovate/cypress-12.x") DEBUG: Writing package.json (branch="renovate/cypress-12.x") DEBUG: npmrc file found in repository (branch="renovate/cypress-12.x") DEBUG: Generating pnpm-lock.yaml for . (branch="renovate/cypress-12.x") DEBUG: Spawning pnpm install to create pnpm-lock.yaml (branch="renovate/cypress-12.x") DEBUG: No node constraint found - using latest (branch="renovate/cypress-12.x") DEBUG: Setting CONTAINERBASE_CACHE_DIR to /tmp/worker/61a4e1/776c61/cache/containerbase (branch="renovate/cypress-12.x") DEBUG: Using docker to execute (branch="renovate/cypress-12.x") { "image": "sidecar" } DEBUG: Resolved stable matching version (branch="renovate/cypress-12.x") { "toolName": "node" "constraint": null "resolvedVersion": "v18.16.1" } DEBUG: Resolved stable matching version (branch="renovate/cypress-12.x") { "toolName": "pnpm" "constraint": null "resolvedVersion": "8.6.7" } DEBUG: containerbaseDir is inside cacheDir (branch="renovate/cypress-12.x") DEBUG: Resolved tag constraint (branch="renovate/cypress-12.x") { "image": "ghcr.io/containerbase/sidecar:9.5.2" } DEBUG: Docker image is already prefetched: ghcr.io/containerbase/sidecar:9.5.2@sha256:67fdb0b03bedde19d5e6ebed87602f4c4f5fe5ef49ae0382ae95a5ade08ae562 (branch="renovate/cypress-12.x") DEBUG: Executing command (branch="renovate/cypress-12.x") { "command": "docker run --rm --name=renovate_a_sidecar --label=renovate_a_child --memory=3584m -v \"/tmp/worker/61a4e1/776c61/repos/github/thanksben/frontend\":\"/tmp/worker/61a4e1/776c61/repos/github/thanksben/frontend\" -v \"/tmp/worker/61a4e1/776c61/cache\":\"/tmp/worker/61a4e1/776c61/cache\" -e NPM_CONFIG_CACHE -e npm_config_store -e CONTAINERBASE_CACHE_DIR -w \"/tmp/worker/61a4e1/776c61/repos/github/thanksben/frontend\" ghcr.io/containerbase/sidecar:9.5.2 bash -l -c \"install-tool node v18.16.1 && install-tool pnpm 8.6.7 && pnpm install --recursive --lockfile-only --ignore-scripts --ignore-pnpmfile\"" } DEBUG: exec completed (branch="renovate/cypress-12.x") { "durationMs": 64554 "stdout": "[08:30:09.428] INFO (8): Installing tool node v18.16.1...\ninstalling v2 tool node v18.16.1\nlinking tool node v18.16.1\nnode: v18.16.1 /usr/local/bin/node\nnpm: 9.5.1 /usr/local/bin/npm\n[08:30:11.833] INFO (8): Installed tool node in 2.4s.\n[08:30:11.944] INFO (132): Installing tool pnpm v8.6.7...\ninstalling v2 tool pnpm v8.6.7\nlinking tool pnpm v8.6.7\n8.6.7\n[08:30:13.162] INFO (132): Installed tool pnpm in 1.2s.\nScope: all 8 projects\nProgress: resolved 1, reused 0, downloaded 0, added 0\nProgress: resolved 37, reused 0, downloaded 29, added 0\n. |  WARN  deprecated @types/history@5.0.0\n. |  WARN  deprecated @types/react-overlays@3.1.0\nProgress: resolved 101, reused 0, downloaded 93, added 0\nProgress: resolved 134, reused 0, downloaded 129, added 0\nProgress: resolved 152, reused 0, downloaded 148, added 0\nProgress: resolved 173, reused 0, downloaded 169, added 0\nProgress: resolved 179, reused 0, downloaded 174, added 0\nProgress: resolved 197, reused 0, downloaded 188, added 0\nProgress: resolved 212, reused 0, downloaded 203, added 0\nProgress: resolved 222, reused 0, downloaded 216, added 0\nProgress: resolved 239, reused 0, downloaded 235, added 0\nProgress: resolved 242, reused 0, downloaded 242, added 0\nProgress: resolved 244, reused 0, downloaded 244, added 0\nProgress: resolved 360, reused 0, downloaded 338, added 0\nProgress: resolved 447, reused 0, downloaded 426, added 0\nProgress: resolved 531, reused 0, downloaded 511, added 0\nProgress: resolved 623, reused 0, downloaded 597, added 0\nProgress: resolved 761, reused 0, downloaded 733, added 0\nProgress: resolved 811, reused 0, downloaded 794, added 0\nProgress: resolved 863, reused 0, downloaded 840, added 0\nProgress: resolved 921, reused 0, downloaded 898, added 0\nProgress: resolved 962, reused 0, downloaded 939, added 0\nProgress: resolved 1020, reused 0, downloaded 996, added 0\nProgress: resolved 1074, reused 0, downloaded 1053, added 0\nProgress: resolved 1177, reused 0, downloaded 1161, added 0\nProgress: resolved 1262, reused 0, downloaded 1241, added 0\nProgress: resolved 1354, reused 0, downloaded 1333, added 0\nProgress: resolved 1440, reused 0, downloaded 1414, added 0\nProgress: resolved 1576, reused 0, downloaded 1471, added 0\nProgress: resolved 1697, reused 0, downloaded 1597, added 0\nProgress: resolved 1812, reused 0, downloaded 1713, added 0\nProgress: resolved 1893, reused 0, downloaded 1794, added 0\n. |  WARN  deprecated source-map-resolve@0.6.0\nProgress: resolved 2012, reused 0, downloaded 1919, added 0\nProgress: resolved 2130, reused 0, downloaded 2033, added 0\n. |  WARN  deprecated svgo@1.3.2\n. |  WARN  deprecated stable@0.1.8\n. |  WARN  deprecated rollup-plugin-terser@7.0.2\nProgress: resolved 2236, reused 0, downloaded 2127, added 0\nProgress: resolved 2304, reused 0, downloaded 2207, added 0\nProgress: resolved 2421, reused 0, downloaded 2329, added 0\nProgress: resolved 2487, reused 0, downloaded 2395, added 0\n. |  WARN  deprecated sourcemap-codec@1.4.8\nProgress: resolved 2620, reused 0, downloaded 2522, added 0\nProgress: resolved 2722, reused 0, downloaded 2626, added 0\nProgress: resolved 2830, reused 0, downloaded 2737, added 0\nProgress: resolved 2931, reused 0, downloaded 2841, added 0\n. |  WARN  deprecated @npmcli/move-file@2.0.1\nProgress: resolved 3029, reused 0, downloaded 2933, added 0\nProgress: resolved 3106, reused 0, downloaded 3021, added 0\n. |  WARN  deprecated w3c-hr-time@1.0.2\nProgress: resolved 3129, reused 0, downloaded 3047, added 0\n. |  WARN  deprecated source-map-resolve@0.5.3\n. |  WARN  deprecated resolve-url@0.2.1\n. |  WARN  deprecated source-map-url@0.4.1\n. |  WARN  deprecated urix@0.1.0\nProgress: resolved 3268, reused 0, downloaded 3174, added 0\n. |  WARN  deprecated uglify-es@3.3.9\nProgress: resolved 3305, reused 0, downloaded 3219, added 0\n WARN  Issues with peer dependencies found\n.\n├─┬ @nx/esbuild 16.3.2\n│ ├── ✕ unmet peer esbuild@~0.17.5: found 0.18.4\n│ └─┬ @nrwl/esbuild 16.3.2\n│ └─┬ @nx/esbuild 16.3.2\n│ └── ✕ unmet peer esbuild@~0.17.5: found 0.18.4\n├─┬ @testing-library/react-hooks 8.0.1\n│ ├── ✕ unmet peer @types/react@\"^16.9.0 || ^17.0.0\": found 18.2.12\n│ ├── ✕ unmet peer react@\"^16.9.0 || ^17.0.0\": found 18.2.0\n│ ├── ✕ unmet peer react-dom@\"^16.9.0 || ^17.0.0\": found 18.2.0\n│ └── ✕ unmet peer react-test-renderer@\"^16.9.0 || ^17.0.0\": found 18.2.0\n├─┬ connected-react-router 6.9.3\n│ ├── ✕ unmet peer react@\"^16.4.0 || ^17.0.0\": found 18.2.0\n│ └── ✕ unmet peer react-redux@\"^6.0.0 || ^7.1.0\": found 8.1.0\n├─┬ react-dates 21.8.0\n│ ├── ✕ unmet peer react@\"^0.14 || ^15.5.4 || ^16.1.1\": found 18.2.0\n│ ├── ✕ unmet peer react-dom@\"^0.14 || ^15.5.4 || ^16.1.1\": found 18.2.0\n│ └─┬ airbnb-prop-types 2.16.0\n│ └── ✕ unmet peer react@\"^0.14 || ^15.0.0 || ^16.0.0-alpha\": found 18.2.0\n├─┬ react-giphy-searchbox 1.5.4\n│ └── ✕ unmet peer react@16.x: found 18.2.0\n├─┬ react-string-avatar 1.2.2\n│ ├── ✕ unmet peer react@^16.4.2: found 18.2.0\n│ └── ✕ unmet peer react-dom@^16.4.2: found 18.2.0\n├─┬ react-toast-notifications 2.5.1\n│ ├── ✕ unmet peer react@\"^16.8.0 || ^17.0.0\": found 18.2.0\n│ └── ✕ unmet peer react-dom@\"^16.8.0 || ^17.0.0\": found 18.2.0\n├─┬ react-toggle-component 3.0.8\n│ ├── ✕ unmet peer react@^16.8.6: found 18.2.0\n│ ├── ✕ unmet peer react-dom@^16.8.6: found 18.2.0\n│ ├── ✕ unmet peer styled-components@^4.2.0: found 5.3.11\n│ └─┬ react-use 13.27.1\n│ ├── ✕ unmet peer react@^16.8.0: found 18.2.0\n│ └── ✕ unmet peer react-dom@^16.8.0: found 18.2.0\n├─┬ react-with-direction 1.4.0\n│ ├── ✕ unmet peer react@\"^0.14 || ^15 || ^16\": found 18.2.0\n│ └── ✕ unmet peer react-dom@\"^0.14 || ^15 || ^16\": found 18.2.0\n└─┬ react-scripts 5.0.1\n └── ✕ unmet peer typescript@\"^3.2.1 || ^4\": found 5.1.3\n\nDone in 48.5s\nProgress: resolved 3305, reused 0, downloaded 3225, added 0, done\n" "stderr": "/usr/local/bin/docker: line 4: .: filename argument required\n.: usage: . filename [arguments]\n" } DEBUG: pnpm-lock.yaml needs updating (branch="renovate/cypress-12.x") DEBUG: Updated 1 lock files (branch="renovate/cypress-12.x") { "updatedArtifacts": [ "pnpm-lock.yaml" ] } DEBUG: 2 file(s) to commit (branch="renovate/cypress-12.x") DEBUG: Preparing files for committing to branch renovate/cypress-12.x (branch="renovate/cypress-12.x") DEBUG: git commit (branch="renovate/cypress-12.x") { "deletedFiles": [] "ignoredFiles": [] "result": { "author": null, "branch": "renovate/cypress-12.x", "commit": "3bff492ac1ff4c55cd28dab59b79983d48b73e4b", "root": false, "summary": { "changes": 2, "insertions": 180, "deletions": 219 } } } DEBUG: HEAD https://api.github.com/repos/thanksben/frontend/git/refs/heads/renovate/cypress-12.x = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=147) (branch="renovate/cypress-12.x") DEBUG: POST https://api.github.com/repos/thanksben/frontend/git/refs = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=422 retryCount=0, duration=301) (branch="renovate/cypress-12.x") DEBUG: 422 Error thrown from GitHub (branch="renovate/cypress-12.x") { "err": { "name": "HTTPError", "code": "ERR_NON_2XX_3XX_RESPONSE", "timings": { "start": 1689582680726, "socket": 1689582680726, "lookup": 1689582680726, "connect": 1689582680729, "secureConnect": 1689582680734, "upload": 1689582680734, "response": 1689582681026, "end": 1689582681027, "phases": { "wait": 0, "dns": 0, "tcp": 3, "tls": 5, "request": 0, "firstByte": 292, "download": 1, "total": 301 } }, "message": "Response code 422 (Unprocessable Entity)", "stack": "HTTPError: Response code 422 (Unprocessable Entity)\n at Request. (/opt/containerbase/tools/renovate/36.8.11/node_modules/got/dist/source/as-promise/index.js:118:42)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)", "options": { "headers": { "user-agent": "RenovateBot/36.8.11 (https://github.com/renovatebot/renovate)", "accept": "application/json, application/vnd.github.machine-man-preview+json", "authorization": "***********", "content-type": "application/json", "content-length": "91", "accept-encoding": "gzip, deflate, br" }, "url": "https://api.github.com/repos/thanksben/frontend/git/refs", "hostType": "github", "username": "", "password": "", "method": "POST", "http2": false }, "response": { "statusCode": 422, "statusMessage": "Unprocessable Entity", "body": { "message": "Reference update failed", "documentation_url": "https://docs.github.com/rest/reference/git#create-a-reference" }, "headers": { "server": "GitHub.com", "date": "Mon, 17 Jul 2023 08:31:21 GMT", "content-type": "application/json; charset=utf-8", "content-length": "121", "x-github-media-type": "github.v3; param=machine-man-preview", "x-github-api-version-selected": "2022-11-28", "x-ratelimit-limit": "5000", "x-ratelimit-remaining": "4889", "x-ratelimit-reset": "1689585447", "x-ratelimit-used": "111", "x-ratelimit-resource": "core", "access-control-expose-headers": "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset", "access-control-allow-origin": "*", "strict-transport-security": "max-age=31536000; includeSubdomains; preload", "x-frame-options": "deny", "x-content-type-options": "nosniff", "x-xss-protection": "0", "referrer-policy": "origin-when-cross-origin, strict-origin-when-cross-origin", "content-security-policy": "default-src 'none'", "vary": "Accept-Encoding, Accept, X-Requested-With", "x-github-request-id": "5C47:85B9:F6825:1F61BE:64B4FC58", "connection": "close" }, "httpVersion": "1.1", "retryCount": 0 } } } DEBUG: Platform-native commit: unknown error (branch="renovate/cypress-12.x") { "branchName": "renovate/cypress-12.x" "err": { "hostType": "github", "err": { "name": "HTTPError", "code": "ERR_NON_2XX_3XX_RESPONSE", "timings": { "start": 1689582680726, "socket": 1689582680726, "lookup": 1689582680726, "connect": 1689582680729, "secureConnect": 1689582680734, "upload": 1689582680734, "response": 1689582681026, "end": 1689582681027, "phases": { "wait": 0, "dns": 0, "tcp": 3, "tls": 5, "request": 0, "firstByte": 292, "download": 1, "total": 301 } }, "message": "Response code 422 (Unprocessable Entity)", "stack": "HTTPError: Response code 422 (Unprocessable Entity)\n at Request. (/opt/containerbase/tools/renovate/36.8.11/node_modules/got/dist/source/as-promise/index.js:118:42)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)", "options": { "headers": { "user-agent": "RenovateBot/36.8.11 (https://github.com/renovatebot/renovate)", "accept": "application/json, application/vnd.github.machine-man-preview+json", "authorization": "***********", "content-type": "application/json", "content-length": "91", "accept-encoding": "gzip, deflate, br" }, "url": "https://api.github.com/repos/thanksben/frontend/git/refs", "hostType": "github", "username": "", "password": "", "method": "POST", "http2": false }, "response": { "statusCode": 422, "statusMessage": "Unprocessable Entity", "body": { "message": "Reference update failed", "documentation_url": "https://docs.github.com/rest/reference/git#create-a-reference" }, "headers": { "server": "GitHub.com", "date": "Mon, 17 Jul 2023 08:31:21 GMT", "content-type": "application/json; charset=utf-8", "content-length": "121", "x-github-media-type": "github.v3; param=machine-man-preview", "x-github-api-version-selected": "2022-11-28", "x-ratelimit-limit": "5000", "x-ratelimit-remaining": "4889", "x-ratelimit-reset": "1689585447", "x-ratelimit-used": "111", "x-ratelimit-resource": "core", "access-control-expose-headers": "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset", "access-control-allow-origin": "*", "strict-transport-security": "max-age=31536000; includeSubdomains; preload", "x-frame-options": "deny", "x-content-type-options": "nosniff", "x-xss-protection": "0", "referrer-policy": "origin-when-cross-origin, strict-origin-when-cross-origin", "content-security-policy": "default-src 'none'", "vary": "Accept-Encoding, Accept, X-Requested-With", "x-github-request-id": "5C47:85B9:F6825:1F61BE:64B4FC58", "connection": "close" }, "httpVersion": "1.1", "retryCount": 0 } }, "message": "external-host-error", "stack": "Error: external-host-error\n at handleGotError (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/util/http/github.ts:149:12)\n at GithubHttp.request (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/util/http/github.ts:371:13)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at GithubHttp.requestJson (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/util/http/index.ts:287:17)\n at ensureBranchSha (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/modules/platform/github/index.ts:791:3)\n at pushFiles (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/modules/platform/github/index.ts:1850:5)\n at commitFiles (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/modules/platform/github/index.ts:1871:22)\n at processBranch (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/workers/repository/update/branch/index.ts:560:19)\n at writeUpdates (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/workers/repository/process/write.ts:159:17)\n at update (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/workers/repository/process/extract-update.ts:214:11)\n at Object.renovateRepository (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/workers/repository/index.ts:75:19)\n at attributes.repository (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/workers/global/index.ts:184:11)\n at start (/opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/workers/global/index.ts:169:7)\n at /opt/containerbase/tools/renovate/36.8.11/node_modules/renovate/lib/renovate.ts:18:22" } } DEBUG: Setting current branch to main (branch="renovate/cypress-12.x") DEBUG: latest commit (branch="renovate/cypress-12.x") { "branchName": "main" "latestCommitDate": "2023-07-14T11:08:53+02:00" } DEBUG: syncBranchState() (branch="renovate/eslint-8.x-lockfile") DEBUG: getBranchPr(renovate/eslint-8.x-lockfile) (branch="renovate/eslint-8.x-lockfile") DEBUG: findPr(renovate/eslint-8.x-lockfile, undefined, open) (branch="renovate/eslint-8.x-lockfile") DEBUG: findPr(renovate/eslint-8.x-lockfile, undefined, closed) (branch="renovate/eslint-8.x-lockfile") DEBUG: branchExists=false (branch="renovate/eslint-8.x-lockfile") DEBUG: dependencyDashboardCheck=undefined (branch="renovate/eslint-8.x-lockfile") DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/eslint-8.x-lockfile") DEBUG: findPr(renovate/eslint-8.x-lockfile, chore(deps): update dependency eslint to v8.45.0, !open) (branch="renovate/eslint-8.x-lockfile") DEBUG: prAlreadyExisted=false (branch="renovate/eslint-8.x-lockfile") DEBUG: Checking schedule(at any time, null) (branch="renovate/eslint-8.x-lockfile") DEBUG: No schedule defined (branch="renovate/eslint-8.x-lockfile") DEBUG: Branch needs creating (branch="renovate/eslint-8.x-lockfile") DEBUG: Using reuseExistingBranch: false (branch="renovate/eslint-8.x-lockfile") DEBUG: Setting current branch to main (branch="renovate/eslint-8.x-lockfile") DEBUG: latest commit (branch="renovate/eslint-8.x-lockfile") { "branchName": "main" "latestCommitDate": "2023-07-14T11:08:53+02:00" } DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (branch="renovate/eslint-8.x-lockfile") DEBUG: Unsupported lock file: pnpm-lock.yaml (branch="renovate/eslint-8.x-lockfile") DEBUG: Unsupported lock file: pnpm-lock.yaml (branch="renovate/eslint-8.x-lockfile") DEBUG: No package files need updating (branch="renovate/eslint-8.x-lockfile") DEBUG: Getting updated lock files (branch="renovate/eslint-8.x-lockfile") DEBUG: Writing package.json files (branch="renovate/eslint-8.x-lockfile") { "packageFiles": [ "libs/rover/package.json", "package.json", "packages/cockpit/package.json", "packages/columbia/package.json", "packages/houston/package.json", "packages/orion-old/package.json", "packages/orion/package.json", "packages/shared/package.json" ] } DEBUG: Writing any updated package files (branch="renovate/eslint-8.x-lockfile") DEBUG: No updated lock files in branch (branch="renovate/eslint-8.x-lockfile") DEBUG: No files to commit (branch="renovate/eslint-8.x-lockfile") DEBUG: Setting current branch to main (branch="renovate/eslint-8.x-lockfile") DEBUG: latest commit (branch="renovate/eslint-8.x-lockfile") { "branchName": "main" "latestCommitDate": "2023-07-14T11:08:53+02:00" } DEBUG: syncBranchState() (branch="renovate/i18next-browser-languagedetector-7.x-lockfile") DEBUG: getBranchPr(renovate/i18next-browser-languagedetector-7.x-lockfile) (branch="renovate/i18next-browser-languagedetector-7.x-lockfile") DEBUG: findPr(renovate/i18next-browser-languagedetector-7.x-lockfile, undefined, open) (branch="renovate/i18next-browser-languagedetector-7.x-lockfile") DEBUG: findPr(renovate/i18next-browser-languagedetector-7.x-lockfile, undefined, closed) (branch="renovate/i18next-browser-languagedetector-7.x-lockfile") DEBUG: branchExists=false (branch="renovate/i18next-browser-languagedetector-7.x-lockfile") DEBUG: dependencyDashboardCheck=undefined (branch="renovate/i18next-browser-languagedetector-7.x-lockfile") DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/i18next-browser-languagedetector-7.x-lockfile") DEBUG: findPr(renovate/i18next-browser-languagedetector-7.x-lockfile, chore(deps): update dependency i18next-browser-languagedetector to v7.1.0, !open) (branch="renovate/i18next-browser-languagedetector-7.x-lockfile") DEBUG: prAlreadyExisted=false (branch="renovate/i18next-browser-languagedetector-7.x-lockfile") DEBUG: Checking schedule(at any time, null) (branch="renovate/i18next-browser-languagedetector-7.x-lockfile") DEBUG: No schedule defined (branch="renovate/i18next-browser-languagedetector-7.x-lockfile") DEBUG: Branch needs creating (branch="renovate/i18next-browser-languagedetector-7.x-lockfile") DEBUG: Using reuseExistingBranch: false (branch="renovate/i18next-browser-languagedetector-7.x-lockfile") DEBUG: Setting current branch to main (branch="renovate/i18next-browser-languagedetector-7.x-lockfile") DEBUG: latest commit (branch="renovate/i18next-browser-languagedetector-7.x-lockfile") { "branchName": "main" "latestCommitDate": "2023-07-14T11:08:53+02:00" } DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (branch="renovate/i18next-browser-languagedetector-7.x-lockfile") DEBUG: Unsupported lock file: pnpm-lock.yaml (branch="renovate/i18next-browser-languagedetector-7.x-lockfile") DEBUG: No package files need updating (branch="renovate/i18next-browser-languagedetector-7.x-lockfile") DEBUG: Getting updated lock files (branch="renovate/i18next-browser-languagedetector-7.x-lockfile") DEBUG: Writing package.json files (branch="renovate/i18next-browser-languagedetector-7.x-lockfile") { "packageFiles": [ "libs/rover/package.json", "package.json", "packages/cockpit/package.json", "packages/columbia/package.json", "packages/houston/package.json", "packages/orion-old/package.json", "packages/orion/package.json", "packages/shared/package.json" ] } DEBUG: Writing any updated package files (branch="renovate/i18next-browser-languagedetector-7.x-lockfile") DEBUG: No updated lock files in branch (branch="renovate/i18next-browser-languagedetector-7.x-lockfile") DEBUG: No files to commit (branch="renovate/i18next-browser-languagedetector-7.x-lockfile") DEBUG: Setting current branch to main (branch="renovate/i18next-browser-languagedetector-7.x-lockfile") DEBUG: latest commit (branch="renovate/i18next-browser-languagedetector-7.x-lockfile") { "branchName": "main" "latestCommitDate": "2023-07-14T11:08:53+02:00" } DEBUG: syncBranchState() (branch="renovate/nx-cloud-16.x") DEBUG: getBranchPr(renovate/nx-cloud-16.x) (branch="renovate/nx-cloud-16.x") DEBUG: findPr(renovate/nx-cloud-16.x, undefined, open) (branch="renovate/nx-cloud-16.x") DEBUG: findPr(renovate/nx-cloud-16.x, undefined, closed) (branch="renovate/nx-cloud-16.x") DEBUG: branchExists=false (branch="renovate/nx-cloud-16.x") DEBUG: dependencyDashboardCheck=undefined (branch="renovate/nx-cloud-16.x") DEBUG: Check for closed PR because recreating closed PRs is disabled. (branch="renovate/nx-cloud-16.x") DEBUG: findPr(renovate/nx-cloud-16.x, chore(deps): update dependency nx-cloud to v16.1.0, !open) (branch="renovate/nx-cloud-16.x") DEBUG: prAlreadyExisted=false (branch="renovate/nx-cloud-16.x") DEBUG: Checking schedule(at any time, null) (branch="renovate/nx-cloud-16.x") DEBUG: No schedule defined (branch="renovate/nx-cloud-16.x") DEBUG: Branch needs creating (branch="renovate/nx-cloud-16.x") DEBUG: Using reuseExistingBranch: false (branch="renovate/nx-cloud-16.x") DEBUG: Setting current branch to main (branch="renovate/nx-cloud-16.x") DEBUG: latest commit (branch="renovate/nx-cloud-16.x") { "branchName": "main" "latestCommitDate": "2023-07-14T11:08:53+02:00" ... ```
renovate-release commented 11 months ago

:tada: This issue has been resolved in version 36.20.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: