[ https://issues.apache.org/jira/browse/HBASE-16715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15527601#comment-15527601 ]
Francis Chuang commented on HBASE-16715: ---------------------------------------- I just tried it a few minutes ago and it appears to work properly where as it was failing on my machine and docker hub yesterday. I think they key file is refreshed daily and that might have fixed it. > Signing keys could not be imported > ---------------------------------- > > Key: HBASE-16715 > URL: https://issues.apache.org/jira/browse/HBASE-16715 > Project: HBase > Issue Type: Bug > Reporter: Francis Chuang > > I am trying to import the signing keys to verify downloaded hbase releases, > but it appears to fail: > {code} > $ wget -O /tmp/KEYS https://www-us.apache.org/dist/hbase/KEYS > Connecting to www-us.apache.org (140.211.11.105:443) > KEYS 100% |*******************************| 50537 0:00:00 > ETA > $ gpg --import /tmp/KEYS > gpg: directory '/root/.gnupg' created > gpg: new configuration file '/root/.gnupg/dirmngr.conf' created > gpg: new configuration file '/root/.gnupg/gpg.conf' created > gpg: keybox '/root/.gnupg/pubring.kbx' created > gpg: /root/.gnupg/trustdb.gpg: trustdb created > gpg: key 945D66AF: public key "Jean-Daniel Cryans (ASF key) > <jdcry...@apache.org>" imported > gpg: key D34B98D6: public key "Michael Stack <st...@apache.org>" imported > gpg: key 30CD0996: public key "Michael Stack <st...@duboce.net>" imported > gpg: key AEC77EAF: public key "Todd Lipcon <tlip...@mercea.net>" imported > gpg: key F48B08A4: public key "Ted Yu (Apache Public Key) > <yuzhih...@gmail.com>" imported > gpg: key 867B57B8: public key "Ramkrishna S Vasudevan (for code checkin) > <ram_krish...@hotmail.com>" imported > gpg: key 7CA45750: public key "Lars Hofhansl (CODE SIGNING KEY) > <la...@apache.org>" imported > gpg: key A1AC25A9: public key "Lars Hofhansl (CODE SIGNING KEY) > <la...@apache.org>" imported > gpg: key C7CFE328: public key "Lars Hofhansl (CODE SIGNING KEY) > <la...@apache.org>" imported > gpg: key E964B5FF: public key "Enis Soztutar (CODE SIGNING KEY) > <e...@apache.org>" imported > gpg: key 0D80DB7C: public key "Sean Busbey (CODE SIGNING KEY) > <bus...@apache.org>" imported > gpg: key 8644EEB6: public key "Nick Dimiduk <ndimi...@apache.org>" imported > gpg: invalid radix64 character 3A skipped > gpg: CRC error; E1B6C3 - DFECFB > gpg: [don't know]: invalid packet (ctb=55) > gpg: read_block: read error: Invalid packet > gpg: import from '/tmp/KEYS' failed: Invalid keyring > gpg: Total number processed: 12 > gpg: imported: 12 > gpg: no ultimately trusted keys found > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)