Skip to content

Errors while generating ram-controller for ACK runtime v0.53.0, code-generator v0.53.0 #2685

@ack-bot

Description

@ack-bot

Errors while generating ram-controller for ACK runtime v0.53.0, code-generator v0.53.0

stdout for make build-controller:

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

stderr for make build-controller:

go: downloading github.com/spf13/cobra v1.8.1
go: downloading github.com/iancoleman/strcase v0.2.0
go: downloading github.com/ghodss/yaml v1.0.0
go: downloading github.com/kro-run/kro v0.2.2
go: downloading golang.org/x/mod v0.24.0
go: downloading github.com/go-git/go-git/v5 v5.11.0
go: downloading github.com/operator-framework/api v0.6.0
go: downloading github.com/aws-controllers-k8s/pkg v0.0.19
go: downloading github.com/gertd/go-pluralize v0.1.1
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/dlclark/regexp2 v1.10.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 github.com/go-git/go-billy/v5 v5.5.0
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
go: downloading github.com/sergi/go-diff v1.1.0
go: downloading dario.cat/mergo v1.0.0
go: downloading github.com/pjbgf/sha1cd v0.3.0
go: downloading github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371
go: downloading github.com/emirpasic/gods v1.18.1
go: downloading github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/skeema/knownhosts v1.2.1
go: downloading github.com/xanzy/ssh-agent v0.3.3
go: downloading github.com/kevinburke/ssh_config v1.2.0
go: downloading golang.org/x/crypto v0.36.0
go: downloading github.com/cyphar/filepath-securejoin v0.2.4
go: downloading gopkg.in/warnings.v0 v0.1.2
go: downloading github.com/cloudflare/circl v1.3.7
Error: cannot clone repository: context deadline exceeded: take too long to clone aws sdk repo, please consider manually 'git clone https://github.com/aws/aws-sdk-go-v2' to cache dir /root/.cache/aws-controllers-k8s/src/aws-sdk-go-v2
make: *** [Makefile:35: build-controller] Error 2

Steps for closing this issue:

  1. Update ram-controller go.mod file to update aws-controllers-k8s/runtime to v0.53.0
  2. Run go mod tidy for ram-controller
  3. Successfully generate the service controller locally using latest release of
    aws-controllers-k8s/code-generator
  4. Run make test for ram-controller
  5. Run make kind-test from aws-controllers-k8s/test-infra repository for
    ram-controller
  6. When kind test is successful, Create new pull request for ram-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