Created
August 12, 2022 19:01
-
-
Save carboneater/1a5db51c94dc546c2761208743d1625b to your computer and use it in GitHub Desktop.
Mend Renovate Debug Log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DEBUG: No dangling containers to remove | |
INFO: Repository started | |
{ | |
"renovateVersion": "32.158.0" | |
} | |
DEBUG: Using localDir: /mnt/renovate/gh/carboneater/renovate-semantic-reproduction | |
DEBUG: PackageFiles.clear() - Package files deleted | |
{ | |
"baseBranches": [] | |
} | |
DEBUG: resetMemCache() | |
DEBUG: initRepo("carboneater/renovate-semantic-reproduction") | |
DEBUG: carboneater/renovate-semantic-reproduction default branch = main | |
DEBUG: Using app token for git init | |
DEBUG: Repository cache is valid | |
DEBUG: Resetting npmrc | |
DEBUG: detectSemanticCommits() | |
DEBUG: checkOnboarding() | |
DEBUG: isOnboarded() | |
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", | |
"group:allNonMajor" | |
], | |
"rangeStrategy": "bump", | |
"semanticCommits": "enabled" | |
} | |
} | |
DEBUG: Repo is onboarded | |
DEBUG: migrateAndValidate() | |
DEBUG: No config migration necessary | |
DEBUG: massaged config | |
{ | |
"config": { | |
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | |
"extends": [ | |
"github>whitesource/merge-confidence:beta", | |
"github>renovatebot/spring-remediations", | |
"config:base", | |
"group:allNonMajor" | |
], | |
"rangeStrategy": "bump", | |
"semanticCommits": "enabled" | |
} | |
} | |
DEBUG: migrated config | |
{ | |
"config": { | |
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | |
"extends": [ | |
"github>whitesource/merge-confidence:beta", | |
"github>renovatebot/spring-remediations", | |
"config:base", | |
"group:allNonMajor" | |
], | |
"rangeStrategy": "bump", | |
"semanticCommits": "enabled" | |
} | |
} | |
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 2 | |
DEBUG: No baseBranches | |
DEBUG: extract() | |
DEBUG: Setting current branch to main | |
DEBUG: Initializing git repository into /mnt/renovate/gh/carboneater/renovate-semantic-reproduction | |
DEBUG: Performing blobless clone | |
DEBUG: git clone completed | |
{ | |
"durationMs": 928 | |
} | |
DEBUG: latest repository commit | |
{ | |
"latestCommit": { | |
"hash": "a64273d3f4436ba321e6a3d19d95aa08b98e3a1a", | |
"date": "2022-08-12T14:48:31-04:00", | |
"message": "chore: add outdated devdep", | |
"refs": "HEAD -> main, origin/main, origin/HEAD", | |
"body": "", | |
"author_name": "Gabriel Fournier", | |
"author_email": "[email protected]" | |
} | |
} | |
DEBUG: latest commit | |
{ | |
"branchName": "main", | |
"latestCommitDate": "2022-08-12T14:48:31-04: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: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines | |
DEBUG: Using file match: (^|/)batect(-bundle)?\.yml$ 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: (^|\/)\.bazelversion$ for manager bazelisk | |
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\.yml$ 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: (^|/)(?:deps|bb)\.edn$ for manager deps-edn | |
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose | |
DEBUG: Using file match: (^|/|\.)Dockerfile$ for manager dockerfile | |
DEBUG: Using file match: (^|/)Dockerfile[^/]*$ 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\.yaml$ 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\.yml$ for manager gitlabci | |
DEBUG: Using file match: \.gitlab-ci\.yml$ 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 | |
DEBUG: Using file match: (^|\/)gradle\/.+\.toml$ for manager gradle | |
DEBUG: Using file match: \.versions\.toml$ for manager gradle | |
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper | |
DEBUG: Using file match: (^|/)requirements\.yaml$ for manager helm-requirements | |
DEBUG: Using file match: (^|/)values\.yaml$ for manager helm-values | |
DEBUG: Using file match: (^|/)helmfile\.yaml$ for manager helmfile | |
DEBUG: Using file match: (^|/)Chart\.yaml$ for manager helmv3 | |
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit | |
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew | |
DEBUG: Using file match: \.html?$ for manager html | |
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins | |
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler | |
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script | |
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize | |
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen | |
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven | |
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven | |
DEBUG: Using file match: (^|/)package\.js$ for manager meteor | |
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix | |
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv | |
DEBUG: Using file match: (^|/)package\.json$ for manager npm | |
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget | |
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget | |
DEBUG: Using file match: (^|\/)dotnet-tools\.json$ for manager nuget | |
DEBUG: Using file match: (^|\/)global\.json$ for manager nuget | |
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm | |
DEBUG: Using file match: (^|/)([\w-]*)requirements\.(txt|pip)$ for manager pip_requirements | |
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup | |
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv | |
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry | |
DEBUG: Using file match: (^|/)\.pre-commit-config\.yaml$ for manager pre-commit | |
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub | |
DEBUG: Using file match: (^|\/)Puppetfile$ for manager puppet | |
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv | |
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version | |
DEBUG: Using file match: \.sbt$ for manager sbt | |
DEBUG: Using file match: project/[^/]*.scala$ for manager sbt | |
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg | |
DEBUG: Using file match: (^|/)Package\.swift for manager swift | |
DEBUG: Using file match: \.tf$ for manager terraform | |
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version | |
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt | |
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version | |
DEBUG: Using file match: ^\.travis\.yml$ for manager travis | |
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci | |
DEBUG: Matched 1 file(s) for manager npm: package.json | |
DEBUG: npm file package.json has name "renovate-semantic-reproduction" | |
DEBUG: Detecting pnpm Workspaces | |
DEBUG: Detecting Lerna and Yarn Workspaces | |
DEBUG: Finding locked versions | |
DEBUG: Found package-lock.json for package.json | |
DEBUG: Found npm package files | |
DEBUG: Found 1 package file(s) | |
INFO: Dependency extraction complete | |
{ | |
"baseBranch": "main", | |
"stats": { | |
"managers": { | |
"npm": { | |
"fileCount": 1, | |
"depCount": 4 | |
} | |
}, | |
"total": { | |
"fileCount": 1, | |
"depCount": 4 | |
} | |
} | |
} | |
DEBUG: PackageFiles.add() - Package file saved for branch | |
{ | |
"baseBranch": "main" | |
} | |
DEBUG: Package releases lookups complete | |
{ | |
"baseBranch": "main" | |
} | |
DEBUG: branchifyUpgrades | |
DEBUG: Using group branchName template | |
DEBUG: Dependency bent is part of group all non-major dependencies | |
DEBUG: Using group branchName template | |
DEBUG: Dependency @alloc/is is part of group all non-major dependencies | |
DEBUG: Using group branchName template | |
DEBUG: Dependency typescript is part of group all non-major dependencies | |
DEBUG: 3 flattened updates found: bent, @alloc/is, typescript | |
DEBUG: Returning 1 branch(es) | |
DEBUG: config.repoIsOnboarded=true | |
DEBUG: packageFiles with updates | |
{ | |
"config": { | |
"npm": [ | |
{ | |
"packageFile": "package.json", | |
"deps": [ | |
{ | |
"depType": "dependencies", | |
"depName": "bent", | |
"currentValue": "^7.2.0", | |
"datasource": "npm", | |
"prettyDepType": "dependency", | |
"lockedVersion": "7.2.0", | |
"depIndex": 0, | |
"updates": [ | |
{ | |
"bucket": "non-major", | |
"newVersion": "7.3.12", | |
"newValue": "^7.3.12", | |
"releaseTimestamp": "2020-10-10T04:48:34.198Z", | |
"newMajor": 7, | |
"newMinor": 3, | |
"updateType": "minor", | |
"isRange": true, | |
"isBump": true, | |
"branchName": "renovate/all-minor-patch" | |
} | |
], | |
"warnings": [], | |
"versioning": "npm", | |
"sourceUrl": "https://github.com/mikeal/bent", | |
"currentVersion": "7.2.0", | |
"isSingleVersion": false, | |
"fixedVersion": "7.2.0" | |
}, | |
{ | |
"depType": "devDependencies", | |
"depName": "@alloc/is", | |
"currentValue": "^3.1.0", | |
"datasource": "npm", | |
"prettyDepType": "devDependency", | |
"lockedVersion": "3.1.0", | |
"depIndex": 1, | |
"updates": [ | |
{ | |
"bucket": "non-major", | |
"newVersion": "3.1.2", | |
"newValue": "^3.1.2", | |
"releaseTimestamp": "2022-01-24T17:56:07.430Z", | |
"newMajor": 3, | |
"newMinor": 1, | |
"updateType": "patch", | |
"isRange": true, | |
"isBump": true, | |
"branchName": "renovate/all-minor-patch" | |
} | |
], | |
"warnings": [], | |
"versioning": "npm", | |
"sourceUrl": "https://github.com/alloc/is", | |
"currentVersion": "3.1.0", | |
"isSingleVersion": false, | |
"fixedVersion": "3.1.0" | |
}, | |
{ | |
"depType": "devDependencies", | |
"depName": "@types/node", | |
"currentValue": "^18.6.5", | |
"datasource": "npm", | |
"prettyDepType": "devDependency", | |
"lockedVersion": "18.6.5", | |
"depIndex": 2, | |
"updates": [], | |
"warnings": [], | |
"versioning": "node", | |
"sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped", | |
"sourceDirectory": "types/node", | |
"currentVersion": "18.6.5", | |
"fixedVersion": "18.6.5" | |
}, | |
{ | |
"depType": "devDependencies", | |
"depName": "typescript", | |
"currentValue": "^4.6.4", | |
"datasource": "npm", | |
"prettyDepType": "devDependency", | |
"lockedVersion": "4.6.4", | |
"depIndex": 3, | |
"updates": [ | |
{ | |
"bucket": "non-major", | |
"newVersion": "4.7.4", | |
"newValue": "^4.7.4", | |
"releaseTimestamp": "2022-06-17T18:21:36.833Z", | |
"newMajor": 4, | |
"newMinor": 7, | |
"updateType": "minor", | |
"isRange": true, | |
"isBump": true, | |
"branchName": "renovate/all-minor-patch" | |
} | |
], | |
"warnings": [], | |
"versioning": "npm", | |
"sourceUrl": "https://github.com/Microsoft/TypeScript", | |
"homepage": "https://www.typescriptlang.org/", | |
"currentVersion": "4.6.4", | |
"isSingleVersion": false, | |
"fixedVersion": "4.6.4" | |
} | |
], | |
"packageJsonName": "renovate-semantic-reproduction", | |
"packageFileVersion": "1.0.0", | |
"packageJsonType": "library", | |
"npmLock": "package-lock.json", | |
"managerData": { | |
"yarnZeroInstall": false, | |
"hasPackageManager": false | |
}, | |
"skipInstalls": true, | |
"constraints": {}, | |
"lockFiles": [ | |
"package-lock.json" | |
] | |
} | |
] | |
} | |
} | |
DEBUG: processRepo() | |
DEBUG: Processing 1 branch: renovate/all-minor-patch | |
DEBUG: Calculating hourly PRs remaining | |
DEBUG: getPrList success | |
{ | |
"pullsTotal": 5, | |
"requestsTotal": 1, | |
"apiQuotaAffected": true | |
} | |
DEBUG: currentHourStart=2022-08-12T18:00:00.000+00:00 | |
DEBUG: PR hourly limit remaining: 0 | |
DEBUG: Calculating prConcurrentLimit (10) | |
DEBUG: getBranchPr(renovate/all-minor-patch) | |
DEBUG: findPr(renovate/all-minor-patch, undefined, open) | |
DEBUG: Found PR #6 | |
DEBUG: 1 PRs are currently open | |
DEBUG: PR concurrent limit remaining: 9 | |
DEBUG: Calculated maximum PRs remaining this run | |
{ | |
"prsRemaining": 0 | |
} | |
DEBUG: PullRequests limit = 0 | |
DEBUG: Calculating hourly PRs remaining | |
DEBUG: currentHourStart=2022-08-12T18:00:00.000+00:00 | |
DEBUG: PR hourly limit remaining: 0 | |
DEBUG: Calculating branchConcurrentLimit (10) | |
DEBUG: 1 already existing branches found: renovate/all-minor-patch | |
DEBUG: Branch concurrent limit remaining: 9 | |
DEBUG: Calculated maximum branches remaining this run | |
{ | |
"branchesRemaining": 0 | |
} | |
DEBUG: Branches limit = 0 | |
DEBUG: getBranchPr(renovate/all-minor-patch)(branch="renovate/all-minor-patch") | |
DEBUG: findPr(renovate/all-minor-patch, undefined, open)(branch="renovate/all-minor-patch") | |
DEBUG: Found PR #6(branch="renovate/all-minor-patch") | |
DEBUG: branchExists=true(branch="renovate/all-minor-patch") | |
DEBUG: dependencyDashboardCheck=undefined(branch="renovate/all-minor-patch") | |
DEBUG: PR rebase requested=false(branch="renovate/all-minor-patch") | |
DEBUG: Checking if PR has been edited(branch="renovate/all-minor-patch") | |
DEBUG: Found existing branch PR(branch="renovate/all-minor-patch") | |
DEBUG: Checking schedule(at any time, null)(branch="renovate/all-minor-patch") | |
DEBUG: No schedule defined(branch="renovate/all-minor-patch") | |
DEBUG: Setting current branch to main(branch="renovate/all-minor-patch") | |
DEBUG: latest commit(branch="renovate/all-minor-patch") | |
{ | |
"branchName": "main", | |
"latestCommitDate": "2022-08-12T14:48:31-04:00" | |
} | |
DEBUG: Branch already exists(branch="renovate/all-minor-patch") | |
DEBUG: getBranchPr(renovate/all-minor-patch)(branch="renovate/all-minor-patch") | |
DEBUG: findPr(renovate/all-minor-patch, undefined, open)(branch="renovate/all-minor-patch") | |
DEBUG: Found PR #6(branch="renovate/all-minor-patch") | |
DEBUG: GitHub 404(branch="renovate/all-minor-patch") | |
{ | |
"url": "repos/carboneater/renovate-semantic-reproduction/branches/main/protection" | |
} | |
DEBUG: No branch protection found(branch="renovate/all-minor-patch") | |
DEBUG: Skipping stale branch check due to rebaseWhen=auto(branch="renovate/all-minor-patch") | |
DEBUG: isBranchConflicted(main, renovate/all-minor-patch)(branch="renovate/all-minor-patch") | |
DEBUG: Setting git author name(branch="renovate/all-minor-patch") | |
{ | |
"gitAuthorName": "Renovate Bot" | |
} | |
DEBUG: Setting git author email(branch="renovate/all-minor-patch") | |
{ | |
"gitAuthorEmail": "[email protected]" | |
} | |
DEBUG: Branch is conflicted(branch="renovate/all-minor-patch") | |
DEBUG: Branch is not mergeable and needs rebasing(branch="renovate/all-minor-patch") | |
DEBUG: Using reuseExistingBranch: false(branch="renovate/all-minor-patch") | |
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false(branch="renovate/all-minor-patch") | |
DEBUG: npm.updateDependency(): devDependencies.@alloc/is = ^3.1.2(branch="renovate/all-minor-patch") | |
DEBUG: Updating @alloc/is in package.json(branch="renovate/all-minor-patch") | |
DEBUG: npm.updateDependency(): dependencies.bent = ^7.3.12(branch="renovate/all-minor-patch") | |
DEBUG: Updating bent in package.json(branch="renovate/all-minor-patch") | |
DEBUG: npm.updateDependency(): devDependencies.typescript = ^4.7.4(branch="renovate/all-minor-patch") | |
DEBUG: Updating typescript in package.json(branch="renovate/all-minor-patch") | |
DEBUG: Updated 1 package files(branch="renovate/all-minor-patch") | |
DEBUG: Getting updated lock files(branch="renovate/all-minor-patch") | |
DEBUG: Writing package.json files(branch="renovate/all-minor-patch") | |
{ | |
"packageFiles": [ | |
"package.json" | |
] | |
} | |
DEBUG: Writing package-lock.json(branch="renovate/all-minor-patch") | |
DEBUG: Massaging npm lock file before writing to disk(branch="renovate/all-minor-patch") | |
DEBUG: Writing any updated package files(branch="renovate/all-minor-patch") | |
DEBUG: Writing package.json(branch="renovate/all-minor-patch") | |
DEBUG: npmrc file found in repository(branch="renovate/all-minor-patch") | |
DEBUG: Writing updated .npmrc file to .npmrc(branch="renovate/all-minor-patch") | |
DEBUG: Generating package-lock.json for .(branch="renovate/all-minor-patch") | |
DEBUG: Spawning npm install to create ./package-lock.json(branch="renovate/all-minor-patch") | |
DEBUG: Updating lock file only(branch="renovate/all-minor-patch") | |
DEBUG: No node constraint found - using latest(branch="renovate/all-minor-patch") | |
DEBUG: Using docker to execute(branch="renovate/all-minor-patch") | |
{ | |
"image": "sidecar" | |
} | |
DEBUG: Resolved stable matching version(branch="renovate/all-minor-patch") | |
{ | |
"toolName": "node", | |
"constraint": null, | |
"resolvedVersion": "v16.16.0" | |
} | |
DEBUG: Resolved stable matching version(branch="renovate/all-minor-patch") | |
{ | |
"toolName": "npm", | |
"resolvedVersion": "8.17.0" | |
} | |
DEBUG: No tag or tagConstraint specified(branch="renovate/all-minor-patch") | |
{ | |
"image": "docker.io/renovate/sidecar" | |
} | |
DEBUG: Docker image is already prefetched: docker.io/renovate/sidecar@sha256:e9d5dc399cb1fadb1e0058a9017095557ea4f5ff74626f94a926bfc93affc768(branch="renovate/all-minor-patch") | |
DEBUG: Executing command(branch="renovate/all-minor-patch") | |
{ | |
"command": "docker run --rm --name=renovate_sidecar --label=renovate_child -v \"/mnt/renovate/gh/carboneater/renovate-semantic-reproduction\":\"/mnt/renovate/gh/carboneater/renovate-semantic-reproduction\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -e NPM_CONFIG_CACHE -e npm_config_store -e BUILDPACK_CACHE_DIR -w \"/mnt/renovate/gh/carboneater/renovate-semantic-reproduction\" docker.io/renovate/sidecar bash -l -c \"install-tool node v16.16.0 && install-tool npm 8.17.0 && hash -d npm 2>/dev/null || true && npm install --package-lock-only --no-audit --ignore-scripts\"" | |
} | |
DEBUG: exec completed(branch="renovate/all-minor-patch") | |
{ | |
"cmd": "docker run --rm --name=renovate_sidecar --label=renovate_child -v \"/mnt/renovate/gh/carboneater/renovate-semantic-reproduction\":\"/mnt/renovate/gh/carboneater/renovate-semantic-reproduction\" -v \"/tmp/renovate-cache\":\"/tmp/renovate-cache\" -e NPM_CONFIG_CACHE -e npm_config_store -e BUILDPACK_CACHE_DIR -w \"/mnt/renovate/gh/carboneater/renovate-semantic-reproduction\" docker.io/renovate/sidecar bash -l -c \"install-tool node v16.16.0 && install-tool npm 8.17.0 && hash -d npm 2>/dev/null || true && npm install --package-lock-only --no-audit --ignore-scripts\"", | |
"durationMs": 21729, | |
"stdout": "installing v2 tool node v16.16.0\nlinking tool node v16.16.0\nnode: v16.16.0 /usr/local/bin/node\nnpm: 8.11.0 /usr/local/bin/npm\nInstalled v2 /usr/local/buildpack/tools/v2/node.sh in 6 seconds\ninstalling v2 tool npm v8.17.0\nnpm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.\n\nadded 1 package in 6s\nlinking tool npm v8.17.0\n8.17.0\nInstalled v2 /usr/local/buildpack/tools/v2/npm.sh in 9 seconds\n\nup to date in 2s\n\n1 package is looking for funding\n run `npm fund` for details\n", | |
"stderr": "" | |
} | |
DEBUG: package-lock.json needs updating(branch="renovate/all-minor-patch") | |
DEBUG: Updated 1 lock files(branch="renovate/all-minor-patch") | |
{ | |
"updatedArtifacts": [ | |
"package-lock.json" | |
] | |
} | |
DEBUG: Getting comments for #6(branch="renovate/all-minor-patch") | |
DEBUG: Found 0 comments(branch="renovate/all-minor-patch") | |
DEBUG: 2 file(s) to commit(branch="renovate/all-minor-patch") | |
DEBUG: Preparing files for committing to branch renovate/all-minor-patch(branch="renovate/all-minor-patch") | |
DEBUG: git commit(branch="renovate/all-minor-patch") | |
{ | |
"deletedFiles": [], | |
"ignoredFiles": [], | |
"result": { | |
"author": null, | |
"branch": "renovate/all-minor-patch", | |
"commit": "b2b48cbb6a22e549e521b19ddcd9368566b975ea", | |
"root": false, | |
"summary": { | |
"changes": 2, | |
"insertions": 24, | |
"deletions": 24 | |
} | |
} | |
} | |
DEBUG: resetToCommit(a64273d3f4436ba321e6a3d19d95aa08b98e3a1a)(branch="renovate/all-minor-patch") | |
DEBUG: Fetching branch renovate/all-minor-patch(branch="renovate/all-minor-patch") | |
INFO: Branch updated(branch="renovate/all-minor-patch") | |
{ | |
"commitSha": "e81dabbcfbdde070e640745243ca4dab19329616" | |
} | |
DEBUG: Checking if we can automerge branch(branch="renovate/all-minor-patch") | |
DEBUG: mergeStatus=no automerge(branch="renovate/all-minor-patch") | |
DEBUG: Ensuring PR(branch="renovate/all-minor-patch") | |
DEBUG: There are 0 errors and 0 warnings(branch="renovate/all-minor-patch") | |
DEBUG: getBranchPr(renovate/all-minor-patch)(branch="renovate/all-minor-patch") | |
DEBUG: findPr(renovate/all-minor-patch, undefined, open)(branch="renovate/all-minor-patch") | |
DEBUG: Found PR #6(branch="renovate/all-minor-patch") | |
DEBUG: Found existing PR(branch="renovate/all-minor-patch") | |
DEBUG: Fetching changelog: https://github.com/alloc/is (3.1.0 -> 3.1.2)(branch="renovate/all-minor-patch") | |
DEBUG: Fetching changelog: https://github.com/mikeal/bent (7.2.0 -> 7.3.12)(branch="renovate/all-minor-patch") | |
DEBUG: Fetching changelog: https://github.com/Microsoft/TypeScript (4.6.4 -> 4.7.4)(branch="renovate/all-minor-patch") | |
DEBUG: Processing existing PR(branch="renovate/all-minor-patch") | |
DEBUG: PR title changed(branch="renovate/all-minor-patch") | |
{ | |
"branchName": "renovate/all-minor-patch", | |
"oldPrTitle": "fix(deps): update all non-major dependencies", | |
"newPrTitle": "chore(deps): update all non-major dependencies" | |
} | |
DEBUG: updatePr(6, chore(deps): update all non-major dependencies, body)(branch="renovate/all-minor-patch") | |
DEBUG: PR updated(branch="renovate/all-minor-patch") | |
{ | |
"pr": 6 | |
} | |
INFO: PR updated(branch="renovate/all-minor-patch") | |
{ | |
"pr": 6, | |
"prTitle": "chore(deps): update all non-major dependencies" | |
} | |
DEBUG: PR is not configured for automerge(branch="renovate/all-minor-patch") | |
DEBUG: getBranchPr(renovate/all-minor-patch) | |
DEBUG: findPr(renovate/all-minor-patch, undefined, open) | |
DEBUG: Found PR #6 | |
DEBUG: Ensuring Dependency Dashboard | |
DEBUG: ensureIssue(Dependency Dashboard) | |
DEBUG: Patching issue | |
DEBUG: Issue updated | |
DEBUG: Removing any stale branches | |
DEBUG: config.repoIsOnboarded=true | |
DEBUG: Branch lists | |
{ | |
"branchList": [ | |
"renovate/all-minor-patch" | |
], | |
"renovateBranches": [ | |
"renovate/all-minor-patch" | |
] | |
} | |
DEBUG: remainingBranches= | |
DEBUG: No branches to clean up | |
DEBUG: Cleaning up Renovate refs: refs/renovate/* | |
DEBUG: PackageFiles.clear() - Package files deleted | |
{ | |
"baseBranches": [ | |
"main" | |
] | |
} | |
DEBUG: Renovate repository PR statistics | |
{ | |
"stats": { | |
"total": 4, | |
"open": 1, | |
"closed": 3, | |
"merged": 0 | |
} | |
} | |
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true | |
DEBUG: Repository timing splits (milliseconds) | |
{ | |
"splits": { | |
"init": 2682, | |
"extract": 2695, | |
"lookup": 1979, | |
"onboarding": 1, | |
"update": 32434 | |
}, | |
"total": 42202 | |
} | |
DEBUG: http statistics | |
{ | |
"urls": { | |
"https://api.github.com/graphql (POST,200)": 4, | |
"https://api.github.com/repos/alloc/is (GET,200)": 1, | |
"https://api.github.com/repos/alloc/is/git/trees/master (GET,200)": 1, | |
"https://api.github.com/repos/carboneater/renovate-semantic-reproduction/branches/main/protection (GET,404)": 1, | |
"https://api.github.com/repos/carboneater/renovate-semantic-reproduction/contents/renovate.json (GET,200)": 1, | |
"https://api.github.com/repos/carboneater/renovate-semantic-reproduction/git/commits (POST,201)": 1, | |
"https://api.github.com/repos/carboneater/renovate-semantic-reproduction/git/refs/heads/renovate/all-minor-patch (PATCH,200)": 1, | |
"https://api.github.com/repos/carboneater/renovate-semantic-reproduction/git/trees (POST,201)": 1, | |
"https://api.github.com/repos/carboneater/renovate-semantic-reproduction/issues/2 (GET,200)": 2, | |
"https://api.github.com/repos/carboneater/renovate-semantic-reproduction/issues/2 (PATCH,200)": 1, | |
"https://api.github.com/repos/carboneater/renovate-semantic-reproduction/issues/6/comments (GET,200)": 1, | |
"https://api.github.com/repos/carboneater/renovate-semantic-reproduction/pulls (GET,200)": 1, | |
"https://api.github.com/repos/carboneater/renovate-semantic-reproduction/pulls/6 (PATCH,200)": 1, | |
"https://api.github.com/repos/renovatebot/spring-remediations/contents/base.json (GET,200)": 1, | |
"https://api.github.com/repos/renovatebot/spring-remediations/contents/default.json (GET,200)": 1, | |
"https://api.github.com/repos/whitesource/merge-confidence/contents/beta.json (GET,200)": 1, | |
"https://registry.npmjs.org/@alloc%2Fis (GET,200)": 1 | |
}, | |
"hostStats": { | |
"api.github.com": { | |
"requestCount": 20, | |
"requestAvgMs": 282, | |
"queueAvgMs": 0 | |
}, | |
"registry.npmjs.org": { | |
"requestCount": 1, | |
"requestAvgMs": 1564, | |
"queueAvgMs": 0 | |
} | |
}, | |
"totalRequests": 21 | |
} | |
INFO: Repository finished | |
{ | |
"durationMs": 42202 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment