Closed issue by steinex on void-packages repository https://github.com/void-linux/void-packages/issues/41376 Description: ### Is this a new report? Yes ### System Info Void 6.1.1_1 x86_64 AuthenticAMD notuptodate hold rrrmDFFFFFFFFFFF ### Package(s) Affected no specific package ### Does a report exist for this bug with the project's home (upstream) and/or another distro? https://github.com/steinex/void-packages/pull/230 https://github.com/steinex/void-packages/pull/227 ### Expected behaviour CI should run as usual. ### Actual behaviour To check if my package builds for all archs, I always open a PR on my own branch first for QA. This stopped working with the problem: ``` Error: Your branch is too out of date. Please rebase on upstream and force-push. Error: Process completed with exit code 1. ``` This does only happen on my own branch, if I push directly to void-packages everything is fine. ### Steps to reproduce 1. Prepare a PR 2. Push to own branch 3. See CI failing