Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(manager/terraform): increased lock update logging #31094

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

rarkins
Copy link
Collaborator

@rarkins rarkins commented Aug 29, 2024

Changes

Context

#30984 (reply in thread)

Documentation (please check one with an [x])

  • I have updated the documentation, or
  • No documentation update is required

How I've tested my work (please select one)

I have verified these changes via:

  • Code inspection only, or
  • Newly added/modified unit tests, or
  • No unit tests but ran on a real repository, or
  • Both unit tests + ran on a real repository

@rarkins
Copy link
Collaborator Author

rarkins commented Aug 29, 2024

Example logs after:

DEBUG: terraform.updateArtifacts(main.tf) (repository=renovate-reproductions/30984, branch=renovate/aws-5.x)
DEBUG: Found 1 provider deps (repository=renovate-reproductions/30984, branch=renovate/aws-5.x)
DEBUG: Updating constraint "5.63.1" to replace "5.63.1" with "5.64.0" for "hashicorp/aws" (repository=renovate-reproductions/30984, branch=renovate/aws-5.x)
DEBUG: Creating hashes for hashicorp/[email protected] (https://registry.terraform.io) (repository=renovate-reproductions/30984, branch=renovate/aws-5.x)
DEBUG: Getting zip hashes for 1 shasum URL(s) for hashicorp/[email protected] (repository=renovate-reproductions/30984, branch=renovate/aws-5.x)
DEBUG: Using queue: host=releases.hashicorp.com, concurrency=16 (repository=renovate-reproductions/30984, branch=renovate/aws-5.x)
DEBUG: Got 15 zip hashes for hashicorp/[email protected] (repository=renovate-reproductions/30984, branch=renovate/aws-5.x)
DEBUG: Calculating hashes for 14 builds (repository=renovate-reproductions/30984, branch=renovate/aws-5.x)
DEBUG: Hash generation for https://releases.hashicorp.com/terraform-provider-aws/5.64.0/terraform-provider-aws_5.64.0_linux_arm64.zip took 48968ms for hashicorp/aws-5.64.0 (repository=renovate-reproductions/30984, branch=renovate/aws-5.x)
DEBUG: Hash generation for https://releases.hashicorp.com/terraform-provider-aws/5.64.0/terraform-provider-aws_5.64.0_darwin_arm64.zip took 52672ms for hashicorp/aws-5.64.0 (repository=renovate-reproductions/30984, branch=renovate/aws-5.x)
DEBUG: Hash generation for https://releases.hashicorp.com/terraform-provider-aws/5.64.0/terraform-provider-aws_5.64.0_darwin_amd64.zip took 54673ms for hashicorp/aws-5.64.0 (repository=renovate-reproductions/30984, branch=renovate/aws-5.x)
DEBUG: Hash generation for https://releases.hashicorp.com/terraform-provider-aws/5.64.0/terraform-provider-aws_5.64.0_freebsd_arm.zip took 23017ms for hashicorp/aws-5.64.0 (repository=renovate-reproductions/30984, branch=renovate/aws-5.x)
DEBUG: Hash generation for https://releases.hashicorp.com/terraform-provider-aws/5.64.0/terraform-provider-aws_5.64.0_freebsd_amd64.zip took 81427ms for hashicorp/aws-5.64.0 (repository=renovate-reproductions/30984, branch=renovate/aws-5.x)
DEBUG: Hash generation for https://releases.hashicorp.com/terraform-provider-aws/5.64.0/terraform-provider-aws_5.64.0_linux_amd64.zip took 37365ms for hashicorp/aws-5.64.0 (repository=renovate-reproductions/30984, branch=renovate/aws-5.x)
DEBUG: Hash generation for https://releases.hashicorp.com/terraform-provider-aws/5.64.0/terraform-provider-aws_5.64.0_linux_386.zip took 31497ms for hashicorp/aws-5.64.0 (repository=renovate-reproductions/30984, branch=renovate/aws-5.x)
DEBUG: Hash generation for https://releases.hashicorp.com/terraform-provider-aws/5.64.0/terraform-provider-aws_5.64.0_freebsd_386.zip took 27948ms for hashicorp/aws-5.64.0 (repository=renovate-reproductions/30984, branch=renovate/aws-5.x)
DEBUG: Hash generation for https://releases.hashicorp.com/terraform-provider-aws/5.64.0/terraform-provider-aws_5.64.0_openbsd_amd64.zip took 54149ms for hashicorp/aws-5.64.0 (repository=renovate-reproductions/30984, branch=renovate/aws-5.x)
DEBUG: Hash generation for https://releases.hashicorp.com/terraform-provider-aws/5.64.0/terraform-provider-aws_5.64.0_openbsd_386.zip took 33810ms for hashicorp/aws-5.64.0 (repository=renovate-reproductions/30984, branch=renovate/aws-5.x)
DEBUG: Hash generation for https://releases.hashicorp.com/terraform-provider-aws/5.64.0/terraform-provider-aws_5.64.0_windows_386.zip took 120815ms for hashicorp/aws-5.64.0 (repository=renovate-reproductions/30984, branch=renovate/aws-5.x)
DEBUG: Hash generation for https://releases.hashicorp.com/terraform-provider-aws/5.64.0/terraform-provider-aws_5.64.0_windows_amd64.zip took 128767ms for hashicorp/aws-5.64.0 (repository=renovate-reproductions/30984, branch=renovate/aws-5.x)
DEBUG: Hash generation for https://releases.hashicorp.com/terraform-provider-aws/5.64.0/terraform-provider-aws_5.64.0_openbsd_arm.zip took 30730ms for hashicorp/aws-5.64.0 (repository=renovate-reproductions/30984, branch=renovate/aws-5.x)
DEBUG: Hash generation for https://releases.hashicorp.com/terraform-provider-aws/5.64.0/terraform-provider-aws_5.64.0_linux_arm.zip took 30654ms for hashicorp/aws-5.64.0 (repository=renovate-reproductions/30984, branch=renovate/aws-5.x)
DEBUG: Writing updates to .terraform.lock.hcl (repository=renovate-reproductions/30984, branch=renovate/aws-5.x)

@secustor
Copy link
Collaborator

I think this should be trace level. People can still increase the log level via loglevelRemap

Copy link
Member

@viceice viceice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

they should later be trace

@rarkins rarkins added this pull request to the merge queue Aug 29, 2024
Merged via the queue into main with commit 3fe0f78 Aug 29, 2024
38 checks passed
@rarkins rarkins deleted the chore/terraform-lock-logging branch August 29, 2024 11:37
@renovate-release
Copy link
Collaborator

🎉 This issue has been resolved in version 38.57.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants