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

cleanup: rm -rf failed on non-empty directory #25

Open
NickVolynkin opened this issue Aug 25, 2022 · 0 comments
Open

cleanup: rm -rf failed on non-empty directory #25

NickVolynkin opened this issue Aug 25, 2022 · 0 comments

Comments

@NickVolynkin
Copy link
Contributor

NickVolynkin commented Aug 25, 2022

Several workflows failed on this action with commits tarantool/tarantool@702d2c3 and tarantool/tarantool@607cb55.

From workflow logs:

set -e 
shopt -s dotglob 
rm -rf /opt/actions-runner/_work/tarantool/tarantool/* 
shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 
rm: cannot remove '/opt/actions-runner/_work/tarantool/tarantool/build/usr/src/debug/tarantool-2.11.0~entrypoint.401.dev/build': \
  Directory not empty

Possible cause: https://unix.stackexchange.com/questions/506319/why-am-i-getting-directory-not-empty-with-rm-rf

Failed workflows:

I've logged in on one of the runner machines. There was no directory usr/ in /opt/actions-runner/_work/tarantool/tarantool/build/.

NickVolynkin added a commit that referenced this issue Aug 25, 2022
Print current user and run rm with -v for debugging purposes.
Hopefully will help investigate issue #25 when it fires next time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants