fix(deps): update module golang.org/x/term to v0.30.0 #25486
+1
β1
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
Loading