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

fix(deps): update module golang.org/x/term to v0.30.0 #25486

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

fix(deps): update module golang.org/x/term to v0.30.0

d44c674
Select commit
Loading
Failed to load commit list.
Open

fix(deps): update module golang.org/x/term to v0.30.0 #25486

fix(deps): update module golang.org/x/term to v0.30.0
d44c674
Select commit
Loading
Failed to load commit list.
Cirrus CI / Validate source code changes failed Mar 5, 2025 in 2m 30s

Task Summary

Instruction main failed in 02:13

Details

βœ… 00:12 clone
βœ… 00:02 setup
❌ 02:13 main

				logrus.Debugf("Error umounting container %s, storage.ErrLayerNotMounted", ctr.ID())
				                                                                              ^
pkg/domain/infra/abi/containers.go:1524:63: ctr.ID undefined (type containerWrapper has no field or method ID) (typecheck)
			report.Err = fmt.Errorf("unmounting container %s: %w", ctr.ID(), err)
			                                                           ^
pkg/domain/infra/abi/containers.go:1543:21: con.State undefined (type containerWrapper has no field or method State) (typecheck)
		state, err := con.State()
		                  ^
pkg/domain/infra/abi/containers.go:1550:28: con.PortMappings undefined (type containerWrapper has no field or method PortMappings) (typecheck)
		portmappings, err := con.PortMappings()
		                         ^
pkg/domain/infra/abi/containers.go:1556:16: con.ID undefined (type containerWrapper has no field or method ID) (typecheck)
				Id:    con.ID(),
				           ^
pkg/domain/infra/abi/containers.go:1818:23: containers[0].ID undefined (type containerWrapper has no field or method ID) (typecheck)
	return containers[0].ID(), nil
	                     ^
pkg/domain/infra/abi/generate.go:27:9: declared and not used: content (typecheck)
		name, content, err := generate.ContainerUnit(ctr, options)
		      ^
pkg/domain/infra/abi/network.go:116:19: ctr.ID undefined (type containerWrapper has no field or method ID) (typecheck)
		report.Id = ctr.ID()
		                ^
pkg/domain/infra/abi/network.go:117:20: ctr.ReloadNetwork undefined (type containerWrapper has no field or method ReloadNetwork) (typecheck)
		report.Err = ctr.ReloadNetwork()
		                 ^
pkg/machine/qemu/stubber.go:70:4: q.QEMUPidPath undefined (type *QEMUStubber has no field or method QEMUPidPath) (typecheck)
	q.QEMUPidPath = mc.QEMUHypervisor.QEMUPidPath
	  ^
pkg/trust/policy_test.go:97:25: missing type in composite literal (typecheck)
				"quay.io/accepted": {
				                    ^
pkg/trust/policy_test.go:100:29: missing type in composite literal (typecheck)
				"quay.io/multi-signed": {
				                        ^
pkg/trust/policy_test.go:104:32: missing type in composite literal (typecheck)
				"quay.io/sigstore-signed": {
				                           ^
pkg/trust/trust_test.go:38:27: missing type in composite literal (typecheck)
						"quay.io/accepted": {
						                    ^
pkg/trust/trust_test.go:41:29: missing type in composite literal (typecheck)
						"registry.redhat.io": {
						                      ^
pkg/trust/trust_test.go:44:37: missing type in composite literal (typecheck)
						"registry.access.redhat.com": {
						                              ^
pkg/trust/trust_test.go:47:31: missing type in composite literal (typecheck)
						"quay.io/multi-signed": {
						                        ^
pkg/trust/trust_test.go:51:34: missing type in composite literal (typecheck)
						"quay.io/sigstore-signed": {
						                           ^
make: *** [Makefile:286: golangci-lint] Error 1

Exit status: 2