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

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

Worker for this Build: itamaro-ubuntu-aws

Build Reason: <unknown>
Blamelist: Amethyst Reese <ameth...@n7.gg>, Serhiy Storchaka 
<storch...@gmail.com>, dependabot[bot] 
<49699333+dependabot[bot]@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.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.5 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


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/test_concurrent_futures/test_shutdown.py",
 line 50, in test_interpreter_shutdown
    self.assertEqual(out.strip(), b"apple")
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: b'' != b'apple'


Traceback (most recent call last):
  |   File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/unittest/async_case.py",
 line 93, in _callTestMethod
  |     if self._callMaybeAsync(method) is not None:
  |        ~~~~~~~~~~~~~~~~~~~~^^^^^^^^
  |   File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/unittest/async_case.py",
 line 115, in _callMaybeAsync
  |     return self._asyncioRunner.run(
  |            ~~~~~~~~~~~~~~~~~~~~~~~^
  |         func(*args, **kwargs),
  |         ^^^^^^^^^^^^^^^^^^^^^^
  |         context=self._asyncioTestContext,
  |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |     )
  |     ^
  |   File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/asyncio/runners.py",
 line 118, in run
  |     return self._loop.run_until_complete(task)
  |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
  |   File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/asyncio/base_events.py",
 line 712, in run_until_complete
  |     return future.result()
  |            ~~~~~~~~~~~~~^^
  |   File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/test_asyncio/test_taskgroups.py",
 line 657, in test_taskgroup_23
  |     async with taskgroups.TaskGroup() as g:
  |     ...<6 lines>...
  |         self.assertEqual(len(g._tasks), 0)
  |   File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/asyncio/taskgroups.py",
 line 147, in __aexit__
  |     raise me from None
  | ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
  +-+---------------- 1 ----------------
    | Traceback (most recent call last):
    |   File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/test_asyncio/test_taskgroups.py",
 line 662, in test_taskgroup_23
    |     self.assertLess(len(g._tasks), 5)
    |     ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
    | AssertionError: 5 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 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.1 sec



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

Failed tests:

- test.test_concurrent_futures.test_shutdown
- test_eintr
- test.test_asyncio.test_taskgroups

Failed subtests:

- test_interpreter_shutdown - 
test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_interpreter_shutdown
- test_lockf - __main__.FNTLEINTRTest.test_lockf
- test_all - test.test_eintr.EINTRTests.test_all
- test_taskgroup_23 - 
test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_23




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Ubuntu 
NoGIL 3.x while building python/cpython.
Full details are available at:
    https://buildbot.python.org/all/#/builders/1225/builds/1628

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

Worker for this Build: itamaro-ubuntu-aws

Build Reason: <unknown>
Blamelist: Amethyst Reese <ameth...@n7.gg>, Serhiy Storchaka 
<storch...@gmail.com>, dependabot[bot] 
<49699333+dependabot[bot]@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.x.itamaro-ubuntu-aws.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.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


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.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.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.9 sec


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.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.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.nogil/build/Lib/test/test_concurrent_futures/executor.py",
 line 71, in test_map_timeout
    self.assertEqual([None, None], results)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Lists differ: [None, None] != []



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

Failed tests:

- test_math
- test.test_concurrent_futures.test_process_pool
- test_eintr
- test_tools

Failed subtests:

- test_lockf - __main__.FNTLEINTRTest.test_lockf
- test_map_timeout - 
test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_timeout
- test_all - test.test_eintr.EINTRTests.test_all
- test_flock - __main__.FNTLEINTRTest.test_flock




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