signature from "Alexey Pavlov (Alexpux) <alexpux@gmail.com>" is invalid
See original GitHub issueI’m getting many errors about invalid signatures in my CI:
2020-12-30T07:53:10.1381061Z error: mingw-w64-x86_64-icu: signature from "Alexey Pavlov (Alexpux) <alexpux@gmail.com>" is invalid
2020-12-30T07:53:10.1382702Z :: File /var/cache/pacman/pkg/mingw-w64-x86_64-icu-68.2-1-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
2020-12-30T07:53:10.1395297Z Do you want to delete it? [Y/n] error: mingw-w64-x86_64-boost: signature from "Alexey Pavlov (Alexpux) <alexpux@gmail.com>" is invalid
2020-12-30T07:53:10.1396779Z
2020-12-30T07:53:10.1398296Z :: File /var/cache/pacman/pkg/mingw-w64-x86_64-boost-1.75.0-1-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
2020-12-30T07:53:10.1416780Z Do you want to delete it? [Y/n] error: mingw-w64-x86_64-harfbuzz: signature from "Alexey Pavlov (Alexpux) <alexpux@gmail.com>" is invalid
2020-12-30T07:53:10.1418414Z
2020-12-30T07:53:10.1419562Z :: File /var/cache/pacman/pkg/mingw-w64-x86_64-harfbuzz-2.7.3-1-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
2020-12-30T07:53:10.1420770Z Do you want to delete it? [Y/n] error: failed to commit transaction (invalid or corrupted package)
2020-12-30T07:53:10.1731366Z
2020-12-30T07:53:10.1734005Z Errors occurred, no packages were upgraded.
2020-12-30T07:53:10.1797630Z ##[error]The process 'C:\windows\system32\cmd.exe' failed with exit code 1
Similar to these: https://github.com/Alexpux/MSYS2-pacman/issues/58
Is it a problem only in this repo or in all of msys2 or all of pacman?
Issue Analytics
- State:
- Created 3 years ago
- Comments:26 (10 by maintainers)
Top Results From Across the Web
signature from "Alexey Pavlov (Alexpux) <alexpux@gmail.com ...
Hi, I started getting this error on pacman -Syu, and couldn't update the MSYS2 system because of it: $ pacman -Syu error: mingw32:...
Read more >MSYS2-pacman - Bountysource
pacman -Syu error: mingw32: signature from "Alexey Pavlov (Alexpux) <alexpux@gmail.com>" is invalid :: Synchronizing package databases... mingw32 is up to ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
some packages got incorrectly replaced and the package caching in setup-msys2/pacman doesn’t like that. should be fixed in the next upload
stupid workaround: reorder the packages in the "install: " part of the setup-msys2 action, that will trigger a cache miss.
sure.
(I’ll look into building a new installer today)