We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/.
usr/
/opt/actions-runner/_work/tarantool/tarantool/build/
The text was updated successfully, but these errors were encountered:
cleanup: add verbosity
4195450
Print current user and run rm with -v for debugging purposes. Hopefully will help investigate issue #25 when it fires next time.
No branches or pull requests
Several workflows failed on this action with commits tarantool/tarantool@702d2c3 and tarantool/tarantool@607cb55.
From workflow logs:
Possible cause: https://unix.stackexchange.com/questions/506319/why-am-i-getting-directory-not-empty-with-rm-rf
Failed workflows:
https://github.com/tarantool/tarantool/runs/8011263903?check_suite_focus=true
I've logged in on one of the runner machines. There was no directory
usr/
in/opt/actions-runner/_work/tarantool/tarantool/build/
.The text was updated successfully, but these errors were encountered: