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

2024-05-23 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/5260

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

Worker for this Build: bcannon-wasi

Build Reason: 
Blamelist: Ayato Hayashi 

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


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

== 


Captured traceback
==

remote: Enumerating objects: 7, done.
remote: Counting objects:  14% (1/7)
remote: Counting objects:  28% (2/7)
remote: Counting objects:  42% (3/7)
remote: Counting objects:  57% (4/7)
remote: Counting objects:  71% (5/7)
remote: Counting objects:  85% (6/7)
remote: Counting objects: 100% (7/7)
remote: Counting objects: 100% (7/7), done.
remote: Compressing objects:  25% (1/4)
remote: Compressing objects:  50% (2/4)
remote: Compressing objects:  75% (3/4)
remote: Compressing objects: 100% (4/4)
remote: Compressing objects: 100% (4/4), done.
remote: Total 4 (delta 3), reused 0 (delta 0), pack-reused 0
>From https://github.com/python/cpython
 * branch  main   -> FETCH_HEAD
Note: switching to '43807fec8d38a0400c7967baad587da3e89f8dcc'.

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 43807fec8d Tiny fix: Update link for HAC algorithm (gh-118546)
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 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 htole

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

2024-05-23 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/46

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

Worker for this Build: itamaro-ubuntu-aws

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

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

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.105196844786406 not less than 5


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_multiprocessing.py",
 line 2055, in test_abort_and_reset
self.assertEqual(len(results2), self.N-1)
^
AssertionError: 5 != 4


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.829775579273701 not less than 5



Test report
===

Failed tests:

- test_statistics
- test.test_multiprocessing_spawn.test_manager
- test.test_multiprocessing_spawn.test_misc
- test_math
- test_tools

Failed subtests:

- test_wait_integer - 
test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_integer




Sincerely,
 -The Buildbot

___
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) (3.11)

2024-05-23 Thread buildbot
The Buildbot has detected a new failure on builder aarch64 Fedora Rawhide LTO 
3.11 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/979/builds/1079

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

Worker for this Build: cstratak-fedora-rawhide-aarch64

Build Reason: 
Blamelist: Serhiy Storchaka 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-aarch64.lto/build/Lib/test/test_socket.py",
 line 334, in raise_queued_exception
raise self.queue.get()
  File 
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-aarch64.lto/build/Lib/test/test_socket.py",
 line 358, in clientRun
self.clientSetUp()
  File 
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-aarch64.lto/build/Lib/test/test_socket.py",
 line 497, in clientSetUp
self.cli.connect((cid, VSOCKPORT))
OSError: [Errno 19] No such device


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-aarch64.lto/build/Lib/test/test_socket.py",
 line 346, in _setUp
self.__setUp()
  File 
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-aarch64.lto/build/Lib/test/test_socket.py",
 line 489, in setUp
self.conn, self.connaddr = self.serv.accept()
   ^^
  File 
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-aarch64.lto/build/Lib/socket.py",
 line 294, in accept
fd, addr = self._accept()
   ^^
TimeoutError: timed out



Test report
===

Failed tests:

- test_socket

Failed subtests:

- testStream - test.test_socket.ThreadedVSOCKSocketStreamTest.testStream




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora 
Rawhide LTO + PGO 3.11 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/939/builds/1148

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

Worker for this Build: cstratak-fedora-rawhide-aarch64

Build Reason: 
Blamelist: Serhiy Storchaka 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-aarch64.lto-pgo/build/Lib/test/test_socket.py",
 line 334, in raise_queued_exception
raise self.queue.get()
  File 
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-aarch64.lto-pgo/build/Lib/test/test_socket.py",
 line 358, in clientRun
self.clientSetUp()
  File 
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-aarch64.lto-pgo/build/Lib/test/test_socket.py",
 line 497, in clientSetUp
self.cli.connect((cid, VSOCKPORT))
OSError: [Errno 19] No such device


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-aarch64.lto-pgo/build/Lib/test/test_socket.py",
 line 346, in _setUp
self.__setUp()
  File 
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-aarch64.lto-pgo/build/Lib/test/test_socket.py",
 line 489, in setUp
self.conn, self.connaddr = self.serv.accept()
   ^^
  File 
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-aarch64.lto-pgo/build/Lib/socket.py",
 line 294, in accept
fd, addr = self._accept()
   ^^
TimeoutError: timed out



Test report
===

Failed tests:

- test_socket

Failed subtests:

- testStream - test.test_socket.ThreadedVSOCKSocketStreamTest.testStream




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora 
Rawhide Clang Installed 3.11 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1028/builds/1138

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

Worker for this Build: cstratak-fedora-rawhide-aarch64

Build Reason: 
Blamelist: Serhiy Storchaka 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/test/test_socket.py",
 line 334, in raise_queued_exception
raise self.queue.get()
  File 
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/test/test_socket.py",
 line 358, in clientRun
self.clientSetUp()
  File 
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/test/test_socket.py",
 line 497, in clientSetUp
self.cli.con