argoproj / argo-workflows

Workflow Engine for Kubernetes
https://argo-workflows.readthedocs.io/
Apache License 2.0
15.11k stars 3.2k forks source link

failed to build argo 3.6.0 release #13911

Open chenrui333 opened 4 days ago

chenrui333 commented 4 days ago

Pre-requisites

What happened? What did you expect to happen?

👋 trying to build the latest release, but run into some build issue. The error log is as below:

error build log ``` Bundling for production... Generating listers for workflow:v1alpha1 at github.com/argoproj/argo-workflows/v3/pkg/client/listers Generating informers for workflow:v1alpha1 at github.com/argoproj/argo-workflows/v3/pkg/client/informers # Force the timestamp to be up to date touch pkg/apis/workflow/v1alpha1/zz_generated.deepcopy.go # Delete the link [ -e ./v3 ] && rm -rf v3 make: *** [Makefile:659: pkg/apis/workflow/v1alpha1/zz_generated.deepcopy.go] Error 1 make: *** Waiting for unfinished jobs.... ```

Version(s)

v3.6.0

Paste a minimal workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.

brew install -s https://raw.githubusercontent.com/Homebrew/homebrew-core/cefeab8b49d9b0ac97d63be136c251c744bbe1a3/Formula/a/argo.rb

Logs from the workflow controller

n/a

Logs from in your workflow's wait container

n/a

relates to https://github.com/Homebrew/homebrew-core/pull/197750 full build log, https://github.com/Homebrew/homebrew-core/actions/runs/11875018496/job/33091776717?pr=197750

MasonM commented 2 days ago

It looks like https://github.com/Homebrew/homebrew-core/pull/197750 was merged. Is this still an issue?