Skip to content

Instantly share code, notes, and snippets.

@h-no
Created January 14, 2022 10:53
Show Gist options
  • Save h-no/39647e095541753d03bd27d2af55d944 to your computer and use it in GitHub Desktop.
Save h-no/39647e095541753d03bd27d2af55d944 to your computer and use it in GitHub Desktop.
Renovate test runs
user@90fd2bf37d50:/workspaces/renovate$ LOG_LEVEL=debug yarn start h-no/renovate-test3
yarn run v1.22.17
$ run-s generate:*
$ node tools/generate-imports.mjs
generating imports
> data/node-js-schedule.json
> node_modules/emojibase-data/en/shortcodes/github.json
$ node -r ts-node/register/transpile-only -- lib/renovate.ts h-no/renovate-test3
DEBUG: Using RE2 as regex engine
DEBUG: Parsing configs
DEBUG: Checking for config file in /workspaces/renovate/config.js
DEBUG: No config file found on disk - skipping
DEBUG: File config
"config": {}
DEBUG: CLI config
"config": {"repositories": ["h-no/renovate-test3"]}
DEBUG: Env config
"config": {"hostRules": [], "token": "***********"}
DEBUG: Combined config
"config": {
"hostRules": [],
"token": "***********",
"repositories": ["h-no/renovate-test3"]
}
DEBUG: Found valid git version: 2.34.1
DEBUG: Using default github endpoint: https://api.github.com/
DEBUG: GitHub 404
"url": "https://api.github.com/user/emails"
DEBUG: Cannot read user/emails endpoint on GitHub to retrieve gitAuthor
DEBUG: Platform config
"platformConfig": {"hostType": "github", "endpoint": "https://api.github.com/", "isGhe": false},
"renovateUsername": "h-no"
DEBUG: Adding token authentication for api.github.com to hostRules
DEBUG: Using baseDir: /tmp/renovate
DEBUG: Using cacheDir: /tmp/renovate/cache
DEBUG: Initializing Renovate internal cache into /tmp/renovate/cache/renovate/renovate-cache-v1
DEBUG: Commits limit = null
DEBUG: Clearing hostRules
DEBUG: Adding token authentication for api.github.com to hostRules
INFO: Repository started (repository=h-no/renovate-test3)
"renovateVersion": "0.0.0-semantic-release"
DEBUG: Using localDir: /tmp/renovate/repos/github/h-no/renovate-test3 (repository=h-no/renovate-test3)
DEBUG: initRepo("h-no/renovate-test3") (repository=h-no/renovate-test3)
DEBUG: Overriding default GitHub endpoint (repository=h-no/renovate-test3)
"endpoint": "https://api.github.com/"
DEBUG: h-no/renovate-test3 default branch = main (repository=h-no/renovate-test3)
DEBUG: Using personal access token for git init (repository=h-no/renovate-test3)
DEBUG: resetMemCache() (repository=h-no/renovate-test3)
DEBUG: Resetting npmrc (repository=h-no/renovate-test3)
DEBUG: detectSemanticCommits() (repository=h-no/renovate-test3)
DEBUG: Initializing git repository into /tmp/renovate/repos/github/h-no/renovate-test3 (repository=h-no/renovate-test3)
DEBUG: Performing blobless clone (repository=h-no/renovate-test3)
DEBUG: git clone completed (repository=h-no/renovate-test3)
"durationMs": 1674
DEBUG: latest repository commit (repository=h-no/renovate-test3)
"latestCommit": {
"hash": "2dfb593438e609ebbfdf2c97334580e2e5b6ce66",
"date": "2022-01-12T01:00:13+01:00",
"message": "Update Renovate limits",
"refs": "HEAD -> main, origin/main, origin/HEAD",
"body": "",
"author_name": "Hannes Norda",
"author_email": "hannesna@axis.com"
}
DEBUG: getCommitMessages (repository=h-no/renovate-test3)
DEBUG: Semantic commits detection: unknown (repository=h-no/renovate-test3)
DEBUG: No semantic commits detected (repository=h-no/renovate-test3)
DEBUG: checkOnboarding() (repository=h-no/renovate-test3)
DEBUG: isOnboarded() (repository=h-no/renovate-test3)
DEBUG: findFile(renovate.json) (repository=h-no/renovate-test3)
DEBUG: Config file exists (repository=h-no/renovate-test3)
"fileName": "renovate.json"
DEBUG: Retrieving issueList (repository=h-no/renovate-test3)
DEBUG: Retrieved 0 issues (repository=h-no/renovate-test3)
DEBUG: Repo is onboarded (repository=h-no/renovate-test3)
DEBUG: Found renovate.json config file (repository=h-no/renovate-test3)
DEBUG: Repository config (repository=h-no/renovate-test3)
"fileName": "renovate.json",
"config": {
"extends": ["config:base"],
"postUpdateOptions": ["gomodTidy"],
"prConcurrentLimit": 5,
"prHourlyLimit": 0
}
DEBUG: migrateAndValidate() (repository=h-no/renovate-test3)
DEBUG: No config migration necessary (repository=h-no/renovate-test3)
DEBUG: massaged config (repository=h-no/renovate-test3)
"config": {
"extends": ["config:base"],
"postUpdateOptions": ["gomodTidy"],
"prConcurrentLimit": 5,
"prHourlyLimit": 0
}
DEBUG: migrated config (repository=h-no/renovate-test3)
"config": {
"extends": ["config:base"],
"postUpdateOptions": ["gomodTidy"],
"prConcurrentLimit": 5,
"prHourlyLimit": 0
}
DEBUG: Setting hostRules from config (repository=h-no/renovate-test3)
DEBUG: Found repo ignorePaths (repository=h-no/renovate-test3)
"ignorePaths": [
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**",
"**/examples/**",
"**/__tests__/**",
"**/test/**",
"**/tests/**",
"**/__fixtures__/**"
]
DEBUG: No vulnerability alerts found (repository=h-no/renovate-test3)
DEBUG: No vulnerability alerts found (repository=h-no/renovate-test3)
DEBUG: findIssue(Dependency Dashboard) (repository=h-no/renovate-test3)
DEBUG: No baseBranches (repository=h-no/renovate-test3)
DEBUG: extract() (repository=h-no/renovate-test3)
DEBUG: Setting current branch to main (repository=h-no/renovate-test3)
DEBUG: latest commit (repository=h-no/renovate-test3)
"branchName": "main",
"latestCommitDate": "2022-01-12T01:00:13+01:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager ansible-galaxy (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)galaxy\.ya?ml$ for manager ansible-galaxy (repository=h-no/renovate-test3)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)batect(-bundle)?\.yml$ for manager batect (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel)$ for manager bazel (repository=h-no/renovate-test3)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=h-no/renovate-test3)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=h-no/renovate-test3)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=h-no/renovate-test3)
DEBUG: Using file match: \.cake$ for manager cake (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)Cargo.toml$ for manager cargo (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/).circleci/config.yml$ for manager circleci (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)cloudbuild.ya?ml for manager cloudbuild (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)([\w-]*)composer.json$ for manager composer (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)deps\.edn$ for manager deps-edn (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)docker-compose[^/]*\.ya?ml$ for manager docker-compose (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/|\.)Dockerfile$ for manager dockerfile (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)Dockerfile\.[^/]*$ for manager dockerfile (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/).drone.yml$ for manager droneci (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/).gitmodules$ for manager git-submodules (repository=h-no/renovate-test3)
DEBUG: Using file match: (^workflow-templates|\.github\/workflows)\/[^/]+\.ya?ml$ for manager github-actions (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|\/)action\.ya?ml$ for manager github-actions (repository=h-no/renovate-test3)
DEBUG: Using file match: \.gitlab-ci\.yml$ for manager gitlabci (repository=h-no/renovate-test3)
DEBUG: Using file match: \.gitlab-ci\.yml$ for manager gitlabci-include (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)go.mod$ for manager gomod (repository=h-no/renovate-test3)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|\/)gradle\.properties$ for manager gradle (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|\/)gradle\/.+\.toml$ for manager gradle (repository=h-no/renovate-test3)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper.properties$ for manager gradle-wrapper (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)requirements\.yaml$ for manager helm-requirements (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)values.yaml$ for manager helm-values (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)helmfile.yaml$ for manager helmfile (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)Chart.yaml$ for manager helmv3 (repository=h-no/renovate-test3)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=h-no/renovate-test3)
DEBUG: Using file match: \.html?$ for manager html (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)jsonnetfile.json$ for manager jsonnet-bundler (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)kustomization\.yaml for manager kustomize (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=h-no/renovate-test3)
DEBUG: Using file match: \.pom\.xml$ for manager maven (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)pom\.xml$ for manager maven (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)package.js$ for manager meteor (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/).node-version$ for manager nodenv (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)package.json$ for manager npm (repository=h-no/renovate-test3)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=h-no/renovate-test3)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|\/)dotnet-tools\.json$ for manager nuget (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|\/)global\.json$ for manager nuget (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)([\w-]*)requirements\.(txt|pip)$ for manager pip_requirements (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)setup.py$ for manager pip_setup (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)\.pre-commit-config\.yaml$ for manager pre-commit (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/).python-version$ for manager pyenv (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=h-no/renovate-test3)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=h-no/renovate-test3)
DEBUG: Using file match: project/[^/]*.scala$ for manager sbt (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=h-no/renovate-test3)
DEBUG: Using file match: \.tf$ for manager terraform (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=h-no/renovate-test3)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=h-no/renovate-test3)
DEBUG: Using file match: ^.travis.yml$ for manager travis (repository=h-no/renovate-test3)
DEBUG: Matched 3 file(s) for manager gomod: go.mod, lazy/go.mod, requireincompatible/go.mod (repository=h-no/renovate-test3)
DEBUG: Found gomod package files (repository=h-no/renovate-test3)
DEBUG: Found 3 package file(s) (repository=h-no/renovate-test3)
INFO: Dependency extraction complete (repository=h-no/renovate-test3)
"baseBranch": "main",
"stats": {
"managers": {"gomod": {"fileCount": 3, "depCount": 4}},
"total": {"fileCount": 3, "depCount": 4}
}
DEBUG: Package releases lookups complete (repository=h-no/renovate-test3)
"baseBranch": "main"
DEBUG: branchifyUpgrades (repository=h-no/renovate-test3)
DEBUG: 2 flattened updates found: github.com/h-no/repro-renovate-12852/lazy, github.com/go-playground/validator/v10 (repository=h-no/renovate-test3)
DEBUG: Returning 2 branch(es) (repository=h-no/renovate-test3)
DEBUG: Fetching changelog: https://github.com/h-no/repro-renovate-12852 (v0.1.0 -> v0.2.0) (repository=h-no/renovate-test3)
DEBUG: Fetching changelog: https://github.com/go-playground/validator (v10.9.0 -> v10.10.0) (repository=h-no/renovate-test3)
DEBUG: config.repoIsOnboarded=true (repository=h-no/renovate-test3)
DEBUG: packageFiles with updates (repository=h-no/renovate-test3)
"config": {
"gomod": [
{
"packageFile": "go.mod",
"constraints": {"go": "^1.17"},
"deps": [
{
"managerData": {"lineNumber": 7},
"depName": "github.com/h-no/repro-renovate-12852/lazy",
"depType": "require",
"currentValue": "v0.1.0",
"datasource": "go",
"depIndex": 0,
"updates": [
{
"bucket": "non-major",
"newVersion": "v0.2.0",
"newValue": "v0.2.0",
"newMajor": 0,
"newMinor": 2,
"updateType": "minor",
"branchName": "renovate/github.com-h-no-repro-renovate-12852-lazy-0.x"
}
],
"warnings": [],
"versioning": "semver",
"sourceUrl": "https://github.com/h-no/repro-renovate-12852",
"currentVersion": "v0.1.0",
"isSingleVersion": true,
"fixedVersion": "v0.1.0"
}
]
},
{
"packageFile": "lazy/go.mod",
"constraints": {"go": "^1.17"},
"deps": [
{
"managerData": {"lineNumber": 11, "multiLine": true},
"depName": "github.com/go-playground/validator/v10",
"depType": "require",
"currentValue": "v10.9.0",
"datasource": "go",
"depIndex": 0,
"updates": [
{
"bucket": "non-major",
"newVersion": "v10.10.0",
"newValue": "v10.10.0",
"releaseTimestamp": "2022-01-02T01:45:08.000Z",
"newMajor": 10,
"newMinor": 10,
"updateType": "minor",
"branchName": "renovate/github.com-go-playground-validator-v10-10.x"
}
],
"warnings": [],
"versioning": "semver",
"sourceUrl": "https://github.com/go-playground/validator",
"currentVersion": "v10.9.0",
"isSingleVersion": true,
"fixedVersion": "v10.9.0"
},
{
"managerData": {"lineNumber": 12, "multiLine": true},
"depName": "github.com/h-no/repro-renovate-12852/requireincompatible",
"depType": "require",
"currentValue": "v0.1.0",
"datasource": "go",
"depIndex": 1,
"updates": [],
"warnings": [],
"versioning": "semver",
"sourceUrl": "https://github.com/h-no/repro-renovate-12852",
"currentVersion": "v0.1.0",
"fixedVersion": "v0.1.0"
}
]
},
{
"packageFile": "requireincompatible/go.mod",
"constraints": {"go": "^1.15"},
"deps": [
{
"managerData": {"lineNumber": 4},
"depName": "github.com/go-playground/validator/v10",
"depType": "require",
"currentValue": "v10.10.0",
"datasource": "go",
"depIndex": 0,
"updates": [],
"warnings": [],
"versioning": "semver",
"sourceUrl": "https://github.com/go-playground/validator",
"currentVersion": "v10.10.0",
"fixedVersion": "v10.10.0"
}
]
}
]
}
DEBUG: processRepo() (repository=h-no/renovate-test3)
DEBUG: Processing 2 branches: renovate/github.com-go-playground-validator-v10-10.x, renovate/github.com-h-no-repro-renovate-12852-lazy-0.x (repository=h-no/renovate-test3)
DEBUG: Calculating prConcurrentLimit (5) (repository=h-no/renovate-test3)
DEBUG: getBranchPr(renovate/github.com-go-playground-validator-v10-10.x) (repository=h-no/renovate-test3)
DEBUG: findPr(renovate/github.com-go-playground-validator-v10-10.x, undefined, open) (repository=h-no/renovate-test3)
DEBUG: Retrieving PR list (repository=h-no/renovate-test3)
DEBUG: Retrieved 0 Pull Requests (repository=h-no/renovate-test3)
DEBUG: findPr(renovate/github.com-go-playground-validator-v10-10.x, undefined, closed) (repository=h-no/renovate-test3)
DEBUG: getBranchPr(renovate/github.com-h-no-repro-renovate-12852-lazy-0.x) (repository=h-no/renovate-test3)
DEBUG: findPr(renovate/github.com-h-no-repro-renovate-12852-lazy-0.x, undefined, open) (repository=h-no/renovate-test3)
DEBUG: findPr(renovate/github.com-h-no-repro-renovate-12852-lazy-0.x, undefined, closed) (repository=h-no/renovate-test3)
DEBUG: 0 PRs are currently open (repository=h-no/renovate-test3)
DEBUG: PR concurrent limit remaining: 5 (repository=h-no/renovate-test3)
DEBUG: Calculated maximum PRs remaining this run (repository=h-no/renovate-test3)
"prsRemaining": 5
DEBUG: PullRequests limit = 5 (repository=h-no/renovate-test3)
DEBUG: Calculating branchConcurrentLimit (5) (repository=h-no/renovate-test3)
DEBUG: 0 already existing branches found: (repository=h-no/renovate-test3)
DEBUG: Branch concurrent limit remaining: 5 (repository=h-no/renovate-test3)
DEBUG: Calculated maximum branches remaining this run (repository=h-no/renovate-test3)
"branchesRemaining": 5
DEBUG: Branches limit = 5 (repository=h-no/renovate-test3)
DEBUG: Setting current branch to main (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: latest commit (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
"branchName": "main",
"latestCommitDate": "2022-01-12T01:00:13+01:00"
DEBUG: getBranchPr(renovate/github.com-go-playground-validator-v10-10.x) (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: findPr(renovate/github.com-go-playground-validator-v10-10.x, undefined, open) (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: findPr(renovate/github.com-go-playground-validator-v10-10.x, undefined, closed) (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: branchExists=false (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: dependencyDashboardCheck=undefined (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: recreateClosed is false (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: findPr(renovate/github.com-go-playground-validator-v10-10.x, Update module github.com/go-playground/validator/v10 to v10.10.0, !open) (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: prAlreadyExisted=false (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: Checking schedule(at any time, null) (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: No schedule defined (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: Branch needs creating (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: Using reuseExistingBranch: false (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: manager.getUpdatedPackageFiles() reuseExistinbranch=false (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: gomod.updateDependency: v10.10.0 (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: Updating github.com/go-playground/validator/v10 in lazy/go.mod (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: gomod.updateArtifacts(lazy/go.mod) (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: Adding Git authentication for Go Module retrieval for https://api.github.com/ using token auth. (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: go get command included (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
"cmd": "go",
"args": "get -d ./..."
DEBUG: go mod tidy command included (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
"cmd": "go",
"args": "mod tidy"
DEBUG: additional go mod tidy command included (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
"cmd": "go",
"args": "mod tidy"
DEBUG: Executing command (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
"command": "go get -d ./..."
DEBUG: exec completed (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
"cmd": "go get -d ./...",
"durationMs": 56,
"stdout": "",
"stderr": "go: dropping requirement on excluded version github.com/go-playground/validator/v10 v10.10.0\ngo get: removed github.com/go-playground/validator/v10 v10.10.0\n"
DEBUG: Executing command (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
"command": "go mod tidy"
DEBUG: exec completed (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
"cmd": "go mod tidy",
"durationMs": 629,
"stdout": "",
"stderr": "go: finding module for package github.com/go-playground/validator/v10\ngo: found github.com/go-playground/validator/v10 in github.com/go-playground/validator/v10 v10.9.0\n"
DEBUG: Executing command (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
"command": "go mod tidy"
DEBUG: exec completed (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
"cmd": "go mod tidy",
"durationMs": 182,
"stdout": "",
"stderr": ""
DEBUG: Returning updated go.sum (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: Found updated go.mod after go.sum update (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: Updated 1 package files (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: Updated 2 lock files (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
"updatedArtifacts": ["lazy/go.sum", "lazy/go.mod"]
DEBUG: 2 file(s) to commit (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: Committing files to branch renovate/github.com-go-playground-validator-v10-10.x (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: Setting git author name (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
"gitAuthorName": "Renovate Bot"
DEBUG: Setting git author email (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
"gitAuthorEmail": "renovate@whitesourcesoftware.com"
DEBUG: git commit (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
"deletedFiles": [],
"ignoredFiles": [],
"result": {
"author": null,
"branch": "renovate/github.com-go-playground-validator-v10-10.x",
"commit": "9571d08",
"root": false,
"summary": {"changes": 2, "insertions": 56, "deletions": 2}
}
DEBUG: git push (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
"result": {
"pushed": [
{
"deleted": false,
"tag": false,
"branch": true,
"new": true,
"alreadyUpdated": false,
"local": "refs/heads/renovate/github.com-go-playground-validator-v10-10.x",
"remote": "refs/heads/renovate/github.com-go-playground-validator-v10-10.x"
}
],
"branch": {
"local": "renovate/github.com-go-playground-validator-v10-10.x",
"remote": "renovate/github.com-go-playground-validator-v10-10.x",
"remoteName": "origin"
},
"ref": {
"local": "refs/remotes/origin/renovate/github.com-go-playground-validator-v10-10.x"
},
"remoteMessages": {
"all": [
"Create a pull request for 'renovate/github.com-go-playground-validator-v10-10.x' on GitHub by visiting:",
"https://github.com/h-no/renovate-test3/pull/new/renovate/github.com-go-playground-validator-v10-10.x"
],
"pullRequestUrl": "https://github.com/h-no/renovate-test3/pull/new/renovate/github.com-go-playground-validator-v10-10.x"
}
}
INFO: Branch created (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
"commitSha": "9571d08"
DEBUG: Ensuring PR (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: There are 0 errors and 0 warnings (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: getBranchPr(renovate/github.com-go-playground-validator-v10-10.x) (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: findPr(renovate/github.com-go-playground-validator-v10-10.x, undefined, open) (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: findPr(renovate/github.com-go-playground-validator-v10-10.x, undefined, closed) (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: Creating PR (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
"prTitle": "Update module github.com/go-playground/validator/v10 to v10.10.0"
DEBUG: Creating PR (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
"title": "Update module github.com/go-playground/validator/v10 to v10.10.0",
"head": "h-no:renovate/github.com-go-playground-validator-v10-10.x",
"base": "main",
"draft": false
DEBUG: PR created (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
"pr": 1,
"draft": false
DEBUG: Adding labels '' to #1 (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
INFO: PR created (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
"pr": 1,
"prTitle": "Update module github.com/go-playground/validator/v10 to v10.10.0"
DEBUG: addAssigneesReviewers(pr=1) (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: Created Pull Request #1 (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: PR is not configured for automerge (repository=h-no/renovate-test3, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: Setting current branch to main (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: latest commit (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"branchName": "main",
"latestCommitDate": "2022-01-12T01:00:13+01:00"
DEBUG: getBranchPr(renovate/github.com-h-no-repro-renovate-12852-lazy-0.x) (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: findPr(renovate/github.com-h-no-repro-renovate-12852-lazy-0.x, undefined, open) (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: findPr(renovate/github.com-h-no-repro-renovate-12852-lazy-0.x, undefined, closed) (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: branchExists=false (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: dependencyDashboardCheck=undefined (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: recreateClosed is false (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: findPr(renovate/github.com-h-no-repro-renovate-12852-lazy-0.x, Update module github.com/h-no/repro-renovate-12852/lazy to v0.2.0, !open) (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: prAlreadyExisted=false (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: Checking schedule(at any time, null) (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: No schedule defined (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: Branch needs creating (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: Using reuseExistingBranch: false (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: manager.getUpdatedPackageFiles() reuseExistinbranch=false (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: gomod.updateDependency: v0.2.0 (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: Updating github.com/h-no/repro-renovate-12852/lazy in go.mod (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: gomod.updateArtifacts(go.mod) (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: Adding Git authentication for Go Module retrieval for https://api.github.com/ using token auth. (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: go get command included (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"cmd": "go",
"args": "get -d ./..."
DEBUG: go mod tidy command included (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"cmd": "go",
"args": "mod tidy"
DEBUG: additional go mod tidy command included (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"cmd": "go",
"args": "mod tidy"
DEBUG: Executing command (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"command": "go get -d ./..."
DEBUG: exec completed (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"cmd": "go get -d ./...",
"durationMs": 520,
"stdout": "",
"stderr": ""
DEBUG: Executing command (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"command": "go mod tidy"
DEBUG: rawExec err (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"err": {
"killed": false,
"code": 1,
"signal": null,
"cmd": "go mod tidy",
"stdout": "",
"stderr": "go: finding module for package golang.org/x/text/language\ngo: finding module for package github.com/leodido/go-urn\ngo: finding module for package github.com/go-playground/universal-translator\ngo: finding module for package golang.org/x/crypto/sha3\ngo: found github.com/go-playground/universal-translator in github.com/go-playground/universal-translator v0.18.0\ngo: found github.com/leodido/go-urn in github.com/leodido/go-urn v1.2.1\ngo: found golang.org/x/crypto/sha3 in golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce\ngo: found golang.org/x/text/language in golang.org/x/text v0.3.7\ngo: downloading github.com/go-playground/validator/v10 v10.10.0\ngithub.com/h-no/repro-renovate-12852 imports\n\tgithub.com/h-no/repro-renovate-12852/lazy tested by\n\tgithub.com/h-no/repro-renovate-12852/lazy.test imports\n\tgithub.com/go-playground/validator/v10 loaded from github.com/go-playground/validator/v10@v10.9.0,\n\tbut go 1.16 would select v10.10.0\ngithub.com/h-no/repro-renovate-12852 imports\n\tgithub.com/h-no/repro-renovate-12852/lazy tested by\n\tgithub.com/h-no/repro-renovate-12852/lazy.test imports\n\tgithub.com/go-playground/validator/v10 imports\n\tgolang.org/x/crypto/sha3 imports\n\tgolang.org/x/sys/cpu loaded from golang.org/x/sys@v0.0.0-20210615035016-665e8c7367d1,\n\tbut go 1.16 would select v0.0.0-20210806184541-e5e7981a1069\n\nTo upgrade to the versions selected by go 1.16:\n\tgo mod tidy -go=1.16 && go mod tidy -go=1.17\nIf reproducibility with go 1.16 is not needed:\n\tgo mod tidy -compat=1.17\nFor other options, see:\n\thttps://golang.org/doc/modules/pruning\n",
"message": "Command failed: go mod tidy\ngo: finding module for package golang.org/x/text/language\ngo: finding module for package github.com/leodido/go-urn\ngo: finding module for package github.com/go-playground/universal-translator\ngo: finding module for package golang.org/x/crypto/sha3\ngo: found github.com/go-playground/universal-translator in github.com/go-playground/universal-translator v0.18.0\ngo: found github.com/leodido/go-urn in github.com/leodido/go-urn v1.2.1\ngo: found golang.org/x/crypto/sha3 in golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce\ngo: found golang.org/x/text/language in golang.org/x/text v0.3.7\ngo: downloading github.com/go-playground/validator/v10 v10.10.0\ngithub.com/h-no/repro-renovate-12852 imports\n\tgithub.com/h-no/repro-renovate-12852/lazy tested by\n\tgithub.com/h-no/repro-renovate-12852/lazy.test imports\n\tgithub.com/go-playground/validator/v10 loaded from github.com/go-playground/validator/v10@v10.9.0,\n\tbut go 1.16 would select v10.10.0\ngithub.com/h-no/repro-renovate-12852 imports\n\tgithub.com/h-no/repro-renovate-12852/lazy tested by\n\tgithub.com/h-no/repro-renovate-12852/lazy.test imports\n\tgithub.com/go-playground/validator/v10 imports\n\tgolang.org/x/crypto/sha3 imports\n\tgolang.org/x/sys/cpu loaded from golang.org/x/sys@v0.0.0-20210615035016-665e8c7367d1,\n\tbut go 1.16 would select v0.0.0-20210806184541-e5e7981a1069\n\nTo upgrade to the versions selected by go 1.16:\n\tgo mod tidy -go=1.16 && go mod tidy -go=1.17\nIf reproducibility with go 1.16 is not needed:\n\tgo mod tidy -compat=1.17\nFor other options, see:\n\thttps://golang.org/doc/modules/pruning\n",
"stack": "Error: Command failed: go mod tidy\ngo: finding module for package golang.org/x/text/language\ngo: finding module for package github.com/leodido/go-urn\ngo: finding module for package github.com/go-playground/universal-translator\ngo: finding module for package golang.org/x/crypto/sha3\ngo: found github.com/go-playground/universal-translator in github.com/go-playground/universal-translator v0.18.0\ngo: found github.com/leodido/go-urn in github.com/leodido/go-urn v1.2.1\ngo: found golang.org/x/crypto/sha3 in golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce\ngo: found golang.org/x/text/language in golang.org/x/text v0.3.7\ngo: downloading github.com/go-playground/validator/v10 v10.10.0\ngithub.com/h-no/repro-renovate-12852 imports\n\tgithub.com/h-no/repro-renovate-12852/lazy tested by\n\tgithub.com/h-no/repro-renovate-12852/lazy.test imports\n\tgithub.com/go-playground/validator/v10 loaded from github.com/go-playground/validator/v10@v10.9.0,\n\tbut go 1.16 would select v10.10.0\ngithub.com/h-no/repro-renovate-12852 imports\n\tgithub.com/h-no/repro-renovate-12852/lazy tested by\n\tgithub.com/h-no/repro-renovate-12852/lazy.test imports\n\tgithub.com/go-playground/validator/v10 imports\n\tgolang.org/x/crypto/sha3 imports\n\tgolang.org/x/sys/cpu loaded from golang.org/x/sys@v0.0.0-20210615035016-665e8c7367d1,\n\tbut go 1.16 would select v0.0.0-20210806184541-e5e7981a1069\n\nTo upgrade to the versions selected by go 1.16:\n\tgo mod tidy -go=1.16 && go mod tidy -go=1.17\nIf reproducibility with go 1.16 is not needed:\n\tgo mod tidy -compat=1.17\nFor other options, see:\n\thttps://golang.org/doc/modules/pruning\n\n at ChildProcess.exithandler (child_process.js:383:12)\n at ChildProcess.emit (events.js:400:28)\n at ChildProcess.emit (domain.js:475:12)\n at maybeClose (internal/child_process.js:1058:16)\n at Socket.<anonymous> (internal/child_process.js:443:11)\n at Socket.emit (events.js:400:28)\n at Socket.emit (domain.js:475:12)\n at Pipe.<anonymous> (net.js:686:12)"
}
DEBUG: Failed to update go.sum (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"err": {
"killed": false,
"code": 1,
"signal": null,
"cmd": "go mod tidy",
"stdout": "",
"stderr": "go: finding module for package golang.org/x/text/language\ngo: finding module for package github.com/leodido/go-urn\ngo: finding module for package github.com/go-playground/universal-translator\ngo: finding module for package golang.org/x/crypto/sha3\ngo: found github.com/go-playground/universal-translator in github.com/go-playground/universal-translator v0.18.0\ngo: found github.com/leodido/go-urn in github.com/leodido/go-urn v1.2.1\ngo: found golang.org/x/crypto/sha3 in golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce\ngo: found golang.org/x/text/language in golang.org/x/text v0.3.7\ngo: downloading github.com/go-playground/validator/v10 v10.10.0\ngithub.com/h-no/repro-renovate-12852 imports\n\tgithub.com/h-no/repro-renovate-12852/lazy tested by\n\tgithub.com/h-no/repro-renovate-12852/lazy.test imports\n\tgithub.com/go-playground/validator/v10 loaded from github.com/go-playground/validator/v10@v10.9.0,\n\tbut go 1.16 would select v10.10.0\ngithub.com/h-no/repro-renovate-12852 imports\n\tgithub.com/h-no/repro-renovate-12852/lazy tested by\n\tgithub.com/h-no/repro-renovate-12852/lazy.test imports\n\tgithub.com/go-playground/validator/v10 imports\n\tgolang.org/x/crypto/sha3 imports\n\tgolang.org/x/sys/cpu loaded from golang.org/x/sys@v0.0.0-20210615035016-665e8c7367d1,\n\tbut go 1.16 would select v0.0.0-20210806184541-e5e7981a1069\n\nTo upgrade to the versions selected by go 1.16:\n\tgo mod tidy -go=1.16 && go mod tidy -go=1.17\nIf reproducibility with go 1.16 is not needed:\n\tgo mod tidy -compat=1.17\nFor other options, see:\n\thttps://golang.org/doc/modules/pruning\n",
"message": "Command failed: go mod tidy\ngo: finding module for package golang.org/x/text/language\ngo: finding module for package github.com/leodido/go-urn\ngo: finding module for package github.com/go-playground/universal-translator\ngo: finding module for package golang.org/x/crypto/sha3\ngo: found github.com/go-playground/universal-translator in github.com/go-playground/universal-translator v0.18.0\ngo: found github.com/leodido/go-urn in github.com/leodido/go-urn v1.2.1\ngo: found golang.org/x/crypto/sha3 in golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce\ngo: found golang.org/x/text/language in golang.org/x/text v0.3.7\ngo: downloading github.com/go-playground/validator/v10 v10.10.0\ngithub.com/h-no/repro-renovate-12852 imports\n\tgithub.com/h-no/repro-renovate-12852/lazy tested by\n\tgithub.com/h-no/repro-renovate-12852/lazy.test imports\n\tgithub.com/go-playground/validator/v10 loaded from github.com/go-playground/validator/v10@v10.9.0,\n\tbut go 1.16 would select v10.10.0\ngithub.com/h-no/repro-renovate-12852 imports\n\tgithub.com/h-no/repro-renovate-12852/lazy tested by\n\tgithub.com/h-no/repro-renovate-12852/lazy.test imports\n\tgithub.com/go-playground/validator/v10 imports\n\tgolang.org/x/crypto/sha3 imports\n\tgolang.org/x/sys/cpu loaded from golang.org/x/sys@v0.0.0-20210615035016-665e8c7367d1,\n\tbut go 1.16 would select v0.0.0-20210806184541-e5e7981a1069\n\nTo upgrade to the versions selected by go 1.16:\n\tgo mod tidy -go=1.16 && go mod tidy -go=1.17\nIf reproducibility with go 1.16 is not needed:\n\tgo mod tidy -compat=1.17\nFor other options, see:\n\thttps://golang.org/doc/modules/pruning\n",
"stack": "Error: Command failed: go mod tidy\ngo: finding module for package golang.org/x/text/language\ngo: finding module for package github.com/leodido/go-urn\ngo: finding module for package github.com/go-playground/universal-translator\ngo: finding module for package golang.org/x/crypto/sha3\ngo: found github.com/go-playground/universal-translator in github.com/go-playground/universal-translator v0.18.0\ngo: found github.com/leodido/go-urn in github.com/leodido/go-urn v1.2.1\ngo: found golang.org/x/crypto/sha3 in golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce\ngo: found golang.org/x/text/language in golang.org/x/text v0.3.7\ngo: downloading github.com/go-playground/validator/v10 v10.10.0\ngithub.com/h-no/repro-renovate-12852 imports\n\tgithub.com/h-no/repro-renovate-12852/lazy tested by\n\tgithub.com/h-no/repro-renovate-12852/lazy.test imports\n\tgithub.com/go-playground/validator/v10 loaded from github.com/go-playground/validator/v10@v10.9.0,\n\tbut go 1.16 would select v10.10.0\ngithub.com/h-no/repro-renovate-12852 imports\n\tgithub.com/h-no/repro-renovate-12852/lazy tested by\n\tgithub.com/h-no/repro-renovate-12852/lazy.test imports\n\tgithub.com/go-playground/validator/v10 imports\n\tgolang.org/x/crypto/sha3 imports\n\tgolang.org/x/sys/cpu loaded from golang.org/x/sys@v0.0.0-20210615035016-665e8c7367d1,\n\tbut go 1.16 would select v0.0.0-20210806184541-e5e7981a1069\n\nTo upgrade to the versions selected by go 1.16:\n\tgo mod tidy -go=1.16 && go mod tidy -go=1.17\nIf reproducibility with go 1.16 is not needed:\n\tgo mod tidy -compat=1.17\nFor other options, see:\n\thttps://golang.org/doc/modules/pruning\n\n at ChildProcess.exithandler (child_process.js:383:12)\n at ChildProcess.emit (events.js:400:28)\n at ChildProcess.emit (domain.js:475:12)\n at maybeClose (internal/child_process.js:1058:16)\n at Socket.<anonymous> (internal/child_process.js:443:11)\n at Socket.emit (events.js:400:28)\n at Socket.emit (domain.js:475:12)\n at Pipe.<anonymous> (net.js:686:12)"
}
DEBUG: Updated 1 package files (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: No updated lock files in branch (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: PR has no releaseTimestamp (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: 1 file(s) to commit (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: Committing files to branch renovate/github.com-h-no-repro-renovate-12852-lazy-0.x (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: Setting git author name (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"gitAuthorName": "Renovate Bot"
DEBUG: Setting git author email (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"gitAuthorEmail": "renovate@whitesourcesoftware.com"
DEBUG: git commit (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"deletedFiles": [],
"ignoredFiles": [],
"result": {
"author": null,
"branch": "renovate/github.com-h-no-repro-renovate-12852-lazy-0.x",
"commit": "6fae347",
"root": false,
"summary": {"changes": 1, "insertions": 1, "deletions": 0}
}
DEBUG: git push (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"result": {
"pushed": [
{
"deleted": false,
"tag": false,
"branch": true,
"new": true,
"alreadyUpdated": false,
"local": "refs/heads/renovate/github.com-h-no-repro-renovate-12852-lazy-0.x",
"remote": "refs/heads/renovate/github.com-h-no-repro-renovate-12852-lazy-0.x"
}
],
"branch": {
"local": "renovate/github.com-h-no-repro-renovate-12852-lazy-0.x",
"remote": "renovate/github.com-h-no-repro-renovate-12852-lazy-0.x",
"remoteName": "origin"
},
"ref": {
"local": "refs/remotes/origin/renovate/github.com-h-no-repro-renovate-12852-lazy-0.x"
},
"remoteMessages": {
"all": [
"Create a pull request for 'renovate/github.com-h-no-repro-renovate-12852-lazy-0.x' on GitHub by visiting:",
"https://github.com/h-no/renovate-test3/pull/new/renovate/github.com-h-no-repro-renovate-12852-lazy-0.x"
],
"pullRequestUrl": "https://github.com/h-no/renovate-test3/pull/new/renovate/github.com-h-no-repro-renovate-12852-lazy-0.x"
}
}
INFO: Branch created (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"commitSha": "6fae347"
DEBUG: Updating status check state to failed (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: Setting branch status (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"context": "renovate/artifacts",
"state": "red"
DEBUG: Ensuring PR (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: There are 0 errors and 0 warnings (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: getBranchPr(renovate/github.com-h-no-repro-renovate-12852-lazy-0.x) (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: findPr(renovate/github.com-h-no-repro-renovate-12852-lazy-0.x, undefined, open) (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: findPr(renovate/github.com-h-no-repro-renovate-12852-lazy-0.x, undefined, closed) (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: Forcing PR because of artifact errors (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: Creating PR (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"prTitle": "Update module github.com/h-no/repro-renovate-12852/lazy to v0.2.0"
DEBUG: Creating PR (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"title": "Update module github.com/h-no/repro-renovate-12852/lazy to v0.2.0",
"head": "h-no:renovate/github.com-h-no-repro-renovate-12852-lazy-0.x",
"base": "main",
"draft": false
DEBUG: PR created (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"pr": 2,
"draft": false
DEBUG: Adding labels '' to #2 (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
INFO: PR created (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"pr": 2,
"prTitle": "Update module github.com/h-no/repro-renovate-12852/lazy to v0.2.0"
DEBUG: addAssigneesReviewers(pr=2) (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: Created Pull Request #2 (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
WARN: artifactErrors (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"artifactErrors": [
{
"lockFile": "go.sum",
"stderr": "Command failed: go mod tidy\ngo: finding module for package golang.org/x/text/language\ngo: finding module for package github.com/leodido/go-urn\ngo: finding module for package github.com/go-playground/universal-translator\ngo: finding module for package golang.org/x/crypto/sha3\ngo: found github.com/go-playground/universal-translator in github.com/go-playground/universal-translator v0.18.0\ngo: found github.com/leodido/go-urn in github.com/leodido/go-urn v1.2.1\ngo: found golang.org/x/crypto/sha3 in golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce\ngo: found golang.org/x/text/language in golang.org/x/text v0.3.7\ngo: downloading github.com/go-playground/validator/v10 v10.10.0\ngithub.com/h-no/repro-renovate-12852 imports\n\tgithub.com/h-no/repro-renovate-12852/lazy tested by\n\tgithub.com/h-no/repro-renovate-12852/lazy.test imports\n\tgithub.com/go-playground/validator/v10 loaded from github.com/go-playground/validator/v10@v10.9.0,\n\tbut go 1.16 would select v10.10.0\ngithub.com/h-no/repro-renovate-12852 imports\n\tgithub.com/h-no/repro-renovate-12852/lazy tested by\n\tgithub.com/h-no/repro-renovate-12852/lazy.test imports\n\tgithub.com/go-playground/validator/v10 imports\n\tgolang.org/x/crypto/sha3 imports\n\tgolang.org/x/sys/cpu loaded from golang.org/x/sys@v0.0.0-20210615035016-665e8c7367d1,\n\tbut go 1.16 would select v0.0.0-20210806184541-e5e7981a1069\n\nTo upgrade to the versions selected by go 1.16:\n\tgo mod tidy -go=1.16 && go mod tidy -go=1.17\nIf reproducibility with go 1.16 is not needed:\n\tgo mod tidy -compat=1.17\nFor other options, see:\n\thttps://golang.org/doc/modules/pruning\n"
}
]
DEBUG: getClosedPrs(): no graphql data (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: Getting comments for #2 (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: Found 0 comments (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: Ensuring comment "⚠ Artifact update problem" in #2 (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
INFO: Comment added (repository=h-no/renovate-test3, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"issueNo": 2,
"topic": "⚠ Artifact update problem"
DEBUG: getBranchPr(renovate/github.com-go-playground-validator-v10-10.x) (repository=h-no/renovate-test3)
DEBUG: findPr(renovate/github.com-go-playground-validator-v10-10.x, undefined, open) (repository=h-no/renovate-test3)
DEBUG: Found PR #1 (repository=h-no/renovate-test3)
DEBUG: Returning from graphql open PR list (repository=h-no/renovate-test3)
DEBUG: getBranchPr(renovate/github.com-h-no-repro-renovate-12852-lazy-0.x) (repository=h-no/renovate-test3)
DEBUG: findPr(renovate/github.com-h-no-repro-renovate-12852-lazy-0.x, undefined, open) (repository=h-no/renovate-test3)
DEBUG: Found PR #2 (repository=h-no/renovate-test3)
DEBUG: Returning from graphql open PR list (repository=h-no/renovate-test3)
DEBUG: Ensuring Dependency Dashboard (repository=h-no/renovate-test3)
DEBUG: ensureIssue(Dependency Dashboard) (repository=h-no/renovate-test3)
INFO: Issue created (repository=h-no/renovate-test3)
DEBUG: Removing any stale branches (repository=h-no/renovate-test3)
DEBUG: config.repoIsOnboarded=true (repository=h-no/renovate-test3)
DEBUG: Branch lists (repository=h-no/renovate-test3)
"branchList": [
"renovate/github.com-go-playground-validator-v10-10.x",
"renovate/github.com-h-no-repro-renovate-12852-lazy-0.x"
],
"renovateBranches": [
"renovate/github.com-go-playground-validator-v10-10.x",
"renovate/github.com-h-no-repro-renovate-12852-lazy-0.x"
]
DEBUG: remainingBranches= (repository=h-no/renovate-test3)
DEBUG: No branches to clean up (repository=h-no/renovate-test3)
DEBUG: Retrieving issueList (repository=h-no/renovate-test3)
DEBUG: Retrieved 1 issues (repository=h-no/renovate-test3)
DEBUG: Repository timing splits (milliseconds) (repository=h-no/renovate-test3)
"splits": {"init": 4819, "extract": 608, "lookup": 306, "update": 17560},
"total": 25464
DEBUG: http statistics (repository=h-no/renovate-test3)
"urls": {
"https://api.github.com/graphql (POST)": 6,
"https://api.github.com/repos/h-no/renovate-test3/commits/6fae347abc00df3e074d94e4559d8fa19c95e221/statuses (GET)": 2,
"https://api.github.com/repos/h-no/renovate-test3/commits/renovate/github.com-h-no-repro-renovate-12852-lazy-0.x/status (GET)": 1,
"https://api.github.com/repos/h-no/renovate-test3/issues (POST)": 1,
"https://api.github.com/repos/h-no/renovate-test3/issues/2/comments (GET)": 1,
"https://api.github.com/repos/h-no/renovate-test3/issues/2/comments (POST)": 1,
"https://api.github.com/repos/h-no/renovate-test3/pulls (GET)": 1,
"https://api.github.com/repos/h-no/renovate-test3/pulls (POST)": 2,
"https://api.github.com/repos/h-no/renovate-test3/statuses/6fae347abc00df3e074d94e4559d8fa19c95e221 (POST)": 1
},
"hostStats": {"api.github.com": {"requestCount": 16, "requestAvgMs": 688, "queueAvgMs": 0}},
"totalRequests": 16
INFO: Repository finished (repository=h-no/renovate-test3)
"durationMs": 25464
DEBUG: Renovate exiting
Done in 70.64s.
user@90fd2bf37d50:/workspaces/renovate$ LOG_LEVEL=debug yarn start h-no/renovate-test2
yarn run v1.22.17
$ run-s generate:*
$ node tools/generate-imports.mjs
generating imports
> data/node-js-schedule.json
> node_modules/emojibase-data/en/shortcodes/github.json
$ node -r ts-node/register/transpile-only -- lib/renovate.ts h-no/renovate-test2
DEBUG: Using RE2 as regex engine
DEBUG: Parsing configs
DEBUG: Checking for config file in /workspaces/renovate/config.js
DEBUG: No config file found on disk - skipping
DEBUG: File config
"config": {}
DEBUG: CLI config
"config": {"repositories": ["h-no/renovate-test2"]}
DEBUG: Env config
"config": {"hostRules": [], "token": "***********"}
DEBUG: Combined config
"config": {
"hostRules": [],
"token": "***********",
"repositories": ["h-no/renovate-test2"]
}
DEBUG: Found valid git version: 2.34.1
DEBUG: Using default github endpoint: https://api.github.com/
DEBUG: GitHub 404
"url": "https://api.github.com/user/emails"
DEBUG: Cannot read user/emails endpoint on GitHub to retrieve gitAuthor
DEBUG: Platform config
"platformConfig": {"hostType": "github", "endpoint": "https://api.github.com/", "isGhe": false},
"renovateUsername": "h-no"
DEBUG: Adding token authentication for api.github.com to hostRules
DEBUG: Using baseDir: /tmp/renovate
DEBUG: Using cacheDir: /tmp/renovate/cache
DEBUG: Initializing Renovate internal cache into /tmp/renovate/cache/renovate/renovate-cache-v1
DEBUG: Commits limit = null
DEBUG: Clearing hostRules
DEBUG: Adding token authentication for api.github.com to hostRules
INFO: Repository started (repository=h-no/renovate-test2)
"renovateVersion": "0.0.0-semantic-release"
DEBUG: Using localDir: /tmp/renovate/repos/github/h-no/renovate-test2 (repository=h-no/renovate-test2)
DEBUG: initRepo("h-no/renovate-test2") (repository=h-no/renovate-test2)
DEBUG: Overriding default GitHub endpoint (repository=h-no/renovate-test2)
"endpoint": "https://api.github.com/"
DEBUG: h-no/renovate-test2 default branch = main (repository=h-no/renovate-test2)
DEBUG: Using personal access token for git init (repository=h-no/renovate-test2)
DEBUG: resetMemCache() (repository=h-no/renovate-test2)
DEBUG: Resetting npmrc (repository=h-no/renovate-test2)
DEBUG: detectSemanticCommits() (repository=h-no/renovate-test2)
DEBUG: Initializing git repository into /tmp/renovate/repos/github/h-no/renovate-test2 (repository=h-no/renovate-test2)
DEBUG: Performing blobless clone (repository=h-no/renovate-test2)
DEBUG: git clone completed (repository=h-no/renovate-test2)
"durationMs": 2317
DEBUG: latest repository commit (repository=h-no/renovate-test2)
"latestCommit": {
"hash": "5716e28fbc586a3ab5faa879e8a2a2731f023a2f",
"date": "2022-01-14T11:44:41+01:00",
"message": "Update renovate.json",
"refs": "HEAD -> main, origin/main, origin/HEAD",
"body": "",
"author_name": "Hannes Norda",
"author_email": "hannesna@axis.com"
}
DEBUG: getCommitMessages (repository=h-no/renovate-test2)
DEBUG: Semantic commits detection: unknown (repository=h-no/renovate-test2)
DEBUG: No semantic commits detected (repository=h-no/renovate-test2)
DEBUG: checkOnboarding() (repository=h-no/renovate-test2)
DEBUG: isOnboarded() (repository=h-no/renovate-test2)
DEBUG: findFile(renovate.json) (repository=h-no/renovate-test2)
DEBUG: Config file exists (repository=h-no/renovate-test2)
"fileName": "renovate.json"
DEBUG: Retrieving issueList (repository=h-no/renovate-test2)
DEBUG: Retrieved 1 issues (repository=h-no/renovate-test2)
DEBUG: Repo is onboarded (repository=h-no/renovate-test2)
DEBUG: Found renovate.json config file (repository=h-no/renovate-test2)
DEBUG: Repository config (repository=h-no/renovate-test2)
"fileName": "renovate.json",
"config": {
"extends": ["config:base"],
"postUpdateOptions": ["gomodTidy1.17"],
"prConcurrentLimit": 5,
"prHourlyLimit": 0
}
DEBUG: migrateAndValidate() (repository=h-no/renovate-test2)
DEBUG: No config migration necessary (repository=h-no/renovate-test2)
DEBUG: massaged config (repository=h-no/renovate-test2)
"config": {
"extends": ["config:base"],
"postUpdateOptions": ["gomodTidy1.17"],
"prConcurrentLimit": 5,
"prHourlyLimit": 0
}
DEBUG: migrated config (repository=h-no/renovate-test2)
"config": {
"extends": ["config:base"],
"postUpdateOptions": ["gomodTidy1.17"],
"prConcurrentLimit": 5,
"prHourlyLimit": 0
}
DEBUG: Setting hostRules from config (repository=h-no/renovate-test2)
DEBUG: Found repo ignorePaths (repository=h-no/renovate-test2)
"ignorePaths": [
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**",
"**/examples/**",
"**/__tests__/**",
"**/test/**",
"**/tests/**",
"**/__fixtures__/**"
]
DEBUG: No vulnerability alerts found (repository=h-no/renovate-test2)
DEBUG: No vulnerability alerts found (repository=h-no/renovate-test2)
DEBUG: findIssue(Dependency Dashboard) (repository=h-no/renovate-test2)
DEBUG: Found issue 1 (repository=h-no/renovate-test2)
DEBUG: No baseBranches (repository=h-no/renovate-test2)
DEBUG: extract() (repository=h-no/renovate-test2)
DEBUG: Setting current branch to main (repository=h-no/renovate-test2)
DEBUG: latest commit (repository=h-no/renovate-test2)
"branchName": "main",
"latestCommitDate": "2022-01-14T11:44:41+01:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager ansible-galaxy (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)galaxy\.ya?ml$ for manager ansible-galaxy (repository=h-no/renovate-test2)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)batect(-bundle)?\.yml$ for manager batect (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel)$ for manager bazel (repository=h-no/renovate-test2)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=h-no/renovate-test2)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=h-no/renovate-test2)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=h-no/renovate-test2)
DEBUG: Using file match: \.cake$ for manager cake (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)Cargo.toml$ for manager cargo (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/).circleci/config.yml$ for manager circleci (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)cloudbuild.ya?ml for manager cloudbuild (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)([\w-]*)composer.json$ for manager composer (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)deps\.edn$ for manager deps-edn (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)docker-compose[^/]*\.ya?ml$ for manager docker-compose (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/|\.)Dockerfile$ for manager dockerfile (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)Dockerfile\.[^/]*$ for manager dockerfile (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/).drone.yml$ for manager droneci (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/).gitmodules$ for manager git-submodules (repository=h-no/renovate-test2)
DEBUG: Using file match: (^workflow-templates|\.github\/workflows)\/[^/]+\.ya?ml$ for manager github-actions (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|\/)action\.ya?ml$ for manager github-actions (repository=h-no/renovate-test2)
DEBUG: Using file match: \.gitlab-ci\.yml$ for manager gitlabci (repository=h-no/renovate-test2)
DEBUG: Using file match: \.gitlab-ci\.yml$ for manager gitlabci-include (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)go.mod$ for manager gomod (repository=h-no/renovate-test2)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|\/)gradle\.properties$ for manager gradle (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|\/)gradle\/.+\.toml$ for manager gradle (repository=h-no/renovate-test2)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper.properties$ for manager gradle-wrapper (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)requirements\.yaml$ for manager helm-requirements (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)values.yaml$ for manager helm-values (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)helmfile.yaml$ for manager helmfile (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)Chart.yaml$ for manager helmv3 (repository=h-no/renovate-test2)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=h-no/renovate-test2)
DEBUG: Using file match: \.html?$ for manager html (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)jsonnetfile.json$ for manager jsonnet-bundler (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)kustomization\.yaml for manager kustomize (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=h-no/renovate-test2)
DEBUG: Using file match: \.pom\.xml$ for manager maven (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)pom\.xml$ for manager maven (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)package.js$ for manager meteor (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/).node-version$ for manager nodenv (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)package.json$ for manager npm (repository=h-no/renovate-test2)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=h-no/renovate-test2)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|\/)dotnet-tools\.json$ for manager nuget (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|\/)global\.json$ for manager nuget (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)([\w-]*)requirements\.(txt|pip)$ for manager pip_requirements (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)setup.py$ for manager pip_setup (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)\.pre-commit-config\.yaml$ for manager pre-commit (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/).python-version$ for manager pyenv (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=h-no/renovate-test2)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=h-no/renovate-test2)
DEBUG: Using file match: project/[^/]*.scala$ for manager sbt (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=h-no/renovate-test2)
DEBUG: Using file match: \.tf$ for manager terraform (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=h-no/renovate-test2)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=h-no/renovate-test2)
DEBUG: Using file match: ^.travis.yml$ for manager travis (repository=h-no/renovate-test2)
DEBUG: Matched 3 file(s) for manager gomod: go.mod, lazy/go.mod, requireincompatible/go.mod (repository=h-no/renovate-test2)
DEBUG: Found gomod package files (repository=h-no/renovate-test2)
DEBUG: Found 3 package file(s) (repository=h-no/renovate-test2)
INFO: Dependency extraction complete (repository=h-no/renovate-test2)
"baseBranch": "main",
"stats": {
"managers": {"gomod": {"fileCount": 3, "depCount": 4}},
"total": {"fileCount": 3, "depCount": 4}
}
DEBUG: Package releases lookups complete (repository=h-no/renovate-test2)
"baseBranch": "main"
DEBUG: branchifyUpgrades (repository=h-no/renovate-test2)
DEBUG: 2 flattened updates found: github.com/h-no/repro-renovate-12852/lazy, github.com/go-playground/validator/v10 (repository=h-no/renovate-test2)
DEBUG: Returning 2 branch(es) (repository=h-no/renovate-test2)
DEBUG: Fetching changelog: https://github.com/h-no/repro-renovate-12852 (v0.1.0 -> v0.2.0) (repository=h-no/renovate-test2)
DEBUG: Fetching changelog: https://github.com/go-playground/validator (v10.9.0 -> v10.10.0) (repository=h-no/renovate-test2)
DEBUG: config.repoIsOnboarded=true (repository=h-no/renovate-test2)
DEBUG: packageFiles with updates (repository=h-no/renovate-test2)
"config": {
"gomod": [
{
"packageFile": "go.mod",
"constraints": {"go": "^1.17"},
"deps": [
{
"managerData": {"lineNumber": 7},
"depName": "github.com/h-no/repro-renovate-12852/lazy",
"depType": "require",
"currentValue": "v0.1.0",
"datasource": "go",
"depIndex": 0,
"updates": [
{
"bucket": "non-major",
"newVersion": "v0.2.0",
"newValue": "v0.2.0",
"newMajor": 0,
"newMinor": 2,
"updateType": "minor",
"branchName": "renovate/github.com-h-no-repro-renovate-12852-lazy-0.x"
}
],
"warnings": [],
"versioning": "semver",
"sourceUrl": "https://github.com/h-no/repro-renovate-12852",
"currentVersion": "v0.1.0",
"isSingleVersion": true,
"fixedVersion": "v0.1.0"
}
]
},
{
"packageFile": "lazy/go.mod",
"constraints": {"go": "^1.17"},
"deps": [
{
"managerData": {"lineNumber": 11, "multiLine": true},
"depName": "github.com/go-playground/validator/v10",
"depType": "require",
"currentValue": "v10.9.0",
"datasource": "go",
"depIndex": 0,
"updates": [
{
"bucket": "non-major",
"newVersion": "v10.10.0",
"newValue": "v10.10.0",
"releaseTimestamp": "2022-01-02T01:45:08.000Z",
"newMajor": 10,
"newMinor": 10,
"updateType": "minor",
"branchName": "renovate/github.com-go-playground-validator-v10-10.x"
}
],
"warnings": [],
"versioning": "semver",
"sourceUrl": "https://github.com/go-playground/validator",
"currentVersion": "v10.9.0",
"isSingleVersion": true,
"fixedVersion": "v10.9.0"
},
{
"managerData": {"lineNumber": 12, "multiLine": true},
"depName": "github.com/h-no/repro-renovate-12852/requireincompatible",
"depType": "require",
"currentValue": "v0.1.0",
"datasource": "go",
"depIndex": 1,
"updates": [],
"warnings": [],
"versioning": "semver",
"sourceUrl": "https://github.com/h-no/repro-renovate-12852",
"currentVersion": "v0.1.0",
"fixedVersion": "v0.1.0"
}
]
},
{
"packageFile": "requireincompatible/go.mod",
"constraints": {"go": "^1.15"},
"deps": [
{
"managerData": {"lineNumber": 4},
"depName": "github.com/go-playground/validator/v10",
"depType": "require",
"currentValue": "v10.10.0",
"datasource": "go",
"depIndex": 0,
"updates": [],
"warnings": [],
"versioning": "semver",
"sourceUrl": "https://github.com/go-playground/validator",
"currentVersion": "v10.10.0",
"fixedVersion": "v10.10.0"
}
]
}
]
}
DEBUG: processRepo() (repository=h-no/renovate-test2)
DEBUG: Processing 2 branches: renovate/github.com-go-playground-validator-v10-10.x, renovate/github.com-h-no-repro-renovate-12852-lazy-0.x (repository=h-no/renovate-test2)
DEBUG: Calculating prConcurrentLimit (5) (repository=h-no/renovate-test2)
DEBUG: getBranchPr(renovate/github.com-go-playground-validator-v10-10.x) (repository=h-no/renovate-test2)
DEBUG: findPr(renovate/github.com-go-playground-validator-v10-10.x, undefined, open) (repository=h-no/renovate-test2)
DEBUG: Retrieving PR list (repository=h-no/renovate-test2)
DEBUG: Retrieved 0 Pull Requests (repository=h-no/renovate-test2)
DEBUG: findPr(renovate/github.com-go-playground-validator-v10-10.x, undefined, closed) (repository=h-no/renovate-test2)
DEBUG: getBranchPr(renovate/github.com-h-no-repro-renovate-12852-lazy-0.x) (repository=h-no/renovate-test2)
DEBUG: findPr(renovate/github.com-h-no-repro-renovate-12852-lazy-0.x, undefined, open) (repository=h-no/renovate-test2)
DEBUG: findPr(renovate/github.com-h-no-repro-renovate-12852-lazy-0.x, undefined, closed) (repository=h-no/renovate-test2)
DEBUG: 0 PRs are currently open (repository=h-no/renovate-test2)
DEBUG: PR concurrent limit remaining: 5 (repository=h-no/renovate-test2)
DEBUG: Calculated maximum PRs remaining this run (repository=h-no/renovate-test2)
"prsRemaining": 5
DEBUG: PullRequests limit = 5 (repository=h-no/renovate-test2)
DEBUG: Calculating branchConcurrentLimit (5) (repository=h-no/renovate-test2)
DEBUG: 0 already existing branches found: (repository=h-no/renovate-test2)
DEBUG: Branch concurrent limit remaining: 5 (repository=h-no/renovate-test2)
DEBUG: Calculated maximum branches remaining this run (repository=h-no/renovate-test2)
"branchesRemaining": 5
DEBUG: Branches limit = 5 (repository=h-no/renovate-test2)
DEBUG: Setting current branch to main (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: latest commit (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
"branchName": "main",
"latestCommitDate": "2022-01-14T11:44:41+01:00"
DEBUG: getBranchPr(renovate/github.com-go-playground-validator-v10-10.x) (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: findPr(renovate/github.com-go-playground-validator-v10-10.x, undefined, open) (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: findPr(renovate/github.com-go-playground-validator-v10-10.x, undefined, closed) (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: branchExists=false (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: dependencyDashboardCheck=undefined (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: recreateClosed is false (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: findPr(renovate/github.com-go-playground-validator-v10-10.x, Update module github.com/go-playground/validator/v10 to v10.10.0, !open) (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: prAlreadyExisted=false (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: Checking schedule(at any time, null) (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: No schedule defined (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: Branch needs creating (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: Using reuseExistingBranch: false (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: manager.getUpdatedPackageFiles() reuseExistinbranch=false (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: gomod.updateDependency: v10.10.0 (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: Updating github.com/go-playground/validator/v10 in lazy/go.mod (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: gomod.updateArtifacts(lazy/go.mod) (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: Adding Git authentication for Go Module retrieval for https://api.github.com/ using token auth. (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: go get command included (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
"cmd": "go",
"args": "get -d ./..."
DEBUG: go mod tidy command included (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
"cmd": "go",
"args": "mod tidy -compat=1.17"
DEBUG: additional go mod tidy command included (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
"cmd": "go",
"args": "mod tidy -compat=1.17"
DEBUG: Executing command (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
"command": "go get -d ./..."
DEBUG: exec completed (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
"cmd": "go get -d ./...",
"durationMs": 1559,
"stdout": "",
"stderr": "go: dropping requirement on excluded version github.com/go-playground/validator/v10 v10.10.0\ngo get: removed github.com/go-playground/validator/v10 v10.10.0\n"
DEBUG: Executing command (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
"command": "go mod tidy -compat=1.17"
DEBUG: exec completed (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
"cmd": "go mod tidy -compat=1.17",
"durationMs": 18899,
"stdout": "",
"stderr": "go: finding module for package github.com/go-playground/validator/v10\ngo: downloading github.com/go-playground/validator/v10 v10.9.0\ngo: downloading github.com/go-playground/validator v9.31.0+incompatible\ngo: found github.com/go-playground/validator/v10 in github.com/go-playground/validator/v10 v10.9.0\ngo: downloading github.com/go-playground/universal-translator v0.18.0\ngo: downloading github.com/leodido/go-urn v1.2.1\ngo: downloading golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97\ngo: downloading golang.org/x/text v0.3.6\ngo: downloading github.com/go-playground/assert/v2 v2.0.1\ngo: downloading github.com/go-playground/locales v0.14.0\ngo: downloading github.com/stretchr/testify v1.7.0\ngo: downloading golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069\ngo: downloading github.com/davecgh/go-spew v1.1.1\ngo: downloading github.com/pmezard/go-difflib v1.0.0\ngo: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b\n"
DEBUG: Executing command (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
"command": "go mod tidy -compat=1.17"
DEBUG: exec completed (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
"cmd": "go mod tidy -compat=1.17",
"durationMs": 119,
"stdout": "",
"stderr": ""
DEBUG: Returning updated go.sum (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: Found updated go.mod after go.sum update (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: Updated 1 package files (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: Updated 2 lock files (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
"updatedArtifacts": ["lazy/go.sum", "lazy/go.mod"]
DEBUG: 2 file(s) to commit (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: Committing files to branch renovate/github.com-go-playground-validator-v10-10.x (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: Setting git author name (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
"gitAuthorName": "Renovate Bot"
DEBUG: Setting git author email (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
"gitAuthorEmail": "renovate@whitesourcesoftware.com"
DEBUG: git commit (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
"deletedFiles": [],
"ignoredFiles": [],
"result": {
"author": null,
"branch": "renovate/github.com-go-playground-validator-v10-10.x",
"commit": "aae55ca",
"root": false,
"summary": {"changes": 2, "insertions": 56, "deletions": 2}
}
DEBUG: git push (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
"result": {
"pushed": [
{
"deleted": false,
"tag": false,
"branch": true,
"new": true,
"alreadyUpdated": false,
"local": "refs/heads/renovate/github.com-go-playground-validator-v10-10.x",
"remote": "refs/heads/renovate/github.com-go-playground-validator-v10-10.x"
}
],
"branch": {
"local": "renovate/github.com-go-playground-validator-v10-10.x",
"remote": "renovate/github.com-go-playground-validator-v10-10.x",
"remoteName": "origin"
},
"ref": {
"local": "refs/remotes/origin/renovate/github.com-go-playground-validator-v10-10.x"
},
"remoteMessages": {
"all": [
"Create a pull request for 'renovate/github.com-go-playground-validator-v10-10.x' on GitHub by visiting:",
"https://github.com/h-no/renovate-test2/pull/new/renovate/github.com-go-playground-validator-v10-10.x"
],
"pullRequestUrl": "https://github.com/h-no/renovate-test2/pull/new/renovate/github.com-go-playground-validator-v10-10.x"
}
}
INFO: Branch created (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
"commitSha": "aae55ca"
DEBUG: Ensuring PR (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: There are 0 errors and 0 warnings (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: getBranchPr(renovate/github.com-go-playground-validator-v10-10.x) (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: findPr(renovate/github.com-go-playground-validator-v10-10.x, undefined, open) (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: findPr(renovate/github.com-go-playground-validator-v10-10.x, undefined, closed) (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: Creating PR (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
"prTitle": "Update module github.com/go-playground/validator/v10 to v10.10.0"
DEBUG: Creating PR (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
"title": "Update module github.com/go-playground/validator/v10 to v10.10.0",
"head": "h-no:renovate/github.com-go-playground-validator-v10-10.x",
"base": "main",
"draft": false
DEBUG: PR created (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
"pr": 2,
"draft": false
DEBUG: Adding labels '' to #2 (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
INFO: PR created (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
"pr": 2,
"prTitle": "Update module github.com/go-playground/validator/v10 to v10.10.0"
DEBUG: addAssigneesReviewers(pr=2) (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: Created Pull Request #2 (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: PR is not configured for automerge (repository=h-no/renovate-test2, branch=renovate/github.com-go-playground-validator-v10-10.x)
DEBUG: Setting current branch to main (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: latest commit (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"branchName": "main",
"latestCommitDate": "2022-01-14T11:44:41+01:00"
DEBUG: getBranchPr(renovate/github.com-h-no-repro-renovate-12852-lazy-0.x) (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: findPr(renovate/github.com-h-no-repro-renovate-12852-lazy-0.x, undefined, open) (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: findPr(renovate/github.com-h-no-repro-renovate-12852-lazy-0.x, undefined, closed) (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: branchExists=false (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: dependencyDashboardCheck=undefined (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: recreateClosed is false (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: findPr(renovate/github.com-h-no-repro-renovate-12852-lazy-0.x, Update module github.com/h-no/repro-renovate-12852/lazy to v0.2.0, !open) (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: prAlreadyExisted=false (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: Checking schedule(at any time, null) (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: No schedule defined (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: Branch needs creating (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: Using reuseExistingBranch: false (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: manager.getUpdatedPackageFiles() reuseExistinbranch=false (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: gomod.updateDependency: v0.2.0 (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: Updating github.com/h-no/repro-renovate-12852/lazy in go.mod (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: gomod.updateArtifacts(go.mod) (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: Adding Git authentication for Go Module retrieval for https://api.github.com/ using token auth. (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: go get command included (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"cmd": "go",
"args": "get -d ./..."
DEBUG: go mod tidy command included (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"cmd": "go",
"args": "mod tidy -compat=1.17"
DEBUG: additional go mod tidy command included (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"cmd": "go",
"args": "mod tidy -compat=1.17"
DEBUG: Executing command (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"command": "go get -d ./..."
DEBUG: exec completed (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"cmd": "go get -d ./...",
"durationMs": 1525,
"stdout": "",
"stderr": "go: downloading github.com/h-no/repro-renovate-12852/lazy v0.2.0\n"
DEBUG: Executing command (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"command": "go mod tidy -compat=1.17"
DEBUG: exec completed (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"cmd": "go mod tidy -compat=1.17",
"durationMs": 9367,
"stdout": "",
"stderr": "go: finding module for package golang.org/x/text/language\ngo: finding module for package github.com/leodido/go-urn\ngo: finding module for package golang.org/x/crypto/sha3\ngo: finding module for package github.com/go-playground/universal-translator\ngo: downloading golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce\ngo: downloading golang.org/x/text v0.3.7\ngo: found github.com/go-playground/universal-translator in github.com/go-playground/universal-translator v0.18.0\ngo: found github.com/leodido/go-urn in github.com/leodido/go-urn v1.2.1\ngo: found golang.org/x/crypto/sha3 in golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce\ngo: found golang.org/x/text/language in golang.org/x/text v0.3.7\ngo: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1\n"
DEBUG: Executing command (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"command": "go mod tidy -compat=1.17"
DEBUG: exec completed (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"cmd": "go mod tidy -compat=1.17",
"durationMs": 98,
"stdout": "",
"stderr": ""
DEBUG: Returning updated go.sum (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: Found updated go.mod after go.sum update (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: Updated 1 package files (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: Updated 2 lock files (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"updatedArtifacts": ["go.sum", "go.mod"]
DEBUG: 2 file(s) to commit (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: Committing files to branch renovate/github.com-h-no-repro-renovate-12852-lazy-0.x (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: Setting git author name (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"gitAuthorName": "Renovate Bot"
DEBUG: Setting git author email (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"gitAuthorEmail": "renovate@whitesourcesoftware.com"
DEBUG: git commit (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"deletedFiles": [],
"ignoredFiles": [],
"result": {
"author": null,
"branch": "renovate/github.com-h-no-repro-renovate-12852-lazy-0.x",
"commit": "dd8c9d9",
"root": false,
"summary": {"changes": 2, "insertions": 30, "deletions": 0}
}
DEBUG: git push (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"result": {
"pushed": [
{
"deleted": false,
"tag": false,
"branch": true,
"new": true,
"alreadyUpdated": false,
"local": "refs/heads/renovate/github.com-h-no-repro-renovate-12852-lazy-0.x",
"remote": "refs/heads/renovate/github.com-h-no-repro-renovate-12852-lazy-0.x"
}
],
"branch": {
"local": "renovate/github.com-h-no-repro-renovate-12852-lazy-0.x",
"remote": "renovate/github.com-h-no-repro-renovate-12852-lazy-0.x",
"remoteName": "origin"
},
"ref": {
"local": "refs/remotes/origin/renovate/github.com-h-no-repro-renovate-12852-lazy-0.x"
},
"remoteMessages": {
"all": [
"Create a pull request for 'renovate/github.com-h-no-repro-renovate-12852-lazy-0.x' on GitHub by visiting:",
"https://github.com/h-no/renovate-test2/pull/new/renovate/github.com-h-no-repro-renovate-12852-lazy-0.x"
],
"pullRequestUrl": "https://github.com/h-no/renovate-test2/pull/new/renovate/github.com-h-no-repro-renovate-12852-lazy-0.x"
}
}
INFO: Branch created (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"commitSha": "dd8c9d9"
DEBUG: Ensuring PR (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: There are 0 errors and 0 warnings (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: getBranchPr(renovate/github.com-h-no-repro-renovate-12852-lazy-0.x) (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: findPr(renovate/github.com-h-no-repro-renovate-12852-lazy-0.x, undefined, open) (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: findPr(renovate/github.com-h-no-repro-renovate-12852-lazy-0.x, undefined, closed) (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: Creating PR (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"prTitle": "Update module github.com/h-no/repro-renovate-12852/lazy to v0.2.0"
DEBUG: Creating PR (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"title": "Update module github.com/h-no/repro-renovate-12852/lazy to v0.2.0",
"head": "h-no:renovate/github.com-h-no-repro-renovate-12852-lazy-0.x",
"base": "main",
"draft": false
DEBUG: PR created (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"pr": 3,
"draft": false
DEBUG: Adding labels '' to #3 (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
INFO: PR created (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
"pr": 3,
"prTitle": "Update module github.com/h-no/repro-renovate-12852/lazy to v0.2.0"
DEBUG: addAssigneesReviewers(pr=3) (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: Created Pull Request #3 (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: PR is not configured for automerge (repository=h-no/renovate-test2, branch=renovate/github.com-h-no-repro-renovate-12852-lazy-0.x)
DEBUG: getBranchPr(renovate/github.com-go-playground-validator-v10-10.x) (repository=h-no/renovate-test2)
DEBUG: findPr(renovate/github.com-go-playground-validator-v10-10.x, undefined, open) (repository=h-no/renovate-test2)
DEBUG: Found PR #2 (repository=h-no/renovate-test2)
DEBUG: Returning from graphql open PR list (repository=h-no/renovate-test2)
DEBUG: getBranchPr(renovate/github.com-h-no-repro-renovate-12852-lazy-0.x) (repository=h-no/renovate-test2)
DEBUG: findPr(renovate/github.com-h-no-repro-renovate-12852-lazy-0.x, undefined, open) (repository=h-no/renovate-test2)
DEBUG: Found PR #3 (repository=h-no/renovate-test2)
DEBUG: Returning from graphql open PR list (repository=h-no/renovate-test2)
DEBUG: Ensuring Dependency Dashboard (repository=h-no/renovate-test2)
DEBUG: ensureIssue(Dependency Dashboard) (repository=h-no/renovate-test2)
DEBUG: Patching issue (repository=h-no/renovate-test2)
DEBUG: Issue updated (repository=h-no/renovate-test2)
DEBUG: Removing any stale branches (repository=h-no/renovate-test2)
DEBUG: config.repoIsOnboarded=true (repository=h-no/renovate-test2)
DEBUG: Branch lists (repository=h-no/renovate-test2)
"branchList": [
"renovate/github.com-go-playground-validator-v10-10.x",
"renovate/github.com-h-no-repro-renovate-12852-lazy-0.x"
],
"renovateBranches": [
"renovate/github.com-go-playground-validator-v10-10.x",
"renovate/github.com-h-no-repro-renovate-12852-lazy-0.x"
]
DEBUG: remainingBranches= (repository=h-no/renovate-test2)
DEBUG: No branches to clean up (repository=h-no/renovate-test2)
DEBUG: Repository timing splits (milliseconds) (repository=h-no/renovate-test2)
"splits": {"init": 5604, "extract": 1161, "lookup": 285, "update": 41350},
"total": 50608
DEBUG: http statistics (repository=h-no/renovate-test2)
"urls": {
"https://api.github.com/graphql (POST)": 4,
"https://api.github.com/repos/h-no/renovate-test2/issues/1 (GET)": 2,
"https://api.github.com/repos/h-no/renovate-test2/issues/1 (PATCH)": 1,
"https://api.github.com/repos/h-no/renovate-test2/pulls (GET)": 1,
"https://api.github.com/repos/h-no/renovate-test2/pulls (POST)": 2
},
"hostStats": {"api.github.com": {"requestCount": 10, "requestAvgMs": 760, "queueAvgMs": 0}},
"totalRequests": 10
INFO: Repository finished (repository=h-no/renovate-test2)
"durationMs": 50608
DEBUG: Renovate exiting
Done in 96.04s.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment