Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The workflow publish_image_chart fails #5422

Closed
Warashi opened this issue Dec 16, 2024 · 0 comments · Fixed by #5423
Closed

The workflow publish_image_chart fails #5422

Warashi opened this issue Dec 16, 2024 · 0 comments · Fixed by #5423
Assignees
Labels
kind/bug Something isn't working

Comments

@Warashi
Copy link
Contributor

Warashi commented Dec 16, 2024

What happened:

The workflow publish_image_chart fails after merging #5420

The timeout occurs at the yarn install.

#35 [linux/arm64 web 5/6] RUN make update/web-deps
#35 211.7 error Error: https://registry.yarnpkg.com/@material-ui/icons/-/icons-4.11.3.tgz: ESOCKETTIMEDOUT
#35 211.7     at ClientRequest.<anonymous> (/opt/yarn-v1.22.22/lib/cli.js:142037:19)
#35 211.7     at Object.onceWrapper (node:events:632:28)
#35 211.7     at ClientRequest.emit (node:events:518:28)
#35 211.7     at TLSSocket.emitRequestTimeout (node:_http_client:849:9)
#35 211.7     at Object.onceWrapper (node:events:632:28)
#35 211.7     at TLSSocket.emit (node:events:530:35)
#35 211.7     at Socket._onTimeout (node:net:595:8)
#35 211.7     at listOnTimeout (node:internal/timers:581:17)
#35 211.7     at process.processTimers (node:internal/timers:519:7)
#35 211.8 info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

In the upstream issue, there are some workarounds suggested.

  • make timeout longer with yarn config
  • downgrade node version

What you expected to happen:

the workflow succeeds.

How to reproduce it:

Environment:

  • piped version:
  • control-plane version:
  • Others:
@Warashi Warashi added the kind/bug Something isn't working label Dec 16, 2024
@Warashi Warashi self-assigned this Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant