René's URL Explorer Experiment


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

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@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-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:d6796605-66e0-7dcb-9344-14cafa521daf
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC6AE:366857:2D0CD2C:3DBCFC5:6A4F0AC0
html-safe-nonce5ace95631701cc24f7092b95c9df135c91430626927b42fa2257a3273d41a10b
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDNkFFOjM2Njg1NzoyRDBDRDJDOjNEQkNGQzU6NkE0RjBBQzAiLCJ2aXNpdG9yX2lkIjoiMjQ4MDM5ODI5ODc0NzE3NzY2NCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacdddb05b446228f07e5d5a55dfa1a2094b00962aeeb5a67ecdeb1888f98ecfe67
hovercard-subject-tagissue:947667489
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/googleapis/python-compute/79/issue_layout
twitter:imagehttps://opengraph.githubassets.com/2d3217716cbb576b4408bc71b531bbf4a5f686777a9b2c681108333a16598424/googleapis/python-compute/issues/79
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/2d3217716cbb576b4408bc71b531bbf4a5f686777a9b2c681108333a16598424/googleapis/python-compute/issues/79
og:image:altEnvironment 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:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamem-strzelczyk
hostnamegithub.com
expected-hostnamegithub.com
Noneb92d11c0aa4a77d54ef4af1078b6a15fb5a70a215b30c4ecf28889d5a8e656d9
turbo-cache-controlno-preview
go-importgithub.com/googleapis/python-compute git https://github.com/googleapis/python-compute.git
octolytics-dimension-user_id16785467
octolytics-dimension-user_logingoogleapis
octolytics-dimension-repository_id328021905
octolytics-dimension-repository_nwogoogleapis/python-compute
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id328021905
octolytics-dimension-repository_network_root_nwogoogleapis/python-compute
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release2b8f23afb982271f1b22258a94aede67a6b77760
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/googleapis/python-compute/issues/79#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgoogleapis%2Fpython-compute%2Fissues%2F79
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgoogleapis%2Fpython-compute%2Fissues%2F79
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=googleapis%2Fpython-compute
Reloadhttps://github.com/googleapis/python-compute/issues/79
Reloadhttps://github.com/googleapis/python-compute/issues/79
Reloadhttps://github.com/googleapis/python-compute/issues/79
Please reload this pagehttps://github.com/googleapis/python-compute/issues/79
googleapis https://github.com/googleapis
python-computehttps://github.com/googleapis/python-compute
Notifications https://github.com/login?return_to=%2Fgoogleapis%2Fpython-compute
Fork 24 https://github.com/login?return_to=%2Fgoogleapis%2Fpython-compute
Star 38 https://github.com/login?return_to=%2Fgoogleapis%2Fpython-compute
Code https://github.com/googleapis/python-compute
Issues 0 https://github.com/googleapis/python-compute/issues
Pull requests 0 https://github.com/googleapis/python-compute/pulls
Actions https://github.com/googleapis/python-compute/actions
Projects https://github.com/googleapis/python-compute/projects
Security and quality 0 https://github.com/googleapis/python-compute/security
Insights https://github.com/googleapis/python-compute/pulse
Code https://github.com/googleapis/python-compute
Issues https://github.com/googleapis/python-compute/issues
Pull requests https://github.com/googleapis/python-compute/pulls
Actions https://github.com/googleapis/python-compute/actions
Projects https://github.com/googleapis/python-compute/projects
Security and quality https://github.com/googleapis/python-compute/security
Insights https://github.com/googleapis/python-compute/pulse
Automated tests fail due to ha.pool.sks-keyservers.net unavailabilityhttps://github.com/googleapis/python-compute/issues/79#top
https://github.com/m-strzelczyk
api: computeIssues related to the googleapis/python-compute API.https://github.com/googleapis/python-compute/issues?q=state%3Aopen%20label%3A%22api%3A%20compute%22
triage meI really want to be triaged.https://github.com/googleapis/python-compute/issues?q=state%3Aopen%20label%3A%22triage%20me%22
https://github.com/m-strzelczyk
m-strzelczykhttps://github.com/m-strzelczyk
on Jul 19, 2021https://github.com/googleapis/python-compute/issues/79#issue-947667489
docs(samples): Adding pagination sample. #78https://github.com/googleapis/python-compute/pull/78
https://sks-keyservers.net/overview-of-pools.phphttps://sks-keyservers.net/overview-of-pools.php
m-strzelczykhttps://github.com/m-strzelczyk
api: computeIssues related to the googleapis/python-compute API.https://github.com/googleapis/python-compute/issues?q=state%3Aopen%20label%3A%22api%3A%20compute%22
triage meI really want to be triaged.https://github.com/googleapis/python-compute/issues?q=state%3Aopen%20label%3A%22triage%20me%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.