Re: Github actions failing
From: Andreas Schwab <hidden>
Date: 2023-01-09 10:13:01
On Jan 09 2023, Christian Couder wrote:
quoted
quoted
1870 + test 2 -ne 2 1871 + eval diff -u "$@" 1872 + diff -u actual expected 1873 --- actual 2023-01-08 19:40:42.169214115 +0000 1874 +++ expected 2023-01-08 19:40:42.121213837 +0000 1875 @@ -1,4 +1,5 @@ 1876 gpg: Signature made Sun Jan 8 19:40:42 2023 UTC 1877 gpg: using DSA key 13B6F51ECDDE430D 1878 +gpg: checking the trustdbThe + before "gpg" means that the above line is in what we expect, but not in what we actually get. I think the reason might be that gpg's output could have changed between different versions of gpg and it might just not be possible and wise to rely on the exact output it emits.
I think the "checking the trustdb" message is time-dependent, as the trustdb is normally updated only after some interval has passed. According to the gpg manpage, automatic trustdb checking can be suppressed with --no-auto-check-trustdb. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."