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

Update k8s.io/utils digest to f90d014 - autoclosed #434

Closed
wants to merge 1 commit into from

Conversation

openstack-k8s-ci-robot
Copy link

@openstack-k8s-ci-robot openstack-k8s-ci-robot commented Aug 24, 2024

This PR contains the following updates:

Package Type Update Change
k8s.io/utils require digest 18e509b -> f90d014
k8s.io/utils indirect digest 18e509b -> f90d014

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@openstack-k8s-ci-robot
Copy link
Author

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
github.com/openstack-k8s-operators/cinder-operator/controllers imports
	github.com/openstack-k8s-operators/lib-common/modules/common/secret imports
	k8s.io/apimachinery/pkg/labels imports
	k8s.io/utils/strings/slices imports
	slices: package slices is not in GOROOT (/opt/containerbase/tools/golang/1.20.14/src/slices)

File name: api/go.sum
Command failed: go get -d -t ./...
github.com/openstack-k8s-operators/cinder-operator/api/v1beta1 imports
	github.com/openstack-k8s-operators/lib-common/modules/common/service imports
	k8s.io/apimachinery/pkg/labels imports
	k8s.io/utils/strings/slices imports
	slices: package slices is not in GOROOT (/opt/containerbase/tools/golang/1.20.14/src/slices)

File name: go.mod
Command failed: make gowork
Makefile:85: Command "oc" and "kubectl" missing, some targets may fail
go: module github.com/openstack-k8s-operators/cinder-operator: parsing go.mod: /tmp/renovate/repos/github/openstack-k8s-operators/cinder-operator/go.mod:21:2: require k8s.io/utils: version "f90d01438635" invalid: must be of the form v1.2.3
make: *** [Makefile:170: gowork] Error 1

File name: go.mod
Command failed: make tidy
Makefile:85: Command "oc" and "kubectl" missing, some targets may fail
go: github.com/openstack-k8s-operators/cinder-operator/[email protected] (replaced by ./api): parsing api/go.mod: /tmp/renovate/repos/github/openstack-k8s-operators/cinder-operator/api/go.mod:64:2: require k8s.io/utils: version "f90d01438635" invalid: must be of the form v1.2.3
make: *** [Makefile:144: tidy] Error 1

File name: go.mod
Command failed: make manifests generate
Makefile:85: Command "oc" and "kubectl" missing, some targets may fail
Error: load packages in root "/tmp/renovate/repos/github/openstack-k8s-operators/cinder-operator": err: exit status 1: stderr: go: updates to go.mod needed; to update it:
	go mod tidy

Usage:
  controller-gen [flags]

Examples:
	# Generate RBAC manifests and crds for all types under apis/,
	# outputting crds to /tmp/crds and everything else to stdout
	controller-gen rbac:roleName=<role name> crd paths=./apis/... output:crd:dir=/tmp/crds output:stdout

	# Generate deepcopy/runtime.Object implementations for a particular file
	controller-gen object paths=./apis/v1beta1/some_types.go

	# Generate OpenAPI v3 schemas for API packages and merge them into existing CRD manifests
	controller-gen schemapatch:manifests=./manifests output:dir=./manifests paths=./pkg/apis/... 

	# Run all the generators for a given project
	controller-gen paths=./apis/...

	# Explain the markers for generating CRDs, and their arguments
	controller-gen crd -ww


Flags:
  -h, --detailed-help count   print out more detailed help
                              (up to -hhh for the most detailed output, or -hhhh for json output)
      --help                  print out usage and a summary of options
      --version               show version
  -w, --which-markers count   print out all markers available with the requested generators
                              (up to -www for the most detailed output, or -wwww for json output)


Options


generators

+webhook                                                                                                                                           package  generates (partial) {Mutating,Validating}WebhookConfiguration objects.                        
+schemapatch[:generateEmbeddedObjectMeta=<bool>],manifests=<string>[,maxDescLen=<int>]                                                             package  patches existing CRDs with new schemata.                                                      
+rbac:roleName=<string>                                                                                                                            package  generates ClusterRole objects.                                                                
+object[:headerFile=<string>][,year=<string>]                                                                                                      package  generates code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations.  
+crd[:allowDangerousTypes=<bool>][,crdVersions=<[]string>][,generateEmbeddedObjectMeta=<bool>][,ignoreUnexportedFields=<bool>][,maxDescLen=<int>]  package  generates CustomResourceDefinition objects.                                                   


generic

+paths=<[]string>  package  represents paths and go-style path patterns to use as package roots.   


output rules (optionally as output:<generator>:...)

+output:artifacts[:code=<string>],config=<string>  package  outputs artifacts to different locations, depending on whether they're package-associated or not.   
+output:dir=<string>                               package  outputs each artifact to the given directory, regardless of if it's package-associated or not.      
+output:none                                       package  skips outputting anything.                                                                          
+output:stdout                                     package  outputs everything to standard-out, with no separation.                                             

run `controller-gen rbac:roleName=manager-role crd:maxDescLen=0 webhook paths=./... output:crd:artifacts:config=config/crd/bases -w` to see all available markers, or `controller-gen rbac:roleName=manager-role crd:maxDescLen=0 webhook paths=./... output:crd:artifacts:config=config/crd/bases -h` for usage
make: *** [Makefile:124: manifests] Error 1

File name: api/go.mod
Command failed: make gowork
Makefile:85: Command "oc" and "kubectl" missing, some targets may fail
go: module github.com/openstack-k8s-operators/cinder-operator: parsing go.mod: /tmp/renovate/repos/github/openstack-k8s-operators/cinder-operator/go.mod:21:2: require k8s.io/utils: version "f90d01438635" invalid: must be of the form v1.2.3
make: *** [Makefile:170: gowork] Error 1

File name: api/go.mod
Command failed: make tidy
Makefile:85: Command "oc" and "kubectl" missing, some targets may fail
go: github.com/openstack-k8s-operators/cinder-operator/[email protected] (replaced by ./api): parsing api/go.mod: /tmp/renovate/repos/github/openstack-k8s-operators/cinder-operator/api/go.mod:64:2: require k8s.io/utils: version "f90d01438635" invalid: must be of the form v1.2.3
make: *** [Makefile:144: tidy] Error 1

File name: api/go.mod
Command failed: make manifests generate
Makefile:85: Command "oc" and "kubectl" missing, some targets may fail
Error: load packages in root "/tmp/renovate/repos/github/openstack-k8s-operators/cinder-operator": err: exit status 1: stderr: go: updates to go.mod needed; to update it:
	go mod tidy

Usage:
  controller-gen [flags]

Examples:
	# Generate RBAC manifests and crds for all types under apis/,
	# outputting crds to /tmp/crds and everything else to stdout
	controller-gen rbac:roleName=<role name> crd paths=./apis/... output:crd:dir=/tmp/crds output:stdout

	# Generate deepcopy/runtime.Object implementations for a particular file
	controller-gen object paths=./apis/v1beta1/some_types.go

	# Generate OpenAPI v3 schemas for API packages and merge them into existing CRD manifests
	controller-gen schemapatch:manifests=./manifests output:dir=./manifests paths=./pkg/apis/... 

	# Run all the generators for a given project
	controller-gen paths=./apis/...

	# Explain the markers for generating CRDs, and their arguments
	controller-gen crd -ww


Flags:
  -h, --detailed-help count   print out more detailed help
                              (up to -hhh for the most detailed output, or -hhhh for json output)
      --help                  print out usage and a summary of options
      --version               show version
  -w, --which-markers count   print out all markers available with the requested generators
                              (up to -www for the most detailed output, or -wwww for json output)


Options


generators

+webhook                                                                                                                                           package  generates (partial) {Mutating,Validating}WebhookConfiguration objects.                        
+schemapatch[:generateEmbeddedObjectMeta=<bool>],manifests=<string>[,maxDescLen=<int>]                                                             package  patches existing CRDs with new schemata.                                                      
+rbac:roleName=<string>                                                                                                                            package  generates ClusterRole objects.                                                                
+object[:headerFile=<string>][,year=<string>]                                                                                                      package  generates code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations.  
+crd[:allowDangerousTypes=<bool>][,crdVersions=<[]string>][,generateEmbeddedObjectMeta=<bool>][,ignoreUnexportedFields=<bool>][,maxDescLen=<int>]  package  generates CustomResourceDefinition objects.                                                   


generic

+paths=<[]string>  package  represents paths and go-style path patterns to use as package roots.   


output rules (optionally as output:<generator>:...)

+output:artifacts[:code=<string>],config=<string>  package  outputs artifacts to different locations, depending on whether they're package-associated or not.   
+output:dir=<string>                               package  outputs each artifact to the given directory, regardless of if it's package-associated or not.      
+output:none                                       package  skips outputting anything.                                                                          
+output:stdout                                     package  outputs everything to standard-out, with no separation.                                             

run `controller-gen rbac:roleName=manager-role crd:maxDescLen=0 webhook paths=./... output:crd:artifacts:config=config/crd/bases -w` to see all available markers, or `controller-gen rbac:roleName=manager-role crd:maxDescLen=0 webhook paths=./... output:crd:artifacts:config=config/crd/bases -h` for usage
make: *** [Makefile:124: manifests] Error 1

@openshift-ci openshift-ci bot requested review from eharney and stuggi August 24, 2024 04:17
Copy link
Contributor

openshift-ci bot commented Aug 24, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: openstack-k8s-ci-robot
Once this PR has been reviewed and has the lgtm label, please assign frenzyfriday for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link
Contributor

openshift-ci bot commented Aug 24, 2024

@openstack-k8s-ci-robot: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/functional f70e6ae link true /test functional
ci/prow/precommit-check f70e6ae link true /test precommit-check
ci/prow/cinder-operator-build-deploy-tempest f70e6ae link false /test cinder-operator-build-deploy-tempest
ci/prow/cinder-operator-build-deploy-kuttl f70e6ae link true /test cinder-operator-build-deploy-kuttl

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@openstack-k8s-ci-robot openstack-k8s-ci-robot changed the title Update k8s.io/utils digest to f90d014 Update k8s.io/utils digest to f90d014 - autoclosed Sep 2, 2024
@openstack-k8s-ci-robot openstack-k8s-ci-robot deleted the renovate/k8s.io branch September 2, 2024 10:16
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.

1 participant