You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Mikhail Gryzykhin (JIRA)" <ji...@apache.org> on 2018/08/02 18:25:00 UTC

[jira] [Commented] (BEAM-4686) Build Failure: gpg: keyserver receive failed: unknown pubkey algorithm

    [ https://issues.apache.org/jira/browse/BEAM-4686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16567324#comment-16567324 ] 

Mikhail Gryzykhin commented on BEAM-4686:
-----------------------------------------

Assumption is that failures in form of inaccessible gnupg service or unknown algorithm is due to unstable connection to gnupg service.

I've added retries for querying keys.

Closing ticket unless issue persists.

> Build Failure: gpg: keyserver receive failed: unknown pubkey algorithm
> ----------------------------------------------------------------------
>
>                 Key: BEAM-4686
>                 URL: https://issues.apache.org/jira/browse/BEAM-4686
>             Project: Beam
>          Issue Type: Bug
>          Components: website
>    Affects Versions: 2.6.0
>            Reporter: Andrew Pilloud
>            Assignee: Mikhail Gryzykhin
>            Priority: Major
>              Labels: flake
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> I see this on a large percentage of builds:
>  
> https://builds.apache.org/job/beam_PreCommit_Website_Stage/1145/console
> {code:java}
> [beam_PreCommit_Website_Stage] $ /bin/bash -xe /tmp/jenkins6730031359263725887.sh
> + gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
> gpg: requesting key D39DC0E3 from hkp server keys.gnupg.net
> gpg: requesting key 39499BDB from hkp server keys.gnupg.net
> gpgkeys: key 409B6B1796C275462A1703113804BB82D39DC0E3 can't be retrieved
> gpgkeys: key 7D2BAF1CF37B13E2069D6956105BD0E739499BDB can't be retrieved
> gpg: no valid OpenPGP data found.
> gpg: Total number processed: 0
> gpg: keyserver communications error: keyserver helper general error
> gpg: keyserver communications error: unknown pubkey algorithm
> gpg: keyserver receive failed: unknown pubkey algorithm
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)