Skip to content

Instantly share code, notes, and snippets.

@uhthomas
Created April 21, 2023 15:46
Show Gist options
  • Save uhthomas/0d18a74a326254f060151efc81ddafe4 to your computer and use it in GitHub Desktop.
Save uhthomas/0d18a74a326254f060151efc81ddafe4 to your computer and use it in GitHub Desktop.
DEBUG: No dangling containers to remove
INFO: Repository started
{
"renovateVersion": "35.56.0"
}
DEBUG: Using localDir: /mnt/renovate/gh/uhthomas/gocovertotal
DEBUG: PackageFiles.clear() - Package files deleted
DEBUG: initRepo("uhthomas/gocovertotal")
DEBUG: Using queue: host=api.github.com, concurrency=10
DEBUG: uhthomas/gocovertotal default branch = main
DEBUG: Using app token for git init
DEBUG: Repository cache is restored from revision 13
DEBUG: Resetting npmrc
DEBUG: checkOnboarding()
DEBUG: isOnboarded()
DEBUG: Onboarding cache is valid. Repo is not onboarded
DEBUG: Repo is not onboarded
DEBUG: getBranchPr(renovate/configure)
DEBUG: findPr(renovate/configure, undefined, open)
DEBUG: getPrList success
{
"pullsTotal": 1,
"requestsTotal": 1,
"apiQuotaAffected": true
}
DEBUG: findPr(renovate/configure, undefined, closed)
DEBUG: Found PR #1
DEBUG: Onboarding PR does not exist
DEBUG: Checking if this org/owner has a default Renovate preset which can be used.
DEBUG: GET https://api.github.com/repos/uhthomas/renovate-config/contents/default.json = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=120)
DEBUG: Preset file default.json not found in uhthomas/renovate-config
DEBUG: GET https://api.github.com/repos/uhthomas/renovate-config/contents/renovate.json = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=132)
DEBUG: Preset file renovate.json not found in uhthomas/renovate-config
DEBUG: GET https://api.github.com/repos/uhthomas/.github/contents/renovate-config.json = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=156)
DEBUG: Preset file renovate-config.json not found in uhthomas/.github
DEBUG: No default org/owner preset found, so the default onboarding config will be used instead. Note: do not be concerned with any 404 messages that preceded this.
DEBUG: onboarding config
{
"config": {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}
}
DEBUG: GET https://api.github.com/repos/uhthomas/gocovertotal/contents/renovate.json = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=183)
DEBUG: Existing config file no longer exists
DEBUG: Initializing git repository into /mnt/renovate/gh/uhthomas/gocovertotal
DEBUG: Performing blobless clone
DEBUG: git clone completed
{
"durationMs": 777
}
DEBUG: latest repository commit
{
"latestCommit": {
"hash": "3f091d4659402ac31a9cd99836dccb6ce40512c1",
"date": "2023-04-21T15:38:23+01:00",
"message": "initial commit",
"refs": "HEAD -> main, origin/main, origin/HEAD",
"body": "",
"author_name": "Thomas",
"author_email": "[email protected]"
}
}
DEBUG: No renovate config file found
DEBUG: migrateAndValidate()
DEBUG: No config migration necessary
DEBUG: massaged config
{
"config": {
"extends": [
"config:base"
]
}
}
DEBUG: migrated config
{
"config": {
"extends": [
"config:base"
]
}
}
DEBUG: Setting hostRules from config
DEBUG: Found repo ignorePaths
{
"ignorePaths": [
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**",
"**/examples/**",
"**/__tests__/**",
"**/test/**",
"**/tests/**",
"**/__fixtures__/**"
]
}
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager ansible-galaxy
DEBUG: Using file match: (^|/)galaxy\.ya?ml$ for manager ansible-galaxy
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines
DEBUG: Using file match: (^|/)batect(-bundle)?\.yml$ for manager batect
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel)$ for manager bazel
DEBUG: Using file match: \.bzl$ for manager bazel
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk
DEBUG: Using file match: \.bicep$ for manager bicep
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler
DEBUG: Using file match: \.cake$ for manager cake
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo
DEBUG: Using file match: (^|/)\.circleci/config\.yml$ for manager circleci
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose
DEBUG: Using file match: (^|/|\.)(Docker|Container)file$ for manager dockerfile
DEBUG: Using file match: (^|/)(Docker|Container)file[^/]*$ for manager dockerfile
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet
DEBUG: Using file match: (^|/)flux-system/(?:.+/)?gotk-components\.yaml$ for manager flux
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules
DEBUG: Using file match: ^(workflow-templates|\.github/workflows)/[^/]+\.ya?ml$ for manager github-actions
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions
DEBUG: Using file match: \.gitlab-ci\.yml$ for manager gitlabci
DEBUG: Using file match: \.gitlab-ci\.yml$ for manager gitlabci-include
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle
DEBUG: Using file match: \.versions\.toml$ for manager gradle
DEBUG: Using file match: (^|/)versions.props$ for manager gradle
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper
DEBUG: Using file match: (^|/)requirements\.yaml$ for manager helm-requirements
DEBUG: Using file match: (^|/)values\.yaml$ for manager helm-values
DEBUG: Using file match: (^|/)helmfile\.yaml$ for manager helmfile
DEBUG: Using file match: (^|/)Chart\.yaml$ for manager helmv3
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew
DEBUG: Using file match: \.html?$ for manager html
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper
DEBUG: Using file match: (^|/)package\.js$ for manager meteor
DEBUG: Using file match: (^|/)Mintfile$ for manager mint
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv
DEBUG: Using file match: (^|/)package\.json$ for manager npm
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget
DEBUG: Using file match: (^|/)global\.json$ for manager nuget
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi
DEBUG: Using file match: (^|/)([\w-]*)requirements\.(txt|pip)$ for manager pip_requirements
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry
DEBUG: Using file match: (^|/)\.pre-commit-config\.yaml$ for manager pre-commit
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version
DEBUG: Using file match: \.sbt$ for manager sbt
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt
DEBUG: Using file match: project/build\.properties$ for manager sbt
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg
DEBUG: Using file match: (^|/)Package\.swift for manager swift
DEBUG: Using file match: \.tf$ for manager terraform
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin
DEBUG: Using file match: ^\.travis\.yml$ for manager travis
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker
DEBUG: Matched 1 file(s) for manager gomod: go.mod
DEBUG: manager extract durations (ms)
{
"managers": {
"gomod": 2
}
}
DEBUG: Found gomod package files
DEBUG: Found 1 package file(s)
DEBUG: Need to create onboarding PR
DEBUG: createOnboardingBranch()
DEBUG: Checking if this org/owner has a default Renovate preset which can be used.
DEBUG: Preset file default.json not found in uhthomas/renovate-config
DEBUG: Preset file renovate.json not found in uhthomas/renovate-config
DEBUG: Preset file renovate-config.json not found in uhthomas/.github
DEBUG: No default org/owner preset found, so the default onboarding config will be used instead. Note: do not be concerned with any 404 messages that preceded this.
DEBUG: onboarding config
{
"config": {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}
}
DEBUG: Creating onboarding branch
DEBUG: Preparing files for committing to branch renovate/configure
DEBUG: Setting git author name: Renovate Bot
DEBUG: Setting git author email: [email protected]
DEBUG: git commit
{
"deletedFiles": [],
"ignoredFiles": [],
"result": {
"author": null,
"branch": "renovate/configure",
"commit": "d1836a0d3f9ac3059f296d91db1a144be3867663",
"root": false,
"summary": {
"changes": 1,
"insertions": 6,
"deletions": 0
}
}
}
DEBUG: Using queue: host=api.github.com, concurrency=10
DEBUG: resetToCommit(3f091d4659402ac31a9cd99836dccb6ce40512c1)
DEBUG: Fetching branch renovate/configure
INFO: Branch created(branch="renovate/configure")
{
"commit": "bc15db0373668e05c2756542781cb8eb11eeccdc",
"onboarding": true
}
DEBUG: Update Onboarding Cache
DEBUG: Checkout onboarding branch.
DEBUG: Setting current branch to renovate/configure
DEBUG: latest commit
{
"branchName": "renovate/configure",
"latestCommitDate": "2023-04-21T15:09:20+00:00"
}
DEBUG: Found renovate.json config file
DEBUG: Repository config
{
"fileName": "renovate.json",
"config": {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}
}
DEBUG: migrateAndValidate()
DEBUG: No config migration necessary
DEBUG: massaged config
{
"config": {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>whitesource/merge-confidence:beta",
"config:base"
]
}
}
DEBUG: migrated config
{
"config": {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>whitesource/merge-confidence:beta",
"config:base"
]
}
}
DEBUG: Setting hostRules from config
DEBUG: Found repo ignorePaths
{
"ignorePaths": [
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**",
"**/examples/**",
"**/__tests__/**",
"**/test/**",
"**/tests/**",
"**/__fixtures__/**"
]
}
DEBUG: Using queue: host=api.github.com, concurrency=10
DEBUG: No vulnerability alerts found
DEBUG: No vulnerability alerts found
DEBUG: findIssue(Dependency Dashboard)
DEBUG: Retrieving issueList
DEBUG: Retrieved 0 issues
DEBUG: No baseBranches
DEBUG: extract()
DEBUG: Cached extract for sha=3f091d4659402ac31a9cd99836dccb6ce40512c1 is valid and can be used
DEBUG: Deleted cached dep updates
INFO: Dependency extraction complete
{
"baseBranch": "main",
"stats": {
"managers": {
"gomod": {
"fileCount": 1,
"depCount": 2
}
},
"total": {
"fileCount": 1,
"depCount": 2
}
}
}
DEBUG: PackageFiles.add() - Package file saved for base branch
{
"baseBranch": "main"
}
DEBUG: Package releases lookups complete
{
"baseBranch": "main"
}
DEBUG: branchifyUpgrades
DEBUG: detectSemanticCommits()
DEBUG: getCommitMessages
DEBUG: semanticCommits: detected "unknown"
DEBUG: semanticCommits: disabled
DEBUG: 0 flattened updates found:
DEBUG: Returning 0 branch(es)
DEBUG: config.repoIsOnboarded=false
DEBUG: packageFiles with updates
{
"baseBranch": "main",
"config": {
"gomod": [
{
"deps": [
{
"currentValue": "1.20",
"currentVersion": "1.20.3",
"datasource": "golang-version",
"depName": "go",
"depType": "golang",
"homepage": "https://go.dev/",
"managerData": {
"lineNumber": 2
},
"packageName": "go",
"registryUrl": "https://raw.githubusercontent.com/golang/website",
"sourceUrl": "https://github.com/golang/go",
"versioning": "go-mod-directive",
"warnings": [],
"updates": []
},
{
"currentValue": "v0.8.0",
"currentVersion": "v0.8.0",
"datasource": "go",
"depName": "golang.org/x/tools",
"depType": "require",
"fixedVersion": "v0.8.0",
"managerData": {
"lineNumber": 4
},
"packageName": "golang.org/x/tools",
"versioning": "semver",
"warnings": [],
"updates": []
}
],
"packageFile": "go.mod"
}
]
}
}
DEBUG: detectSemanticCommits()
DEBUG: semanticCommits: returning "disabled" from cache
DEBUG: ensureOnboardingPr()
DEBUG: getBranchPr(renovate/configure)
DEBUG: findPr(renovate/configure, undefined, open)
DEBUG: findPr(renovate/configure, undefined, closed)
DEBUG: Found PR #1
DEBUG: Filling in onboarding PR template
DEBUG: getConfigDesc()
DEBUG: getDescriptionArray()
DEBUG: getScheduleDesc()
DEBUG: No schedule
DEBUG: Found description array with length:7
DEBUG: getPrList()
DEBUG: Creating onboarding PR
DEBUG: Creating PR
{
"title": "Configure Renovate",
"head": "uhthomas:renovate/configure",
"base": "main",
"draft": false
}
DEBUG: PR created(branch="renovate/configure")
{
"pr": 2,
"draft": false
}
DEBUG: Adding labels '' to #2
INFO: Onboarding PR created
{
"pr": "Pull Request #2"
}
DEBUG: addParticipants(pr=2)
DEBUG: processRepo()
DEBUG: Repo is onboarding - skipping dependency dashboard
DEBUG: Removing any stale branches
DEBUG: config.repoIsOnboarded=false
DEBUG: Branch lists
{
"branchList": [
"renovate/configure"
],
"renovateBranches": [
"renovate/configure"
]
}
DEBUG: remainingBranches=
DEBUG: No branches to clean up
DEBUG: Cleaning up Renovate refs: refs/renovate/*
DEBUG: PackageFiles.clear() - Package files deleted
DEBUG: Branch summary
{
"cacheModified": true,
"baseBranches": [
{
"branchName": "main",
"sha": "3f091d4659402ac31a9cd99836dccb6ce40512c1"
}
],
"branches": [],
"inactiveBranches": []
}
DEBUG: Renovate repository PR statistics
{
"stats": {
"total": 0,
"open": 0,
"closed": 0,
"merged": 0
}
}
DEBUG: Repository result: undefined, status: onboarding, enabled: true, onboarded: false
DEBUG: Repository timing splits (milliseconds)
{
"splits": {
"init": 7316,
"extract": 471,
"lookup": 66,
"onboarding": 1055,
"update": 0
},
"total": 10005
}
DEBUG: Package cache statistics
{
"get": {
"count": 2,
"avgMs": 13,
"medianMs": 11,
"maxMs": 14
},
"set": {
"count": 0
}
}
DEBUG: http statistics
{
"urls": {
"https://api.github.com/graphql (POST,200)": 2,
"https://api.github.com/repos/uhthomas/.github/contents/renovate-config.json (GET,404)": 1,
"https://api.github.com/repos/uhthomas/gocovertotal/contents/renovate.json (GET,404)": 1,
"https://api.github.com/repos/uhthomas/gocovertotal/git/commits (POST,201)": 1,
"https://api.github.com/repos/uhthomas/gocovertotal/git/refs/heads/renovate/configure (HEAD,200)": 1,
"https://api.github.com/repos/uhthomas/gocovertotal/git/refs/heads/renovate/configure (PATCH,200)": 1,
"https://api.github.com/repos/uhthomas/gocovertotal/git/trees (POST,201)": 1,
"https://api.github.com/repos/uhthomas/gocovertotal/pulls (GET,200)": 1,
"https://api.github.com/repos/uhthomas/gocovertotal/pulls (POST,201)": 1,
"https://api.github.com/repos/uhthomas/renovate-config/contents/default.json (GET,404)": 1,
"https://api.github.com/repos/uhthomas/renovate-config/contents/renovate.json (GET,404)": 1,
"https://api.github.com/repos/whitesource/merge-confidence/contents/beta.json (GET,200)": 1
},
"hostStats": {
"api.github.com": {
"requestCount": 13,
"requestAvgMs": 267,
"queueAvgMs": 0
}
},
"totalRequests": 13
}
DEBUG: Package lookup durations
{
"golang-version": {
"count": 1,
"averageMs": 20,
"totalMs": 20,
"maximumMs": 20
},
"go": {
"count": 1,
"averageMs": 21,
"totalMs": 21,
"maximumMs": 21
}
}
DEBUG: dns cache
{
"hosts": [
"api.github.com"
]
}
INFO: Repository finished
{
"cloned": true,
"durationMs": 10005
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment