python3.14-agent-client-protocol-0.9.0
aarch64-darwin.pkgs-hermes-agent
· build #2758
· raw
1structuredAttrs is enabled2Sourcing python-remove-tests-dir-hook3Sourcing python-catch-conflicts-hook.sh4Sourcing python-remove-bin-bytecode-hook.sh5Sourcing pypa-build-hook6Using pypaBuildPhase7Sourcing python-runtime-deps-check-hook8Using pythonRuntimeDepsCheckHook9Sourcing pypa-install-hook10Using pypaInstallPhase11Sourcing python-imports-check-hook.sh12Using pythonImportsCheckPhase13Sourcing python-metadata-check-hook.sh14Using pythonMetadataCheckPhase15Sourcing python-namespaces-hook16Sourcing python-catch-conflicts-hook.sh17Sourcing pytest-check-hook18Using pytestCheckPhase
unpackPhase
19unpacking source archive /nix/store/ccd9kn0gjdgcbch6qizsgn1h4wh33r1i-source20source root is source21setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/uv.lock"configurePhase
22no configure script, doing nothingbuildPhase
23Executing pypaBuildPhase24Setting PDM_BUILD_SCM_VERSION to 0.9.025Creating a wheel...26pypa build flags: --no-isolation --outdir dist/ --wheel27* Getting build dependencies for wheel...28* Building wheel...29 - Adding src/acp/__init__.py -> acp/__init__.py30 - Adding src/acp/agent/__init__.py -> acp/agent/__init__.py31 - Adding src/acp/agent/connection.py -> acp/agent/connection.py32 - Adding src/acp/agent/router.py -> acp/agent/router.py33 - Adding src/acp/client/__init__.py -> acp/client/__init__.py34 - Adding src/acp/client/connection.py -> acp/client/connection.py35 - Adding src/acp/client/router.py -> acp/client/router.py36 - Adding src/acp/connection.py -> acp/connection.py37 - Adding src/acp/contrib/__init__.py -> acp/contrib/__init__.py38 - Adding src/acp/contrib/permissions.py -> acp/contrib/permissions.py39 - Adding src/acp/contrib/session_state.py -> acp/contrib/session_state.py40 - Adding src/acp/contrib/tool_calls.py -> acp/contrib/tool_calls.py41 - Adding src/acp/core.py -> acp/core.py42 - Adding src/acp/exceptions.py -> acp/exceptions.py43 - Adding src/acp/helpers.py -> acp/helpers.py44 - Adding src/acp/interfaces.py -> acp/interfaces.py45 - Adding src/acp/meta.py -> acp/meta.py46 - Adding src/acp/py.typed -> acp/py.typed47 - Adding src/acp/router.py -> acp/router.py48 - Adding src/acp/schema.py -> acp/schema.py49 - Adding src/acp/stdio.py -> acp/stdio.py50 - Adding src/acp/task/__init__.py -> acp/task/__init__.py51 - Adding src/acp/task/dispatcher.py -> acp/task/dispatcher.py52 - Adding src/acp/task/queue.py -> acp/task/queue.py53 - Adding src/acp/task/sender.py -> acp/task/sender.py54 - Adding src/acp/task/state.py -> acp/task/state.py55 - Adding src/acp/task/supervisor.py -> acp/task/supervisor.py56 - Adding src/acp/telemetry.py -> acp/telemetry.py57 - Adding src/acp/transports.py -> acp/transports.py58 - Adding src/acp/utils.py -> acp/utils.py59 - Adding .pdm-build/agent_client_protocol-0.9.0.dist-info/METADATA -> agent_client_protocol-0.9.0.dist-info/METADATA60 - Adding .pdm-build/agent_client_protocol-0.9.0.dist-info/WHEEL -> agent_client_protocol-0.9.0.dist-info/WHEEL61 - Adding .pdm-build/agent_client_protocol-0.9.0.dist-info/entry_points.txt -> agent_client_protocol-0.9.0.dist-info/entry_points.txt62 - Adding .pdm-build/agent_client_protocol-0.9.0.dist-info/licenses/LICENSE -> agent_client_protocol-0.9.0.dist-info/licenses/LICENSE63 - Adding agent_client_protocol-0.9.0.dist-info/RECORD -> agent_client_protocol-0.9.0.dist-info/RECORD64Successfully built agent_client_protocol-0.9.0-py3-none-any.whl65Finished creating a wheel...66Finished executing pypaBuildPhasepythonRuntimeDepsCheckHook
67Executing pythonRuntimeDepsCheck68Checking runtime dependencies for agent_client_protocol-0.9.0-py3-none-any.whl69Finished executing pythonRuntimeDepsCheckinstallPhase
70Executing pypaInstallPhase71Successfully installed agent_client_protocol-0.9.0-py3-none-any.whl72Finished executing pypaInstallPhasepythonOutputDistPhase
73Executing pythonOutputDistPhase74Finished executing pythonOutputDistPhasefixupPhase
75checking for references to /nix/var/nix/builds/nix-52443-427156936/ in /nix/store/dvjn0pwq3h04594fm389dxkvr0a7s77p-python3.14-agent-client-protocol-0.9.0-dist...76patching script interpreter paths in /nix/store/dvjn0pwq3h04594fm389dxkvr0a7s77p-python3.14-agent-client-protocol-0.9.0-dist77checking for references to /nix/var/nix/builds/nix-52443-427156936/ in /nix/store/n2i8j3pf67vikjql3h74d15lqvzl2yy7-python3.14-agent-client-protocol-0.9.0...78patching script interpreter paths in /nix/store/n2i8j3pf67vikjql3h74d15lqvzl2yy7-python3.14-agent-client-protocol-0.9.079stripping (with command strip and flags -S) in /nix/store/n2i8j3pf67vikjql3h74d15lqvzl2yy7-python3.14-agent-client-protocol-0.9.0/lib80Executing pythonRemoveTestsDir81Finished executing pythonRemoveTestsDirinstallCheckPhase
82no Makefile or custom installCheckPhase, doing nothingpythonImportsCheckPhase
83Executing pythonImportsCheckPhase84Check whether the following modules can be imported: acppythonMetadataCheckPhase
85Executing pythonMetadataCheckPhasepytestCheckPhase
86Executing pytestCheckPhase87pytest flags: -m pytest -k not\ \(test_spawn_agent_process_roundtrip\)\ and\ not\ \(test_run_agent_stdio_buffer_limit\)88============================= test session starts ==============================89platform darwin -- Python 3.14.7, pytest-9.1.1, pluggy-1.6.090rootdir: /nix/var/nix/builds/nix-52443-427156936/source91configfile: pyproject.toml92testpaths: tests93plugins: asyncio-1.4.094asyncio: mode=Mode.STRICT, debug=False, asyncio_default_fixture_loop_scope=None, asyncio_default_test_loop_scope=function95collected 103 items / 2 deselected / 101 selected 9697tests/contrib/test_contrib_permissions.py ... [ 2%]98tests/contrib/test_contrib_session_state.py ..... [ 7%]99tests/contrib/test_contrib_tool_calls.py .. [ 9%]100tests/real_user/test_cancel_prompt_flow.py . [ 10%]101tests/real_user/test_mcp_servers_optional.py . [ 11%]102tests/real_user/test_permission_flow.py . [ 12%]103tests/real_user/test_stdio_limits.py .. [ 14%]104tests/test_compatibility.py .. [ 16%]105tests/test_gemini_example.py s [ 17%]106tests/test_golden.py ................................................... [ 68%]107...... [ 74%]108tests/test_rpc.py ............... [ 89%]109tests/test_unstable.py .. [ 91%]110tests/test_utils.py ......... [100%]111112================= 100 passed, 1 skipped, 2 deselected in 1.26s =================113Finished executing pytestCheckPhase