question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Intermittent Orca build failure due to --recv-keys failure

See original GitHub issue

https://github.com/plotly/orca/pull/197 attempted to fix the Docker build run by CI (docker-build-and-push step) but the build still fails frequently (>75% of the time) with:

Step 4/23 : RUN set -ex   && for key in     9554F04D7259F04124DE6B476D5A82AC7E37093B     94AE36675C464D64BAFA68DD7434390BDBE9B9C5     FD3A5288F042B6850C66B31F09FE44734EB7990E     71DCFD284A79C3B38668286BC97EC7A07EDE3FC1     DD8F2338BAE7501E3DD5AC78C273792F7D83545D     B9AE9905FFD7803F25714661B63B535A4C206CA9     C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8     56730D5401028683275BD23C23EFEFE93C4CFFFE   ; do     gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key" ;   done
 ---> Running in 73e9550ab7db
+ gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 9554F04D7259F04124DE6B476D5A82AC7E37093B
gpg: directory `/root/.gnupg' created
gpg: new configuration file `/root/.gnupg/gpg.conf' created
gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run
gpg: keyring `/root/.gnupg/secring.gpg' created
gpg: keyring `/root/.gnupg/pubring.gpg' created
gpg: requesting key 7E37093B from hkp server ha.pool.sks-keyservers.net
gpgkeys: key 9554F04D7259F04124DE6B476D5A82AC7E37093B 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

When it fails it generally fails on the key shown above (the first one we attempt to retrieve), but I’ve seen it fail on other keys about 10% of the time.

@plotly/devops @antoinerg @etpinard FYI

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
scjodycommented, Feb 14, 2019

We’re on 6.11.3 now, so that’s a big change, but if you want to go for it that’s fine with me.

1reaction
jkaplowitzcommented, Feb 14, 2019

@scjody I’m at least pretty familiar with Debian from my non-Plotly life, so I can help if needed … but the vast majority of font packages in Ubuntu, like 99% of the rest of Ubuntu, come from Debian. Like you, I’m not very worried.

Read more comments on GitHub >

github_iconTop Results From Across the Web

GPG Keyserver for gosu key intermittently fails #64 - GitHub
There is a workaround suggested in that issue thread for trying several explicit keyservers until the command succeeds, since it appears that if ......
Read more >
Unable to build docker image of a nodejs application
I am trying to build a docker image but I keep getting the error in this attached image . Pasted below is the...
Read more >
Bug listing with status RESOLVED with resolution TEST ...
Bug:233 - "Emacs segfaults when merged through the sandbox." status:RESOLVED resolution:TEST-REQUEST severity:critical · Bug:3888 - "yenta_socket module not ...
Read more >
gpg: keyserver receive failed: Server indicated a failure
This problem can be caused (as I just experienced it) by an empty resolv.conf , as ...
Read more >
failed to reach any official servers csgo
Whenever you open Counter Strike: Global Offensive (CS:GO) and try to connect to any available servers, you receive this error: The last method...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found