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

AppVeyor continuous integration tests all fail with GPG errors #2250

Closed
rah2501 opened this issue Jan 13, 2021 · 4 comments · Fixed by #2741
Closed

AppVeyor continuous integration tests all fail with GPG errors #2250

rah2501 opened this issue Jan 13, 2021 · 4 comments · Fixed by #2741
Labels

Comments

@rah2501
Copy link

rah2501 commented Jan 13, 2021

It seems every pull request is failing with errors in the continuous integration tests related to importing the GPG key for David Macek [email protected]. For example:

:: Synchronizing package databases...
downloading mingw32.db...
downloading mingw32.db.sig...
error: mingw32: key "4A6129F4E4B84AE46ED7F635628F528CF3053E04" is unknown
:: Import PGP key 4096R/87771331B3F1FF5263856A6D974C8BE49078F532, "David Macek <[email protected]>", created: 2018-01-14? [Y/n] error: mingw32: signature from "David Macek <[email protected]>" is unknown trust
error: failed to update mingw32 (invalid or corrupted database (PGP signature))
downloading mingw64.db...
downloading mingw64.db.sig...
error: mingw64: signature from "David Macek <[email protected]>" is unknown trust
error: failed to update mingw64 (invalid or corrupted database (PGP signature))
downloading msys.db...
downloading msys.db.sig...
error: msys: signature from "David Macek <[email protected]>" is unknown trust
error: failed to update msys (invalid or corrupted database (PGP signature))
error: failed to synchronize all databases
Command exited with code 1
cat config.log
cat: config.log: No such file or directory
Command exited with code 1

Other examples:

https://ci.appveyor.com/project/stedolan/jq/builds/37026770/job/x6xltv5hp6miwx74

https://ci.appveyor.com/project/stedolan/jq/builds/36039851/job/1xkxtw6i9xqe5x2s

@itchyny
Copy link
Contributor

itchyny commented Jan 13, 2021

Please consider merging #2193 with #2141.

@iainelder
Copy link

@rah2501 , @itchyny , have you had any feedback on this from the maintainers? The same CI failure is blocking even a simple dcumentation update in #2395 😞

@itchyny
Copy link
Contributor

itchyny commented Apr 29, 2022

@iainelder Nope. I hope someone familiar with Windows help the maintainers to fix this release blocker.

@liquidaty
Copy link

FYI I am working on this, but #2589 is making it much more difficult than it should be.

If helpful, in that issue I've posted a modified YML which at least gets further than appveyor.yml and the windows.yml in the repo, to get the environment set up for a successful windows build (though whether the test failures are due to a bad build or faulty tests remains to be seen).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants