-
Notifications
You must be signed in to change notification settings - Fork 69
tests fail after 2024-06-12 #116
Comments
tests/test_CLI.py::TestCLI::test_valid_signature FAILED ----------------------------- Captured stderr call ----------------------------- bmaptool: �[91mERROR�[0m: discovered a BAD GPG signature: tests/test-data/signatures/test.image.bmap.v2.0.valid-sig |
2024-06-12 is less than 5 months from now. Any plans to avoid failing tests? |
@bmwiedemann hi, this project needs a maintaner, I do not have time for it any longer. I sent this e-mail to Yocto community: https://lists.yoctoproject.org/g/yocto/message/62256 Feel free to volunteer to do this work for Yocto community. |
Hello, the project was moved and now owned by a new team. Please, work with them. Check the README.md file. Thanks! |
# extend signing key expiration for reproducible builds
export GNUPGHOME=$PWD/tests/test-data/gnupg
echo "expire
50y
key 1
expire
50y
save" | gpg --command-fd=0 --batch --edit-key 927FF9746434704C5774BE648D49DFB1163BDFB4 |
The gpg expires on 2024-06-12 (see [1]) which makes all tests fail using the key. Therefore extend the expiration to 50 year as suggested in [2]. [1]: intel#116 [2]: yoctoproject#1 (comment) Signed-off-by: Jörg Sommer <[email protected]>
While working on reproducible builds for openSUSE, I found that
our
bmap-tools-3.6
package fails to build after 2024-06-12.To reproduce, you could set the system clock or use the following on Debian or openSUSE:
actual results:
This is likely due to some expiring gpg key.
The text was updated successfully, but these errors were encountered: