Title: Automated tests fail due to ha.pool.sks-keyservers.net unavailability · Issue #79 · googleapis/python-compute · GitHub
Open Graph Title: Automated tests fail due to ha.pool.sks-keyservers.net unavailability · Issue #79 · googleapis/python-compute
X Title: Automated tests fail due to ha.pool.sks-keyservers.net unavailability · Issue #79 · googleapis/python-compute
Description: Environment details OS type and version: n/a Python version: python --version: n/a pip version: pip --version: n/a google-cloud-compute version: pip show google-cloud-compute: n/a Steps to reproduce Try to make a Pull Request, so kokoro ...
Open Graph Description: Environment details OS type and version: n/a Python version: python --version: n/a pip version: pip --version: n/a google-cloud-compute version: pip show google-cloud-compute: n/a Steps to reproduc...
X Description: Environment details OS type and version: n/a Python version: python --version: n/a pip version: pip --version: n/a google-cloud-compute version: pip show google-cloud-compute: n/a Steps to reproduc...
Opengraph URL: https://github.com/googleapis/python-compute/issues/79
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Automated tests fail due to ha.pool.sks-keyservers.net unavailability","articleBody":"#### Environment details\r\n\r\n - OS type and version: n/a\r\n - Python version: `python --version`: n/a\r\n - pip version: `pip --version`: n/a\r\n - `google-cloud-compute` version: `pip show google-cloud-compute`: n/a\r\n\r\n#### Steps to reproduce\r\n\r\n 1. Try to make a Pull Request, so kokoro tries to build like, just like: https://github.com/googleapis/python-compute/pull/78\r\n 2. The docs-presubmit test fails during its setup.\r\n\r\n#### Code example\r\n\r\nNone needed.\r\n\r\n#### Stack trace\r\n\r\nFrom the test output:\r\n```\r\nStep 6/8 : RUN set -ex \u0026\u0026 export GNUPGHOME=\"$(mktemp -d)\" \u0026\u0026 echo \"disable-ipv6\" \u003e\u003e \"${GNUPGHOME}/dirmngr.conf\" \u0026\u0026 /tmp/fetch_gpg_keys.sh \u0026\u0026 for PYTHON_VERSION in 3.7.8 3.8.5; do wget --no-check-certificate -O python-${PYTHON_VERSION}.tar.xz \"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz\" \u0026\u0026 wget --no-check-certificate -O python-${PYTHON_VERSION}.tar.xz.asc \"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc\" \u0026\u0026 gpg --batch --verify python-${PYTHON_VERSION}.tar.xz.asc python-${PYTHON_VERSION}.tar.xz \u0026\u0026 rm -r python-${PYTHON_VERSION}.tar.xz.asc \u0026\u0026 mkdir -p /usr/src/python-${PYTHON_VERSION} \u0026\u0026 tar -xJC /usr/src/python-${PYTHON_VERSION} --strip-components=1 -f python-${PYTHON_VERSION}.tar.xz \u0026\u0026 rm python-${PYTHON_VERSION}.tar.xz \u0026\u0026 cd /usr/src/python-${PYTHON_VERSION} \u0026\u0026 ./configure --enable-shared --enable-unicode=ucs4 --with-system-ffi --without-ensurepip \u0026\u0026 make -j$(nproc) \u0026\u0026 make install \u0026\u0026 ldconfig ; done \u0026\u0026 rm -rf \"${GNUPGHOME}\" \u0026\u0026 rm -rf /usr/src/python* \u0026\u0026 rm -rf ~/.cache/\r\n ---\u003e Running in 39d592cf26a8\r\n+ mktemp -d\r\n+ export GNUPGHOME=/tmp/tmp.vjBaqEwlHa\r\n+ echo disable-ipv6\r\n+ /tmp/fetch_gpg_keys.sh\r\ngpg: keybox '/tmp/tmp.vjBaqEwlHa/pubring.kbx' created\r\ngpg: keyserver receive failed: No name\r\ncommand failed, retrying\r\ngpg: keyserver receive failed: No name\r\ncommand failed, retrying\r\ngpg: keyserver receive failed: No name\r\ncommand failed, retrying\r\ngpg: keyserver receive failed: No name\r\ncommand failed, retrying\r\ngpg: keyserver receive failed: No name\r\ncommand failed, retrying\r\ngpg: keyserver receive failed: No name\r\ncommand failed, retrying\r\nThe command '/bin/sh -c set -ex \u0026\u0026 export GNUPGHOME=\"$(mktemp -d)\" \u0026\u0026 echo \"disable-ipv6\" \u003e\u003e \"${GNUPGHOME}/dirmngr.conf\" \u0026\u0026 /tmp/fetch_gpg_keys.sh \u0026\u0026 for PYTHON_VERSION in 3.7.8 3.8.5; do wget --no-check-certificate -O python-${PYTHON_VERSION}.tar.xz \"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz\" \u0026\u0026 wget --no-check-certificate -O python-${PYTHON_VERSION}.tar.xz.asc \"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc\" \u0026\u0026 gpg --batch --verify python-${PYTHON_VERSION}.tar.xz.asc python-${PYTHON_VERSION}.tar.xz \u0026\u0026 rm -r python-${PYTHON_VERSION}.tar.xz.asc \u0026\u0026 mkdir -p /usr/src/python-${PYTHON_VERSION} \u0026\u0026 tar -xJC /usr/src/python-${PYTHON_VERSION} --strip-components=1 -f python-${PYTHON_VERSION}.tar.xz \u0026\u0026 rm python-${PYTHON_VERSION}.tar.xz \u0026\u0026 cd /usr/src/python-${PYTHON_VERSION} \u0026\u0026 ./configure --enable-shared --enable-unicode=ucs4 --with-system-ffi --without-ensurepip \u0026\u0026 make -j$(nproc) \u0026\u0026 make install \u0026\u0026 ldconfig ; done \u0026\u0026 rm -rf \"${GNUPGHOME}\" \u0026\u0026 rm -rf /usr/src/python* \u0026\u0026 rm -rf ~/.cache/' returned a non-zero code: 1\r\n```\r\n\r\nBasically, those two commands are failing:\r\n```\r\ngpg --keyserver ha.pool.sks-keyservers.net --recv-keys 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D\r\ngpg --keyserver ha.pool.sks-keyservers.net --recv-keys E3FF2839C048B25C084DEBE9B26995E310250568\r\n```\r\n\r\nI checked that `ha.pool.sks-keyservers.net` fails to resolve. Do we really want to validate python build like this? Isn't there a better, more reliable way?\r\n\r\nAs we can see at: https://sks-keyservers.net/overview-of-pools.php\r\n```\r\nThis service is deprecated. This means it is no longer maintained, and new HKPS certificates will not be issued. Service reliability should not be expected.\r\n\r\nUpdate 2021-06-21: Due to even more GDPR takedown requests, the DNS records for the pool will no longer be provided at all.\r\n```","author":{"url":"https://github.com/m-strzelczyk","@type":"Person","name":"m-strzelczyk"},"datePublished":"2021-07-19T13:41:46.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/79/python-compute/issues/79"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:d6796605-66e0-7dcb-9344-14cafa521daf |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | C6AE:366857:2D0CD2C:3DBCFC5:6A4F0AC0 |
| html-safe-nonce | 5ace95631701cc24f7092b95c9df135c91430626927b42fa2257a3273d41a10b |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDNkFFOjM2Njg1NzoyRDBDRDJDOjNEQkNGQzU6NkE0RjBBQzAiLCJ2aXNpdG9yX2lkIjoiMjQ4MDM5ODI5ODc0NzE3NzY2NCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | dddb05b446228f07e5d5a55dfa1a2094b00962aeeb5a67ecdeb1888f98ecfe67 |
| hovercard-subject-tag | issue:947667489 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/googleapis/python-compute/79/issue_layout |
| twitter:image | https://opengraph.githubassets.com/2d3217716cbb576b4408bc71b531bbf4a5f686777a9b2c681108333a16598424/googleapis/python-compute/issues/79 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/2d3217716cbb576b4408bc71b531bbf4a5f686777a9b2c681108333a16598424/googleapis/python-compute/issues/79 |
| og:image:alt | Environment details OS type and version: n/a Python version: python --version: n/a pip version: pip --version: n/a google-cloud-compute version: pip show google-cloud-compute: n/a Steps to reproduc... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | m-strzelczyk |
| hostname | github.com |
| expected-hostname | github.com |
| None | b92d11c0aa4a77d54ef4af1078b6a15fb5a70a215b30c4ecf28889d5a8e656d9 |
| turbo-cache-control | no-preview |
| go-import | github.com/googleapis/python-compute git https://github.com/googleapis/python-compute.git |
| octolytics-dimension-user_id | 16785467 |
| octolytics-dimension-user_login | googleapis |
| octolytics-dimension-repository_id | 328021905 |
| octolytics-dimension-repository_nwo | googleapis/python-compute |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 328021905 |
| octolytics-dimension-repository_network_root_nwo | googleapis/python-compute |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 2b8f23afb982271f1b22258a94aede67a6b77760 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width