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

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

Worker for this Build: itamaro-ubuntu-aws

Build Reason: <unknown>
Blamelist: Abhinav Upadhyay <[email protected]>, Alex Waygood 
<[email protected]>, Ali Hamdan <[email protected]>, Alyssa Coghlan 
<[email protected]>, Barney Gale <[email protected]>, Brandt Bucher 
<[email protected]>, Brett Simmers 
<[email protected]>, Davide Rizzo <[email protected]>, Dino 
Viehland <[email protected]>, Dobatymo <[email protected]>, 
Eric Snow <[email protected]>, Erlend E. Aasland <[email protected]>, 
Gregory P. Smith <[email protected]>, Guido van Rossum <[email protected]>, Hugo 
van Kemenade <[email protected]>, Irit Katriel 
<[email protected]>, James Hilton-Balfe 
<[email protected]>, Jelle Zijlstra <[email protected]>, Jeong, 
YunWon <[email protected]>, John Sirois 
<[email protected]>, Ken Jin <[email protected]>, Kerim Kabirov 
<[email protected]>, Kirill Podoprigora <[email protected]>, Ly
 sandros Nikolaou <[email protected]>, Mark Shannon <[email protected]>, Momo 
Eissenhauer <[email protected]>, Ned Batchelder 
<[email protected]>, Ned Deily <[email protected]>, Nice Zombies 
<[email protected]>, Nikita Sobolev <[email protected]>, Pablo Galindo 
Salgado <[email protected]>, Petr Viktorin <[email protected]>, Pieter 
Eendebak <[email protected]>, Radislav Chugunov 
<[email protected]>, Raymond Hettinger 
<[email protected]>, Russell Keith-Magee 
<[email protected]>, Ryan Batchelder <[email protected]>, Sam Gross 
<[email protected]>, Savannah Ostrowski <[email protected]>, Serhiy 
Storchaka <[email protected]>, Steve Dower <[email protected]>, T. 
Wouters <[email protected]>, Terry Jan Reedy <[email protected]>, Thomas 
Grainger <[email protected]>, Thomas Wouters <[email protected]>, Tian Gao 
<[email protected]>, Tim Peters <[email protected]>, Victor Stinner 
<vs
 [email protected]>, Xie Yanbo <[email protected]>, Youfu Zhang 
<[email protected]>, Yutian Li <[email protected]>, 
chrysn <[email protected]>, denballakh 
<[email protected]>, dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>, mpage <[email protected]>, 
trag1c <[email protected]>, wim glenn <[email protected]>, wim glenn 
<[email protected]>, Łukasz Langa <[email protected]>

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 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.7 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.213391138240695 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 1987, in test_abort
    self.assertEqual(len(results2), self.N-1)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 5 != 4


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/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_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 subtests:

- test_flock - __main__.FNTLEINTRTest.test_flock
- 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




Sincerely,
 -The Buildbot

_______________________________________________
Buildbot-status mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/buildbot-status.python.org/
Member address: [email protected]

Reply via email to