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

2024-03-04 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/4513

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

Worker for this Build: bcannon-wasi

Build Reason: 
Blamelist: Sam Gross , Terry Jan Reedy 

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


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

== 


Captured traceback
==

Traceback (most recent call last):
  File "/Lib/test/test_logging.py", line 6108, in test_rollover_at_midnight
self.assertLogFile(otherfn)
~~^
  File "/Lib/test/test_logging.py", line 5891, in assertLogFile
self.assertTrue(os.path.exists(filename),
~~~^^
msg="Log file %r does not exist" % filename)

AssertionError: False is not true : Log file 
'/build/test_python_118413æ/test_logging-2-3azv_j0t.log.2024-03-04' does not 
exist


Traceback (most recent call last):
  File "/Lib/test/test_logging.py", line 6145, in test_rollover_at_weekday
self.assertIn(f'testing2 {i}', line)
~^^^
AssertionError: 'testing2 0' not found in '2024-03-05 03:21:02,006 testing1 0\n'



Test report
===

Failed tests:

- test_logging

Failed subtests:

- test_rollover_at_midnight - 
test.test_logging.TimedRotatingFileHandlerTest.test_rollover_at_midnight
- test_rollover_at_weekday - 
test.test_logging.TimedRotatingFileHandlerTest.test_rollover_at_weekday




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) (main)

2024-03-04 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Debian root 3.x while 
building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/345/builds/7318

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

Worker for this Build: angelico-debian-amd64

Build Reason: 
Blamelist: pan324 <103143968+pan...@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 "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_io.py", 
line 1574, in test_threads
random.shuffle(l)
~~^^^
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/random.py", line 
361, in shuffle
x[i], x[j] = x[j], x[i]
~^^^
TypeError: 'Random' object does not support item assignment


Traceback (most recent call last):
  File 
"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_tokenize.py", 
line 1959, in test_random_files
self.check_roundtrip(f)
^^^
  File 
"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_tokenize.py", 
line 1825, in check_roundtrip
bytes_from5 = tokenize.untokenize(tokens5)
  ~~~^
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/tokenize.py", line 
333, in untokenize
out = ut.untokenize(iterable)
  ~^^
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/tokenize.py", line 
249, in untokenize
self.add_whitespace(start)
~~~^^^
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/tokenize.py", line 
176, in add_whitespace
if row < self.prev_row or row == self.prev_row and col < self.prev_col:
   ^^^
TypeError: '<' not supported between instances of 'Untokenizer' and 'int'


Traceback (most recent call last):
  File 
"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/pickletester.py", 
line 2279, in test_dict_chunking
num_setitems = count_opcode(pickle.SETITEMS, s)
   
  File 
"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/pickletester.py", 
line 68, in count_opcode
for op, dummy, dummy in pickletools.genops(pickle):
if op.code == code.decode("latin-1"):
n += 1
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/pickletools.py", 
line 2279, in _genops
code = data.read(1)
   ~^^^
TypeError: '_io.BytesIO' object is not callable


Traceback (most recent call last):
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_io.py", 
line 2430, in test_threads
BufferedReaderTest.test_threads(self)
~~~^^
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_io.py", 
line 1574, in test_threads
random.shuffle(l)
~~^^^
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/random.py", line 
361, in shuffle
x[i], x[j] = x[j], x[i]
 ~^^^
TypeError: list indices must be integers or slices, not Random


Traceback (most recent call last):
  File 
"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_difflib.py", 
line 252, in test_recursion_limit
difflib.SequenceMatcher(None, old, new).get_opcodes()
~~~^^
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/difflib.py", line 
525, in get_opcodes
for ai, bj, size in self.get_matching_blocks():
^^
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/difflib.py", line 
454, in get_matching_blocks
i, j, k = x = self.find_longest_match(alo, ahi, blo, bhi)
  ~~~
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/difflib.py", line 
386, in find_longest_match
if k > bestsize:
   
TypeError: '>' not supported between instances of 'SequenceMatcher' and 'int'


Traceback (most recent call last):
  File 
"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_statistics.py", 
line 2951, in test_inv_cdf
self.assertAlmostEqual(iq.cdf(iq.inv_cdf(p)), p)
  ~~^^^
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/statistics.py", 
line 1496, in inv_cdf
if p <= 0.0 or p >= 1.0:
   
TypeError: '<=' not supported between instances of 'NormalDist' and 'float'


Traceback (most recent call last):
  File 
"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/string_tests.py", 
line 347, in test_find_periodic_pattern
check_pattern(rr)
~
  File 
"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/string_tests.py", 
line 339, in 

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

2024-03-04 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Debian PGO 3.x while 
building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/249/builds/7935

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

Worker for this Build: gps-debian-profile-opt

Build Reason: 
Blamelist: Eric Snow , Nikita Sobolev 


BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

remote: Enumerating objects: 13, done.
remote: Counting objects:   7% (1/13)
remote: Counting objects:  15% (2/13)
remote: Counting objects:  23% (3/13)
remote: Counting objects:  30% (4/13)
remote: Counting objects:  38% (5/13)
remote: Counting objects:  46% (6/13)
remote: Counting objects:  53% (7/13)
remote: Counting objects:  61% (8/13)
remote: Counting objects:  69% (9/13)
remote: Counting objects:  76% (10/13)
remote: Counting objects:  84% (11/13)
remote: Counting objects:  92% (12/13)
remote: Counting objects: 100% (13/13)
remote: Counting objects: 100% (13/13), done.
remote: Compressing objects:  10% (1/10)
remote: Compressing objects:  20% (2/10)
remote: Compressing objects:  30% (3/10)
remote: Compressing objects:  40% (4/10)
remote: Compressing objects:  50% (5/10)
remote: Compressing objects:  60% (6/10)
remote: Compressing objects:  70% (7/10)
remote: Compressing objects:  80% (8/10)
remote: Compressing objects:  90% (9/10)
remote: Compressing objects: 100% (10/10)
remote: Compressing objects: 100% (10/10), done.
remote: Total 13 (delta 3), reused 8 (delta 3), pack-reused 0
>From https://github.com/python/cpython
 * branchmain   -> FETCH_HEAD
Note: switching to 'eb22e2b251002b65f3b93e67c990c21e1151b25d'.

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 eb22e2b2510 gh-115490: Make the interpreter.channels and 
interpreter.queues Modules Handle Reloading Properly (gh-115493)
Switched to and reset branch 'main'

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[2]: [Makefile:2996: clean-retain-profile] Error 1 (ignored)
./Modules/readline.c: In function ‘setup_readline’:
./Modules/readline.c:1305:21: warning: assignment to ‘int (*)(void)’ from 
incompatible pointer type ‘int (*)(const char *, int)’ 
[-Wincompatible-pointer-types]
 1305 | rl_startup_hook = on_startup_hook;
  | ^
./Modules/readline.c:1307:23: warning: assignment to ‘int (*)(void)’ from 
incompatible pointer type ‘int (*)(const char *, int)’ 
[-Wincompatible-pointer-types]
 1307 | rl_pre_input_hook = on_pre_input_hook;
  |   ^
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:411:13,
inlined from ‘_mpd_to_string’ at ./Modules/_decimal/libmpdec/io.c:612:18:
./Modules/_decimal/libmpdec/io.c:349:40: warning: writing 1 byte into a region 
of size 0 [-Wstringop-overflow=]
  349 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  |   ~^
./Modules/_decimal/libmpdec/io.c:360:14: note: in expansion of macro 
‘EXTRACT_DIGIT’
  360 | case 15: EXTRACT_DIGIT(s, x, 100ULL, dot);
  |  ^
./Modules/_decimal/libmpdec/io.c:349:40: warning: writing 1 byte into a region 
of size 0 [-Wstringop-overflow=]
  349 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  |   ~^
./Modules/_decimal/libmpdec/io.c:359:14: note: in expansion of macro 
‘EXTRACT_DIGIT’
  359 | case 16: EXTRACT_DIGIT(s, x, 1000ULL, dot);
  |  ^
./Modules/_decimal/libmpdec/io.c:349:40: warning: writing 1 byte into a region 
of size 0 [-Wstringop-overflow=]
  349 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  |   ~^
./Modules/_decimal/libmpdec/io.c:360:14: note: in expansion of macro 
‘EXTRACT_DIGIT’
  360 | case 15: EXTRACT_DIGIT(s, x, 100ULL, dot);
  |  ^

[Buildbot-status] Buildbot Python worker linaro-win-arm64 missing

2024-03-04 Thread buildbot
The Buildbot worker named linaro-win-arm64 went away.

It last disconnected at Mon Mar  4 23:47:51 2024.


The admin on record (as reported by WORKER:info/admin) was Windows on Arm 
Linaro team 
.


___
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-03-04 Thread buildbot
The Buildbot worker named edelsohn-fedora-ppc64 went away.

It last disconnected at Mon Mar  4 23:47:50 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 kulikjak-solaris-sparcv9 missing

2024-03-04 Thread buildbot
The Buildbot worker named kulikjak-solaris-sparcv9 went away.

It last disconnected at Mon Mar  4 23:47:31 2024.


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


___
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): - failed test (failure) (3383d6afa3e4454b237bca2ef856e0f79b5b30c1)

2024-03-04 Thread buildbot
The Buildbot has detected a new failure on builder s390x RHEL7 Refleaks 3.x 
while building Python.
Full details are available at:
https://buildbot.python.org/all/#/builders/129/builds/1047

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

Worker for this Build: edelsohn-rhel-z

Build Reason: 
Blamelist: 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/_test_multiprocessing.py",
 line 3163, in test_rapid_restart
manager.start()
~^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/managers.py",
 line 569, in start
self._address = reader.recv()
~~~^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/connection.py",
 line 250, in recv
buf = self._recv_bytes()
  ^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/connection.py",
 line 430, in _recv_bytes
buf = self._recv(4)
  ~~^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/connection.py",
 line 399, in _recv
raise EOFError
EOFError


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/process.py",
 line 314, in _bootstrap
self.run()
^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/process.py",
 line 108, in run
self._target(*self._args, **self._kwargs)
^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/managers.py",
 line 594, in _run_server
server = cls._Server(registry, address, authkey, serializer)
 ~~~
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/managers.py",
 line 159, in __init__
self.listener = Listener(address=address, backlog=128)
^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/connection.py",
 line 464, in __init__
self._listener = SocketListener(address, family, backlog)
 ~~^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/multiprocessing/connection.py",
 line 608, in __init__
self._socket.bind(address)
~^
OSError: [Errno 98] Address already in use
ERROR
Warning -- Dangling processes: {}



Test report
===

Failed tests:

- test.test_multiprocessing_forkserver.test_threads

Failed subtests:

- test_rapid_restart - 
test.test_multiprocessing_forkserver.test_threads.WithThreadsTestManagerRestart.test_rapid_restart

Test leaking resources:

- test_threads: memory blocks
- test_processes: memory blocks




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) uploading test-results.xml (failure) (main)

2024-03-04 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/4510

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

Worker for this Build: bcannon-wasi

Build Reason: 
Blamelist: Eric Snow 

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


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

== 


Captured traceback
==

Traceback (most recent call last):
  File "/Lib/test/test_logging.py", line 6111, in test_rollover_at_midnight
self.assertIn(f'testing2 {i}', line)
~^^^
AssertionError: 'testing2 0' not found in '2024-03-04 19:51:35,001 testing1 0\n'



Test report
===

Failed tests:

- test_logging

Failed subtests:

- test_rollover_at_midnight - 
test.test_logging.TimedRotatingFileHandlerTest.test_rollover_at_midnight




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-03-04 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Debian PGO 3.11 while 
building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1024/builds/1568

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

Worker for this Build: gps-debian-profile-opt

Build Reason: 
Blamelist: Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>, Nikita Sobolev 
, Serhiy Storchaka , Terry Jan Reedy 


BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

remote: Enumerating objects: 15, done.
remote: Counting objects:   6% (1/15)
remote: Counting objects:  13% (2/15)
remote: Counting objects:  20% (3/15)
remote: Counting objects:  26% (4/15)
remote: Counting objects:  33% (5/15)
remote: Counting objects:  40% (6/15)
remote: Counting objects:  46% (7/15)
remote: Counting objects:  53% (8/15)
remote: Counting objects:  60% (9/15)
remote: Counting objects:  66% (10/15)
remote: Counting objects:  73% (11/15)
remote: Counting objects:  80% (12/15)
remote: Counting objects:  86% (13/15)
remote: Counting objects:  93% (14/15)
remote: Counting objects: 100% (15/15)
remote: Counting objects: 100% (15/15), done.
remote: Compressing objects:  14% (1/7)
remote: Compressing objects:  28% (2/7)
remote: Compressing objects:  42% (3/7)
remote: Compressing objects:  57% (4/7)
remote: Compressing objects:  71% (5/7)
remote: Compressing objects:  85% (6/7)
remote: Compressing objects: 100% (7/7)
remote: Compressing objects: 100% (7/7), done.
remote: Total 15 (delta 8), reused 14 (delta 8), pack-reused 0
>From https://github.com/python/cpython
 * branch  3.11   -> FETCH_HEAD
Note: switching to 'f068522a3a6091745df138bc9c9a7f7785bc6315'.

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 f068522a3a [3.11] gh-116296: Fix refleak in reduce_newobj() 
corner case (GH-116297) (#116300)
Switched to and reset branch '3.11'

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[2]: [Makefile:2607: clean-retain-profile] Error 1 (ignored)
renaming build/scripts-3.11/pydoc3 to build/scripts-3.11/pydoc3.11
renaming build/scripts-3.11/idle3 to build/scripts-3.11/idle3.11
renaming build/scripts-3.11/2to3 to build/scripts-3.11/2to3-3.11
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1038:3,
inlined from ‘doParseXmlDecl’ at ./Modules/expat/xmltok.c:1192:13:
./Modules/expat/xmltok.c:392:5: warning: ‘memcpy’ writing 2 or more bytes into 
a region of size 1 overflows the destination [-Wstringop-overflow=]
  392 | memcpy(*toP, *fromP, bytesToCopy);
  | ^
./Modules/expat/xmltok.c: In function ‘doParseXmlDecl’:
./Modules/expat/xmltok.c:1036:8: note: destination object ‘buf’ of size 1
 1036 |   char buf[1];
  |^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1038:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1070:9:
./Modules/expat/xmltok.c:392:5: warning: ‘memcpy’ writing 2 or more bytes into 
a region of size 1 overflows the destination [-Wstringop-overflow=]
  392 | memcpy(*toP, *fromP, bytesToCopy);
  | ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1036:8: note: destination object ‘buf’ of size 1
 1036 |   char buf[1];
  |^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1038:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1076:12:
./Modules/expat/xmltok.c:392:5: warning: ‘memcpy’ writing 2 or more bytes into 
a region of size 1 overflows the destination [-Wstringop-overflow=]
  392 | memcpy(*toP, *fromP, bytesToCopy);
  | ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1036:8: note: destination object ‘buf’ of size 1
 1036 |   char buf[1];
  |^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1038:3,
inlined from 

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

2024-03-04 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Debian PGO 3.x while 
building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/249/builds/7932

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

Worker for this Build: gps-debian-profile-opt

Build Reason: 
Blamelist: Brandt Bucher 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

remote: Enumerating objects: 27, done.
remote: Counting objects:   3% (1/27)
remote: Counting objects:   7% (2/27)
remote: Counting objects:  11% (3/27)
remote: Counting objects:  14% (4/27)
remote: Counting objects:  18% (5/27)
remote: Counting objects:  22% (6/27)
remote: Counting objects:  25% (7/27)
remote: Counting objects:  29% (8/27)
remote: Counting objects:  33% (9/27)
remote: Counting objects:  37% (10/27)
remote: Counting objects:  40% (11/27)
remote: Counting objects:  44% (12/27)
remote: Counting objects:  48% (13/27)
remote: Counting objects:  51% (14/27)
remote: Counting objects:  55% (15/27)
remote: Counting objects:  59% (16/27)
remote: Counting objects:  62% (17/27)
remote: Counting objects:  66% (18/27)
remote: Counting objects:  70% (19/27)
remote: Counting objects:  74% (20/27)
remote: Counting objects:  77% (21/27)
remote: Counting objects:  81% (22/27)
remote: Counting objects:  85% (23/27)
remote: Counting objects:  88% (24/27)
remote: Counting objects:  92% (25/27)
remote: Counting objects:  96% (26/27)
remote: Counting objects: 100% (27/27)
remote: Counting objects: 100% (27/27), done.
remote: Compressing objects:   8% (1/12)
remote: Compressing objects:  16% (2/12)
remote: Compressing objects:  25% (3/12)
remote: Compressing objects:  33% (4/12)
remote: Compressing objects:  41% (5/12)
remote: Compressing objects:  50% (6/12)
remote: Compressing objects:  58% (7/12)
remote: Compressing objects:  66% (8/12)
remote: Compressing objects:  75% (9/12)
remote: Compressing objects:  83% (10/12)
remote: Compressing objects:  91% (11/12)
remote: Compressing objects: 100% (12/12)
remote: Compressing objects: 100% (12/12), done.
remote: Total 16 (delta 14), reused 6 (delta 4), pack-reused 0
>From https://github.com/python/cpython
 * branchmain   -> FETCH_HEAD
Note: switching to 'ffed8d985b57a97def2ec40c61b71a22a2af1b48'.

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 ffed8d985b5 GH-116134: JIT aarch64-pc-windows-msvc (GH-116130)
Switched to and reset branch 'main'

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[2]: [Makefile:2996: clean-retain-profile] Error 1 (ignored)
./Modules/readline.c: In function ‘setup_readline’:
./Modules/readline.c:1305:21: warning: assignment to ‘int (*)(void)’ from 
incompatible pointer type ‘int (*)(const char *, int)’ 
[-Wincompatible-pointer-types]
 1305 | rl_startup_hook = on_startup_hook;
  | ^
./Modules/readline.c:1307:23: warning: assignment to ‘int (*)(void)’ from 
incompatible pointer type ‘int (*)(const char *, int)’ 
[-Wincompatible-pointer-types]
 1307 | rl_pre_input_hook = on_pre_input_hook;
  |   ^
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:411:13,
inlined from ‘_mpd_to_string’ at ./Modules/_decimal/libmpdec/io.c:612:18:
./Modules/_decimal/libmpdec/io.c:349:40: warning: writing 1 byte into a region 
of size 0 [-Wstringop-overflow=]
  349 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  |   ~^
./Modules/_decimal/libmpdec/io.c:360:14: note: in expansion of macro 
‘EXTRACT_DIGIT’
  360 | case 15: EXTRACT_DIGIT(s, x, 100ULL, dot);
  |  ^
./Modules/_decimal/libmpdec/io.c:349:40: warning: writing 1 byte into a region 
of size 0 [-Wstringop-overflow=]
  349 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  |   

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

2024-03-04 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Debian root 3.12 while 
building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1102/builds/747

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

Worker for this Build: angelico-debian-amd64

Build Reason: 
Blamelist: AN Long , 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
==

remote: Enumerating objects: 17, done.
remote: Counting objects:   6% (1/16)
remote: Counting objects:  12% (2/16)
remote: Counting objects:  18% (3/16)
remote: Counting objects:  25% (4/16)
remote: Counting objects:  31% (5/16)
remote: Counting objects:  37% (6/16)
remote: Counting objects:  43% (7/16)
remote: Counting objects:  50% (8/16)
remote: Counting objects:  56% (9/16)
remote: Counting objects:  62% (10/16)
remote: Counting objects:  68% (11/16)
remote: Counting objects:  75% (12/16)
remote: Counting objects:  81% (13/16)
remote: Counting objects:  87% (14/16)
remote: Counting objects:  93% (15/16)
remote: Counting objects: 100% (16/16)
remote: Counting objects: 100% (16/16), done.
remote: Compressing objects:   7% (1/14)
remote: Compressing objects:  14% (2/14)
remote: Compressing objects:  21% (3/14)
remote: Compressing objects:  28% (4/14)
remote: Compressing objects:  35% (5/14)
remote: Compressing objects:  42% (6/14)
remote: Compressing objects:  50% (7/14)
remote: Compressing objects:  57% (8/14)
remote: Compressing objects:  64% (9/14)
remote: Compressing objects:  71% (10/14)
remote: Compressing objects:  78% (11/14)
remote: Compressing objects:  85% (12/14)
remote: Compressing objects:  92% (13/14)
remote: Compressing objects: 100% (14/14)
remote: Compressing objects: 100% (14/14), done.
remote: Total 17 (delta 5), reused 9 (delta 2), pack-reused 1
>From https://github.com/python/cpython
 * branch  3.12   -> FETCH_HEAD
Note: switching to '0a9356ce6ddca117588c95480f0ef1ef33df03cb'.

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 0a9356ce6d [3.12] Consistently spell out *predicate* instead of 
*pred*. (gh-116308) (gh-116312)
Switched to and reset branch '3.12'

configure: WARNING: pkg-config is missing. Some dependencies may not be 
detected correctly.

make: *** [Makefile:2011: buildbottest] Error 3


Test report
===





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) (main)

2024-03-04 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Debian PGO 3.x while 
building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/249/builds/7927

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

Worker for this Build: gps-debian-profile-opt

Build Reason: 
Blamelist: Barney Gale , Brett Cannon 
, Donghee Na , Eric Snow 
, Erlend E. Aasland , 
Gouvernathor <44340603+gouvernat...@users.noreply.github.com>, Gregory P. Smith 
, HarryLHW <123lhw...@gmail.com>, Hugo van Kemenade 
<1324225+hug...@users.noreply.github.com>, Iman Tabrizian 
, Kerim Kabirov 
<39376984+privat33r-...@users.noreply.github.com>, Marco Trevisan 
, Sergey B Kirpichev , Serhiy Storchaka 


BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

remote: Enumerating objects: 14, done.
remote: Counting objects:   7% (1/14)
remote: Counting objects:  14% (2/14)
remote: Counting objects:  21% (3/14)
remote: Counting objects:  28% (4/14)
remote: Counting objects:  35% (5/14)
remote: Counting objects:  42% (6/14)
remote: Counting objects:  50% (7/14)
remote: Counting objects:  57% (8/14)
remote: Counting objects:  64% (9/14)
remote: Counting objects:  71% (10/14)
remote: Counting objects:  78% (11/14)
remote: Counting objects:  85% (12/14)
remote: Counting objects:  92% (13/14)
remote: Counting objects: 100% (14/14)
remote: Counting objects: 100% (14/14), done.
remote: Compressing objects:  10% (1/10)
remote: Compressing objects:  20% (2/10)
remote: Compressing objects:  30% (3/10)
remote: Compressing objects:  40% (4/10)
remote: Compressing objects:  50% (5/10)
remote: Compressing objects:  60% (6/10)
remote: Compressing objects:  70% (7/10)
remote: Compressing objects:  80% (8/10)
remote: Compressing objects:  90% (9/10)
remote: Compressing objects: 100% (10/10)
remote: Compressing objects: 100% (10/10), done.
remote: Total 14 (delta 5), reused 8 (delta 4), pack-reused 0
>From https://github.com/python/cpython
 * branchmain   -> FETCH_HEAD
Note: switching to 'cfbdce72083fca791947cbb18114115c90738d99'.

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 cfbdce72083 gh-114258: Argument Clinic: refactor getset 
implementation (#116170)
Switched to and reset branch 'main'

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[2]: [Makefile:2996: clean-retain-profile] Error 1 (ignored)
./Modules/readline.c: In function ‘setup_readline’:
./Modules/readline.c:1305:21: warning: assignment to ‘int (*)(void)’ from 
incompatible pointer type ‘int (*)(const char *, int)’ 
[-Wincompatible-pointer-types]
 1305 | rl_startup_hook = on_startup_hook;
  | ^
./Modules/readline.c:1307:23: warning: assignment to ‘int (*)(void)’ from 
incompatible pointer type ‘int (*)(const char *, int)’ 
[-Wincompatible-pointer-types]
 1307 | rl_pre_input_hook = on_pre_input_hook;
  |   ^
./Modules/readline.c: In function ‘setup_readline’:
./Modules/readline.c:1305:21: warning: assignment to ‘int (*)(void)’ from 
incompatible pointer type ‘int (*)(const char *, int)’ 
[-Wincompatible-pointer-types]
 1305 | rl_startup_hook = on_startup_hook;
  | ^
./Modules/readline.c:1307:23: warning: assignment to ‘int (*)(void)’ from 
incompatible pointer type ‘int (*)(const char *, int)’ 
[-Wincompatible-pointer-types]
 1307 | rl_pre_input_hook = on_pre_input_hook;
  |   ^
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1038:3,
inlined from ‘doParseXmlDecl’ at ./Modules/expat/xmltok.c:1192:13:
./Modules/expat/xmltok.c:392:5: warning: ‘memcpy’ writing 2 or more bytes into 
a region of size 1 overflows the destination [-Wstringop-overflow=]
  392 | memcpy(*toP, *fromP, bytesToCopy);
  | ^
./Modules/expat/xmltok.c: In function ‘doParseXmlDecl’:
./Modules/expat/xmltok.c:1036:8: note: destination object ‘buf’ of size 1
 1036 |   char buf[1];
  |^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at 

[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed compile (failure) (3.12)

2024-03-04 Thread buildbot
The Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide LTO + 
PGO 3.12 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1182/builds/692

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

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

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

BUILD FAILED: failed compile (failure)


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




Captured traceback
==

remote: Enumerating objects: 17, done.
remote: Counting objects:   6% (1/16)
remote: Counting objects:  12% (2/16)
remote: Counting objects:  18% (3/16)
remote: Counting objects:  25% (4/16)
remote: Counting objects:  31% (5/16)
remote: Counting objects:  37% (6/16)
remote: Counting objects:  43% (7/16)
remote: Counting objects:  50% (8/16)
remote: Counting objects:  56% (9/16)
remote: Counting objects:  62% (10/16)
remote: Counting objects:  68% (11/16)
remote: Counting objects:  75% (12/16)
remote: Counting objects:  81% (13/16)
remote: Counting objects:  87% (14/16)
remote: Counting objects:  93% (15/16)
remote: Counting objects: 100% (16/16)
remote: Counting objects: 100% (16/16), done.
remote: Compressing objects:  16% (1/6)
remote: Compressing objects:  33% (2/6)
remote: Compressing objects:  50% (3/6)
remote: Compressing objects:  66% (4/6)
remote: Compressing objects:  83% (5/6)
remote: Compressing objects: 100% (6/6)
remote: Compressing objects: 100% (6/6), done.
remote: Total 17 (delta 10), reused 12 (delta 10), pack-reused 1
>From https://github.com/python/cpython
 * branch  3.12   -> FETCH_HEAD
Note: switching to '3f830adf58745723dba5b7fcf7cb39e4c0d0224b'.

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 3f830adf58 [3.12] gh-115809: Improve 
TimedRotatingFileHandler.getFilesToDelete() (GH-115812) (GH-116261)
Switched to and reset branch '3.12'

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[2]: [Makefile:2826: clean-retain-profile] Error 1 (ignored)
ar: unable to copy file 'libpython3.12.a'; reason: No space left on device
make[2]: *** [Makefile:969: libpython3.12.a] Error 1
make[1]: *** [Makefile:803: profile-gen-stamp] Error 2
make: *** [Makefile:815: profile-run-stamp] Error 2


Test report
===





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