https://bugzilla.redhat.com/show_bug.cgi?id=1441315 --- Comment #1 from Paul Howarth <paul@xxxxxxxxxxxx> --- (In reply to Petr Pisar from comment #0) > perl-Test-Assert-0.0504-18.fc27 fails to build in F27 because a failure > after running tests: > > WARNING: This key is not certified with a trusted signature! > Primary key fingerprint: 56B4 B786 A62D 3EA1 34CF 264C 84C1 C77B C0B1 0A5B > xt/signature.t ................... ok > All tests successful. > Files=9, Tests=43, 6 wallclock secs ( 0.04 usr 0.02 sys + 6.01 cusr 0.18 > csys = 6.25 CPU) > Result: PASS > + rm -r /tmp/tmp.TSfaP5NJDu > rm: cannot remove '/tmp/tmp.TSfaP5NJDu/S.gpg-agent.ssh': No such file or > directory > rm: cannot remove '/tmp/tmp.TSfaP5NJDu/S.gpg-agent.browser': No such file or > directory > > This happens when building the package in a mock environment since > Test::Signature moved to gnupg2. Do you mean *not* in a mock environment? It builds fine in mock for me, and in koji last week. It looks like GPG agent sockets lingering a little. I suspect that changing 'rm -r "$GNUPGHOME"' to 'rm -rf "$GNUPGHOME"' would address this more simply than avoiding the test, which is mainly useful as a test of Test::Signature as far as I'm concerned. > > I recommend to remove the test completely because it does not make sense to > test a signature of a code by running the code. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx