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

rm operation can fail #357

Closed
berland opened this issue Mar 2, 2023 · 1 comment
Closed

rm operation can fail #357

berland opened this issue Mar 2, 2023 · 1 comment
Labels

Comments

@berland
Copy link
Contributor

berland commented Mar 2, 2023

This seemingly safe operation

shell(f"rm -rf {args.prefix}/{args.release}.delete", sudo=args.sudo)

can actually fail, if for example there are NFS lock files present in the directories. This happened in
https://github.com/equinor/komodo-releases/actions/runs/4309163140/jobs/7516226400
(for an unknown reason).

When komodo building crashes like this for bleeding, it leaves bleeding in a broken state (it has already been moved to its final destination, but it has at least not fixed the shebangs and not done the pip installs).

@berland berland added the bug label Mar 2, 2023
@eivindjahren eivindjahren added the christmas-review Issues and PRs for Christmas review label Dec 13, 2024
@jonathan-eq jonathan-eq removed the christmas-review Issues and PRs for Christmas review label Dec 17, 2024
@sondreso sondreso added this to SCOUT Feb 3, 2025
@sondreso
Copy link
Contributor

This is not a problem anymore, as we have timestamped bleeding builds.

@sondreso sondreso closed this as not planned Won't fix, can't repro, duplicate, stale Feb 10, 2025
@github-project-automation github-project-automation bot moved this to Done in SCOUT Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

4 participants