The Buildbot has detected a new failure on builder AMD64 Fedora Stable LTO 3.13 
while building python/cpython.
Full details are available at:
    https://buildbot.python.org/#/builders/1490/builds/289

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

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

Build Reason: <unknown>
Blamelist: Malcolm Smith <sm...@chaquo.com>, Miss Islington (bot) 
<31488909+miss-isling...@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.13.cstratak-fedora-stable-x86_64.lto/build/Lib/unittest/async_case.py",
 line 93, in _callTestMethod
    if self._callMaybeAsync(method) is not None:
       ~~~~~~~~~~~~~~~~~~~~^^^^^^^^
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.lto/build/Lib/unittest/async_case.py",
 line 115, in _callMaybeAsync
    return self._asyncioRunner.run(
           ~~~~~~~~~~~~~~~~~~~~~~~^
        func(*args, **kwargs),
        ^^^^^^^^^^^^^^^^^^^^^^
        context=self._asyncioTestContext,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.lto/build/Lib/asyncio/runners.py",
 line 118, in run
    return self._loop.run_until_complete(task)
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.lto/build/Lib/asyncio/base_events.py",
 line 721, in run_until_complete
    return future.result()
           ~~~~~~~~~~~~~^^
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_asyncio/test_server.py",
 line 249, in test_abort_clients
    self.assertNotEqual(s_wr.transport.get_write_buffer_size(), 0)
    ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 0 == 0



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

Failed tests:

- test.test_asyncio.test_server

Failed subtests:

- test_abort_clients - 
test.test_asyncio.test_server.TestServer2.test_abort_clients




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora 
Stable LTO + PGO 3.13 while building python/cpython.
Full details are available at:
    https://buildbot.python.org/#/builders/1426/builds/303

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

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

Build Reason: <unknown>
Blamelist: Malcolm Smith <sm...@chaquo.com>, Miss Islington (bot) 
<31488909+miss-isling...@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.13.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/unittest/async_case.py",
 line 93, in _callTestMethod
    if self._callMaybeAsync(method) is not None:
       ~~~~~~~~~~~~~~~~~~~~^^^^^^^^
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/unittest/async_case.py",
 line 115, in _callMaybeAsync
    return self._asyncioRunner.run(
           ~~~~~~~~~~~~~~~~~~~~~~~^
        func(*args, **kwargs),
        ^^^^^^^^^^^^^^^^^^^^^^
        context=self._asyncioTestContext,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/asyncio/runners.py",
 line 118, in run
    return self._loop.run_until_complete(task)
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/asyncio/base_events.py",
 line 721, in run_until_complete
    return future.result()
           ~~~~~~~~~~~~~^^
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/test/test_asyncio/test_server.py",
 line 249, in test_abort_clients
    self.assertNotEqual(s_wr.transport.get_write_buffer_size(), 0)
    ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 0 == 0



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

Failed tests:

- test.test_asyncio.test_server

Failed subtests:

- test_abort_clients - 
test.test_asyncio.test_server.TestServer2.test_abort_clients




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora 
Stable Clang Installed 3.13 while building python/cpython.
Full details are available at:
    https://buildbot.python.org/#/builders/1493/builds/302

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

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

Build Reason: <unknown>
Blamelist: Malcolm Smith <sm...@chaquo.com>, Miss Islington (bot) 
<31488909+miss-isling...@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.13.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.13/unittest/async_case.py",
 line 93, in _callTestMethod
    if self._callMaybeAsync(method) is not None:
       ~~~~~~~~~~~~~~~~~~~~^^^^^^^^
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.13/unittest/async_case.py",
 line 115, in _callMaybeAsync
    return self._asyncioRunner.run(
           ~~~~~~~~~~~~~~~~~~~~~~~^
        func(*args, **kwargs),
        ^^^^^^^^^^^^^^^^^^^^^^
        context=self._asyncioTestContext,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.13/asyncio/runners.py",
 line 118, in run
    return self._loop.run_until_complete(task)
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.13/asyncio/base_events.py",
 line 721, in run_until_complete
    return future.result()
           ~~~~~~~~~~~~~^^
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.13/test/test_asyncio/test_server.py",
 line 249, in test_abort_clients
    self.assertNotEqual(s_wr.transport.get_write_buffer_size(), 0)
    ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 0 == 0



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

Failed tests:

- test.test_asyncio.test_server

Failed subtests:

- test_abort_clients - 
test.test_asyncio.test_server.TestServer2.test_abort_clients




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora 
Stable Clang 3.13 while building python/cpython.
Full details are available at:
    https://buildbot.python.org/#/builders/1479/builds/301

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

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

Build Reason: <unknown>
Blamelist: Malcolm Smith <sm...@chaquo.com>, Miss Islington (bot) 
<31488909+miss-isling...@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.13.cstratak-fedora-stable-x86_64.clang/build/Lib/unittest/async_case.py",
 line 93, in _callTestMethod
    if self._callMaybeAsync(method) is not None:
       ~~~~~~~~~~~~~~~~~~~~^^^^^^^^
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.clang/build/Lib/unittest/async_case.py",
 line 115, in _callMaybeAsync
    return self._asyncioRunner.run(
           ~~~~~~~~~~~~~~~~~~~~~~~^
        func(*args, **kwargs),
        ^^^^^^^^^^^^^^^^^^^^^^
        context=self._asyncioTestContext,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.clang/build/Lib/asyncio/runners.py",
 line 118, in run
    return self._loop.run_until_complete(task)
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.clang/build/Lib/asyncio/base_events.py",
 line 721, in run_until_complete
    return future.result()
           ~~~~~~~~~~~~~^^
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.clang/build/Lib/test/test_asyncio/test_server.py",
 line 249, in test_abort_clients
    self.assertNotEqual(s_wr.transport.get_write_buffer_size(), 0)
    ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 0 == 0



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

Failed tests:

- test.test_asyncio.test_server

Failed subtests:

- test_abort_clients - 
test.test_asyncio.test_server.TestServer2.test_abort_clients




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora 
Stable 3.13 while building python/cpython.
Full details are available at:
    https://buildbot.python.org/#/builders/1498/builds/300

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

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

Build Reason: <unknown>
Blamelist: Malcolm Smith <sm...@chaquo.com>, Miss Islington (bot) 
<31488909+miss-isling...@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.13.cstratak-fedora-stable-x86_64/build/Lib/unittest/async_case.py",
 line 93, in _callTestMethod
    if self._callMaybeAsync(method) is not None:
       ~~~~~~~~~~~~~~~~~~~~^^^^^^^^
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64/build/Lib/unittest/async_case.py",
 line 115, in _callMaybeAsync
    return self._asyncioRunner.run(
           ~~~~~~~~~~~~~~~~~~~~~~~^
        func(*args, **kwargs),
        ^^^^^^^^^^^^^^^^^^^^^^
        context=self._asyncioTestContext,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64/build/Lib/asyncio/runners.py",
 line 118, in run
    return self._loop.run_until_complete(task)
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64/build/Lib/asyncio/base_events.py",
 line 721, in run_until_complete
    return future.result()
           ~~~~~~~~~~~~~^^
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64/build/Lib/test/test_asyncio/test_server.py",
 line 249, in test_abort_clients
    self.assertNotEqual(s_wr.transport.get_write_buffer_size(), 0)
    ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 0 == 0



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

Failed tests:

- test.test_asyncio.test_server

Failed subtests:

- test_abort_clients - 
test.test_asyncio.test_server.TestServer2.test_abort_clients




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