The Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide 
Refleaks 3.12 while building Python.
Full details are available at:
    https://buildbot.python.org/all/#/builders/1157/builds/380

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

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

Build Reason: <unknown>
Blamelist: 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==================

remote: Enumerating objects: 43, done.        
remote: Counting objects:   2% (1/41)        
remote: Counting objects:   4% (2/41)        
remote: Counting objects:   7% (3/41)        
remote: Counting objects:   9% (4/41)        
remote: Counting objects:  12% (5/41)        
remote: Counting objects:  14% (6/41)        
remote: Counting objects:  17% (7/41)        
remote: Counting objects:  19% (8/41)        
remote: Counting objects:  21% (9/41)        
remote: Counting objects:  24% (10/41)        
remote: Counting objects:  26% (11/41)        
remote: Counting objects:  29% (12/41)        
remote: Counting objects:  31% (13/41)        
remote: Counting objects:  34% (14/41)        
remote: Counting objects:  36% (15/41)        
remote: Counting objects:  39% (16/41)        
remote: Counting objects:  41% (17/41)        
remote: Counting objects:  43% (18/41)        
remote: Counting objects:  46% (19/41)        
remote: Counting objects:  48% (20/41)        
remote: Counting objects:  51% (21/41)        
remote: Counting objects:  53% (22/41)        
remote: Counting objects:  56% (23/41)        
remote: Counting objects:  58% (24/41)        
remote: Counting objects:  60% (25/41)        
remote: Counting objects:  63% (26/41)        
remote: Counting objects:  65% (27/41)        
remote: Counting objects:  68% (28/41)        
remote: Counting objects:  70% (29/41)        
remote: Counting objects:  73% (30/41)        
remote: Counting objects:  75% (31/41)        
remote: Counting objects:  78% (32/41)        
remote: Counting objects:  80% (33/41)        
remote: Counting objects:  82% (34/41)        
remote: Counting objects:  85% (35/41)        
remote: Counting objects:  87% (36/41)        
remote: Counting objects:  90% (37/41)        
remote: Counting objects:  92% (38/41)        
remote: Counting objects:  95% (39/41)        
remote: Counting objects:  97% (40/41)        
remote: Counting objects: 100% (41/41)        
remote: Counting objects: 100% (41/41), done.        
remote: Compressing objects:   3% (1/31)        
remote: Compressing objects:   6% (2/31)        
remote: Compressing objects:   9% (3/31)        
remote: Compressing objects:  12% (4/31)        
remote: Compressing objects:  16% (5/31)        
remote: Compressing objects:  19% (6/31)        
remote: Compressing objects:  22% (7/31)        
remote: Compressing objects:  25% (8/31)        
remote: Compressing objects:  29% (9/31)        
remote: Compressing objects:  32% (10/31)        
remote: Compressing objects:  35% (11/31)        
remote: Compressing objects:  38% (12/31)        
remote: Compressing objects:  41% (13/31)        
remote: Compressing objects:  45% (14/31)        
remote: Compressing objects:  48% (15/31)        
remote: Compressing objects:  51% (16/31)        
remote: Compressing objects:  54% (17/31)        
remote: Compressing objects:  58% (18/31)        
remote: Compressing objects:  61% (19/31)        
remote: Compressing objects:  64% (20/31)        
remote: Compressing objects:  67% (21/31)        
remote: Compressing objects:  70% (22/31)        
remote: Compressing objects:  74% (23/31)        
remote: Compressing objects:  77% (24/31)        
remote: Compressing objects:  80% (25/31)        
remote: Compressing objects:  83% (26/31)        
remote: Compressing objects:  87% (27/31)        
remote: Compressing objects:  90% (28/31)        
remote: Compressing objects:  93% (29/31)        
remote: Compressing objects:  96% (30/31)        
remote: Compressing objects: 100% (31/31)        
remote: Compressing objects: 100% (31/31), done.        
remote: Total 43 (delta 16), reused 31 (delta 10), pack-reused 2        
>From https://github.com/python/cpython
 * branch                  3.12       -> FETCH_HEAD
Note: switching to 'FETCH_HEAD'.

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 b134f47574 [3.12] gh-120276: Fix incorrect email.header.Header 
maxlinelen default (GH-120277) (GH-120278)
Switched to and reset branch '3.12'

make: *** [Makefile:2021: buildbottest] Error 2


Test report
===========

Failed tests:

- test_typing

Test leaking resources:

- test_typing: memory blocks




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora 
Rawhide Refleaks 3.12 while building Python.
Full details are available at:
    https://buildbot.python.org/all/#/builders/1199/builds/372

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

Worker for this Build: edelsohn-fedora-rawhide-z

Build Reason: <unknown>
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.12.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_posixpath.py",
 line 354, in test_expanduser_pwd2
    self.assertEqual(posixpath.expanduser('~' + name), home)
AssertionError: '/nonexisting' != '/'
- /nonexisting
+ /



Test report
===========

Failed tests:

- test_posixpath

Failed subtests:

- test_expanduser_pwd2 - test.test_posixpath.PosixPathTest.test_expanduser_pwd2




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

Reply via email to