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

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

Worker for this Build: itamaro-ubuntu-aws

Build Reason: <unknown>
Blamelist: Aditya Borikar <adityaborik...@gmail.com>, Alex Waygood 
<alex.wayg...@gmail.com>, Alyssa Coghlan <ncogh...@gmail.com>, Arnon Yaari 
<wiggi...@yahoo.com>, Awbert <119314310+sweetyan...@users.noreply.github.com>, 
Ayato Hayashi <go12limchangy...@gmail.com>, Barney Gale 
<barney.g...@gmail.com>, Bradley Reynolds <bradley.reyno...@darbia.dev>, Brandt 
Bucher <brandtbuc...@microsoft.com>, Brett Simmers 
<swtaa...@users.noreply.github.com>, Carlos Meza <h...@carlosmeza.com>, 
Christopher Chavez <chrischa...@gmx.us>, Dino Viehland 
<dinoviehl...@gmail.com>, Eric Snow <ericsnowcurren...@gmail.com>, Erlend E. 
Aasland <erl...@python.org>, Ethan Smith <et...@ethanhs.me>, Filip Łajszczak 
<fi...@lajszczak.dev>, Germán Méndez Bravo <kro...@fb.com>, Guido van Rossum 
<gu...@python.org>, Hugo van Kemenade 
<1324225+hug...@users.noreply.github.com>, Irit Katriel 
<1055913+iritkatr...@users.noreply.github.com>, James De Bias 
<81095953+db...@users.noreply.github.com>, Jason R. Coombs <jaraco@jaraco
 .com>, Jelle Zijlstra <jelle.zijls...@gmail.com>, Joshua Herman 
<30265+zitterbeweg...@users.noreply.github.com>, Justin Kunimune 
<justinkunim...@gmail.com>, Katie Bell <ka...@katharos.id.au>, Kirill 
Podoprigora <kirill.ba...@mail.ru>, Lincoln 
<71312724+lincoln-develo...@users.noreply.github.com>, Lysandros Nikolaou 
<lisandros...@gmail.com>, Mark Shannon <m...@hotpy.org>, Matthias Görgens 
<matthias.goerg...@gmail.com>, Ned Batchelder <n...@nedbatchelder.com>, Nice 
Zombies <nineteendo1...@gmail.com>, Nikita Sobolev <m...@sobolevn.me>, Pablo 
Galindo Salgado <pablog...@gmail.com>, Petr Viktorin <encu...@gmail.com>, 
Rafael Fontenelle <rffontene...@users.noreply.github.com>, Raymond Hettinger 
<rhettin...@users.noreply.github.com>, Sam Gross <colesb...@gmail.com>, 
Savannah Ostrowski <savannahostrow...@gmail.com>, Sergey B Kirpichev 
<skirpic...@gmail.com>, Serhiy Storchaka <storch...@gmail.com>, Steve Dower 
<steve.do...@python.org>, Steven Troxler <steven.trox...@gmail.com>, Tian Gao 
<gaoga
 otiant...@hotmail.com>, Tim Peters <tim.pet...@gmail.com>, Victor Stinner 
<vstin...@python.org>, Wim Jeantine-Glenn <h...@wimglenn.com>, Wulian233 
<71213467+wulian...@users.noreply.github.com>, Xie Yanbo <xieya...@gmail.com>, 
Zac Hatfield-Dodds <zac.hatfield.do...@gmail.com>, Zachary Ware 
<z...@python.org>, dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>, scoder 
<stefan...@behnel.de>, Łukasz Langa <luk...@langa.pl>

BUILD FAILED: failed test (failure)


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




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

TracebackTests.test_broken_parent) ... ok


TracebackTests.test_broken_parent_from) ... ok


TracebackTests.test_syntax_error) ... ok


TracebackTests.test_unencodable_filename) ... ok


TracebackTests.test_broken_from) ... ok


TracebackTests.test_exec_failure_nested) ... ok


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


TracebackTests.test_nonexistent_module) ... ok


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 104, 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


TracebackTests.test_exec_failure) ... ok


TracebackTests.test_nonexistent_module_nested) ... ok


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


TracebackTests.test_broken_submodule) ... ok


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/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.5 sec


TracebackTests.test_import_bug) ... ok



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

Failed subtests:

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

Test leaking resources:

- test_import: references
- test_import: memory blocks




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

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

Worker for this Build: opsec-fbsd15

Build Reason: <unknown>
Blamelist: 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/buildbot/buildarea/3.x.opsec-fbsd15/build/Lib/threading.py", line 
1039, in _bootstrap_inner
    self.run()
    ~~~~~~~~^^
  File "/home/buildbot/buildarea/3.x.opsec-fbsd15/build/Lib/threading.py", line 
990, in run
    self._target(*self._args, **self._kwargs)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.opsec-fbsd15/build/Lib/test/test_interpreters/test_stress.py",
 line 29, in task
    interp = interpreters.create()
  File 
"/home/buildbot/buildarea/3.x.opsec-fbsd15/build/Lib/test/support/interpreters/__init__.py",
 line 76, in create
    id = _interpreters.create(reqrefs=True)
interpreters.InterpreterError: interpreter creation failed
k


Traceback (most recent call last):
  File "<frozen getpath>", line 355, in <module>
ValueError: embedded null byte
Warning -- Uncaught thread exception: InterpreterError
Exception in thread Thread-152 (task):
RuntimeError: error evaluating path



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





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