There's a merged pull request on the void-packages repository Fix CI since github no longer accepts git:// protocol https://github.com/void-linux/void-packages/pull/34996 Description: As of today, everything fails on CI with: ``` Run common/travis/fetch_upstream.sh Fetching upstream... fatal: remote error: The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information. Error: Process completed with exit code 128. ``` Switching `git://` to `https://` should fix this.