[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (3.13)

2024-06-01 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL 3.13 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1422/builds/77

Buildbot URL: https://buildbot.python.org/all/

Worker for this Build: itamaro-ubuntu-aws

Build Reason: 
Blamelist: Eric Snow , Jelle Zijlstra 
, Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>, Victor Stinner 


BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

Traceback (test.test_zipimport.UncompressedZipImportTestCase.testTraceback) ... 
ok


Traceback (test.test_zipimport.CompressedZipImportTestCase.testTraceback) ... ok


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/multiprocessing/process.py",
 line 313, in _bootstrap
self.run()
^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/multiprocessing/process.py",
 line 108, in run
self._target(*self._args, **self._kwargs)
^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_multiprocessing.py",
 line 5329, in child
join_process(p)
^^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_multiprocessing.py",
 line 104, in join_process
threading_helper.join_thread(process)
^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/support/threading_helper.py",
 line 116, in join_thread
raise AssertionError(msg)
AssertionError: failed to join the thread in 30.0 seconds
Process Process-2:1:
Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/multiprocessing/process.py",
 line 313, in _bootstrap
self.run()
^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/multiprocessing/process.py",
 line 108, in run
self._target(*self._args, **self._kwargs)
^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_multiprocessing.py",
 line 5329, in child
join_process(p)
^^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_multiprocessing.py",
 line 104, in join_process
threading_helper.join_thread(process)
^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/support/threading_helper.py",
 line 116, in join_thread
raise AssertionError(msg)
AssertionError: failed to join the thread in 30.0 seconds
k


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_multiprocessing.py",
 line 5176, in test_wait_integer
self.assertLess(delta, expected + 2)
~~~^
AssertionError: 5.844922114163637 not less than 5


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py",
 line 535, in test_flock
self._lock(fcntl.flock, "flock")
~~^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py",
 line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.5 sec


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/test_eintr.py",
 line 17, in test_all
script_helper.run_test_script(script)
~
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/support/script_helper.py",
 line 316, in run_test_script
raise AssertionError(f"{name} failed")
AssertionError: script _test_eintr.py failed


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py",
 line 532, in test_lockf
self._lock(fcntl.lockf, "lockf")
~~^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py",
 line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.4 sec



Test report
===

Failed tests:

- test_eintr
- test_math
- test.test_multiprocessing_spawn.test_misc
- test_zipimport
- test_tools
- test_io

Failed subtests:

- test_lockf - __main__.FNTLEINTRTest.test_lockf
- test_all - test.test_eintr.EINTRTests.test_all
- test_flock - __main__.FNTLEINTRTest.test_flock
- test_wait_integer - 
test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_integer




Sincerely,
 -The Buildbot

___
Buildbot-status mail

[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (main)

2024-06-01 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL Refleaks 
3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1226/builds/1932

Buildbot URL: https://buildbot.python.org/all/

Worker for this Build: itamaro-ubuntu-aws

Build Reason: 
Blamelist: Aditya Borikar , Alex Waygood 
, Alyssa Coghlan , Arnon Yaari 
, Awbert <119314310+sweetyan...@users.noreply.github.com>, 
Ayato Hayashi , Barney Gale 
, Bradley Reynolds , Brandt 
Bucher , Brett Simmers 
, Carlos Meza , 
Christopher Chavez , Dino Viehland 
, Eric Snow , Erlend E. 
Aasland , Ethan Smith , Filip Łajszczak 
, Germán Méndez Bravo , Guido van Rossum 
, Hugo van Kemenade 
<1324225+hug...@users.noreply.github.com>, Irit Katriel 
<1055913+iritkatr...@users.noreply.github.com>, James De Bias 
<81095953+db...@users.noreply.github.com>, Jason R. Coombs , Jelle Zijlstra , Joshua Herman 
<30265+zitterbeweg...@users.noreply.github.com>, Justin Kunimune 
, Katie Bell , Kirill 
Podoprigora , Lincoln 
<71312724+lincoln-develo...@users.noreply.github.com>, Lysandros Nikolaou 
, Mark Shannon , Matthias Görgens 
, Ned Batchelder , Nice 
Zombies , Nikita Sobolev , Pablo 
Galindo Salgado , Petr Viktorin , 
Rafael Fontenelle , Raymond Hettinger 
, Sam Gross , 
Savannah Ostrowski , Sergey B Kirpichev 
, Serhiy Storchaka , Steve Dower 
, Steven Troxler , Tian Gao 
, Tim Peters , Victor Stinner 
, Wim Jeantine-Glenn , Wulian233 
<71213467+wulian...@users.noreply.github.com>, Xie Yanbo , 
Zac Hatfield-Dodds , Zachary Ware 
, dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>, scoder 
, Łukasz Langa 

BUILD FAILED: failed test (failure)


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




Captured traceback
==

TracebackTests.test_broken_parent) ... ok


TracebackTests.test_broken_parent_from) ... ok


TracebackTests.test_syntax_error) ... ok


TracebackTests.test_unencodable_filename) ... ok


TracebackTests.test_broken_from) ... ok


TracebackTests.test_exec_failure_nested) ... ok


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_multiprocessing.py",
 line 5176, in test_wait_integer
self.assertLess(delta, expected + 2)
~~~^
AssertionError: 5.3602287992835045 not less than 5


TracebackTests.test_nonexistent_module) ... ok


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/multiprocessing/process.py",
 line 313, in _bootstrap
self.run()
^^
  File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/multiprocessing/process.py",
 line 108, in run
self._target(*self._args, **self._kwargs)
^
  File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_multiprocessing.py",
 line 5329, in child
join_process(p)
^^^
  File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_multiprocessing.py",
 line 104, in join_process
threading_helper.join_thread(process)
^
  File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/support/threading_helper.py",
 line 116, in join_thread
raise AssertionError(msg)
AssertionError: failed to join the thread in 30.0 seconds
k


TracebackTests.test_exec_failure) ... ok


TracebackTests.test_nonexistent_module_nested) ... ok


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/test_eintr.py",
 line 17, in test_all
script_helper.run_test_script(script)
~
  File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/support/script_helper.py",
 line 316, in run_test_script
raise AssertionError(f"{name} failed")
AssertionError: script _test_eintr.py failed


TracebackTests.test_broken_submodule) ... ok


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_eintr.py",
 line 532, in test_lockf
self._lock(fcntl.lockf, "lockf")
~~^^
  File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_eintr.py",
 line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.6 sec


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_eintr.py",
 line 535, in test_flock
self._lock(fcntl.flock, "flock")
~~^^
  File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_eintr.py",
 line 517, in _lock
raise Exception("failed to sy

[Buildbot-status] Buildbot Python worker onder-riscv64 missing

2024-06-01 Thread buildbot
The Buildbot worker named onder-riscv64 went away.

It last disconnected at Sat Jun  1 18:18:48 2024.


The admin on record (as reported by WORKER:info/admin) was Furkan Onder 

.


___
Buildbot-status mailing list -- buildbot-status@python.org
To unsubscribe send an email to buildbot-status-le...@python.org
https://mail.python.org/mailman3/lists/buildbot-status.python.org/
Member address: arch...@mail-archive.com


[Buildbot-status] Buildbot Python worker edelsohn-fedora-ppc64 missing

2024-06-01 Thread buildbot
The Buildbot worker named edelsohn-fedora-ppc64 went away.

It last disconnected at Sat Jun  1 18:18:47 2024.


The admin on record (as reported by WORKER:info/admin) was David Edelsohn 

.


___
Buildbot-status mailing list -- buildbot-status@python.org
To unsubscribe send an email to buildbot-status-le...@python.org
https://mail.python.org/mailman3/lists/buildbot-status.python.org/
Member address: arch...@mail-archive.com


[Buildbot-status] Buildbot Python worker pablogsal-macos-m1 missing

2024-06-01 Thread buildbot
The Buildbot worker named pablogsal-macos-m1 went away.

It last disconnected at Sat Jun  1 18:18:51 2024.


The admin on record (as reported by WORKER:info/admin) was pablogsal
.


___
Buildbot-status mailing list -- buildbot-status@python.org
To unsubscribe send an email to buildbot-status-le...@python.org
https://mail.python.org/mailman3/lists/buildbot-status.python.org/
Member address: arch...@mail-archive.com


[Buildbot-status] Buildbot Python worker billenstein-macos missing

2024-06-01 Thread buildbot
The Buildbot worker named billenstein-macos went away.

It last disconnected at Sat Jun  1 18:18:51 2024.


The admin on record (as reported by WORKER:info/admin) was Matt Billenstein 

.


___
Buildbot-status mailing list -- buildbot-status@python.org
To unsubscribe send an email to buildbot-status-le...@python.org
https://mail.python.org/mailman3/lists/buildbot-status.python.org/
Member address: arch...@mail-archive.com


[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) uploading test-results.xml (failure) (main)

2024-06-01 Thread buildbot
The Buildbot has detected a new failure on builder wasm32-wasi 3.x while 
building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1046/builds/5335

Buildbot URL: https://buildbot.python.org/all/

Worker for this Build: bcannon-wasi

Build Reason: 
Blamelist: Sam Gross 

BUILD FAILED: failed test (failure) uploading test-results.xml (failure)


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

== 


Captured traceback
==

remote: Enumerating objects: 17, done.
remote: Counting objects:   5% (1/17)
remote: Counting objects:  11% (2/17)
remote: Counting objects:  17% (3/17)
remote: Counting objects:  23% (4/17)
remote: Counting objects:  29% (5/17)
remote: Counting objects:  35% (6/17)
remote: Counting objects:  41% (7/17)
remote: Counting objects:  47% (8/17)
remote: Counting objects:  52% (9/17)
remote: Counting objects:  58% (10/17)
remote: Counting objects:  64% (11/17)
remote: Counting objects:  70% (12/17)
remote: Counting objects:  76% (13/17)
remote: Counting objects:  82% (14/17)
remote: Counting objects:  88% (15/17)
remote: Counting objects:  94% (16/17)
remote: Counting objects: 100% (17/17)
remote: Counting objects: 100% (17/17), done.
remote: Compressing objects:  11% (1/9)
remote: Compressing objects:  22% (2/9)
remote: Compressing objects:  33% (3/9)
remote: Compressing objects:  44% (4/9)
remote: Compressing objects:  55% (5/9)
remote: Compressing objects:  66% (6/9)
remote: Compressing objects:  77% (7/9)
remote: Compressing objects:  88% (8/9)
remote: Compressing objects: 100% (9/9)
remote: Compressing objects: 100% (9/9), done.
remote: Total 10 (delta 7), reused 4 (delta 1), pack-reused 0
>From https://github.com/python/cpython
 * branch  main   -> FETCH_HEAD
Note: switching to '7dc745d1f5d9558047a52cad5e01df7567533269'.

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 

Or undo this operation with:

  git switch -

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

HEAD is now at 7dc745d1f5 gh-117657: Add TSAN suppression for 
`set_discard_entry` (#119908)
Switched to and reset branch 'main'

configure: WARNING: no system libmpdecimal found; falling back to bundled 
libmpdecimal (deprecated and scheduled for removal in Python 3.15)

configure: WARNING: using cross tools not prefixed with host triplet
configure: WARNING: no system libmpdecimal found; falling back to bundled 
libmpdecimal (deprecated and scheduled for removal in Python 3.15)

In file included from ../../Modules/md5module.c:46:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:130:11: warning: 
'htole32' macro redefined [-Wmacro-redefined]
  130 | #  define htole32(x) (x)
  |   ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:43:9: note: 
previous definition is here
   43 | #define htole32(x) (uint32_t)(x)
  | ^
In file included from ../../Modules/md5module.c:46:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:131:11: warning: 
'le32toh' macro redefined [-Wmacro-redefined]
  131 | #  define le32toh(x) (x)
  |   ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:44:9: note: 
previous definition is here
   44 | #define le32toh(x) (uint32_t)(x)
  | ^
In file included from ../../Modules/md5module.c:46:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:132:11: warning: 
'htobe32' macro redefined [-Wmacro-redefined]
  132 | #  define htobe32(x)
   \
  |   ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:37:9: note: 
previous definition is here
   37 | #define htobe32(x) __bswap32(x)
  | ^
In file included from ../../Modules/md5module.c:46:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:138:11: warning: 
'be32toh' macro r

[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) uploading test-results.xml (failure) (3.13)

2024-06-01 Thread buildbot
The Buildbot has detected a new failure on builder wasm32-wasi 3.13 while 
building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1502/builds/119

Buildbot URL: https://buildbot.python.org/all/

Worker for this Build: bcannon-wasi

Build Reason: 
Blamelist: Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>

BUILD FAILED: failed test (failure) uploading test-results.xml (failure)


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

== 


Captured traceback
==

Note: switching to '9f9be95d66c0dd66189f8c9f13b69442361cd593'.

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 

Or undo this operation with:

  git switch -

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

HEAD is now at 9f9be95d66 [3.13] gh-117657: Add TSAN suppression for 
`set_discard_entry` (GH-119908) (#119914)
Switched to and reset branch '3.13'

configure: WARNING: no system libmpdecimal found; falling back to bundled 
libmpdecimal (deprecated and scheduled for removal in Python 3.15)

configure: WARNING: using cross tools not prefixed with host triplet
configure: WARNING: no system libmpdecimal found; falling back to bundled 
libmpdecimal (deprecated and scheduled for removal in Python 3.15)

In file included from ../../Modules/md5module.c:46:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:130:11: warning: 
'htole32' macro redefined [-Wmacro-redefined]
  130 | #  define htole32(x) (x)
  |   ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:43:9: note: 
previous definition is here
   43 | #define htole32(x) (uint32_t)(x)
  | ^
In file included from ../../Modules/md5module.c:46:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:131:11: warning: 
'le32toh' macro redefined [-Wmacro-redefined]
  131 | #  define le32toh(x) (x)
  |   ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:44:9: note: 
previous definition is here
   44 | #define le32toh(x) (uint32_t)(x)
  | ^
In file included from ../../Modules/md5module.c:46:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:132:11: warning: 
'htobe32' macro redefined [-Wmacro-redefined]
  132 | #  define htobe32(x)
   \
  |   ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:37:9: note: 
previous definition is here
   37 | #define htobe32(x) __bswap32(x)
  | ^
In file included from ../../Modules/md5module.c:46:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:138:11: warning: 
'be32toh' macro redefined [-Wmacro-redefined]
  138 | #  define be32toh(x) (htobe32((x)))
  |   ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:38:9: note: 
previous definition is here
   38 | #define be32toh(x) __bswap32(x)
  | ^
In file included from ../../Modules/md5module.c:46:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:140:11: warning: 
'htole64' macro redefined [-Wmacro-redefined]
  140 | #  define htole64(x) (x)
  |   ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:45:9: note: 
previous definition is here
   45 | #define htole64(x) (uint64_t)(x)
  | ^
In file included from ../../Modules/md5module.c:46:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:141:11: warning: 
'le64toh' macro redefined [-Wmacro-redefined]
  141 | #  define le64toh(x) (x)
  |   ^
/opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:46:9: note: 
previous definition is here
   46 | #define le64toh(x) (uint64_t)(x)
  | ^
In file included from ../../Modules/md5module.c:46:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h: