conda constructor never exits when "No space left on device" #759
Labels
stale::closed
[bot] closed after being marked as stale
stale
[bot] marked as stale due to inactivity
type::bug
describes erroneous operation, use severity::* to classify the type
Checklist
What happened?
I am using conda constructor with the GitHub Actions. It threw "No space left on device" error, but the GitHub Actions never stopped.
In another build, it didn't give such an error message but just hanged.
I tried to run
rm -rf /opt/hostedtoolcache
in the beginning to clean the space, per https://github.com/orgs/community/discussions/25678#discussioncomment-5242449. It works.So, I think the problem is that conda-constructor cannot properly exit when the "no space left on device" error happens.
Conda Info
No response
Conda Config
No response
Conda list
No response
Additional Context
I don't know how to run conda info with the GitHub Actions, but I think the link to the GitHub Actions will help: https://github.com/deepmd-kit-recipes/installer/actions/runs/8133687249/job/22225572458
The text was updated successfully, but these errors were encountered: