-
Notifications
You must be signed in to change notification settings - Fork 1.4k
tsup build hangs with ubuntu-latest #980
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
Comments
Hey @jkazimierczak! |
Tranferring to setup-node as it does not seem to be image-connected |
Hello @jkazimierczak! 👋 , |
Hello @priyagupta108! That's correct, although it started only after the runner was at the version of After the runner was updated from |
Description
Issue Summary
Since my build test job started to fail randomly since this week began, I investigated it and found out that:
20240304.1.0
it hangs in place,20240225.1.0
it works just fine.The build is pretty simple and takes usually no longer than 10 seconds, if not even less. It's triggered by running nx, which first runs build dependency. Here's an example of a job that I had to stop, as it hang for 40 minutes:
https://github.com/jkazimierczak/quizcamp/actions/runs/8165348642/job/22322341581?pr=34
Of course build and tests pass if it's run locally. It never failed with the previous version of the runner.
Important distinction - it's not the
Build
step which fails, but rather thetsup
bulid inside ofRun tests
action's step:Environment
Failing runner image:
Succeeding runner image:
System info - same for both:
Repository & Workflow Files
Affected repository: https://github.com/jkazimierczak/quizcamp
Affected workflow file: https://github.com/jkazimierczak/quizcamp/actions/runs/8165348642/workflow
test.yml:
./.github/actions/build:
Additional context
I'm making my repository public for the time of this bug report. Feel free to fork the repo.
Platforms affected
Runner images affected
Image version and build link
20240304.1.0
https://github.com/jkazimierczak/quizcamp/actions/runs/8165348642/job/22322341581?pr=34
Is it regression?
https://github.com/jkazimierczak/quizcamp/actions/runs/8165278837/job/22322151833
Expected behavior
test
action works and succeeds, just how it succeeded prior to update, with ubuntu-latest version20240225.1.0
.Actual behavior
test
runs, but halts at the build step oftsup
. From there it never ends and has to be terminated manually and potentially restarted multiple times for the CI to pass.Repro steps
Run unit tests
action is run withubuntu-latest
version20240304.1.0
, see if it succeeds past thetsup
build command.The text was updated successfully, but these errors were encountered: