You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Kengo Seki (Jira)" <ji...@apache.org> on 2021/06/25 14:15:00 UTC

[jira] [Created] (BIGTOP-3562) Building Logstash is failing due to the unavailability of keyserver

Kengo Seki created BIGTOP-3562:
----------------------------------

             Summary: Building Logstash is failing due to the unavailability of keyserver
                 Key: BIGTOP-3562
                 URL: https://issues.apache.org/jira/browse/BIGTOP-3562
             Project: Bigtop
          Issue Type: Bug
            Reporter: Kengo Seki


Currently {{./gradlew logstash-pkg}} fails as follows.

{code}
$ ./gradlew logstash-pkg

...

+ gpg2 --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
gpg: requesting key D39DC0E3 from hkp server pool.sks-keyservers.net
gpg: requesting key 39499BDB from hkp server pool.sks-keyservers.net
gpgkeys: HTTP fetch error 6: Could not resolve host: pool.sks-keyservers.net; Unknown error
gpgkeys: HTTP fetch error 6: Could not resolve host: pool.sks-keyservers.net; Unknown error
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
error: Bad exit status from /var/tmp/rpm-tmp.iMNKnA (%build)
    Bad exit status from /var/tmp/rpm-tmp.iMNKnA (%build)


RPM build errors:

> Task :logstash-rpm FAILED

FAILURE: Build failed with an exception.
{code}

According to https://www.reddit.com/r/GnuPG/comments/o5tb6a/keyservers_are_gone/, pool.sks-keyservers.net is unavailable now.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)