The Buildbot has detected a new failure on builder wasm32-wasi 3.11 while
building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1047/builds/1230
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: bcannon-wasi
Build Reason: <unknown>
Blamelist: Miss Islington (bot)
<[email protected]>, Nikita Sobolev
<[email protected]>
BUILD FAILED: failed test (failure) uploading test-results.xml (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "/Lib/asyncio/base_events.py", line 694, in __del__
self.close()
File "/Lib/asyncio/unix_events.py", line 68, in close
super().close()
File "/Lib/asyncio/selector_events.py", line 91, in close
self._close_self_pipe()
File "/Lib/asyncio/selector_events.py", line 98, in _close_self_pipe
self._remove_reader(self._ssock.fileno())
^^^^^^^^^^^
AttributeError: '_UnixSelectorEventLoop' object has no attribute '_ssock'
Warning -- Unraisable exception
Exception ignored in: <function BaseEventLoop.__del__ at 0xaa70d8>
Traceback (most recent call last):
File "/Lib/asyncio/base_events.py", line 694, in __del__
self.close()
File "/Lib/asyncio/unix_events.py", line 68, in close
super().close()
File "/Lib/asyncio/selector_events.py", line 91, in close
self._close_self_pipe()
File "/Lib/asyncio/selector_events.py", line 98, in _close_self_pipe
self._remove_reader(self._ssock.fileno())
^^^^^^^^^^^
AttributeError: '_UnixSelectorEventLoop' object has no attribute '_ssock'
Warning -- Unraisable exception
Exception ignored in: <function BaseEventLoop.__del__ at 0xaa70d8>
Traceback (most recent call last):
File "/Lib/asyncio/base_events.py", line 694, in __del__
self.close()
File "/Lib/asyncio/unix_events.py", line 68, in close
super().close()
File "/Lib/asyncio/selector_events.py", line 91, in close
self._close_self_pipe()
File "/Lib/asyncio/selector_events.py", line 98, in _close_self_pipe
self._remove_reader(self._ssock.fileno())
^^^^^^^^^^^
AttributeError: '_UnixSelectorEventLoop' object has no attribute '_ssock'
k
Traceback (most recent call last):
File "/Lib/doctest.py", line 1355, in __run
exec(compile(example.source, filename, "single",
File "<doctest test.test_pdb.test_pdb_next_command_for_coroutine[4]>",
line 8, in <module>
test_function()
File "<doctest test.test_pdb.test_pdb_next_command_for_coroutine[3]>",
line 2, in test_function
loop = asyncio.new_event_loop()
^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/asyncio/events.py", line 810, in new_event_loop
return get_event_loop_policy().new_event_loop()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/asyncio/events.py", line 699, in new_event_loop
return self._loop_factory()
^^^^^^^^^^^^^^^^^^^^
File "/Lib/asyncio/unix_events.py", line 64, in __init__
super().__init__(selector)
File "/Lib/asyncio/selector_events.py", line 56, in __init__
self._make_self_pipe()
File "/Lib/asyncio/selector_events.py", line 107, in _make_self_pipe
self._ssock, self._csock = socket.socketpair()
^^^^^^^^^^^^^^^^^^^
File "/Lib/socket.py", line 631, in socketpair
lsock = socket(family, type, proto)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/socket.py", line 232, in __init__
_socket.socket.__init__(self, family, type, proto, fileno)
OSError: [Errno 58] Not supported
Traceback (most recent call last):
File "/Lib/asyncio/base_events.py", line 694, in __del__
self.close()
File "/Lib/asyncio/unix_events.py", line 68, in close
super().close()
File "/Lib/asyncio/selector_events.py", line 91, in close
self._close_self_pipe()
File "/Lib/asyncio/selector_events.py", line 98, in _close_self_pipe
self._remove_reader(self._ssock.fileno())
^^^^^^^^^^^
AttributeError: '_UnixSelectorEventLoop' object has no attribute '_ssock'
Traceback (most recent call last):
File "/Lib/doctest.py", line 2243, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for
test.test_pdb.test_pdb_next_command_for_asyncgen
File "/Lib/test/test_pdb.py", line 1130, in test_pdb_next_command_for_asyncgen
Traceback (most recent call last):
File "/Lib/doctest.py", line 1355, in __run
exec(compile(example.source, filename, "single",
File "<doctest test.test_pdb.test_pdb_until_command_for_coroutine[4]>",
line 4, in <module>
test_function()
File "<doctest test.test_pdb.test_pdb_until_command_for_coroutine[3]>",
line 2, in test_function
loop = asyncio.new_event_loop()
^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/asyncio/events.py", line 810, in new_event_loop
return get_event_loop_policy().new_event_loop()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/asyncio/events.py", line 699, in new_event_loop
return self._loop_factory()
^^^^^^^^^^^^^^^^^^^^
File "/Lib/asyncio/unix_events.py", line 64, in __init__
super().__init__(selector)
File "/Lib/asyncio/selector_events.py", line 56, in __init__
self._make_self_pipe()
File "/Lib/asyncio/selector_events.py", line 107, in _make_self_pipe
self._ssock, self._csock = socket.socketpair()
^^^^^^^^^^^^^^^^^^^
File "/Lib/socket.py", line 631, in socketpair
lsock = socket(family, type, proto)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/socket.py", line 232, in __init__
_socket.socket.__init__(self, family, type, proto, fileno)
OSError: [Errno 58] Not supported
Traceback (most recent call last):
File "/Lib/doctest.py", line 2243, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for
test.test_pdb.test_pdb_next_command_for_coroutine
File "/Lib/test/test_pdb.py", line 1074, in
test_pdb_next_command_for_coroutine
Traceback (most recent call last):
File "/Lib/doctest.py", line 2243, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for
test.test_pdb.test_pdb_until_command_for_coroutine
File "/Lib/test/test_pdb.py", line 1332, in
test_pdb_until_command_for_coroutine
Traceback (most recent call last):
File "/Lib/doctest.py", line 1355, in __run
exec(compile(example.source, filename, "single",
File "<doctest test.test_pdb.test_pdb_return_command_for_coroutine[4]>",
line 5, in <module>
test_function()
File "<doctest test.test_pdb.test_pdb_return_command_for_coroutine[3]>",
line 2, in test_function
loop = asyncio.new_event_loop()
^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/asyncio/events.py", line 810, in new_event_loop
return get_event_loop_policy().new_event_loop()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/asyncio/events.py", line 699, in new_event_loop
return self._loop_factory()
^^^^^^^^^^^^^^^^^^^^
File "/Lib/asyncio/unix_events.py", line 64, in __init__
super().__init__(selector)
File "/Lib/asyncio/selector_events.py", line 56, in __init__
self._make_self_pipe()
File "/Lib/asyncio/selector_events.py", line 107, in _make_self_pipe
self._ssock, self._csock = socket.socketpair()
^^^^^^^^^^^^^^^^^^^
File "/Lib/socket.py", line 631, in socketpair
lsock = socket(family, type, proto)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/socket.py", line 232, in __init__
_socket.socket.__init__(self, family, type, proto, fileno)
OSError: [Errno 58] Not supported
Traceback (most recent call last):
File "/Lib/doctest.py", line 2243, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for
test.test_pdb.test_pdb_return_command_for_coroutine
File "/Lib/test/test_pdb.py", line 1246, in
test_pdb_return_command_for_coroutine
Traceback (most recent call last):
File "/Lib/doctest.py", line 1355, in __run
exec(compile(example.source, filename, "single",
File "<doctest test.test_pdb.test_pdb_next_command_for_asyncgen[5]>",
line 8, in <module>
test_function()
File "<doctest test.test_pdb.test_pdb_next_command_for_asyncgen[4]>",
line 2, in test_function
loop = asyncio.new_event_loop()
^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/asyncio/events.py", line 810, in new_event_loop
return get_event_loop_policy().new_event_loop()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/asyncio/events.py", line 699, in new_event_loop
return self._loop_factory()
^^^^^^^^^^^^^^^^^^^^
File "/Lib/asyncio/unix_events.py", line 64, in __init__
super().__init__(selector)
File "/Lib/asyncio/selector_events.py", line 56, in __init__
self._make_self_pipe()
File "/Lib/asyncio/selector_events.py", line 107, in _make_self_pipe
self._ssock, self._csock = socket.socketpair()
^^^^^^^^^^^^^^^^^^^
File "/Lib/socket.py", line 631, in socketpair
lsock = socket(family, type, proto)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/socket.py", line 232, in __init__
_socket.socket.__init__(self, family, type, proto, fileno)
OSError: [Errno 58] Not supported
Test report
===========
Failed tests:
- test_pdb
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder wasm32 WASI
8Core 3.11 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1343/builds/132
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: kushaldas-wasi
Build Reason: <unknown>
Blamelist: Miss Islington (bot)
<[email protected]>, Nikita Sobolev
<[email protected]>
BUILD FAILED: failed test (failure) uploading test-results.xml (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "/Lib/doctest.py", line 1355, in __run
exec(compile(example.source, filename, "single",
File "<doctest test.test_pdb.test_pdb_next_command_for_coroutine[4]>",
line 8, in <module>
test_function()
File "<doctest test.test_pdb.test_pdb_next_command_for_coroutine[3]>",
line 2, in test_function
loop = asyncio.new_event_loop()
^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/asyncio/events.py", line 810, in new_event_loop
return get_event_loop_policy().new_event_loop()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/asyncio/events.py", line 699, in new_event_loop
return self._loop_factory()
^^^^^^^^^^^^^^^^^^^^
File "/Lib/asyncio/unix_events.py", line 64, in __init__
super().__init__(selector)
File "/Lib/asyncio/selector_events.py", line 56, in __init__
self._make_self_pipe()
File "/Lib/asyncio/selector_events.py", line 107, in _make_self_pipe
self._ssock, self._csock = socket.socketpair()
^^^^^^^^^^^^^^^^^^^
File "/Lib/socket.py", line 631, in socketpair
lsock = socket(family, type, proto)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/socket.py", line 232, in __init__
_socket.socket.__init__(self, family, type, proto, fileno)
OSError: [Errno 58] Not supported
Traceback (most recent call last):
File "/Lib/asyncio/base_events.py", line 694, in __del__
self.close()
File "/Lib/asyncio/unix_events.py", line 68, in close
super().close()
File "/Lib/asyncio/selector_events.py", line 91, in close
self._close_self_pipe()
File "/Lib/asyncio/selector_events.py", line 98, in _close_self_pipe
self._remove_reader(self._ssock.fileno())
^^^^^^^^^^^
AttributeError: '_UnixSelectorEventLoop' object has no attribute '_ssock'
Warning -- Unraisable exception
Exception ignored in: <function BaseEventLoop.__del__ at 0x9a53a8>
Traceback (most recent call last):
File "/Lib/asyncio/base_events.py", line 694, in __del__
self.close()
File "/Lib/asyncio/unix_events.py", line 68, in close
super().close()
File "/Lib/asyncio/selector_events.py", line 91, in close
self._close_self_pipe()
File "/Lib/asyncio/selector_events.py", line 98, in _close_self_pipe
self._remove_reader(self._ssock.fileno())
^^^^^^^^^^^
AttributeError: '_UnixSelectorEventLoop' object has no attribute '_ssock'
Warning -- Unraisable exception
Exception ignored in: <function BaseEventLoop.__del__ at 0x9a53a8>
Traceback (most recent call last):
File "/Lib/asyncio/base_events.py", line 694, in __del__
self.close()
File "/Lib/asyncio/unix_events.py", line 68, in close
super().close()
File "/Lib/asyncio/selector_events.py", line 91, in close
self._close_self_pipe()
File "/Lib/asyncio/selector_events.py", line 98, in _close_self_pipe
self._remove_reader(self._ssock.fileno())
^^^^^^^^^^^
AttributeError: '_UnixSelectorEventLoop' object has no attribute '_ssock'
... ok
Traceback (most recent call last):
File "/Lib/asyncio/base_events.py", line 694, in __del__
self.close()
File "/Lib/asyncio/unix_events.py", line 68, in close
super().close()
File "/Lib/asyncio/selector_events.py", line 91, in close
self._close_self_pipe()
File "/Lib/asyncio/selector_events.py", line 98, in _close_self_pipe
self._remove_reader(self._ssock.fileno())
^^^^^^^^^^^
AttributeError: '_UnixSelectorEventLoop' object has no attribute '_ssock'
Traceback (most recent call last):
File "/Lib/doctest.py", line 2243, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for
test.test_pdb.test_pdb_next_command_for_asyncgen
File "/Lib/test/test_pdb.py", line 1130, in test_pdb_next_command_for_asyncgen
Traceback (most recent call last):
File "/Lib/doctest.py", line 1355, in __run
exec(compile(example.source, filename, "single",
File "<doctest test.test_pdb.test_pdb_until_command_for_coroutine[4]>",
line 4, in <module>
test_function()
File "<doctest test.test_pdb.test_pdb_until_command_for_coroutine[3]>",
line 2, in test_function
loop = asyncio.new_event_loop()
^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/asyncio/events.py", line 810, in new_event_loop
return get_event_loop_policy().new_event_loop()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/asyncio/events.py", line 699, in new_event_loop
return self._loop_factory()
^^^^^^^^^^^^^^^^^^^^
File "/Lib/asyncio/unix_events.py", line 64, in __init__
super().__init__(selector)
File "/Lib/asyncio/selector_events.py", line 56, in __init__
self._make_self_pipe()
File "/Lib/asyncio/selector_events.py", line 107, in _make_self_pipe
self._ssock, self._csock = socket.socketpair()
^^^^^^^^^^^^^^^^^^^
File "/Lib/socket.py", line 631, in socketpair
lsock = socket(family, type, proto)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/socket.py", line 232, in __init__
_socket.socket.__init__(self, family, type, proto, fileno)
OSError: [Errno 58] Not supported
Traceback (most recent call last):
File "/Lib/doctest.py", line 2243, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for
test.test_pdb.test_pdb_next_command_for_coroutine
File "/Lib/test/test_pdb.py", line 1074, in
test_pdb_next_command_for_coroutine
Traceback (most recent call last):
File "/Lib/doctest.py", line 2243, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for
test.test_pdb.test_pdb_until_command_for_coroutine
File "/Lib/test/test_pdb.py", line 1332, in
test_pdb_until_command_for_coroutine
Traceback (most recent call last):
File "/Lib/doctest.py", line 1355, in __run
exec(compile(example.source, filename, "single",
File "<doctest test.test_pdb.test_pdb_return_command_for_coroutine[4]>",
line 5, in <module>
test_function()
File "<doctest test.test_pdb.test_pdb_return_command_for_coroutine[3]>",
line 2, in test_function
loop = asyncio.new_event_loop()
^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/asyncio/events.py", line 810, in new_event_loop
return get_event_loop_policy().new_event_loop()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/asyncio/events.py", line 699, in new_event_loop
return self._loop_factory()
^^^^^^^^^^^^^^^^^^^^
File "/Lib/asyncio/unix_events.py", line 64, in __init__
super().__init__(selector)
File "/Lib/asyncio/selector_events.py", line 56, in __init__
self._make_self_pipe()
File "/Lib/asyncio/selector_events.py", line 107, in _make_self_pipe
self._ssock, self._csock = socket.socketpair()
^^^^^^^^^^^^^^^^^^^
File "/Lib/socket.py", line 631, in socketpair
lsock = socket(family, type, proto)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/socket.py", line 232, in __init__
_socket.socket.__init__(self, family, type, proto, fileno)
OSError: [Errno 58] Not supported
Traceback (most recent call last):
File "/Lib/doctest.py", line 2243, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for
test.test_pdb.test_pdb_return_command_for_coroutine
File "/Lib/test/test_pdb.py", line 1246, in
test_pdb_return_command_for_coroutine
Traceback (most recent call last):
File "/Lib/doctest.py", line 1355, in __run
exec(compile(example.source, filename, "single",
File "<doctest test.test_pdb.test_pdb_next_command_for_asyncgen[5]>",
line 8, in <module>
test_function()
File "<doctest test.test_pdb.test_pdb_next_command_for_asyncgen[4]>",
line 2, in test_function
loop = asyncio.new_event_loop()
^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/asyncio/events.py", line 810, in new_event_loop
return get_event_loop_policy().new_event_loop()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/asyncio/events.py", line 699, in new_event_loop
return self._loop_factory()
^^^^^^^^^^^^^^^^^^^^
File "/Lib/asyncio/unix_events.py", line 64, in __init__
super().__init__(selector)
File "/Lib/asyncio/selector_events.py", line 56, in __init__
self._make_self_pipe()
File "/Lib/asyncio/selector_events.py", line 107, in _make_self_pipe
self._ssock, self._csock = socket.socketpair()
^^^^^^^^^^^^^^^^^^^
File "/Lib/socket.py", line 631, in socketpair
lsock = socket(family, type, proto)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/socket.py", line 232, in __init__
_socket.socket.__init__(self, family, type, proto, fileno)
OSError: [Errno 58] Not supported
Test report
===========
Failed tests:
- test_pdb
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder PPC64 AIX 3.11
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1019/builds/1434
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-aix-ppc64
Build Reason: <unknown>
Blamelist: Adam Turner <[email protected]>, Alois
Klink <[email protected]>, Barney Gale <[email protected]>, Erlend E.
Aasland <[email protected]>, Hugo van Kemenade
<[email protected]>, Mark Dickinson <[email protected]>,
Miss Islington (bot) <[email protected]>, Nikita
Sobolev <[email protected]>, Petr Viktorin <[email protected]>, Serhiy Storchaka
<[email protected]>, Steve Dower <[email protected]>
BUILD FAILED: failed configure (failure) clean (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 33, done.
remote: Counting objects: 3% (1/31)
remote: Counting objects: 6% (2/31)
remote: Counting objects: 9% (3/31)
remote: Counting objects: 12% (4/31)
remote: Counting objects: 16% (5/31)
remote: Counting objects: 19% (6/31)
remote: Counting objects: 22% (7/31)
remote: Counting objects: 25% (8/31)
remote: Counting objects: 29% (9/31)
remote: Counting objects: 32% (10/31)
remote: Counting objects: 35% (11/31)
remote: Counting objects: 38% (12/31)
remote: Counting objects: 41% (13/31)
remote: Counting objects: 45% (14/31)
remote: Counting objects: 48% (15/31)
remote: Counting objects: 51% (16/31)
remote: Counting objects: 54% (17/31)
remote: Counting objects: 58% (18/31)
remote: Counting objects: 61% (19/31)
remote: Counting objects: 64% (20/31)
remote: Counting objects: 67% (21/31)
remote: Counting objects: 70% (22/31)
remote: Counting objects: 74% (23/31)
remote: Counting objects: 77% (24/31)
remote: Counting objects: 80% (25/31)
remote: Counting objects: 83% (26/31)
remote: Counting objects: 87% (27/31)
remote: Counting objects: 90% (28/31)
remote: Counting objects: 93% (29/31)
remote: Counting objects: 96% (30/31)
remote: Counting objects: 100% (31/31)
remote: Counting objects: 100% (31/31), done.
remote: Compressing objects: 8% (1/12)
remote: Compressing objects: 16% (2/12)
remote: Compressing objects: 25% (3/12)
remote: Compressing objects: 33% (4/12)
remote: Compressing objects: 41% (5/12)
remote: Compressing objects: 50% (6/12)
remote: Compressing objects: 58% (7/12)
remote: Compressing objects: 66% (8/12)
remote: Compressing objects: 75% (9/12)
remote: Compressing objects: 83% (10/12)
remote: Compressing objects: 91% (11/12)
remote: Compressing objects: 100% (12/12)
remote: Compressing objects: 100% (12/12), done.
remote: Total 33 (delta 19), reused 25 (delta 19), pack-reused 2
>From https://github.com/python/cpython
* branch 3.11 -> FETCH_HEAD
Note: checking out 'a4ad7a0ac5dad9e4e1b2dc17cdbc02dc763e625f'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b <new-branch-name>
HEAD is now at a4ad7a0ac5 [3.11] gh-108303: Move all doctest related files and
tests to `Lib/test/test_doctest/` (GH-112109) (#114313)
Switched to and reset branch '3.11'
configure: WARNING: powerpc-ibm-aix7.2.5.0/gcc is not supported
awk: No space left on device
config.status: error: could not create Misc/python-config.sh
make: *** No rule to make target 'distclean'. Stop.
Test report
===========
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]