Skip to content

Errors while generating ebs-controller for ACK runtime v0.51.0, code-generator v0.51.0 #2604

@ack-bot

Description

@ack-bot

Errors while generating ebs-controller for ACK runtime v0.51.0, code-generator v0.51.0

stdout for make build-controller:

building ack-generate ... ok.
installing controller-gen v0.16.2 ... ok.
==== building ebs-controller ====
Copying common custom resource definitions into ebs
Building Kubernetes API objects for ebs

stderr for make build-controller:

go: downloading github.com/spf13/cobra v1.8.1
go: downloading github.com/go-git/go-git/v5 v5.11.0
go: downloading github.com/ghodss/yaml v1.0.0
go: downloading github.com/iancoleman/strcase v0.2.0
go: downloading github.com/operator-framework/api v0.6.0
go: downloading github.com/kro-run/kro v0.2.2
go: downloading golang.org/x/mod v0.24.0
go: downloading github.com/aws-controllers-k8s/pkg v0.0.18
go: downloading github.com/gertd/go-pluralize v0.1.1
go: downloading github.com/aws/aws-sdk-go v1.49.0
go: downloading github.com/dlclark/regexp2 v1.10.0
go: downloading github.com/sergi/go-diff v1.1.0
go: downloading github.com/go-git/go-billy/v5 v5.5.0
go: downloading github.com/pjbgf/sha1cd v0.3.0
go: downloading github.com/xanzy/ssh-agent v0.3.3
go: downloading github.com/kevinburke/ssh_config v1.2.0
go: downloading github.com/skeema/knownhosts v1.2.1
go: downloading github.com/emirpasic/gods v1.18.1
go: downloading github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371
go: downloading github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
go: downloading golang.org/x/crypto v0.36.0
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
go: downloading dario.cat/mergo v1.0.0
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading github.com/go-openapi/jsonreference v0.21.0
go: downloading gopkg.in/warnings.v0 v0.1.2
go: downloading github.com/cyphar/filepath-securejoin v0.2.4
go: downloading github.com/cloudflare/circl v1.3.7
Error: cannot checkout tag: tag reference not found
make: *** [Makefile:35: build-controller] Error 2

Steps for closing this issue:

  1. Update ebs-controller go.mod file to update aws-controllers-k8s/runtime to v0.51.0
  2. Run go mod tidy for ebs-controller
  3. Successfully generate the service controller locally using latest release of
    aws-controllers-k8s/code-generator
  4. Run make test for ebs-controller
  5. Run make kind-test from aws-controllers-k8s/test-infra repository for
    ebs-controller
  6. When kind test is successful, Create new pull request for ebs-controller
  7. Mention this issue number in the pull request
  8. When the above PR is merged, close this issue

For more guidance, create an issue
or reach out on Slack.

Metadata

Metadata

Assignees

No one assigned

    Labels

    prow/auto-genPRs related to prow auto generation automation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions