Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-96191: Update the configure file to use GitHub issue #96211

Merged
merged 1 commit into from
Aug 29, 2022

Conversation

corona10
Copy link
Member

@corona10 corona10 commented Aug 23, 2022

@ghost
Copy link

ghost commented Aug 24, 2022

grep autoconf config.log

configure.ac

- dnl Python's configure script requires autoconf 2.69 and autoconf-archive.
+ dnl Python's configure.ac file requires autoconf 2.69 and autoconf-archive.

see the issue for a suggestion on adding the mention of podman and docker

@corona10 corona10 merged commit af368a7 into python:main Aug 29, 2022
@miss-islington
Copy link
Contributor

Thanks @corona10 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry, @corona10, I could not cleanly backport this to 3.11 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker af368a7db46594ca6bd7ed5d4d68bb39900dae0e 3.11

@miss-islington
Copy link
Contributor

Sorry @corona10, I had trouble checking out the 3.10 backport branch.
Please backport using cherry_picker on command line.
cherry_picker af368a7db46594ca6bd7ed5d4d68bb39900dae0e 3.10

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot AMD64 RHEL8 LTO + PGO 3.x has failed when building commit af368a7.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/568/builds/2493) and take a look at the build logs.
  4. Check if the failure is related to this commit (af368a7) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/568/builds/2493

Failed tests:

  • test_robotparser

Failed subtests:

  • test_read_404 - test.test_robotparser.NetworkTestCase.test_read_404
  • test_with_statement_QUIT_failure - test.test_smtplib.SMTPSimTests.test_with_statement_QUIT_failure

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

420 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 17 sec
  • test_multiprocessing_spawn: 1 min 23 sec
  • test_nntplib: 1 min 19 sec
  • test_multiprocessing_forkserver: 1 min 8 sec
  • test_urllib2net: 1 min 7 sec
  • test_multiprocessing_fork: 1 min 3 sec
  • test_signal: 1 min 3 sec
  • test_asyncio: 59.2 sec
  • test_smtpnet: 49.6 sec
  • test_socket: 47.4 sec

1 test failed:
test_robotparser

1 test altered the execution environment:
test_robotparser

14 tests skipped:
test_devpoll test_gdb test_ioctl test_kqueue test_launcher
test_msilib test_startfile test_tix test_tkinter test_ttk
test_winconsoleio test_winreg test_winsound test_zipfile64

2 re-run tests:
test_robotparser test_smtplib

Total duration: 4 min 3 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/test/test_smtplib.py", line 1244, in test_with_statement_QUIT_failure
    smtp.noop()
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/smtplib.py", line 525, in noop
    return self.docmd("noop")
           ^^^^^^^^^^^^^^^^^^
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/smtplib.py", line 432, in docmd
    return self.getreply()
           ^^^^^^^^^^^^^^^
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/smtplib.py", line 405, in getreply
    raise SMTPServerDisconnected("Connection unexpectedly closed")
smtplib.SMTPServerDisconnected: Connection unexpectedly closed


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/urllib/request.py", line 1347, in do_open
    h.request(req.get_method(), req.selector, req.data, headers,
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/http/client.py", line 1296, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/http/client.py", line 1342, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/http/client.py", line 1291, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/http/client.py", line 1051, in _send_output
    self.send(msg)
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/http/client.py", line 989, in send
    self.connect()
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/http/client.py", line 955, in connect
    self.sock = self._create_connection(
                ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/socket.py", line 827, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/socket.py", line 962, in getaddrinfo
    for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
socket.gaierror: [Errno -2] Name or service not known


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/test/test_robotparser.py", line 384, in test_read_404
    parser.read()
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/urllib/robotparser.py", line 62, in read
    f = urllib.request.urlopen(self.url)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/urllib/request.py", line 215, in urlopen
    return opener.open(url, data, timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/urllib/request.py", line 518, in open
    response = self._open(req, data)
               ^^^^^^^^^^^^^^^^^^^^^
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/urllib/request.py", line 535, in _open
    result = self._call_chain(self.handle_open, protocol, protocol +
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/urllib/request.py", line 495, in _call_chain
    result = func(*args)
             ^^^^^^^^^^^
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/urllib/request.py", line 1376, in http_open
    return self.do_open(http.client.HTTPConnection, req)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/urllib/request.py", line 1350, in do_open
    raise URLError(err)
urllib.error.URLError: <urlopen error [Errno -2] Name or service not known>

@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Aug 29, 2022
@bedevere-bot
Copy link

GH-96375 is a backport of this pull request to the 3.11 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Aug 29, 2022
@bedevere-bot
Copy link

GH-96376 is a backport of this pull request to the 3.10 branch.

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot AMD64 RHEL8 3.10 has failed when building commit f6f8acb.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/608/builds/905) and take a look at the build logs.
  4. Check if the failure is related to this commit (f6f8acb) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/608/builds/905

Failed tests:

  • test_robotparser

Failed subtests:

  • test_read_404 - test.test_robotparser.NetworkTestCase

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

414 tests OK.

10 slowest tests:

  • test_gdb: 5 min 23 sec
  • test_concurrent_futures: 2 min 27 sec
  • test_multiprocessing_spawn: 1 min 57 sec
  • test_capi: 1 min 32 sec
  • test_nntplib: 1 min 23 sec
  • test_multiprocessing_forkserver: 1 min 22 sec
  • test_multiprocessing_fork: 1 min 12 sec
  • test_unparse: 1 min 10 sec
  • test_urllib2net: 1 min 8 sec
  • test_asyncio: 1 min 8 sec

1 test failed:
test_robotparser

1 test altered the execution environment:
test_robotparser

12 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_startfile
test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg
test_winsound test_zipfile64

1 re-run test:
test_robotparser

Total duration: 5 min 27 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64/build/Lib/test/test_robotparser.py", line 379, in test_read_404
    parser.read()
  File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64/build/Lib/urllib/robotparser.py", line 62, in read
    f = urllib.request.urlopen(self.url)
  File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64/build/Lib/urllib/request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64/build/Lib/urllib/request.py", line 519, in open
    response = self._open(req, data)
  File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64/build/Lib/urllib/request.py", line 536, in _open
    result = self._call_chain(self.handle_open, protocol, protocol +
  File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64/build/Lib/urllib/request.py", line 496, in _call_chain
    result = func(*args)
  File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64/build/Lib/urllib/request.py", line 1377, in http_open
    return self.do_open(http.client.HTTPConnection, req)
  File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64/build/Lib/urllib/request.py", line 1351, in do_open
    raise URLError(err)
urllib.error.URLError: <urlopen error [Errno -2] Name or service not known>


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_bc57150a'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_2f7ece36'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_c0d1426b'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64/build/Lib/urllib/request.py", line 1348, in do_open
    h.request(req.get_method(), req.selector, req.data, headers,
  File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64/build/Lib/http/client.py", line 1282, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64/build/Lib/http/client.py", line 1328, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64/build/Lib/http/client.py", line 1277, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64/build/Lib/http/client.py", line 1037, in _send_output
    self.send(msg)
  File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64/build/Lib/http/client.py", line 975, in send
    self.connect()
  File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64/build/Lib/http/client.py", line 941, in connect
    self.sock = self._create_connection(
  File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64/build/Lib/socket.py", line 824, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
  File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-x86_64/build/Lib/socket.py", line 955, in getaddrinfo
    for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -2] Name or service not known

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants