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/1831

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

Worker for this Build: itamaro-ubuntu-aws

Build Reason: <unknown>
Blamelist: Barney Gale <barney.g...@gmail.com>, Brandt Bucher 
<brandtbuc...@microsoft.com>, Davide Rizzo <sor...@gmail.com>, Eric Snow 
<ericsnowcurren...@gmail.com>, Gregory P. Smith <g...@krypto.org>, Guido van 
Rossum <gu...@python.org>, Hugo van Kemenade 
<1324225+hug...@users.noreply.github.com>, Irit Katriel 
<1055913+iritkatr...@users.noreply.github.com>, Ken Jin <ken...@python.org>, 
Mark Shannon <m...@hotpy.org>, Nikita Sobolev <m...@sobolevn.me>, Pablo Galindo 
Salgado <pablog...@gmail.com>, Raymond Hettinger 
<rhettin...@users.noreply.github.com>, Russell Keith-Magee 
<russ...@keith-magee.com>, Ryan Batchelder <ryanba...@gmail.com>, Sam Gross 
<colesb...@gmail.com>, Savannah Ostrowski <savannahostrow...@gmail.com>, Serhiy 
Storchaka <storch...@gmail.com>, Tian Gao <gaogaotiant...@hotmail.com>, Tim 
Peters <tim.pet...@gmail.com>, Victor Stinner <vstin...@python.org>, 
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>, mpage 
<mp...@meta.com>, wim glenn <jump@wimglenn.c
 om>

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.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/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 105, 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
Process Process-2:1:
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 105, 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


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


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


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 sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.4 sec


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



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

Failed tests:

- test.test_multiprocessing_spawn.test_misc
- test_eintr

Failed subtests:

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




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE Fedora 
Stable LTO 3.x while building python/cpython.
Full details are available at:
    https://buildbot.python.org/all/#/builders/541/builds/4108

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

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

Build Reason: <unknown>
Blamelist: Barney Gale <barney.g...@gmail.com>, Gregory P. Smith 
<g...@krypto.org>, Guido van Rossum <gu...@python.org>, Nikita Sobolev 
<m...@sobolevn.me>, Pablo Galindo Salgado <pablog...@gmail.com>, Russell 
Keith-Magee <russ...@keith-magee.com>, Tian Gao <gaogaotiant...@hotmail.com>

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.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/unittest/mock.py",
 line 1420, in patched
    return func(*newargs, **newkeywargs)
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_pyrepl.py",
 line 653, in test_push_with_keymap_in_keymap
    eq = EventQueue(sys.stdout.fileno(), "utf-8")
                    ~~~~~~~~~~~~~~~~~^^
io.UnsupportedOperation: fileno


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/unittest/mock.py",
 line 1420, in patched
    return func(*newargs, **newkeywargs)
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_pyrepl.py",
 line 633, in test_push_with_key_in_keymap
    eq = EventQueue(sys.stdout.fileno(), "utf-8")
                    ~~~~~~~~~~~~~~~~~^^
io.UnsupportedOperation: fileno


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/unittest/mock.py",
 line 1420, in patched
    return func(*newargs, **newkeywargs)
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_pyrepl.py",
 line 625, in test_insert
    eq = EventQueue(sys.stdout.fileno(), "utf-8")
                    ~~~~~~~~~~~~~~~~~^^
io.UnsupportedOperation: fileno


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/unittest/mock.py",
 line 1420, in patched
    return func(*newargs, **newkeywargs)
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_pyrepl.py",
 line 619, in test_flush_buf
    eq = EventQueue(sys.stdout.fileno(), "utf-8")
                    ~~~~~~~~~~~~~~~~~^^
io.UnsupportedOperation: fileno


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/unittest/mock.py",
 line 1420, in patched
    return func(*newargs, **newkeywargs)
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_pyrepl.py",
 line 643, in test_push_without_key_in_keymap
    eq = EventQueue(sys.stdout.fileno(), "utf-8")
                    ~~~~~~~~~~~~~~~~~^^
io.UnsupportedOperation: fileno


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/unittest/mock.py",
 line 1420, in patched
    return func(*newargs, **newkeywargs)
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_pyrepl.py",
 line 607, in test_get
    eq = EventQueue(sys.stdout.fileno(), "utf-8")
                    ~~~~~~~~~~~~~~~~~^^
io.UnsupportedOperation: fileno


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/unittest/mock.py",
 line 1420, in patched
    return func(*newargs, **newkeywargs)
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_pyrepl.py",
 line 682, in test_push_special_key
    eq = EventQueue(sys.stdout.fileno(), "utf-8")
                    ~~~~~~~~~~~~~~~~~^^
io.UnsupportedOperation: fileno


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/unittest/mock.py",
 line 1420, in patched
    return func(*newargs, **newkeywargs)
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_pyrepl.py",
 line 691, in test_push_unrecognized_escape_sequence
    eq = EventQueue(sys.stdout.fileno(), "utf-8")
                    ~~~~~~~~~~~~~~~~~^^
io.UnsupportedOperation: fileno


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/unittest/mock.py",
 line 1420, in patched
    return func(*newargs, **newkeywargs)
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_pyrepl.py",
 line 668, in test_push_with_keymap_in_keymap_and_escape
    eq = EventQueue(sys.stdout.fileno(), "utf-8")
                    ~~~~~~~~~~~~~~~~~^^
io.UnsupportedOperation: fileno


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/unittest/mock.py",
 line 1420, in patched
    return func(*newargs, **newkeywargs)
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_pyrepl.py",
 line 613, in test_empty
    eq = EventQueue(sys.stdout.fileno(), "utf-8")
                    ~~~~~~~~~~~~~~~~~^^
io.UnsupportedOperation: fileno



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

Failed tests:

- test_pyrepl

Failed subtests:

- test_push_without_key_in_keymap - 
test.test_pyrepl.TestUnivEventQueue.test_push_without_key_in_keymap
- test_flush_buf - test.test_pyrepl.TestUnivEventQueue.test_flush_buf
- test_push_with_key_in_keymap - 
test.test_pyrepl.TestUnivEventQueue.test_push_with_key_in_keymap
- test_insert - test.test_pyrepl.TestUnivEventQueue.test_insert
- test_get - test.test_pyrepl.TestUnivEventQueue.test_get
- test_push_special_key - 
test.test_pyrepl.TestUnivEventQueue.test_push_special_key
- test_empty - test.test_pyrepl.TestUnivEventQueue.test_empty
- test_push_with_keymap_in_keymap - 
test.test_pyrepl.TestUnivEventQueue.test_push_with_keymap_in_keymap
- test_push_with_keymap_in_keymap_and_escape - 
test.test_pyrepl.TestUnivEventQueue.test_push_with_keymap_in_keymap_and_escape
- test_push_unrecognized_escape_sequence - 
test.test_pyrepl.TestUnivEventQueue.test_push_unrecognized_escape_sequence




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