You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/nix/store/bv5asx6w49wahr1q5v5z2z9hrs61fxdg-python3.13-execnet-2.1.2/lib/python3.13/site-packages/execnet/gateway_base.py", line 1160, in _thread_receiver
msg = Message.from_io(io)
File "/nix/store/bv5asx6w49wahr1q5v5z2z9hrs61fxdg-python3.13-execnet-2.1.2/lib/python3.13/site-packages/execnet/gateway_base.py", line 567, in from_io
header = io.read(9) # type 1, channel 4, payload 4
File "/nix/store/bv5asx6w49wahr1q5v5z2z9hrs61fxdg-python3.13-execnet-2.1.2/lib/python3.13/site-packages/execnet/gateway_base.py", line 534, in read
data = self._read(numbytes - len(buf))
+++++++++++++++++++++++++++++++++++ Timeout ++++++++++++++++++++++++++++++++++++
----------------------------- Captured stderr call -----------------------------
INFO:asyncio:execute program '/nix/store/m1fw8l8y9ycxh5dzispbb7cwl6rra14l-python3-3.13.12/bin/python3.13': <_UnixSubprocessTransport pid=14184 running stdout=<_UnixReadPipeTransport fd=22 polling>>
------------------------------ Captured log call -------------------------------
2026-02-10 20:40:16.550 INFO MainThread asyncio:base_events.py:1806 execute program '/nix/store/m1fw8l8y9ycxh5dzispbb7cwl6rra14l-python3-3.13.12/bin/python3.13': <_UnixSubprocessTransport pid=14184 running stdout=<_UnixReadPipeTransport fd=22 polling>>
--------------------------- Captured stderr teardown ---------------------------
INFO:asyncio:<_UnixReadPipeTransport fd=22 polling> was closed by peer
INFO:asyncio:<_UnixSubprocessTransport pid=14184 running stdout=<_UnixReadPipeTransport closed fd=22 closed>> exited with return code 0
---------------------------- Captured log teardown -----------------------------
2026-02-10 20:40:39.265 INFO MainThread asyncio:unix_events.py:570 <_UnixReadPipeTransport fd=22 polling> was closed by peer
2026-02-10 20:40:39.266 INFO MainThread asyncio:base_subprocess.py:236 <_UnixSubprocessTransport pid=14184 running stdout=<_UnixReadPipeTransport closed fd=22 closed>> exited with return code 0
=========================== short test summary info ============================
FAILED tests/test_bootstrap.py::test_bootstrap_does_not_preimport_stage_1_integrations - Failed: Timeout (>20.0s) from pytest-timeout.
============ 1 failed, 6732 passed, 2 skipped in 377.61s (0:06:17) =============
python313Packages.protoletariat
service_module_types_lines = service_module_types.read_text().splitlines()
assert "import no_imports_service_pb2" not in service_module_types_lines
> assert "from . import no_imports_service_pb2" in service_module_types_lines
E assert 'from . import no_imports_service_pb2' in ['"""', '@generated by mypy-protobuf. Do not edit manually!', 'isort:skip_file', '"""', 'from collections import abc as _abc', 'from grpc import aio as _aio', ...]
protoletariat/tests/test_fix_imports.py:178: AssertionError
----------------------------- Captured stderr call -----------------------------
Writing mypy to no_imports_service_pb2.pyi
Writing mypy to no_imports_service_pb2_grpc.pyi
Writing mypy to no_imports_service_pb2.pyi
Writing mypy to no_imports_service_pb2_grpc.pyi
=========================== short test summary info ============================
FAILED protoletariat/tests/test_fix_imports.py::test_grpc[imports_service_grpc_io_tools-_] - assert 0 == 1
FAILED protoletariat/tests/test_fix_imports.py::test_grpc[imports_service_grpc_io_tools--] - assert 0 == 1
FAILED protoletariat/tests/test_fix_imports.py::test_grpc_no_imports[no_imports_service_grpc_io_tools-no_imports_service_texts0] - assert 'from . import no_imports_service_pb2' in ['"""', '@generated by myp...
FAILED protoletariat/tests/test_fix_imports.py::test_grpc_no_imports[no_imports_service_grpc_io_tools-no_imports_service_texts1] - assert 'from . import no_imports_service_pb2' in ['"""', '@generated by myp...
FAILED protoletariat/tests/test_fix_imports.py::test_grpc_no_imports[no_imports_service_grpc_io_tools-no_imports_service_texts2] - assert 'from . import no_imports_service_pb2' in ['"""', '@generated by myp...
FAILED protoletariat/tests/test_fix_imports.py::test_grpc_no_imports[no_imports_service_grpc_io_tools-no_imports_service_texts3] - assert 'from . import no_imports_service_pb2' in ['"""', '@generated by myp...
============= 6 failed, 42 passed, 38 skipped in 90.33s (0:01:30) ==============
python314Packages.labgrid
E 0: re.compile(b'coordinator is unavailable')
/nix/store/y28gi0cndsix2p7b8w6nzg9y76qc26yw-python3.14-pexpect-4.9.0/lib/python3.14/site-packages/pexpect/expect.py:144: TIMEOUT
----------------------------- Captured stderr call -----------------------------
I0000 00:00:1770752468.007465 876 fork_posix.cc:71] Other threads are currently calling into gRPC, skipping fork() handlers
=============================== warnings summary ===============================
tests/test_client.py: 155 warnings
tests/test_coordinator.py: 15 warnings
tests/test_fixtures.py: 9 warnings
tests/test_flags.py: 6 warnings
tests/test_remote.py: 5 warnings
tests/test_steplogger.py: 1 warning
/nix/store/8gnchv834z56s561v3sx2h0ra1a2xn46-python3-3.14.3/lib/python3.14/pty.py:66: DeprecationWarning: This process (pid=876) is multi-threaded, use of forkpty() may lead to deadlocks in the child.
pid, fd = os.forkpty()
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED tests/test_fixtures.py::test_help - AssertionError: assert b'--lg-coordinator=COORDINATOR_ADDRESS' in b'\x1b[1;...
FAILED tests/test_remote.py::test_exporter_start_coordinator_unreachable - pexpect.exceptions.TIMEOUT: Timeout exceeded.
= 2 failed, 320 passed, 51 skipped, 4 deselected, 191 warnings in 1526.68s (0:25:26) =
python314Packages.protoletariat
service_module_types_lines = service_module_types.read_text().splitlines()
assert "import no_imports_service_pb2" not in service_module_types_lines
> assert "from . import no_imports_service_pb2" in service_module_types_lines
E assert 'from . import no_imports_service_pb2' in ['"""', '@generated by mypy-protobuf. Do not edit manually!', 'isort:skip_file', '"""', 'from collections import abc as _abc', 'from grpc import aio as _aio', ...]
protoletariat/tests/test_fix_imports.py:178: AssertionError
----------------------------- Captured stderr call -----------------------------
Writing mypy to no_imports_service_pb2.pyi
Writing mypy to no_imports_service_pb2_grpc.pyi
Writing mypy to no_imports_service_pb2.pyi
Writing mypy to no_imports_service_pb2_grpc.pyi
=========================== short test summary info ============================
FAILED protoletariat/tests/test_fix_imports.py::test_grpc[imports_service_grpc_io_tools-_] - assert 0 == 1
FAILED protoletariat/tests/test_fix_imports.py::test_grpc[imports_service_grpc_io_tools--] - assert 0 == 1
FAILED protoletariat/tests/test_fix_imports.py::test_grpc_no_imports[no_imports_service_grpc_io_tools-no_imports_service_texts0] - assert 'from . import no_imports_service_pb2' in ['"""', '@generated by myp...
FAILED protoletariat/tests/test_fix_imports.py::test_grpc_no_imports[no_imports_service_grpc_io_tools-no_imports_service_texts1] - assert 'from . import no_imports_service_pb2' in ['"""', '@generated by myp...
FAILED protoletariat/tests/test_fix_imports.py::test_grpc_no_imports[no_imports_service_grpc_io_tools-no_imports_service_texts2] - assert 'from . import no_imports_service_pb2' in ['"""', '@generated by myp...
FAILED protoletariat/tests/test_fix_imports.py::test_grpc_no_imports[no_imports_service_grpc_io_tools-no_imports_service_texts3] - assert 'from . import no_imports_service_pb2' in ['"""', '@generated by myp...
============= 6 failed, 42 passed, 38 skipped in 76.30s (0:01:16) ==============
tests.home-assistant-component-tests.plaato
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/build/source/homeassistant/setup.py", line 248, in _async_process_dependencies
results = await asyncio.gather(*dependencies_tasks.values())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/build/source/homeassistant/core.py", line 1156, in async_stop
async with asyncio.timeout(0.1):
~~~~~~~~~~~~~~~^^^^^
File "/nix/store/m1fw8l8y9ycxh5dzispbb7cwl6rra14l-python3-3.13.12/lib/python3.13/asyncio/timeouts.py", line 116, in aexit
raise TimeoutError from exc_val
TimeoutError
--------------------------- snapshot report summary ----------------------------
28 snapshots passed.
=========================== short test summary info ============================
ERROR tests/components/plaato/test_config_flow.py::test_show_config_form_validate_webhook - asyncio.exceptions.InvalidStateError: invalid state
========================= 13 passed, 1 error in 37.96s =========================
.cmake module might still use it.
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Error at /nix/store/adv73gqmglkg48w5ql70s778ba6wpbs4-boost-1.89.0-dev/lib/cmake/Boost-1.89.0/BoostConfig.cmake:141 (find_package):
Could not find a package configuration file provided by "boost_system"
(requested version 1.89.0) with any of the following names:
Add the installation prefix of "boost_system" to CMAKE_PREFIX_PATH or set
"boost_system_DIR" to a directory containing one of the above files. If
"boost_system" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
/nix/store/adv73gqmglkg48w5ql70s778ba6wpbs4-boost-1.89.0-dev/lib/cmake/Boost-1.89.0/BoostConfig.cmake:262 (boost_find_component)
src/dst/CMakeLists.txt:12 (find_package)
-- Configuring incomplete, errors occurred!
python313Packages.protoletariat
service_module_types_lines = service_module_types.read_text().splitlines()
assert "import no_imports_service_pb2" not in service_module_types_lines
> assert "from . import no_imports_service_pb2" in service_module_types_lines
E assert 'from . import no_imports_service_pb2' in ['"""', '@generated by mypy-protobuf. Do not edit manually!', 'isort:skip_file', '"""', 'from collections import abc as _abc', 'from grpc import aio as _aio', ...]
protoletariat/tests/test_fix_imports.py:178: AssertionError
----------------------------- Captured stderr call -----------------------------
Writing mypy to no_imports_service_pb2.pyi
Writing mypy to no_imports_service_pb2_grpc.pyi
Writing mypy to no_imports_service_pb2.pyi
Writing mypy to no_imports_service_pb2_grpc.pyi
=========================== short test summary info ============================
FAILED protoletariat/tests/test_fix_imports.py::test_grpc[imports_service_grpc_io_tools-_] - assert 0 == 1
FAILED protoletariat/tests/test_fix_imports.py::test_grpc[imports_service_grpc_io_tools--] - assert 0 == 1
FAILED protoletariat/tests/test_fix_imports.py::test_grpc_no_imports[no_imports_service_grpc_io_tools-no_imports_service_texts0] - assert 'from . import no_imports_service_pb2' in ['"""', '@generated by myp...
FAILED protoletariat/tests/test_fix_imports.py::test_grpc_no_imports[no_imports_service_grpc_io_tools-no_imports_service_texts1] - assert 'from . import no_imports_service_pb2' in ['"""', '@generated by myp...
FAILED protoletariat/tests/test_fix_imports.py::test_grpc_no_imports[no_imports_service_grpc_io_tools-no_imports_service_texts2] - assert 'from . import no_imports_service_pb2' in ['"""', '@generated by myp...
FAILED protoletariat/tests/test_fix_imports.py::test_grpc_no_imports[no_imports_service_grpc_io_tools-no_imports_service_texts3] - assert 'from . import no_imports_service_pb2' in ['"""', '@generated by myp...
================== 6 failed, 42 passed, 38 skipped in 20.65s ===================
python314Packages.labgrid
tests/test_fixtures.py:75: AssertionError
----------------------------- Captured stderr call -----------------------------
I0000 00:00:1770829647.698205 876 fork_posix.cc:71] Other threads are currently calling into gRPC, skipping fork() handlers
=============================== warnings summary ===============================
tests/test_client.py: 151 warnings
tests/test_coordinator.py: 15 warnings
tests/test_fixtures.py: 9 warnings
tests/test_flags.py: 6 warnings
tests/test_remote.py: 5 warnings
tests/test_steplogger.py: 1 warning
/nix/store/8gnchv834z56s561v3sx2h0ra1a2xn46-python3-3.14.3/lib/python3.14/pty.py:66: DeprecationWarning: This process (pid=876) is multi-threaded, use of forkpty() may lead to deadlocks in the child.
pid, fd = os.forkpty()
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED tests/test_client.py::test_resource_acquired_state_on_exporter_restart - pexpect.exceptions.TIMEOUT: Timeout exceeded.
FAILED tests/test_fixtures.py::test_help - AssertionError: assert b'--lg-coordinator=COORDINATOR_ADDRESS' in b'\x1b[1;...
ERROR tests/test_client.py::test_resource_acquired_state_on_exporter_restart - AssertionError: b"/build/source/labgrid/remote/client.py:2147: DeprecationW...
= 2 failed, 320 passed, 51 skipped, 4 deselected, 187 warnings, 1 error in 777.97s (0:12:57) =
python314Packages.protoletariat
service_module_types_lines = service_module_types.read_text().splitlines()
assert "import no_imports_service_pb2" not in service_module_types_lines
> assert "from . import no_imports_service_pb2" in service_module_types_lines
E assert 'from . import no_imports_service_pb2' in ['"""', '@generated by mypy-protobuf. Do not edit manually!', 'isort:skip_file', '"""', 'from collections import abc as _abc', 'from grpc import aio as _aio', ...]
protoletariat/tests/test_fix_imports.py:178: AssertionError
----------------------------- Captured stderr call -----------------------------
Writing mypy to no_imports_service_pb2.pyi
Writing mypy to no_imports_service_pb2_grpc.pyi
Writing mypy to no_imports_service_pb2.pyi
Writing mypy to no_imports_service_pb2_grpc.pyi
=========================== short test summary info ============================
FAILED protoletariat/tests/test_fix_imports.py::test_grpc[imports_service_grpc_io_tools-_] - assert 0 == 1
FAILED protoletariat/tests/test_fix_imports.py::test_grpc[imports_service_grpc_io_tools--] - assert 0 == 1
FAILED protoletariat/tests/test_fix_imports.py::test_grpc_no_imports[no_imports_service_grpc_io_tools-no_imports_service_texts0] - assert 'from . import no_imports_service_pb2' in ['"""', '@generated by myp...
FAILED protoletariat/tests/test_fix_imports.py::test_grpc_no_imports[no_imports_service_grpc_io_tools-no_imports_service_texts1] - assert 'from . import no_imports_service_pb2' in ['"""', '@generated by myp...
FAILED protoletariat/tests/test_fix_imports.py::test_grpc_no_imports[no_imports_service_grpc_io_tools-no_imports_service_texts2] - assert 'from . import no_imports_service_pb2' in ['"""', '@generated by myp...
FAILED protoletariat/tests/test_fix_imports.py::test_grpc_no_imports[no_imports_service_grpc_io_tools-no_imports_service_texts3] - assert 'from . import no_imports_service_pb2' in ['"""', '@generated by myp...
================== 6 failed, 42 passed, 38 skipped in 25.82s ===================
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6.topic: pythonPython is a high-level, general-purpose programming language.9.needs: reviewerThis PR currently has no reviewers requested and needs attention.10.rebuild-darwin: 11-100This PR causes between 11 and 100 packages to rebuild on Darwin.10.rebuild-linux: 101-500This PR causes between 101 and 500 packages to rebuild on Linux.
1 participant
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Things done
passthru.tests.nixpkgs-reviewon this PR. See nixpkgs-review usage../result/bin/.