Hide Forgot
Description of problem: Based on the build.log I decided the build is stalled. I want to cancel it, so I run: $> copr cancel 453584 And get: Something went wrong: Error: Cannot cancel build 453584 I don't have a clue why the build cannot be canceled, so I'd expect explanation. The copr seems to be running still: $> copr status 453584 running Version-Release number of selected component (if applicable): copr-cli-1.53-1.fc24.noarch How reproducible: every-time Steps to Reproduce: 1. $> copr cancel 453584 Actual results: Something went wrong: Error: Cannot cancel build 453584 Expected results: Canceling works and if it does not, a better error message is given.
There is a chroot in 'running' state in your build 453584. It's not (currently) possible to cancel builds in progress.
Fixed by https://github.com/fedora-copr/copr/commit/c6426b69.
My build is also hung in a running state... https://copr.fedorainfracloud.org/coprs/johnellson/graphviz/build/464766/ Cancelling also fails: $ copr cancel 464766 Something went wrong: Error: Cannot cancel build 464766 The same build works fine on other distros, and works fine on a local Rawhide machine.