Currently having problems with builds randomly failing due to GPG IPC errors. Building locally works flawlessly.
Started happening between 2015-03-23 02:17:57 and 2015-04-08 20:17:16.
Repo: nfnty/arch-mini
Log:
Step 7 : RUN pacman-key --init && pacman-key --populate archlinux
e[91mgpg: /etc/pacman.d/gnupg/trustdb.gpg: trustdb created
e[0m
e[91mgpg: no ultimately trusted keys found
e[0m
e[91mgpg: starting migration from earlier GnuPG versions
e[0m
e[91mgpg: can’t connect to the agent: IPC connect call failed
e[0m
e[91mgpg: error: GnuPG agent unusable. Please check that a GnuPG agent can be started.
e[0m
e[91mgpg: migration aborted
e[0m
e[91mgpg: starting migration from earlier GnuPG versions
e[0m
e[91mgpg: porting secret keys from ‘/etc/pacman.d/gnupg/secring.gpg’ to gpg-agent
e[0m
e[91mgpg: migration succeeded
e[0m
e[91mgpg: Generating pacman keyring master key…
e[0m
e[91mgpg: checking created signature failed: No public key
e[0m
e[91mgpg: signing failed: No public key
e[0m
e[91mgpg: make_keysig_packet failed: No public key
e[0m
e[91mgpg: key generation failed: No public key
e[0m
e[91mgpg: Done
e[0m
==> Updating trust database…
e[91mgpg: no need for a trustdb check
e[0m
==> Appending keys from archlinux.gpg…
==> Locally signing trusted keys in keyring…
→ Locally signing key 0E8B644079F599DFC1DDC3973348882F6AC6A4C2…
e[91m==> ERROR: 0E8B644079F599DFC1DDC3973348882F6AC6A4C2 could not be locally signed.
e[0m
→ Locally signing key 684148BB25B49E986A4944C55184252D824B18E8…
e[91m==> ERROR: 684148BB25B49E986A4944C55184252D824B18E8 could not be locally signed.
e[0m
→ Locally signing key 44D4A033AC140143927397D47EFD567D4C7EA887…
e[91m==> ERROR: 44D4A033AC140143927397D47EFD567D4C7EA887 could not be locally signed.
e[0m
→ Locally signing key 27FFC4769E19F096D41D9265A04F9397CDFD6BB0…
e[91m==> ERROR: 27FFC4769E19F096D41D9265A04F9397CDFD6BB0 could not be locally signed.
e[0m
→ Locally signing key AB19265E5D7D20687D303246BA1DFB64FFF979E7…
e[91m==> ERROR: AB19265E5D7D20687D303246BA1DFB64FFF979E7 could not be locally signed.
e[0m
Any idea on what’s going on?