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
GitHub actions post cache job clean up is raising a warning since it does not have permission to tar some directiories: https://github.com/nipreps/nireports/actions/runs/12682317163/job/35347515432?pr=160
This likely comes from the path being used in the action:
nireports/.github/workflows/build_test_deploy.yml
Line 94 in ac6d730
N/A
main
Other
Yes
No
Post job cleanup. /usr/bin/tar --posix -cf cache.tzst --exclude cache.tzst -P -C /home/runner/work/nireports/nireports --files-from manifest.txt --use-compress-program zstdmt /usr/bin/tar: ../../../../../var/lib/apt/lists/partial: Cannot open: Permission denied /usr/bin/tar: ../../../../../var/lib/apt/lists/lock: Cannot open: Permission denied /usr/bin/tar: Exiting with failure status due to previous errors Warning: Failed to save: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
The text was updated successfully, but these errors were encountered:
Similar errors affect at least another NiPreps GHA workflow employing the actions/cache action, nifreeze: https://github.com/nipreps/nifreeze/actions/runs/12795723598/job/35673716543#step:14:2
actions/cache
nifreeze
niworkflows and fmriprep are hitting a cache, so not saving it: https://github.com/nipreps/niworkflows/actions/runs/12779415051/job/35624027846#step:22:2
niworkflows
fmriprep
Sorry, something went wrong.
No branches or pull requests
What happened?
GitHub actions post cache job clean up is raising a warning since it does not have permission to tar some directiories:
https://github.com/nipreps/nireports/actions/runs/12682317163/job/35347515432?pr=160
This likely comes from the path being used in the action:
nireports/.github/workflows/build_test_deploy.yml
Line 94 in ac6d730
What command did you use?
What version of the software are you running?
main
How are you running this software?
Other
Is your data BIDS valid?
Yes
Are you reusing any previously computed results?
No
Please copy and paste any relevant log output.
Additional information / screenshots
N/A
The text was updated successfully, but these errors were encountered: