WIP tlse #3
build-neutron-operator.yaml
on: push
call-build-workflow
/
Build neutron-operator image using buildah
1m 16s
call-build-workflow
/
${{ inputs.operator_name }}-operator-bundle
0s
call-build-workflow
/
operator-index
0s
Annotations
1 error
call-build-workflow / Build neutron-operator image using buildah
Error: buildah exited with code 1
Resolving "golang" using unqualified-search registries (/etc/containers/registries.conf)
Trying to pull docker.io/library/golang:1.19...
Getting image source signatures
Copying blob sha256:5ec11cb68eac452710eadb46df5e6cf6ead699755303758bf1e262e47b013417
Copying blob sha256:9f13f5a53d118643c1f1ff294867c09f224d00edca21f56caa71c2321f8ca004
Copying blob sha256:012c0b3e998c1a0c0bedcf712eaaafb188580529dd026a04aa1ce13fdb39e42b
Copying blob sha256:00046d1e755ea94fa55a700ca9a10597e4fac7c47be19d970a359b0267a51fbf
Copying blob sha256:190fa1651026077cee00b53a754acbe0dc734b99255c6b274e798f6cd877ae18
Copying blob sha256:0808c64687902329ac64331848304f6f0bc14b86d6be46bccf79292b564f6587
Copying blob sha256:00046d1e755ea94fa55a700ca9a10597e4fac7c47be19d970a359b0267a51fbf
Copying blob sha256:190fa1651026077cee00b53a754acbe0dc734b99255c6b274e798f6cd877ae18
Copying blob sha256:0808c64687902329ac64331848304f6f0bc14b86d6be46bccf79292b564f6587
Copying blob sha256:5ec11cb68eac452710eadb46df5e6cf6ead699755303758bf1e262e47b013417
Copying blob sha256:012c0b3e998c1a0c0bedcf712eaaafb188580529dd026a04aa1ce13fdb39e42b
Copying blob sha256:9f13f5a53d118643c1f1ff294867c09f224d00edca21f56caa71c2321f8ca004
Copying config sha256:80b76a6c918cba6d8e68fb2b80a7afdd7ce3af457d87e413d985434ae7897533
Writing manifest to image destination
Storing signatures
# github.com/openstack-k8s-operators/infra-operator/apis/memcached/v1beta1
/go/pkg/mod/github.com/openstack-k8s-operators/infra-operator/[email protected]/memcached/v1beta1/memcached_webhook.go:76:27: cannot use &Memcached{} (value of type *Memcached) as type admission.Validator in variable declaration:
*Memcached does not implement admission.Validator (wrong type for ValidateCreate method)
have ValidateCreate() error
want ValidateCreate() (warnings admission.Warnings, err error)
# github.com/openstack-k8s-operators/mariadb-operator/api/v1beta1
/go/pkg/mod/github.com/openstack-k8s-operators/mariadb-operator/[email protected]/v1beta1/galera_webhook.go:57:27: cannot use &Galera{} (value of type *Galera) as type admission.Validator in variable declaration:
*Galera does not implement admission.Validator (wrong type for ValidateCreate method)
have ValidateCreate() error
want ValidateCreate() (warnings admission.Warnings, err error)
/go/pkg/mod/github.com/openstack-k8s-operators/mariadb-operator/[email protected]/v1beta1/mariadb_webhook.go:70:27: cannot use &MariaDB{} (value of type *MariaDB) as type admission.Validator in variable declaration:
*MariaDB does not implement admission.Validator (wrong type for ValidateCreate method)
have ValidateCreate() error
want ValidateCreate() (warnings admission.Warnings, err error)
# github.com/openstack-k8s-operators/neutron-operator/api/v1beta1
/go/pkg/mod/github.com/openstack-k8s-operators/neutron-operator/[email protected]/v1beta1/neutronapi_webhook.go:76:27: cannot use &NeutronAPI{} (value of type *NeutronAPI) as type admission.Validator in variable declaration:
*NeutronAPI does not implement admission.Validator (wrong type for ValidateCreate method)
have ValidateCreate() error
want ValidateCreate() (warnings admission.Warnings, err error)
# github.com/openstack-k8s-operators/keystone-operator/api/v1beta1
/go/pkg/mod/github.com/openstack-k8s-operators/keystone-operator/[email protected]/v1beta1/keystoneapi_webhook.go:76:27: cannot use &KeystoneAPI{} (value of type *KeystoneAPI) as type admission.Validator in variable declaration:
*KeystoneAPI does not implement admission.Validator (wrong type for ValidateCreate method)
have ValidateCreate() error
want ValidateCreate() (warnings admission.Warnings, err error)
# github.com/openstack-k8s-operators/ovn-operator/api/v1beta1
/go/pkg/mod/github.com/***/ovn-operator/[email protected]/v1beta1/ovncontroller_webhook.go:72:27: cannot use &OVNController{} (value of type *OVNController) as type admission.Validator in variable declaration:
*OVNContr
|