nixbot

builds

succeeded mcptoon-0.7.17 checks.aarch64-darwin.pkgs-mcptoon · build #4887 · raw

1Sourcing python-remove-tests-dir-hook2Sourcing python-catch-conflicts-hook.sh3Sourcing python-remove-bin-bytecode-hook.sh4Sourcing pypa-build-hook5Using pypaBuildPhase6Sourcing python-runtime-deps-check-hook7Using pythonRuntimeDepsCheckHook8Sourcing pypa-install-hook9Using pypaInstallPhase10Sourcing python-imports-check-hook.sh11Using pythonImportsCheckPhase12Sourcing python-namespaces-hook13Sourcing python-catch-conflicts-hook.sh14Sourcing pytest-check-hook15Using pytestCheckPhase
unpackPhase
16unpacking source archive /nix/store/92q287ar3njqi8x54ib1ap60df8m9720-source17source root is source18setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/tests/test_watch.py"
configurePhase
19no configure script, doing nothing
buildPhase
20Executing pypaBuildPhase21Creating a wheel...22pypa build flags: --no-isolation --outdir dist/ --wheel23* Getting build dependencies for wheel...24/nix/store/qmli4gwqi36clrxc1i29q6mnf8sizlbc-python3.14-setuptools-83.0.0/lib/python3.14/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated25!!2627 ********************************************************************************28 Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).2930 By 2027-Feb-18, you need to update your project and remove deprecated calls31 or your builds will no longer be supported.3233 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.34 ********************************************************************************3536!!37 corresp(dist, value, root_dir)38/nix/store/qmli4gwqi36clrxc1i29q6mnf8sizlbc-python3.14-setuptools-83.0.0/lib/python3.14/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.39!!4041 ********************************************************************************42 Please consider removing the following classifiers in favor of a SPDX license expression:4344 License :: OSI Approved :: Apache Software License4546 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.47 ********************************************************************************4849!!50 dist._finalize_license_expression()51/nix/store/qmli4gwqi36clrxc1i29q6mnf8sizlbc-python3.14-setuptools-83.0.0/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated.52!!5354 ********************************************************************************55 Please consider removing the following classifiers in favor of a SPDX license expression:5657 License :: OSI Approved :: Apache Software License5859 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.60 ********************************************************************************6162!!63 self._finalize_license_expression()64running egg_info65creating src/mcptoon.egg-info66writing src/mcptoon.egg-info/PKG-INFO67writing dependency_links to src/mcptoon.egg-info/dependency_links.txt68writing entry points to src/mcptoon.egg-info/entry_points.txt69writing requirements to src/mcptoon.egg-info/requires.txt70writing top-level names to src/mcptoon.egg-info/top_level.txt71writing manifest file 'src/mcptoon.egg-info/SOURCES.txt'72reading manifest file 'src/mcptoon.egg-info/SOURCES.txt'73adding license file 'LICENSE'74adding license file 'NOTICE'75writing manifest file 'src/mcptoon.egg-info/SOURCES.txt'76* Building wheel...77/nix/store/qmli4gwqi36clrxc1i29q6mnf8sizlbc-python3.14-setuptools-83.0.0/lib/python3.14/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated78!!7980 ********************************************************************************81 Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).8283 By 2027-Feb-18, you need to update your project and remove deprecated calls84 or your builds will no longer be supported.8586 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.87 ********************************************************************************8889!!90 corresp(dist, value, root_dir)91/nix/store/qmli4gwqi36clrxc1i29q6mnf8sizlbc-python3.14-setuptools-83.0.0/lib/python3.14/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.92!!9394 ********************************************************************************95 Please consider removing the following classifiers in favor of a SPDX license expression:9697 License :: OSI Approved :: Apache Software License9899 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.100 ********************************************************************************101102!!103 dist._finalize_license_expression()104/nix/store/qmli4gwqi36clrxc1i29q6mnf8sizlbc-python3.14-setuptools-83.0.0/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated.105!!106107 ********************************************************************************108 Please consider removing the following classifiers in favor of a SPDX license expression:109110 License :: OSI Approved :: Apache Software License111112 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.113 ********************************************************************************114115!!116 self._finalize_license_expression()117running bdist_wheel118running build119running build_py120creating build/lib/mcptoon121copying src/mcptoon/sync.py -> build/lib/mcptoon122copying src/mcptoon/config.py -> build/lib/mcptoon123copying src/mcptoon/skills.py -> build/lib/mcptoon124copying src/mcptoon/manifest.py -> build/lib/mcptoon125copying src/mcptoon/health.py -> build/lib/mcptoon126copying src/mcptoon/discover.py -> build/lib/mcptoon127copying src/mcptoon/client.py -> build/lib/mcptoon128copying src/mcptoon/cache.py -> build/lib/mcptoon129copying src/mcptoon/__init__.py -> build/lib/mcptoon130copying src/mcptoon/serve.py -> build/lib/mcptoon131copying src/mcptoon/native_tools.py -> build/lib/mcptoon132copying src/mcptoon/bench.py -> build/lib/mcptoon133copying src/mcptoon/installer.py -> build/lib/mcptoon134copying src/mcptoon/cli.py -> build/lib/mcptoon135copying src/mcptoon/toon_vendored.py -> build/lib/mcptoon136copying src/mcptoon/plugin.py -> build/lib/mcptoon137copying src/mcptoon/errors.py -> build/lib/mcptoon138copying src/mcptoon/watch.py -> build/lib/mcptoon139copying src/mcptoon/demo_server.py -> build/lib/mcptoon140copying src/mcptoon/router.py -> build/lib/mcptoon141copying src/mcptoon/demo.py -> build/lib/mcptoon142copying src/mcptoon/schema_simplifier.py -> build/lib/mcptoon143copying src/mcptoon/usage.py -> build/lib/mcptoon144copying src/mcptoon/__main__.py -> build/lib/mcptoon145copying src/mcptoon/output.py -> build/lib/mcptoon146running egg_info147writing src/mcptoon.egg-info/PKG-INFO148writing dependency_links to src/mcptoon.egg-info/dependency_links.txt149writing entry points to src/mcptoon.egg-info/entry_points.txt150writing requirements to src/mcptoon.egg-info/requires.txt151writing top-level names to src/mcptoon.egg-info/top_level.txt152reading manifest file 'src/mcptoon.egg-info/SOURCES.txt'153adding license file 'LICENSE'154adding license file 'NOTICE'155writing manifest file 'src/mcptoon.egg-info/SOURCES.txt'156installing to build/bdist.macosx-14.0-arm64/wheel157running install158running install_lib159creating build/bdist.macosx-14.0-arm64/wheel160creating build/bdist.macosx-14.0-arm64/wheel/mcptoon161copying build/lib/mcptoon/sync.py -> build/bdist.macosx-14.0-arm64/wheel/./mcptoon162copying build/lib/mcptoon/config.py -> build/bdist.macosx-14.0-arm64/wheel/./mcptoon163copying build/lib/mcptoon/skills.py -> build/bdist.macosx-14.0-arm64/wheel/./mcptoon164copying build/lib/mcptoon/manifest.py -> build/bdist.macosx-14.0-arm64/wheel/./mcptoon165copying build/lib/mcptoon/health.py -> build/bdist.macosx-14.0-arm64/wheel/./mcptoon166copying build/lib/mcptoon/discover.py -> build/bdist.macosx-14.0-arm64/wheel/./mcptoon167copying build/lib/mcptoon/client.py -> build/bdist.macosx-14.0-arm64/wheel/./mcptoon168copying build/lib/mcptoon/cache.py -> build/bdist.macosx-14.0-arm64/wheel/./mcptoon169copying build/lib/mcptoon/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/./mcptoon170copying build/lib/mcptoon/serve.py -> build/bdist.macosx-14.0-arm64/wheel/./mcptoon171copying build/lib/mcptoon/native_tools.py -> build/bdist.macosx-14.0-arm64/wheel/./mcptoon172copying build/lib/mcptoon/bench.py -> build/bdist.macosx-14.0-arm64/wheel/./mcptoon173copying build/lib/mcptoon/installer.py -> build/bdist.macosx-14.0-arm64/wheel/./mcptoon174copying build/lib/mcptoon/cli.py -> build/bdist.macosx-14.0-arm64/wheel/./mcptoon175copying build/lib/mcptoon/toon_vendored.py -> build/bdist.macosx-14.0-arm64/wheel/./mcptoon176copying build/lib/mcptoon/plugin.py -> build/bdist.macosx-14.0-arm64/wheel/./mcptoon177copying build/lib/mcptoon/errors.py -> build/bdist.macosx-14.0-arm64/wheel/./mcptoon178copying build/lib/mcptoon/watch.py -> build/bdist.macosx-14.0-arm64/wheel/./mcptoon179copying build/lib/mcptoon/demo_server.py -> build/bdist.macosx-14.0-arm64/wheel/./mcptoon180copying build/lib/mcptoon/router.py -> build/bdist.macosx-14.0-arm64/wheel/./mcptoon181copying build/lib/mcptoon/demo.py -> build/bdist.macosx-14.0-arm64/wheel/./mcptoon182copying build/lib/mcptoon/schema_simplifier.py -> build/bdist.macosx-14.0-arm64/wheel/./mcptoon183copying build/lib/mcptoon/usage.py -> build/bdist.macosx-14.0-arm64/wheel/./mcptoon184copying build/lib/mcptoon/__main__.py -> build/bdist.macosx-14.0-arm64/wheel/./mcptoon185copying build/lib/mcptoon/output.py -> build/bdist.macosx-14.0-arm64/wheel/./mcptoon186running install_egg_info187Copying src/mcptoon.egg-info to build/bdist.macosx-14.0-arm64/wheel/./mcptoon-0.7.17-py3.14.egg-info188running install_scripts189creating build/bdist.macosx-14.0-arm64/wheel/mcptoon-0.7.17.dist-info/WHEEL190creating '/nix/var/nix/builds/nix-43406-3544492472/source/dist/.tmp-udboeizf/mcptoon-0.7.17-py3-none-any.whl' and adding 'build/bdist.macosx-14.0-arm64/wheel' to it191adding 'mcptoon/__init__.py'192adding 'mcptoon/__main__.py'193adding 'mcptoon/bench.py'194adding 'mcptoon/cache.py'195adding 'mcptoon/cli.py'196adding 'mcptoon/client.py'197adding 'mcptoon/config.py'198adding 'mcptoon/demo.py'199adding 'mcptoon/demo_server.py'200adding 'mcptoon/discover.py'201adding 'mcptoon/errors.py'202adding 'mcptoon/health.py'203adding 'mcptoon/installer.py'204adding 'mcptoon/manifest.py'205adding 'mcptoon/native_tools.py'206adding 'mcptoon/output.py'207adding 'mcptoon/plugin.py'208adding 'mcptoon/router.py'209adding 'mcptoon/schema_simplifier.py'210adding 'mcptoon/serve.py'211adding 'mcptoon/skills.py'212adding 'mcptoon/sync.py'213adding 'mcptoon/toon_vendored.py'214adding 'mcptoon/usage.py'215adding 'mcptoon/watch.py'216adding 'mcptoon-0.7.17.dist-info/licenses/LICENSE'217adding 'mcptoon-0.7.17.dist-info/licenses/NOTICE'218adding 'mcptoon-0.7.17.dist-info/METADATA'219adding 'mcptoon-0.7.17.dist-info/WHEEL'220adding 'mcptoon-0.7.17.dist-info/entry_points.txt'221adding 'mcptoon-0.7.17.dist-info/top_level.txt'222adding 'mcptoon-0.7.17.dist-info/RECORD'223removing build/bdist.macosx-14.0-arm64/wheel224Successfully built mcptoon-0.7.17-py3-none-any.whl225Finished creating a wheel...226Finished executing pypaBuildPhase
pythonRuntimeDepsCheckHook
227Executing pythonRuntimeDepsCheck228Checking runtime dependencies for mcptoon-0.7.17-py3-none-any.whl229Finished executing pythonRuntimeDepsCheck
installPhase
230Executing pypaInstallPhase231Successfully installed mcptoon-0.7.17-py3-none-any.whl232Finished executing pypaInstallPhase
pythonOutputDistPhase
233Executing pythonOutputDistPhase234Finished executing pythonOutputDistPhase
fixupPhase
235checking for references to /nix/var/nix/builds/nix-43406-3544492472/ in /nix/store/rf2w0ygkw2qqi4q6dq0j0z7saqfiwpbq-mcptoon-0.7.17...236patching script interpreter paths in /nix/store/rf2w0ygkw2qqi4q6dq0j0z7saqfiwpbq-mcptoon-0.7.17237stripping (with command strip and flags -S) in /nix/store/rf2w0ygkw2qqi4q6dq0j0z7saqfiwpbq-mcptoon-0.7.17/lib /nix/store/rf2w0ygkw2qqi4q6dq0j0z7saqfiwpbq-mcptoon-0.7.17/bin238checking for references to /nix/var/nix/builds/nix-43406-3544492472/ in /nix/store/fhx3pcfs175lj421dgajxjxisrggvd10-mcptoon-0.7.17-dist...239patching script interpreter paths in /nix/store/fhx3pcfs175lj421dgajxjxisrggvd10-mcptoon-0.7.17-dist240Rewriting #!/nix/store/4l8r0s2r5fna7src82b5fc2hixdvfyw0-python3-3.14.7/bin/python3.14 to #!/nix/store/4l8r0s2r5fna7src82b5fc2hixdvfyw0-python3-3.14.7241wrapping `/nix/store/rf2w0ygkw2qqi4q6dq0j0z7saqfiwpbq-mcptoon-0.7.17/bin/mcptoon'...242Executing pythonRemoveTestsDir243Finished executing pythonRemoveTestsDir
installCheckPhase
244no Makefile or custom installCheckPhase, doing nothing
pythonImportsCheckPhase
245Executing pythonImportsCheckPhase246Check whether the following modules can be imported: mcptoon
pytestCheckPhase
247Executing pytestCheckPhase248pytest flags: -m pytest249============================= test session starts ==============================250platform darwin -- Python 3.14.7, pytest-9.1.1, pluggy-1.6.0251rootdir: /nix/var/nix/builds/nix-43406-3544492472/source252configfile: pyproject.toml253testpaths: tests254collected 1050 items 255256tests/test_bench.py ............. [ 1%]257tests/test_cache.py .... [ 1%]258tests/test_calculator.py .......................... [ 4%]259tests/test_claude_plugin_package.py ............. [ 5%]260tests/test_cli_flags.py ........... [ 6%]261tests/test_client.py .............................. [ 9%]262tests/test_command_coverage.py .... [ 9%]263tests/test_completion.py ........ [ 10%]264tests/test_config.py ........ [ 11%]265tests/test_dead_server_diagnostics.py ... [ 11%]266tests/test_demo.py ..................... [ 13%]267tests/test_demo_dead_package.py ........ [ 14%]268tests/test_demo_server.py .............................................. [ 18%]269..... [ 19%]270tests/test_discover.py ................................ [ 22%]271tests/test_doctor_star_hint.py ..... [ 22%]272tests/test_envelope.py ........ [ 23%]273tests/test_fallback_json.py ...... [ 23%]274tests/test_footprint_claims.py ............ [ 25%]275tests/test_gemini_manifest.py ...... [ 25%]276tests/test_health.py ............. [ 26%]277tests/test_help_shortcircuit.py ......... [ 27%]278tests/test_llms_txt.py ...... [ 28%]279tests/test_native_tools.py ........................... [ 30%]280tests/test_output.py ................................................... [ 35%]281........................................................................ [ 42%]282................ [ 44%]283tests/test_plugin_install.py .......... [ 45%]284tests/test_plugin_scan.py ............................... [ 48%]285tests/test_policy_overrides.py ................ [ 49%]286tests/test_readme_links.py ... [ 49%]287tests/test_registry_sync.py ............ [ 50%]288tests/test_router.py ............................................ [ 55%]289tests/test_search.py ................................ [ 58%]290tests/test_serve.py .................................................... [ 63%]291... [ 63%]292tests/test_serve_perf.py .......... [ 64%]293tests/test_serve_prompts.py ........ [ 65%]294tests/test_skills.py ................................................... [ 70%]295.......................................... [ 74%]296tests/test_stats_toggle.py ......... [ 74%]297tests/test_sync.py ................ [ 76%]298tests/test_tier_claims_consistent.py .... [ 76%]299tests/test_toml_config.py .......................... [ 79%]300tests/test_toon_cross_validate.py ............................... [ 82%]301tests/test_v02_features.py .................................... [ 85%]302tests/test_v04_features.py ................ [ 87%]303tests/test_v05_features.py ...................... [ 89%]304tests/test_v072_delight.py ..........s.. [ 90%]305tests/test_v073_http_security.py .............................. [ 93%]306tests/test_v074_stdio_timeout.py ............ [ 94%]307tests/test_v076_stateless_serve.py ................... [ 96%]308tests/test_v07_spec2026.py ..................... [ 98%]309tests/test_watch.py .................. [100%]310311================== 1049 passed, 1 skipped in 79.63s (0:01:19) ==================312Finished executing pytestCheckPhase313pytestCheckPhase completed in 1 minutes 20 seconds