☠ Buildbot (Python): python/cpython - failed test (failure) (main)
The Buildbot has detected a new failure on builder AMD64 FreeBSD Refleaks 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/1613/builds/2586
Buildbot URL: https://buildbot.python.org/
Worker for this Build: ware-freebsd
Build Reason: <unknown> Blamelist: 1nftf <QfxZ11@proton.me>, AN Long <aisk@users.noreply.github.com>, AZero13 <gfunni234@gmail.com>, Adorilson Bezerra <adorilson@gmail.com>, Alex Prengère <2138730+alexprengere@users.noreply.github.com>, Alper <alperyoney@fb.com>, Amer Esmail Elsheikh <amer.esmail48@gmail.com>, Andrej <andrej.karpathy@gmail.com>, Arthur Wigo <arthur.l.wigo@gmail.com>, Bartosz Sławecki <bartosz@ilikepython.com>, Benjamin Johnson <ben332004@gmail.com>, Brett Cannon <brett@python.org>, Bénédikt Tran <10796600+picnixz@users.noreply.github.com>, Cameron Beck <94604154+cbkinase@users.noreply.github.com>, Chris Eibl <138194463+chris-eibl@users.noreply.github.com>, Cody Maloney <cmaloney@users.noreply.github.com>, Damian Birchler <damian@damianbirchler.net>, Diego Russo <diego.russo@arm.com>, Donghee Na <donghee.na@python.org>, Duane Hilton <duane9@gmail.com>, Edward Xu <xuxiangad@gmail.com>, Ethan Furman <ethan@stoneleaf.us>, Gabriele N. Tornetta <P403n1x87@users.noreply.github.com>, Gregory P. Smith <68491+gpshead@users.noreply.github.com>, Hai Zhu <35182391+cocolato@users.noreply.github.com>, Hauke D <haukex@zero-g.net>, Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>, James <snoopjedi@gmail.com>, Jason R. Coombs <jaraco@jaraco.com>, Joshua Ward <joshie@flewognetworks.wales>, Keming <kemingy94@gmail.com>, Ken Jin <kenjin@python.org>, Kumar Aditya <kumaraditya@python.org>, LloydZ <35182391+cocolato@users.noreply.github.com>, Lysandros Nikolaou <lisandrosnik@gmail.com>, László Kiss Kollár <kiss.kollar.laszlo@gmail.com>, Mark Shannon <mark@hotpy.org>, Marta Gómez Macías <mgmacias@google.com>, Max R <mxr@users.noreply.github.com>, Mikhail Efimov <efimov.mikhail@gmail.com>, Mohsin Mehmood <55545648+mohsinm-dev@users.noreply.github.com>, MonadChains <monadchains@gmail.com>, Nadeshiko Manju <me@manjusaka.me>, Neil Schemenauer <nas-github@arctrix.com>, Noam Cohen <noam@noam.me>, Owain Davies <116417456+OTheDev@users.noreply.github.com>, Pablo Galindo Salgado <P ablogsal@gmail.com>, Patrick R <codeZeilen@users.noreply.github.com>, Peter Bierma <zintensitydev@gmail.com>, Petr Viktorin <encukou@gmail.com>, PuQing <me@puqing.work>, R. David Murray <rdmurray@bitdance.com>, Rafael Fontenelle <rffontenelle@users.noreply.github.com>, Rogdham <3994389+Rogdham@users.noreply.github.com>, Roman Donchenko <rdonchen@outlook.com>, SYan212 <syan235711@gmail.com>, Sam Gross <colesbury@gmail.com>, Savannah Ostrowski <savannah@python.org>, Sergey B Kirpichev <skirpichev@gmail.com>, Serhiy Storchaka <storchaka@gmail.com>, Shamil <ashm.tech@proton.me>, Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>, Stephen Morton <git@tungol.org>, Tom Kuson <mail@tjkuson.me>, Tomas R. <tomas.roun8@gmail.com>, Victor Stinner <vstinner@python.org>, Yongtao Huang <yongtaoh2022@gmail.com>, Zheng Yu <dataisland@outlook.com>, chaope <pengchaoandy@gmail.com>, decorator-factory <42166884+decorator-factory@users.noreply.github.com>, dr-carlos <77367421+dr-carlos@user s.noreply.github.com>, elenril <anton@khirnov.net>, ivonastojanovic <80911834+ivonastojanovic@users.noreply.github.com>, kaushal trivedi <155625932+Kaushalt2004@users.noreply.github.com>, saucoide <32314353+saucoide@users.noreply.github.com>, sobolevn <mail@sobolevn.me>, stratakis <cstratak@redhat.com>, wangjingcun <wangjingcun@aliyun.com>, wangxiaolei <fatelei@gmail.com>, yihong <zouzou0208@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
==
Captured traceback
Traceback (most recent call last): File "/buildbot/buildarea/3.x.ware-freebsd.refleak/build/Lib/multiprocessing/process.py", line 320, in _bootstrap self.run() ~~~~~~~~^^ File "/buildbot/buildarea/3.x.ware-freebsd.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/3.x.ware-freebsd.refleak/build/Lib/test/_test_multiprocessing.py", line 525, in _sleep_some_event time.sleep(100) ~~~~~~~~~~^^^^^ KeyboardInterrupt k
Traceback (most recent call last): File "/buildbot/buildarea/3.x.ware-freebsd.refleak/build/Lib/test/test_importlib/test_lazy.py", line 130, in test_delete_eventual_attr del module.attr ^^^^^^^^^^^ File "/buildbot/buildarea/3.x.ware-freebsd.refleak/build/Lib/importlib/util.py", line 230, in __delattr__ self.__getattribute__(attr) ^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/3.x.ware-freebsd.refleak/build/Lib/importlib/util.py", line 213, in __getattribute__ raise ValueError(f"module object for {original_name!r} " "substituted in sys.modules during a lazy " "load") ValueError: module object for 'lazy_loader_test' substituted in sys.modules during a lazy load
Traceback (most recent call last): File "/buildbot/buildarea/3.x.ware-freebsd.refleak/build/Lib/test/test_importlib/test_lazy.py", line 135, in test_delete_preexisting_attr del module.__name__ ^^^^^^^^^^^^^^^ File "/buildbot/buildarea/3.x.ware-freebsd.refleak/build/Lib/importlib/util.py", line 230, in __delattr__ self.__getattribute__(attr) ^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/3.x.ware-freebsd.refleak/build/Lib/importlib/util.py", line 213, in __getattribute__ raise ValueError(f"module object for {original_name!r} " "substituted in sys.modules during a lazy " "load") ValueError: module object for 'lazy_loader_test' substituted in sys.modules during a lazy load
Traceback (most recent call last): File "/buildbot/buildarea/3.x.ware-freebsd.refleak/build/Lib/contextlib.py", line 85, in inner return func(*args, **kwds) File "/buildbot/buildarea/3.x.ware-freebsd.refleak/build/Lib/test/_test_multiprocessing.py", line 597, in test_interrupt exitcode = self._kill_process(multiprocessing.Process.interrupt) File "/buildbot/buildarea/3.x.ware-freebsd.refleak/build/Lib/contextlib.py", line 85, in inner return func(*args, **kwds) File "/buildbot/buildarea/3.x.ware-freebsd.refleak/build/Lib/test/_test_multiprocessing.py", line 578, in _kill_process self.assertEqual(join(), None) ~~~~^^ File "/buildbot/buildarea/3.x.ware-freebsd.refleak/build/Lib/test/_test_multiprocessing.py", line 251, in __call__ return self.func(*args, **kwds) ~~~~~~~~~^^^^^^^^^^^^^^^ File "/buildbot/buildarea/3.x.ware-freebsd.refleak/build/Lib/multiprocessing/process.py", line 156, in join res = self._popen.wait(timeout) File "/buildbot/buildarea/3.x.ware-freebsd.refleak/build/Lib/multiprocessing/popen_fork.py", line 44, in wait return self.poll(os.WNOHANG if timeout == 0.0 else 0) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/3.x.ware-freebsd.refleak/build/Lib/multiprocessing/popen_forkserver.py", line 65, in poll if not wait([self.sentinel], timeout): ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/3.x.ware-freebsd.refleak/build/Lib/multiprocessing/connection.py", line 1164, in wait ready = selector.select(timeout) File "/buildbot/buildarea/3.x.ware-freebsd.refleak/build/Lib/selectors.py", line 398, in select fd_event_list = self._selector.poll(timeout) File "/buildbot/buildarea/3.x.ware-freebsd.refleak/build/Lib/test/_test_multiprocessing.py", line 574, in handler raise RuntimeError('join took too long: %s' % p) RuntimeError: join took too long: <Process name='Process-161' pid=47339 parent=47038 started daemon>
Traceback (most recent call last): File "/buildbot/buildarea/3.x.ware-freebsd.refleak/build/Lib/test/support/__init__.py", line 935, in gc_collect gc.collect() ~~~~~~~~~~^^ ResourceWarning: unclosed <socket.socket fd=10, family=2, type=1, proto=6, laddr=('127.0.0.1', 30954), raddr=('127.0.0.1', 30955)> Task was destroyed but it is pending! task: <Task pending name='Task-1498' coro=<BaseSelectorEventLoop._accept_connection2() done, defined at /buildbot/buildarea/3.x.ware-freebsd.refleak/build/Lib/asyncio/selector_events.py:217> wait_for=<Future pending cb=[Task.task_wakeup()]>> Warning -- Unraisable exception Exception ignored while calling deallocator <function _SelectorTransport.__del__ at 0x842382a50>: Traceback (most recent call last): File "/buildbot/buildarea/3.x.ware-freebsd.refleak/build/Lib/asyncio/selector_events.py", line 873, in __del__ _warn(f"unclosed transport {self!r}", ResourceWarning, source=self) ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ResourceWarning: unclosed transport <_SelectorSocketTransport closing fd=10> k
Traceback (most recent call last): File "/buildbot/buildarea/3.x.ware-freebsd.refleak/build/Lib/test/test_mmap.py", line 1176, in test_flush_parameters m.flush(0, PAGESIZE, flags=mmap.MS_ASYNC | mmap.MS_INVALIDATE) ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 22] Invalid argument
Traceback (most recent call last): File "/buildbot/buildarea/3.x.ware-freebsd.refleak/build/Lib/test/test_importlib/test_lazy.py", line 105, in test_attr_unchanged self.assertEqual(TestingImporter.mutated_name, module.__name__) ^^^^^^^^^^^^^^^ File "/buildbot/buildarea/3.x.ware-freebsd.refleak/build/Lib/importlib/util.py", line 213, in __getattribute__ raise ValueError(f"module object for {original_name!r} " "substituted in sys.modules during a lazy " "load") ValueError: module object for 'lazy_loader_test' substituted in sys.modules during a lazy load
Test report
Failed tests:
- test.test_multiprocessing_forkserver.test_processes
- test_mmap
- test_importlib
Failed subtests:
- test_delete_eventual_attr - test.test_importlib.test_lazy.LazyLoaderTests.test_delete_eventual_attr
- test_interrupt - test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_interrupt
- test_attr_unchanged - test.test_importlib.test_lazy.LazyLoaderTests.test_attr_unchanged
- test_flush_parameters - test.test_mmap.MmapTests.test_flush_parameters
- test_delete_preexisting_attr - test.test_importlib.test_lazy.LazyLoaderTests.test_delete_preexisting_attr
Test leaking resources:
- test_events: memory blocks
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org