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

2024-02-12 Thread buildbot
The Buildbot has detected a new failure on builder ARM64 MacOS M1 Refleaks 
NoGIL 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1368/builds/181

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

Worker for this Build: itamaro-macos-arm64-aws

Build Reason: 
Blamelist: Nikita Sobolev , Serhiy Storchaka 
, Skip Montanaro 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

remote: Enumerating objects: 12, done.
remote: Counting objects:   8% (1/12)
remote: Counting objects:  16% (2/12)
remote: Counting objects:  25% (3/12)
remote: Counting objects:  33% (4/12)
remote: Counting objects:  41% (5/12)
remote: Counting objects:  50% (6/12)
remote: Counting objects:  58% (7/12)
remote: Counting objects:  66% (8/12)
remote: Counting objects:  75% (9/12)
remote: Counting objects:  83% (10/12)
remote: Counting objects:  91% (11/12)
remote: Counting objects: 100% (12/12)
remote: Counting objects: 100% (12/12), done.
remote: Compressing objects:   9% (1/11)
remote: Compressing objects:  18% (2/11)
remote: Compressing objects:  27% (3/11)
remote: Compressing objects:  36% (4/11)
remote: Compressing objects:  45% (5/11)
remote: Compressing objects:  54% (6/11)
remote: Compressing objects:  63% (7/11)
remote: Compressing objects:  72% (8/11)
remote: Compressing objects:  81% (9/11)
remote: Compressing objects:  90% (10/11)
remote: Compressing objects: 100% (11/11)
remote: Compressing objects: 100% (11/11), done.
remote: Total 12 (delta 2), reused 4 (delta 1), pack-reused 0
>From https://github.com/python/cpython
 * branch  main   -> FETCH_HEAD
Note: switching to '54bde5dcc3c04c4ddebcc9df2904ab325fa0b486'.

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 54bde5dcc3 gh-87804: Fix error handling and style in 
`_pystatvfs_fromstructstatfs` (#115236)
Switched to and reset branch 'main'

In file included from ./Modules/tkappinit.c:17:
In file included from 
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/tk.h:99:
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:131:21: warning: 
a function declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
int (*free_private)();  /* called to free private storage */
   ^
void
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:334:33: warning: 
a function declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
struct _XImage *(*create_image)();
   ^
void
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:453:23: warning: 
a function declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
XID (*resource_alloc)(); /* allocator function */
 ^
  void
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:471:20: warning: 
a function declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
int (*synchandler)();   /* Synchronization handler */
  ^
   void
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:496:24: warning: 
a function declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
Bool (*event_vec[128])();  /* vector for wire to event */
  ^
   void
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:497:25: warning: 
a function declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
Status (*wire_vec[128])(); /* vector for event to wire */
   ^
void
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:509:20: warning: 
a function declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
Bool (**error_vec)();  /* vector for wire to error */
  ^
  

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

2024-02-12 Thread buildbot
The Buildbot has detected a new failure on builder ARM64 macOS 3.11 while 
building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1030/builds/1736

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

Worker for this Build: pablogsal-macos-m1

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

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

Traceback (most recent call last):
  File 
"/Users/buildbot/buildarea/3.11.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_ssl.py",
 line 5064, in test_preauth_data_to_tls_server
self.non_linux_skip_if_other_okay_error(wrap_error)
  File 
"/Users/buildbot/buildarea/3.11.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_ssl.py",
 line 5011, in non_linux_skip_if_other_okay_error
re.search('wrong.version.number', getattr(err, "reason", ""), re.I)):
^^^
  File 
"/Users/buildbot/buildarea/3.11.pablogsal-macos-m1.macos-with-brew/build/Lib/re/__init__.py",
 line 176, in search
return _compile(pattern, flags).search(string)
   ^^^
TypeError: expected string or bytes-like object, got 'NoneType'



Test report
===

Failed tests:

- test_ssl

Failed subtests:

- test_preauth_data_to_tls_server - 
test.test_ssl.TestPreHandshakeClose.test_preauth_data_to_tls_server




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-02-12 Thread buildbot
The Buildbot has detected a new failure on builder ARM64 macOS 3.11 while 
building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1030/builds/1738

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

Worker for this Build: pablogsal-macos-m1

Build Reason: 
Blamelist: Hugo van Kemenade <1324225+hug...@users.noreply.github.com>, 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 
"/Users/buildbot/buildarea/3.11.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_ssl.py",
 line 5064, in test_preauth_data_to_tls_server
self.non_linux_skip_if_other_okay_error(wrap_error)
  File 
"/Users/buildbot/buildarea/3.11.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_ssl.py",
 line 5011, in non_linux_skip_if_other_okay_error
re.search('wrong.version.number', getattr(err, "reason", ""), re.I)):
^^^
  File 
"/Users/buildbot/buildarea/3.11.pablogsal-macos-m1.macos-with-brew/build/Lib/re/__init__.py",
 line 176, in search
return _compile(pattern, flags).search(string)
   ^^^
TypeError: expected string or bytes-like object, got 'NoneType'



Test report
===

Failed tests:

- test_ssl

Failed subtests:

- test_preauth_data_to_tls_server - 
test.test_ssl.TestPreHandshakeClose.test_preauth_data_to_tls_server




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): - failed test (failure) (67688609d21c759295b773407057724581a1e3c2)

2024-02-12 Thread buildbot
The Buildbot has detected a new failure on builder PPC64LE Fedora Stable 
Refleaks 3.12 while building Python.
Full details are available at:
https://buildbot.python.org/all/#/builders/1210/builds/269

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

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

Build Reason: 
Blamelist: 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

remote: Enumerating objects: 108, done.
remote: Counting objects:   0% (1/102)
remote: Counting objects:   1% (2/102)
remote: Counting objects:   2% (3/102)
remote: Counting objects:   3% (4/102)
remote: Counting objects:   4% (5/102)
remote: Counting objects:   5% (6/102)
remote: Counting objects:   6% (7/102)
remote: Counting objects:   7% (8/102)
remote: Counting objects:   8% (9/102)
remote: Counting objects:   9% (10/102)
remote: Counting objects:  10% (11/102)
remote: Counting objects:  11% (12/102)
remote: Counting objects:  12% (13/102)
remote: Counting objects:  13% (14/102)
remote: Counting objects:  14% (15/102)
remote: Counting objects:  15% (16/102)
remote: Counting objects:  16% (17/102)
remote: Counting objects:  17% (18/102)
remote: Counting objects:  18% (19/102)
remote: Counting objects:  19% (20/102)
remote: Counting objects:  20% (21/102)
remote: Counting objects:  21% (22/102)
remote: Counting objects:  22% (23/102)
remote: Counting objects:  23% (24/102)
remote: Counting objects:  24% (25/102)
remote: Counting objects:  25% (26/102)
remote: Counting objects:  26% (27/102)
remote: Counting objects:  27% (28/102)
remote: Counting objects:  28% (29/102)
remote: Counting objects:  29% (30/102)
remote: Counting objects:  30% (31/102)
remote: Counting objects:  31% (32/102)
remote: Counting objects:  32% (33/102)
remote: Counting objects:  33% (34/102)
remote: Counting objects:  34% (35/102)
remote: Counting objects:  35% (36/102)
remote: Counting objects:  36% (37/102)
remote: Counting objects:  37% (38/102)
remote: Counting objects:  38% (39/102)
remote: Counting objects:  39% (40/102)
remote: Counting objects:  40% (41/102)
remote: Counting objects:  41% (42/102)
remote: Counting objects:  42% (43/102)
remote: Counting objects:  43% (44/102)
remote: Counting objects:  44% (45/102)
remote: Counting objects:  45% (46/102)
remote: Counting objects:  46% (47/102)
remote: Counting objects:  47% (48/102)
remote: Counting objects:  48% (49/102)
remote: Counting objects:  49% (50/102)
remote: Counting objects:  50% (51/102)
remote: Counting objects:  51% (53/102)
remote: Counting objects:  52% (54/102)
remote: Counting objects:  53% (55/102)
remote: Counting objects:  54% (56/102)
remote: Counting objects:  55% (57/102)
remote: Counting objects:  56% (58/102)
remote: Counting objects:  57% (59/102)
remote: Counting objects:  58% (60/102)
remote: Counting objects:  59% (61/102)
remote: Counting objects:  60% (62/102)
remote: Counting objects:  61% (63/102)
remote: Counting objects:  62% (64/102)
remote: Counting objects:  63% (65/102)
remote: Counting objects:  64% (66/102)
remote: Counting objects:  65% (67/102)
remote: Counting objects:  66% (68/102)
remote: Counting objects:  67% (69/102)
remote: Counting objects:  68% (70/102)
remote: Counting objects:  69% (71/102)
remote: Counting objects:  70% (72/102)
remote: Counting objects:  71% (73/102)
remote: Counting objects:  72% (74/102)
remote: Counting objects:  73% (75/102)
remote: Counting objects:  74% (76/102)
remote: Counting objects:  75% (77/102)
remote: Counting objects:  76% (78/102)
remote: Counting objects:  77% (79/102)
remote: Counting objects:  78% (80/102)
remote: Counting objects:  79% (81/102)
remote: Counting objects:  80% (82/102)
remote: Counting objects:  81% (83/102)
remote: Counting objects:  82% (84/102)
remote: Counting objects:  83% (85/102)
remote: Counting objects:  84% (86/102)
remote: Counting objects:  85% (87/102)
remote: Counting objects:  86% (88/102)
remote: Counting objects:  87% (89/102)
remote: Counting objects:  88% (90/102)
remote: Counting objects:  89% (91/102)
remote: Counting objects:  90% (92/102)
remote: Counting objects:  91% (93/102)
remote: Counting ob