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] gh-121957: Emit audit events for python -i and python -m asyncio #122119

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

ambv
Copy link
Contributor

@ambv ambv commented Jul 22, 2024

@ambv ambv requested review from 1st1 and asvetlov as code owners July 22, 2024 11:27
@ambv ambv merged commit d86ab5d into python:3.10 Jul 22, 2024
14 of 15 checks passed
@bedevere-bot
Copy link

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

Hi! The buildbot s390x SLES 3.10 has failed when building commit d86ab5d.

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/#builders/611/builds/1437) and take a look at the build logs.
  4. Check if the failure is related to this commit (d86ab5d) 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/#builders/611/builds/1437

Failed tests:

  • test_zlib

Failed subtests:

  • test_pair - test.test_zlib.CompressObjectTestCase
  • test_speech128 - test.test_zlib.CompressTestCase

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

== Tests result: FAILURE then FAILURE ==

411 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 19 sec
  • test_multiprocessing_spawn: 1 min 37 sec
  • test_multiprocessing_forkserver: 1 min 14 sec
  • test_multiprocessing_fork: 1 min 8 sec
  • test_unparse: 49.1 sec
  • test_signal: 47.2 sec
  • test_asyncio: 46.3 sec
  • test_io: 45.1 sec
  • test_tokenize: 41.0 sec
  • test_gdb: 31.9 sec

1 test failed:
test_zlib

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

1 re-run test:
test_zlib

Total duration: 4 min 24 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-sles-z/build/Lib/test/test_zlib.py", line 259, in test_pair
    self.assertEqual(x1 + x2, datazip)
AssertionError: b'x\x9c\xe2\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[110607 chars]\x95' != b'x\x9c\xe3\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[114866 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-sles-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_b4a076a4'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-sles-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_ceff3c76'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-sles-z/build/Lib/test/test_zlib.py", line 259, in test_pair
    self.assertEqual(x1 + x2, datazip)
AssertionError: b'x\x9c\xe2\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[110676 chars]\x95' != b'x\x9c\xe3\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[115316 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-sles-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_b7cbaa3a'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-sles-z/build/Lib/test/test_zlib.py", line 202, in test_speech128
    self.assertEqual(zlib.compress(bytearray(data)), x)
AssertionError: b'x\x[4351 chars]z\xa4W\xc0\xc4V\xc00\xbf\x10[\x01\xc3t\xc0*\xe[109753 chars]\x95' != b'x\x[4351 chars]z\xa4T\xc0\x94V\xc00\xbf\x10[\x01\xc3t\xc0*\xe[110965 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-sles-z/build/Lib/test/test_zlib.py", line 202, in test_speech128
    self.assertEqual(zlib.compress(bytearray(data)), x)
AssertionError: b'x\x[3391 chars]x17\xe3\xa8\x80a\x8eA\xaf\x80\x0bpT\xc0\xe8\xb[112441 chars]\x95' != b'x\x[3391 chars]x17\xa3U\xc0\xb0\n\x18\xe6\x18\xf4\n\xb8\x00G\[111475 chars]\x95'

@bedevere-bot
Copy link

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

Hi! The buildbot AMD64 FreeBSD 3.10 has failed when building commit d86ab5d.

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/#builders/1221/builds/29) and take a look at the build logs.
  4. Check if the failure is related to this commit (d86ab5d) 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/#builders/1221/builds/29

Failed tests:

  • test_cmd_line_script
  • test_tarfile

Failed subtests:

  • test_modes - test.test_tarfile.TestExtractionFilters
  • test_script_as_dev_fd - test.test_cmd_line_script.CmdLineTest

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

== Tests result: FAILURE then FAILURE ==

409 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 14 sec
  • test_multiprocessing_spawn: 1 min 31 sec
  • test_multiprocessing_forkserver: 1 min 17 sec
  • test_multiprocessing_fork: 1 min 12 sec
  • test_signal: 46.1 sec
  • test_asyncio: 42.6 sec
  • test_io: 36.6 sec
  • test_capi: 35.5 sec
  • test_subprocess: 34.8 sec
  • test_pydoc: 31.6 sec

2 tests failed:
test_cmd_line_script test_tarfile

14 tests skipped:
test_devpoll test_epoll test_ioctl test_msilib test_readline
test_spwd test_startfile test_tix test_tk test_ttk_guionly
test_winconsoleio test_winreg test_winsound test_zipfile64

2 re-run tests:
test_cmd_line_script test_tarfile

Total duration: 5 min 1 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/buildbot/buildarea/3.10.ware-freebsd/build/Lib/test/test_cmd_line_script.py", line 752, in test_script_as_dev_fd
    self.assertEqual(out, b"12345678912345678912345\n")
AssertionError: b"/buildbot/buildarea/3.10.ware-freebsd/bu[74 chars]ry\n" != b'12345678912345678912345\n'


Traceback (most recent call last):
  File "/buildbot/buildarea/3.10.ware-freebsd/build/Lib/test/test_tarfile.py", line 3658, in test_modes
    os.chmod(tmp_filename, os.stat(tmp_filename).st_mode | stat.S_ISVTX)
OSError: [Errno 79] Inappropriate file type or format: '/buildbot/buildarea/3.10.ware-freebsd/build/build/test_python_94338æ/@test_94338_tmpæ-tardir/tmp.file'


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


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


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


Traceback (most recent call last):
  File "/buildbot/buildarea/3.10.ware-freebsd/build/Lib/test/test_tarfile.py", line 3658, in test_modes
    os.chmod(tmp_filename, os.stat(tmp_filename).st_mode | stat.S_ISVTX)
OSError: [Errno 79] Inappropriate file type or format: '/buildbot/buildarea/3.10.ware-freebsd/build/build/test_python_94338æ/test_python_worker_94960æ/@test_94960_tmpæ-tardir/tmp.file'

@bedevere-bot
Copy link

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

Hi! The buildbot AMD64 FreeBSD14 3.10 has failed when building commit d86ab5d.

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/#builders/1231/builds/24) and take a look at the build logs.
  4. Check if the failure is related to this commit (d86ab5d) 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/#builders/1231/builds/24

Failed tests:

  • test_cmd_line_script
  • test_tarfile

Failed subtests:

  • test_modes - test.test_tarfile.TestExtractionFilters
  • test_script_as_dev_fd - test.test_cmd_line_script.CmdLineTest

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

== Tests result: FAILURE then FAILURE ==

407 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 29 sec
  • test_multiprocessing_spawn: 2 min 15 sec
  • test_multiprocessing_forkserver: 1 min 34 sec
  • test_multiprocessing_fork: 1 min 27 sec
  • test_unparse: 1 min 24 sec
  • test_asyncio: 1 min 7 sec
  • test_tokenize: 1 min 3 sec
  • test_capi: 52.6 sec
  • test_lib2to3: 50.0 sec
  • test_subprocess: 49.2 sec

2 tests failed:
test_cmd_line_script test_tarfile

16 tests skipped:
test_dbm_gnu test_devpoll test_epoll test_gdb test_ioctl
test_msilib test_readline test_spwd test_startfile test_tix
test_tk test_ttk_guionly test_winconsoleio test_winreg
test_winsound test_zipfile64

2 re-run tests:
test_cmd_line_script test_tarfile

Total duration: 8 min 32 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.10.opsec-fbsd14/build/Lib/test/test_tarfile.py", line 3658, in test_modes
    os.chmod(tmp_filename, os.stat(tmp_filename).st_mode | stat.S_ISVTX)
OSError: [Errno 79] Inappropriate file type or format: '/home/buildbot/buildarea/3.10.opsec-fbsd14/build/build/test_python_33700æ/test_python_worker_33926æ/@test_33926_tmpæ-tardir/tmp.file'


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


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


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.10.opsec-fbsd14/build/Lib/test/test_cmd_line_script.py", line 752, in test_script_as_dev_fd
    self.assertEqual(out, b"12345678912345678912345\n")
AssertionError: b"/home/buildbot/buildarea/3.10.opsec-fbsd[79 chars]ry\n" != b'12345678912345678912345\n'


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


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.10.opsec-fbsd14/build/Lib/test/test_tarfile.py", line 3658, in test_modes
    os.chmod(tmp_filename, os.stat(tmp_filename).st_mode | stat.S_ISVTX)
OSError: [Errno 79] Inappropriate file type or format: '/home/buildbot/buildarea/3.10.opsec-fbsd14/build/build/test_python_33700æ/@test_33700_tmpæ-tardir/tmp.file'

@ambv ambv deleted the gh-121957-py310 branch July 22, 2024 15:13
@bedevere-bot
Copy link

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

Hi! The buildbot s390x RHEL8 3.10 has failed when building commit d86ab5d.

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/#builders/700/builds/1228) and take a look at the build logs.
  4. Check if the failure is related to this commit (d86ab5d) 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/#builders/700/builds/1228

Failed tests:

  • test_zlib

Failed subtests:

  • test_pair - test.test_zlib.CompressObjectTestCase
  • test_speech128 - test.test_zlib.CompressTestCase

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

== Tests result: FAILURE then FAILURE ==

411 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 24 sec
  • test_multiprocessing_spawn: 2 min
  • test_multiprocessing_forkserver: 1 min 18 sec
  • test_multiprocessing_fork: 1 min 4 sec
  • test_gdb: 1 min 3 sec
  • test_unparse: 52.3 sec
  • test_signal: 47.6 sec
  • test_capi: 45.6 sec
  • test_asyncio: 43.3 sec
  • test_tokenize: 40.4 sec

1 test failed:
test_zlib

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

1 re-run test:
test_zlib

Total duration: 5 min 40 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z/build/Lib/test/test_zlib.py", line 202, in test_speech128
    self.assertEqual(zlib.compress(bytearray(data)), x)
AssertionError: b'x\x[4346 chars]8\xa6\x9aZ\x15p\xc10\xaf\x80a~!\xb6\x02\x86\xe[110433 chars]\x95' != b'x\x[4346 chars]8\xa6z\xa4W\xc0\xc4V\xc00\xbf\x10[\x01\xc3t\xc[110776 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z/build/Lib/test/test_zlib.py", line 259, in test_pair
    self.assertEqual(x1 + x2, datazip)
AssertionError: b'x\x9c\xe2\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[111477 chars]\x95' != b'x\x9c\xe3\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[114701 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_314478f0'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z/build/Lib/test/test_zlib.py", line 259, in test_pair
    self.assertEqual(x1 + x2, datazip)
AssertionError: b'x\x9c\xe2\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[110835 chars]\x95' != b'x\x9c\xe3\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[115122 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z/build/Lib/test/test_zlib.py", line 202, in test_speech128
    self.assertEqual(zlib.compress(bytearray(data)), x)
AssertionError: b'x\x[3449 chars]xd3\x04J\n\xe5\x99y)\xb0\nX\x01Z\x01\xe3\xaa\x[110717 chars]\x95' != b'x\x[3449 chars]xd3\x84^\x01+\x10\xa8\x80\xe1\xf1\x00\xad\x80\[111252 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_ab2f66ac'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_2c456291'

@bedevere-bot
Copy link

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

Hi! The buildbot s390x RHEL8 LTO + PGO 3.10 has failed when building commit d86ab5d.

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/#builders/607/builds/1238) and take a look at the build logs.
  4. Check if the failure is related to this commit (d86ab5d) 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/#builders/607/builds/1238

Failed tests:

  • test_zlib

Failed subtests:

  • test_pair - test.test_zlib.CompressObjectTestCase
  • test_speech128 - test.test_zlib.CompressTestCase

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

== Tests result: FAILURE then FAILURE ==

410 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 18 sec
  • test_multiprocessing_spawn: 1 min 22 sec
  • test_multiprocessing_forkserver: 1 min 8 sec
  • test_multiprocessing_fork: 1 min 3 sec
  • test_signal: 46.9 sec
  • test_asyncio: 37.5 sec
  • test_io: 34.1 sec
  • test_imaplib: 32.0 sec
  • test_pydoc: 30.8 sec
  • test_logging: 27.7 sec

1 test failed:
test_zlib

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

1 re-run test:
test_zlib

Total duration: 4 min 27 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_636f94e5'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_zlib.py", line 259, in test_pair
    self.assertEqual(x1 + x2, datazip)
AssertionError: b'x\x9c\xe2\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[110933 chars]\x95' != b'x\x9c\xe3\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[114731 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_zlib.py", line 202, in test_speech128
    self.assertEqual(zlib.compress(bytearray(data)), x)
AssertionError: b'x\x[3362 chars]xa4\x88\xad\x80\xad\xa8T\x01\x17\xe3\xa8\x80a\[111939 chars]\x95' != b'x\x[3362 chars]xa4\x08U\xc0%\xd0\n\xd8\nZ\x01\x17A+\xe0\x12h\[111782 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_zlib.py", line 202, in test_speech128
    self.assertEqual(zlib.compress(bytearray(data)), x)
AssertionError: b'x\x[656 chars]xa9\xc00J\xacTO\x01\x99\xab\x072\xaa(\xd5\x1a\[112946 chars]\x95' != b'x\x[656 chars]xa9\xe00RO\x01\x99\xab\x072\xaa(\xd5\x1a\x18<\[114075 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_80409b37'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_zlib.py", line 259, in test_pair
    self.assertEqual(x1 + x2, datazip)
AssertionError: b'x\x9c\xe2\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[110379 chars]\x95' != b'x\x9c\xe3\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[115144 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_30b28588'

@bedevere-bot
Copy link

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

Hi! The buildbot s390x RHEL8 LTO 3.10 has failed when building commit d86ab5d.

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/#builders/649/builds/1228) and take a look at the build logs.
  4. Check if the failure is related to this commit (d86ab5d) 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/#builders/649/builds/1228

Failed tests:

  • test_zlib

Failed subtests:

  • test_pair - test.test_zlib.CompressObjectTestCase
  • test_speech128 - test.test_zlib.CompressTestCase

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

== Tests result: FAILURE then FAILURE ==

411 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 19 sec
  • test_multiprocessing_spawn: 1 min 22 sec
  • test_gdb: 1 min 16 sec
  • test_multiprocessing_forkserver: 1 min 12 sec
  • test_multiprocessing_fork: 1 min 4 sec
  • test_signal: 47.2 sec
  • test_asyncio: 39.2 sec
  • test_imaplib: 32.5 sec
  • test_peg_generator: 32.1 sec
  • test_io: 31.9 sec

1 test failed:
test_zlib

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

1 re-run test:
test_zlib

Total duration: 4 min 28 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z.lto/build/Lib/test/test_zlib.py", line 259, in test_pair
    self.assertEqual(x1 + x2, datazip)
AssertionError: b'x\x9c\xe2\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[110388 chars]\x95' != b'x\x9c\xe3\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[114977 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z.lto/build/Lib/test/test_zlib.py", line 202, in test_speech128
    self.assertEqual(zlib.compress(bytearray(data)), x)
AssertionError: b'x\x[4275 chars]d\x80\xe1\xd1\n\xad\x80\x15\xa0\x15p&\xb4\x02\[111407 chars]\x95' != b'x\x[4275 chars]d\x80a\xd1\n\xab\x80\xc1r\x19\x89I\x99\xd0\n\x[110702 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z.lto/build/Lib/test/test_zlib.py", line 202, in test_speech128
    self.assertEqual(zlib.compress(bytearray(data)), x)
AssertionError: b'x\x[3947 chars]x15\xd0*`XUJn\x05\x9cG\xa5\n8\x15\xad\x02V \xb[111743 chars]\x95' != b'x\x[3947 chars]x15\xa0\x15p&\xb4\x02V\x80V\xc0\n\xd0\n\xb8\x1[110599 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z.lto/build/Lib/test/test_zlib.py", line 259, in test_pair
    self.assertEqual(x1 + x2, datazip)
AssertionError: b'x\x9c\xe2\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[111125 chars]\x95' != b'x\x9c\xe3\xf2qt\r\nq\r\xe6\xe2R\x80\x00\x7f\x1d\x[114546 chars]\x95'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_e8f7d56f'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_fe870aa0'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.10.edelsohn-rhel8-z.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_ceff0b40'

@bedevere-bot
Copy link

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

Hi! The buildbot AMD64 RHEL8 FIPS Only Blake2 Builtin Hash 3.10 has failed when building commit d86ab5d.

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/#builders/610/builds/1333) and take a look at the build logs.
  4. Check if the failure is related to this commit (d86ab5d) 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/#builders/610/builds/1333

Failed tests:

  • test_socket

Failed subtests:

  • test_hmac_sha1 - test.test_socket.LinuxKernelCryptoAPI

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

== Tests result: FAILURE then FAILURE ==

412 tests OK.

10 slowest tests:

  • test_gdb: 7 min 27 sec
  • test_concurrent_futures: 2 min 46 sec
  • test_capi: 2 min 33 sec
  • test_multiprocessing_spawn: 2 min 4 sec
  • test_unparse: 1 min 32 sec
  • test_tokenize: 1 min 27 sec
  • test_asyncio: 1 min 25 sec
  • test_multiprocessing_forkserver: 1 min 13 sec
  • test_lib2to3: 1 min 7 sec
  • test_multiprocessing_fork: 1 min 3 sec

1 test failed:
test_socket

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_socket

Total duration: 9 min 34 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_socket.py", line 6300, in test_hmac_sha1
    algo.setsockopt(socket.SOL_ALG, socket.ALG_SET_KEY, b"Jefe")
OSError: [Errno 22] Invalid argument

@bedevere-bot
Copy link

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

Hi! The buildbot AMD64 Arch Linux Usan 3.10 has failed when building commit d86ab5d.

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/#builders/714/builds/840) and take a look at the build logs.
  4. Check if the failure is related to this commit (d86ab5d) 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/#builders/714/builds/840

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

Click to see traceback logs
remote: Enumerating objects: 4611, done.        
remote: Counting objects:   0% (1/2505)        
remote: Counting objects:   1% (26/2505)        
remote: Counting objects:   2% (51/2505)        
remote: Counting objects:   3% (76/2505)        
remote: Counting objects:   4% (101/2505)        
remote: Counting objects:   5% (126/2505)        
remote: Counting objects:   6% (151/2505)        
remote: Counting objects:   7% (176/2505)        
remote: Counting objects:   8% (201/2505)        
remote: Counting objects:   9% (226/2505)        
remote: Counting objects:  10% (251/2505)        
remote: Counting objects:  11% (276/2505)        
remote: Counting objects:  12% (301/2505)        
remote: Counting objects:  13% (326/2505)        
remote: Counting objects:  14% (351/2505)        
remote: Counting objects:  15% (376/2505)        
remote: Counting objects:  16% (401/2505)        
remote: Counting objects:  17% (426/2505)        
remote: Counting objects:  18% (451/2505)        
remote: Counting objects:  19% (476/2505)        
remote: Counting objects:  20% (501/2505)        
remote: Counting objects:  21% (527/2505)        
remote: Counting objects:  22% (552/2505)        
remote: Counting objects:  23% (577/2505)        
remote: Counting objects:  24% (602/2505)        
remote: Counting objects:  25% (627/2505)        
remote: Counting objects:  26% (652/2505)        
remote: Counting objects:  27% (677/2505)        
remote: Counting objects:  28% (702/2505)        
remote: Counting objects:  29% (727/2505)        
remote: Counting objects:  30% (752/2505)        
remote: Counting objects:  31% (777/2505)        
remote: Counting objects:  32% (802/2505)        
remote: Counting objects:  33% (827/2505)        
remote: Counting objects:  34% (852/2505)        
remote: Counting objects:  35% (877/2505)        
remote: Counting objects:  36% (902/2505)        
remote: Counting objects:  37% (927/2505)        
remote: Counting objects:  38% (952/2505)        
remote: Counting objects:  39% (977/2505)        
remote: Counting objects:  40% (1002/2505)        
remote: Counting objects:  41% (1028/2505)        
remote: Counting objects:  42% (1053/2505)        
remote: Counting objects:  43% (1078/2505)        
remote: Counting objects:  44% (1103/2505)        
remote: Counting objects:  45% (1128/2505)        
remote: Counting objects:  46% (1153/2505)        
remote: Counting objects:  47% (1178/2505)        
remote: Counting objects:  48% (1203/2505)        
remote: Counting objects:  49% (1228/2505)        
remote: Counting objects:  50% (1253/2505)        
remote: Counting objects:  51% (1278/2505)        
remote: Counting objects:  52% (1303/2505)        
remote: Counting objects:  53% (1328/2505)        
remote: Counting objects:  54% (1353/2505)        
remote: Counting objects:  55% (1378/2505)        
remote: Counting objects:  56% (1403/2505)        
remote: Counting objects:  57% (1428/2505)        
remote: Counting objects:  58% (1453/2505)        
remote: Counting objects:  59% (1478/2505)        
remote: Counting objects:  60% (1503/2505)        
remote: Counting objects:  61% (1529/2505)        
remote: Counting objects:  62% (1554/2505)        
remote: Counting objects:  63% (1579/2505)        
remote: Counting objects:  64% (1604/2505)        
remote: Counting objects:  65% (1629/2505)        
remote: Counting objects:  66% (1654/2505)        
remote: Counting objects:  67% (1679/2505)        
remote: Counting objects:  68% (1704/2505)        
remote: Counting objects:  69% (1729/2505)        
remote: Counting objects:  70% (1754/2505)        
remote: Counting objects:  71% (1779/2505)        
remote: Counting objects:  72% (1804/2505)        
remote: Counting objects:  73% (1829/2505)        
remote: Counting objects:  74% (1854/2505)        
remote: Counting objects:  75% (1879/2505)        
remote: Counting objects:  76% (1904/2505)        
remote: Counting objects:  77% (1929/2505)        
remote: Counting objects:  78% (1954/2505)        
remote: Counting objects:  79% (1979/2505)        
remote: Counting objects:  80% (2004/2505)        
remote: Counting objects:  81% (2030/2505)        
remote: Counting objects:  82% (2055/2505)        
remote: Counting objects:  83% (2080/2505)        
remote: Counting objects:  84% (2105/2505)        
remote: Counting objects:  85% (2130/2505)        
remote: Counting objects:  86% (2155/2505)        
remote: Counting objects:  87% (2180/2505)        
remote: Counting objects:  88% (2205/2505)        
remote: Counting objects:  89% (2230/2505)        
remote: Counting objects:  90% (2255/2505)        
remote: Counting objects:  91% (2280/2505)        
remote: Counting objects:  92% (2305/2505)        
remote: Counting objects:  93% (2330/2505)        
remote: Counting objects:  94% (2355/2505)        
remote: Counting objects:  95% (2380/2505)        
remote: Counting objects:  96% (2405/2505)        
remote: Counting objects:  97% (2430/2505)        
remote: Counting objects:  98% (2455/2505)        
remote: Counting objects:  99% (2480/2505)        
remote: Counting objects: 100% (2505/2505)        
remote: Counting objects: 100% (2505/2505), done.        
remote: Compressing objects:   5% (1/17)        
remote: Compressing objects:  11% (2/17)        
remote: Compressing objects:  17% (3/17)        
remote: Compressing objects:  23% (4/17)        
remote: Compressing objects:  29% (5/17)        
remote: Compressing objects:  35% (6/17)        
remote: Compressing objects:  41% (7/17)        
remote: Compressing objects:  47% (8/17)        
remote: Compressing objects:  52% (9/17)        
remote: Compressing objects:  58% (10/17)        
remote: Compressing objects:  64% (11/17)        
remote: Compressing objects:  70% (12/17)        
remote: Compressing objects:  76% (13/17)        
remote: Compressing objects:  82% (14/17)        
remote: Compressing objects:  88% (15/17)        
remote: Compressing objects:  94% (16/17)        
remote: Compressing objects: 100% (17/17)        
remote: Compressing objects: 100% (17/17), done.        
Receiving objects:   0% (1/4611)
Receiving objects:   1% (47/4611)
Receiving objects:   2% (93/4611)
Receiving objects:   3% (139/4611)
Receiving objects:   4% (185/4611)
Receiving objects:   5% (231/4611)
Receiving objects:   6% (277/4611)
Receiving objects:   7% (323/4611)
Receiving objects:   8% (369/4611)
Receiving objects:   9% (415/4611)
Receiving objects:  10% (462/4611)
Receiving objects:  11% (508/4611)
Receiving objects:  12% (554/4611)
Receiving objects:  13% (600/4611)
Receiving objects:  14% (646/4611)
Receiving objects:  15% (692/4611)
Receiving objects:  16% (738/4611)
Receiving objects:  17% (784/4611)
Receiving objects:  18% (830/4611)
Receiving objects:  19% (877/4611)
Receiving objects:  20% (923/4611)
Receiving objects:  21% (969/4611)
Receiving objects:  22% (1015/4611)
Receiving objects:  23% (1061/4611)
Receiving objects:  24% (1107/4611)
Receiving objects:  25% (1153/4611)
Receiving objects:  26% (1199/4611)
Receiving objects:  27% (1245/4611)
Receiving objects:  28% (1292/4611)
Receiving objects:  29% (1338/4611)
Receiving objects:  30% (1384/4611)
Receiving objects:  31% (1430/4611)
Receiving objects:  32% (1476/4611)
Receiving objects:  33% (1522/4611)
Receiving objects:  34% (1568/4611)
Receiving objects:  35% (1614/4611)
Receiving objects:  36% (1660/4611)
Receiving objects:  37% (1707/4611)
Receiving objects:  38% (1753/4611)
Receiving objects:  39% (1799/4611)
Receiving objects:  40% (1845/4611)
Receiving objects:  41% (1891/4611)
Receiving objects:  42% (1937/4611)
Receiving objects:  43% (1983/4611)
Receiving objects:  44% (2029/4611)
Receiving objects:  45% (2075/4611)
Receiving objects:  46% (2122/4611)
Receiving objects:  47% (2168/4611)
Receiving objects:  48% (2214/4611)
Receiving objects:  49% (2260/4611)
Receiving objects:  50% (2306/4611)
Receiving objects:  51% (2352/4611)
Receiving objects:  52% (2398/4611)
Receiving objects:  53% (2444/4611)
Receiving objects:  54% (2490/4611)
Receiving objects:  55% (2537/4611)
Receiving objects:  56% (2583/4611)
Receiving objects:  57% (2629/4611)
Receiving objects:  58% (2675/4611)
Receiving objects:  59% (2721/4611)
Receiving objects:  60% (2767/4611)
Receiving objects:  61% (2813/4611)
Receiving objects:  62% (2859/4611)
Receiving objects:  63% (2905/4611)
Receiving objects:  64% (2952/4611)
Receiving objects:  65% (2998/4611)
Receiving objects:  66% (3044/4611)
Receiving objects:  67% (3090/4611)
Receiving objects:  68% (3136/4611)
Receiving objects:  69% (3182/4611)
Receiving objects:  70% (3228/4611)
Receiving objects:  71% (3274/4611)
Receiving objects:  72% (3320/4611)
Receiving objects:  73% (3367/4611)
Receiving objects:  74% (3413/4611)
Receiving objects:  75% (3459/4611)
Receiving objects:  76% (3505/4611)
Receiving objects:  77% (3551/4611)
Receiving objects:  78% (3597/4611)
Receiving objects:  79% (3643/4611)
Receiving objects:  80% (3689/4611)
Receiving objects:  81% (3735/4611)
Receiving objects:  82% (3782/4611)
Receiving objects:  83% (3828/4611)
Receiving objects:  84% (3874/4611)
Receiving objects:  85% (3920/4611)
Receiving objects:  86% (3966/4611)
Receiving objects:  87% (4012/4611)
Receiving objects:  88% (4058/4611)
Receiving objects:  89% (4104/4611)
Receiving objects:  90% (4150/4611)
Receiving objects:  91% (4197/4611)
Receiving objects:  92% (4243/4611)
Receiving objects:  93% (4289/4611)
Receiving objects:  94% (4335/4611)
Receiving objects:  95% (4381/4611)
Receiving objects:  96% (4427/4611)
Receiving objects:  97% (4473/4611)
Receiving objects:  98% (4519/4611)
Receiving objects:  99% (4565/4611)
remote: Total 4611 (delta 2488), reused 2499 (delta 2488), pack-reused 2106        
Receiving objects: 100% (4611/4611)
Receiving objects: 100% (4611/4611), 9.30 MiB | 37.07 MiB/s, done.
Resolving deltas:   0% (0/3519)
Resolving deltas:   1% (36/3519)
Resolving deltas:   2% (72/3519)
Resolving deltas:   3% (106/3519)
Resolving deltas:   4% (141/3519)
Resolving deltas:   5% (176/3519)
Resolving deltas:   6% (212/3519)
Resolving deltas:   7% (247/3519)
Resolving deltas:   8% (282/3519)
Resolving deltas:   9% (317/3519)
Resolving deltas:  10% (352/3519)
Resolving deltas:  11% (388/3519)
Resolving deltas:  12% (423/3519)
Resolving deltas:  13% (459/3519)
Resolving deltas:  14% (493/3519)
Resolving deltas:  15% (528/3519)
Resolving deltas:  16% (564/3519)
Resolving deltas:  17% (599/3519)
Resolving deltas:  18% (634/3519)
Resolving deltas:  19% (669/3519)
Resolving deltas:  20% (704/3519)
Resolving deltas:  21% (739/3519)
Resolving deltas:  22% (775/3519)
Resolving deltas:  23% (810/3519)
Resolving deltas:  24% (846/3519)
Resolving deltas:  25% (880/3519)
Resolving deltas:  26% (915/3519)
Resolving deltas:  27% (951/3519)
Resolving deltas:  28% (986/3519)
Resolving deltas:  29% (1021/3519)
Resolving deltas:  30% (1056/3519)
Resolving deltas:  31% (1091/3519)
Resolving deltas:  32% (1127/3519)
Resolving deltas:  33% (1162/3519)
Resolving deltas:  34% (1197/3519)
Resolving deltas:  35% (1232/3519)
Resolving deltas:  35% (1245/3519)
Resolving deltas:  36% (1267/3519)
Resolving deltas:  37% (1303/3519)
Resolving deltas:  38% (1338/3519)
Resolving deltas:  39% (1373/3519)
Resolving deltas:  40% (1408/3519)
Resolving deltas:  41% (1443/3519)
Resolving deltas:  42% (1478/3519)
Resolving deltas:  43% (1514/3519)
Resolving deltas:  44% (1549/3519)
Resolving deltas:  45% (1584/3519)
Resolving deltas:  46% (1619/3519)
Resolving deltas:  47% (1654/3519)
Resolving deltas:  48% (1690/3519)
Resolving deltas:  49% (1725/3519)
Resolving deltas:  50% (1760/3519)
Resolving deltas:  51% (1795/3519)
Resolving deltas:  52% (1830/3519)
Resolving deltas:  53% (1866/3519)
Resolving deltas:  54% (1901/3519)
Resolving deltas:  55% (1936/3519)
Resolving deltas:  56% (1971/3519)
Resolving deltas:  57% (2006/3519)
Resolving deltas:  58% (2042/3519)
Resolving deltas:  59% (2077/3519)
Resolving deltas:  60% (2112/3519)
Resolving deltas:  61% (2147/3519)
Resolving deltas:  62% (2182/3519)
Resolving deltas:  63% (2217/3519)
Resolving deltas:  63% (2252/3519)
Resolving deltas:  64% (2253/3519)
Resolving deltas:  65% (2288/3519)
Resolving deltas:  66% (2323/3519)
Resolving deltas:  67% (2358/3519)
Resolving deltas:  68% (2393/3519)
Resolving deltas:  69% (2429/3519)
Resolving deltas:  70% (2464/3519)
Resolving deltas:  71% (2499/3519)
Resolving deltas:  72% (2534/3519)
Resolving deltas:  73% (2569/3519)
Resolving deltas:  74% (2605/3519)
Resolving deltas:  75% (2640/3519)
Resolving deltas:  76% (2675/3519)
Resolving deltas:  77% (2710/3519)
Resolving deltas:  77% (2723/3519)
Resolving deltas:  78% (2745/3519)
Resolving deltas:  79% (2781/3519)
Resolving deltas:  80% (2816/3519)
Resolving deltas:  81% (2851/3519)
Resolving deltas:  82% (2886/3519)
Resolving deltas:  83% (2921/3519)
Resolving deltas:  84% (2956/3519)
Resolving deltas:  85% (2992/3519)
Resolving deltas:  85% (3006/3519)
Resolving deltas:  86% (3027/3519)
Resolving deltas:  87% (3062/3519)
Resolving deltas:  88% (3097/3519)
Resolving deltas:  89% (3132/3519)
Resolving deltas:  90% (3168/3519)
Resolving deltas:  91% (3203/3519)
Resolving deltas:  92% (3238/3519)
Resolving deltas:  93% (3273/3519)
Resolving deltas:  94% (3308/3519)
Resolving deltas:  95% (3344/3519)
Resolving deltas:  95% (3349/3519)
Resolving deltas:  96% (3379/3519)
Resolving deltas:  97% (3414/3519)
Resolving deltas:  98% (3449/3519)
Resolving deltas:  99% (3484/3519)
Resolving deltas: 100% (3519/3519)
Resolving deltas: 100% (3519/3519), completed with 745 local objects.
From https://github.com/python/cpython
 * branch                  3.10       -> FETCH_HEAD
 * [new tag]               v3.12.4    -> v3.12.4
 * [new tag]               v3.13.0b2  -> v3.13.0b2
 * [new tag]               v3.13.0b3  -> v3.13.0b3
 * [new tag]               v3.13.0b4  -> v3.13.0b4
Note: switching to 'd86ab5dde286642a378fcc32c243bc3b4bed750d'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at d86ab5dde2 [3.10] gh-121957: Emit audit events for python -i and python -m asyncio (GH-122119)
Switched to and reset branch '3.10'

Objects/fileobject.c:256:9: warning: variable 'newlinetypes' set but not used [-Wunused-but-set-variable]
  256 |     int newlinetypes = 0;
      |         ^
1 warning generated.
Objects/dictobject.c:2281:16: warning: variable 'i' set but not used [-Wunused-but-set-variable]
 2281 |     Py_ssize_t i, j;
      |                ^
1 warning generated.
./Modules/timemodule.c:139:13: warning: code will never be executed [-Wunreachable-code]
  139 |             PyErr_SetString(PyExc_OverflowError,
      |             ^~~~~~~~~~~~~~~
1 warning generated.
./Modules/_threadmodule.c:1654:26: warning: implicit conversion from '_PyTime_t' (aka 'long') to 'double' changes value from 9223372036854775 to 9223372036854776 [-Wimplicit-const-int-float-conversion]
 1654 |     double timeout_max = (_PyTime_t)PY_TIMEOUT_MAX * 1e-6;
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~ ~
1 warning generated.
./Modules/_io/bufferedio.c:1075:19: warning: variable 'written' set but not used [-Wunused-but-set-variable]
 1075 |     Py_ssize_t n, written = 0;
      |                   ^
./Modules/_io/bufferedio.c:1863:16: warning: variable 'written' set but not used [-Wunused-but-set-variable]
 1863 |     Py_ssize_t written = 0;
      |                ^
2 warnings generated.
Objects/object.c:2301:5: runtime error: call to function list_dealloc through pointer to incorrect function type 'void (*)(struct _object *)'
/buildbot/buildarea/3.10.pablogsal-arch-x86_64.clang-ubsan/build/Objects/listobject.c:344: note: list_dealloc defined here
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior Objects/object.c:2301:5 in 
make: *** [Makefile:615: pybuilddir.txt] Error 1

find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make: [Makefile:1940: clean-retain-profile] Error 1 (ignored)

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

Successfully merging this pull request may close these issues.

2 participants