The Wayback Machine - https://web.archive.org/web/20221223192839/https://github.com/python/cpython/pull/28151
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

[3.10] Regenerate autoconf files with version 2.69 #28151

Merged
merged 1 commit into from Sep 4, 2021

Conversation

pablogsal
Copy link
Member

@pablogsal pablogsal commented Sep 4, 2021

No description provided.

@pablogsal pablogsal requested a review from ambv Sep 4, 2021
@pablogsal pablogsal changed the title Regenerate autoconf files with version 2.69 [3.10] Regenerate autoconf files with version 2.69 Sep 4, 2021
@pablogsal pablogsal merged commit b1617d7 into python:3.10 Sep 4, 2021
12 checks passed
@pablogsal pablogsal deleted the autotools branch Sep 4, 2021
@bedevere-bot
Copy link

bedevere-bot commented Sep 4, 2021

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

Hi! The buildbot PPC64LE Fedora Stable Clang 3.10 has failed when building commit b1617d7.

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/631/builds/259) and take a look at the build logs.
  4. Check if the failure is related to this commit (b1617d7) 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/631/builds/259

Failed tests:

  • test_unicodedata

Failed subtests:

  • test_normalization - test.test_unicodedata.NormalizationTest

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

== Tests result: FAILURE then FAILURE ==

413 tests OK.

10 slowest tests:

  • test_hashlib: 5 min 39 sec
  • test_peg_generator: 4 min 20 sec
  • test_codecmaps_jp: 2 min 54 sec
  • test_codecmaps_kr: 2 min 47 sec
  • test_concurrent_futures: 2 min 35 sec
  • test_codecmaps_tw: 2 min 30 sec
  • test_unicodedata: 1 min 43 sec
  • test_tokenize: 1 min 23 sec
  • test_multiprocessing_spawn: 1 min 21 sec
  • test_unparse: 1 min 14 sec

1 test failed:
test_unicodedata

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

Total duration: 8 min 40 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.10.cstratak-fedora-stable-ppc64le.clang/build/Lib/test/test_unicodedata.py", line 342, in test_normalization
    self.fail(f"Could not retrieve {TESTDATAURL}")
AssertionError: Could not retrieve http://www.pythontest.net/unicode/13.0.0/NormalizationTest.txt


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.10.cstratak-fedora-stable-ppc64le.clang/build/Lib/test/test_unicodedata.py", line 336, in test_normalization
    testdata = open_urlresource(TESTDATAURL, encoding="utf-8",
TimeoutError: timed out

@bedevere-bot
Copy link

bedevere-bot commented Sep 4, 2021

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

Hi! The buildbot PPC64LE RHEL7 3.10 has failed when building commit b1617d7.

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/619/builds/296) and take a look at the build logs.
  4. Check if the failure is related to this commit (b1617d7) 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/619/builds/296

Failed tests:

  • test_unicodedata

Failed subtests:

  • test_normalization - test.test_unicodedata.NormalizationTest

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

== Tests result: FAILURE then FAILURE ==

411 tests OK.

10 slowest tests:

  • test_hashlib: 9 min 56 sec
  • test_codecmaps_jp: 4 min 59 sec
  • test_unicodedata: 3 min 35 sec
  • test_concurrent_futures: 2 min 58 sec
  • test_codecmaps_kr: 2 min 57 sec
  • test_codecmaps_cn: 2 min 45 sec
  • test_unparse: 2 min 21 sec
  • test_tokenize: 2 min 10 sec
  • test_peg_generator: 1 min 51 sec
  • test_multiprocessing_spawn: 1 min 48 sec

1 test failed:
test_unicodedata

15 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_ossaudiodev
test_smtpnet test_ssl test_startfile test_tix test_tk
test_ttk_guionly test_winconsoleio test_winreg test_winsound
test_zipfile64

Total duration: 11 min 24 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-ppc64le/build/Lib/test/test_unicodedata.py", line 336, in test_normalization
    testdata = open_urlresource(TESTDATAURL, encoding="utf-8",
TimeoutError: timed out


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-ppc64le/build/Lib/test/test_unicodedata.py", line 342, in test_normalization
    self.fail(f"Could not retrieve {TESTDATAURL}")
AssertionError: Could not retrieve http://www.pythontest.net/unicode/13.0.0/NormalizationTest.txt

@bedevere-bot
Copy link

bedevere-bot commented Sep 4, 2021

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

Hi! The buildbot PPC64LE RHEL7 LTO + PGO 3.10 has failed when building commit b1617d7.

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/598/builds/300) and take a look at the build logs.
  4. Check if the failure is related to this commit (b1617d7) 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/598/builds/300

Failed tests:

  • test_unicodedata

Failed subtests:

  • test_normalization - test.test_unicodedata.NormalizationTest

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

== Tests result: FAILURE then FAILURE ==

410 tests OK.

10 slowest tests:

  • test_unicodedata: 5 min 40 sec
  • test_hashlib: 4 min 27 sec
  • test_concurrent_futures: 2 min 56 sec
  • test_tokenize: 2 min 22 sec
  • test_unparse: 2 min 17 sec
  • test_codecmaps_kr: 1 min 55 sec
  • test_lib2to3: 1 min 53 sec
  • test_multiprocessing_spawn: 1 min 53 sec
  • test_codecmaps_jp: 1 min 30 sec
  • test_multiprocessing_forkserver: 1 min 16 sec

1 test failed:
test_unicodedata

16 tests skipped:
test_devpoll test_gdb test_ioctl test_kqueue test_msilib
test_ossaudiodev test_smtpnet test_ssl test_startfile test_tix
test_tk test_ttk_guionly test_winconsoleio test_winreg
test_winsound test_zipfile64

Total duration: 12 min 23 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/http/client.py", line 586, in _read_chunked
    value.append(self._safe_read(amt))
http.client.IncompleteRead: IncompleteRead(4215 bytes read, 3977 more expected)


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/test_unicodedata.py", line 336, in test_normalization
    testdata = open_urlresource(TESTDATAURL, encoding="utf-8",
TimeoutError: timed out


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/test_unicodedata.py", line 336, in test_normalization
    testdata = open_urlresource(TESTDATAURL, encoding="utf-8",
http.client.IncompleteRead: IncompleteRead(0 bytes read)


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.10.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/test_unicodedata.py", line 342, in test_normalization
    self.fail(f"Could not retrieve {TESTDATAURL}")
AssertionError: Could not retrieve http://www.pythontest.net/unicode/13.0.0/NormalizationTest.txt

@bedevere-bot
Copy link

bedevere-bot commented Sep 4, 2021

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

Hi! The buildbot PPC64LE Fedora Stable LTO + PGO 3.10 has failed when building commit b1617d7.

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/682/builds/258) and take a look at the build logs.
  4. Check if the failure is related to this commit (b1617d7) 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/682/builds/258

Failed tests:

  • test_unicodedata

Failed subtests:

  • test_normalization - test.test_unicodedata.NormalizationTest

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

== Tests result: FAILURE then FAILURE ==

412 tests OK.

10 slowest tests:

  • test_unicodedata: 4 min 5 sec
  • test_codecmaps_kr: 3 min 27 sec
  • test_hashlib: 3 min 22 sec
  • test_concurrent_futures: 2 min 31 sec
  • test_multiprocessing_spawn: 1 min 9 sec
  • test_nntplib: 1 min 3 sec
  • test_multiprocessing_forkserver: 58.0 sec
  • test_tokenize: 55.0 sec
  • test_codecmaps_cn: 54.2 sec
  • test_multiprocessing_fork: 52.1 sec

1 test failed:
test_unicodedata

14 tests skipped:
test_devpoll test_gdb test_ioctl test_kqueue test_msilib
test_ossaudiodev test_startfile test_tix test_tk test_ttk_guionly
test_winconsoleio test_winreg test_winsound test_zipfile64

Total duration: 7 min 33 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.10.cstratak-fedora-stable-ppc64le.lto-pgo/build/Lib/http/client.py", line 590, in _read_chunked
    value.append(self._safe_read(chunk_left))
http.client.IncompleteRead: IncompleteRead(151 bytes read, 3935 more expected)


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.10.cstratak-fedora-stable-ppc64le.lto-pgo/build/Lib/test/test_unicodedata.py", line 342, in test_normalization
    self.fail(f"Could not retrieve {TESTDATAURL}")
AssertionError: Could not retrieve http://www.pythontest.net/unicode/13.0.0/NormalizationTest.txt


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.10.cstratak-fedora-stable-ppc64le.lto-pgo/build/Lib/test/test_unicodedata.py", line 336, in test_normalization
    testdata = open_urlresource(TESTDATAURL, encoding="utf-8",
http.client.IncompleteRead: IncompleteRead(0 bytes read)


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.10.cstratak-fedora-stable-ppc64le.lto-pgo/build/Lib/http/client.py", line 590, in _read_chunked
    value.append(self._safe_read(chunk_left))
http.client.IncompleteRead: IncompleteRead(2007 bytes read, 2079 more expected)

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.

None yet

3 participants