mcptoon-0.7.16
checks.x86_64-linux.pkgs-mcptoon
· build #4743
· 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/rhicnf6p96r372c8gxs1nvgalz5jj8g6-source17source root is source18setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/tests/test_watch.py"configurePhase
19no configure script, doing nothingbuildPhase
20Executing pypaBuildPhase21Creating a wheel...22pypa build flags: --no-isolation --outdir dist/ --wheel23* Getting build dependencies for wheel...24/nix/store/gyficbimx12q5975523ps3kjzz8ys4pq-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/gyficbimx12q5975523ps3kjzz8ys4pq-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/gyficbimx12q5975523ps3kjzz8ys4pq-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/gyficbimx12q5975523ps3kjzz8ys4pq-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/gyficbimx12q5975523ps3kjzz8ys4pq-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/gyficbimx12q5975523ps3kjzz8ys4pq-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/cache.py -> build/lib/mcptoon122copying src/mcptoon/sync.py -> build/lib/mcptoon123copying src/mcptoon/health.py -> build/lib/mcptoon124copying src/mcptoon/discover.py -> build/lib/mcptoon125copying src/mcptoon/native_tools.py -> build/lib/mcptoon126copying src/mcptoon/watch.py -> build/lib/mcptoon127copying src/mcptoon/__main__.py -> build/lib/mcptoon128copying src/mcptoon/demo_server.py -> build/lib/mcptoon129copying src/mcptoon/installer.py -> build/lib/mcptoon130copying src/mcptoon/manifest.py -> build/lib/mcptoon131copying src/mcptoon/router.py -> build/lib/mcptoon132copying src/mcptoon/demo.py -> build/lib/mcptoon133copying src/mcptoon/config.py -> build/lib/mcptoon134copying src/mcptoon/usage.py -> build/lib/mcptoon135copying src/mcptoon/client.py -> build/lib/mcptoon136copying src/mcptoon/__init__.py -> build/lib/mcptoon137copying src/mcptoon/serve.py -> build/lib/mcptoon138copying src/mcptoon/output.py -> build/lib/mcptoon139copying src/mcptoon/plugin.py -> build/lib/mcptoon140copying src/mcptoon/toon_vendored.py -> build/lib/mcptoon141copying src/mcptoon/cli.py -> build/lib/mcptoon142copying src/mcptoon/errors.py -> build/lib/mcptoon143copying src/mcptoon/schema_simplifier.py -> build/lib/mcptoon144running egg_info145writing src/mcptoon.egg-info/PKG-INFO146writing dependency_links to src/mcptoon.egg-info/dependency_links.txt147writing entry points to src/mcptoon.egg-info/entry_points.txt148writing requirements to src/mcptoon.egg-info/requires.txt149writing top-level names to src/mcptoon.egg-info/top_level.txt150reading manifest file 'src/mcptoon.egg-info/SOURCES.txt'151adding license file 'LICENSE'152adding license file 'NOTICE'153writing manifest file 'src/mcptoon.egg-info/SOURCES.txt'154installing to build/bdist.linux-x86_64/wheel155running install156running install_lib157creating build/bdist.linux-x86_64/wheel158creating build/bdist.linux-x86_64/wheel/mcptoon159copying build/lib/mcptoon/__main__.py -> build/bdist.linux-x86_64/wheel/./mcptoon160copying build/lib/mcptoon/discover.py -> build/bdist.linux-x86_64/wheel/./mcptoon161copying build/lib/mcptoon/health.py -> build/bdist.linux-x86_64/wheel/./mcptoon162copying build/lib/mcptoon/toon_vendored.py -> build/bdist.linux-x86_64/wheel/./mcptoon163copying build/lib/mcptoon/demo_server.py -> build/bdist.linux-x86_64/wheel/./mcptoon164copying build/lib/mcptoon/router.py -> build/bdist.linux-x86_64/wheel/./mcptoon165copying build/lib/mcptoon/cache.py -> build/bdist.linux-x86_64/wheel/./mcptoon166copying build/lib/mcptoon/native_tools.py -> build/bdist.linux-x86_64/wheel/./mcptoon167copying build/lib/mcptoon/config.py -> build/bdist.linux-x86_64/wheel/./mcptoon168copying build/lib/mcptoon/watch.py -> build/bdist.linux-x86_64/wheel/./mcptoon169copying build/lib/mcptoon/schema_simplifier.py -> build/bdist.linux-x86_64/wheel/./mcptoon170copying build/lib/mcptoon/installer.py -> build/bdist.linux-x86_64/wheel/./mcptoon171copying build/lib/mcptoon/manifest.py -> build/bdist.linux-x86_64/wheel/./mcptoon172copying build/lib/mcptoon/client.py -> build/bdist.linux-x86_64/wheel/./mcptoon173copying build/lib/mcptoon/cli.py -> build/bdist.linux-x86_64/wheel/./mcptoon174copying build/lib/mcptoon/sync.py -> build/bdist.linux-x86_64/wheel/./mcptoon175copying build/lib/mcptoon/__init__.py -> build/bdist.linux-x86_64/wheel/./mcptoon176copying build/lib/mcptoon/errors.py -> build/bdist.linux-x86_64/wheel/./mcptoon177copying build/lib/mcptoon/usage.py -> build/bdist.linux-x86_64/wheel/./mcptoon178copying build/lib/mcptoon/output.py -> build/bdist.linux-x86_64/wheel/./mcptoon179copying build/lib/mcptoon/serve.py -> build/bdist.linux-x86_64/wheel/./mcptoon180copying build/lib/mcptoon/plugin.py -> build/bdist.linux-x86_64/wheel/./mcptoon181copying build/lib/mcptoon/demo.py -> build/bdist.linux-x86_64/wheel/./mcptoon182running install_egg_info183Copying src/mcptoon.egg-info to build/bdist.linux-x86_64/wheel/./mcptoon-0.7.16-py3.14.egg-info184running install_scripts185creating build/bdist.linux-x86_64/wheel/mcptoon-0.7.16.dist-info/WHEEL186creating '/build/source/dist/.tmp-oev2z2p3/mcptoon-0.7.16-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it187adding 'mcptoon/__init__.py'188adding 'mcptoon/__main__.py'189adding 'mcptoon/cache.py'190adding 'mcptoon/cli.py'191adding 'mcptoon/client.py'192adding 'mcptoon/config.py'193adding 'mcptoon/demo.py'194adding 'mcptoon/demo_server.py'195adding 'mcptoon/discover.py'196adding 'mcptoon/errors.py'197adding 'mcptoon/health.py'198adding 'mcptoon/installer.py'199adding 'mcptoon/manifest.py'200adding 'mcptoon/native_tools.py'201adding 'mcptoon/output.py'202adding 'mcptoon/plugin.py'203adding 'mcptoon/router.py'204adding 'mcptoon/schema_simplifier.py'205adding 'mcptoon/serve.py'206adding 'mcptoon/sync.py'207adding 'mcptoon/toon_vendored.py'208adding 'mcptoon/usage.py'209adding 'mcptoon/watch.py'210adding 'mcptoon-0.7.16.dist-info/licenses/LICENSE'211adding 'mcptoon-0.7.16.dist-info/licenses/NOTICE'212adding 'mcptoon-0.7.16.dist-info/METADATA'213adding 'mcptoon-0.7.16.dist-info/WHEEL'214adding 'mcptoon-0.7.16.dist-info/entry_points.txt'215adding 'mcptoon-0.7.16.dist-info/top_level.txt'216adding 'mcptoon-0.7.16.dist-info/RECORD'217removing build/bdist.linux-x86_64/wheel218Successfully built mcptoon-0.7.16-py3-none-any.whl219Finished creating a wheel...220Finished executing pypaBuildPhasepythonRuntimeDepsCheckHook
221Executing pythonRuntimeDepsCheck222Checking runtime dependencies for mcptoon-0.7.16-py3-none-any.whl223Finished executing pythonRuntimeDepsCheckinstallPhase
224Executing pypaInstallPhase225Successfully installed mcptoon-0.7.16-py3-none-any.whl226Finished executing pypaInstallPhasepythonOutputDistPhase
227Executing pythonOutputDistPhase228Finished executing pythonOutputDistPhasefixupPhase
229shrinking RPATHs of ELF executables and libraries in /nix/store/mns43zmy1i46cs9d08nn87c6kvqv0z2y-mcptoon-0.7.16230checking for references to /build/ in /nix/store/mns43zmy1i46cs9d08nn87c6kvqv0z2y-mcptoon-0.7.16...231patching script interpreter paths in /nix/store/mns43zmy1i46cs9d08nn87c6kvqv0z2y-mcptoon-0.7.16232stripping (with command strip and flags -S -p) in /nix/store/mns43zmy1i46cs9d08nn87c6kvqv0z2y-mcptoon-0.7.16/lib /nix/store/mns43zmy1i46cs9d08nn87c6kvqv0z2y-mcptoon-0.7.16/bin233shrinking RPATHs of ELF executables and libraries in /nix/store/c55r9nkkg4yvs29pplsadhw6llifkgrj-mcptoon-0.7.16-dist234checking for references to /build/ in /nix/store/c55r9nkkg4yvs29pplsadhw6llifkgrj-mcptoon-0.7.16-dist...235patching script interpreter paths in /nix/store/c55r9nkkg4yvs29pplsadhw6llifkgrj-mcptoon-0.7.16-dist236Rewriting #!/nix/store/d64q19q1xjdwfhqx6czvrjgrhq0n3lcc-python3-3.14.7/bin/python3.14 to #!/nix/store/d64q19q1xjdwfhqx6czvrjgrhq0n3lcc-python3-3.14.7237wrapping `/nix/store/mns43zmy1i46cs9d08nn87c6kvqv0z2y-mcptoon-0.7.16/bin/mcptoon'...238Executing pythonRemoveTestsDir239Finished executing pythonRemoveTestsDirinstallCheckPhase
240no Makefile or custom installCheckPhase, doing nothingpythonImportsCheckPhase
241Executing pythonImportsCheckPhase242Check whether the following modules can be imported: mcptoonpytestCheckPhase
243Executing pytestCheckPhase244pytest flags: -m pytest245============================= test session starts ==============================246platform linux -- Python 3.14.7, pytest-9.1.1, pluggy-1.6.0247rootdir: /build/source248configfile: pyproject.toml249testpaths: tests250collected 932 items 251252tests/test_cache.py .... [ 0%]253tests/test_calculator.py .......................... [ 3%]254tests/test_claude_plugin_package.py ............. [ 4%]255tests/test_cli_flags.py ........... [ 5%]256tests/test_client.py .............................. [ 9%]257tests/test_completion.py ........ [ 9%]258tests/test_config.py ........ [ 10%]259tests/test_dead_server_diagnostics.py ... [ 11%]260tests/test_demo.py ..................... [ 13%]261tests/test_demo_dead_package.py ........ [ 14%]262tests/test_demo_server.py .............................................. [ 19%]263..... [ 19%]264tests/test_discover.py ................................ [ 23%]265tests/test_doctor_star_hint.py ..... [ 23%]266tests/test_envelope.py ........ [ 24%]267tests/test_fallback_json.py ...... [ 25%]268tests/test_footprint_claims.py .......... [ 26%]269tests/test_gemini_manifest.py ...... [ 26%]270tests/test_health.py ............. [ 28%]271tests/test_help_shortcircuit.py ......... [ 29%]272tests/test_llms_txt.py ...... [ 29%]273tests/test_native_tools.py ..................... [ 32%]274tests/test_output.py ................................................... [ 37%]275........................................................................ [ 45%]276................ [ 46%]277tests/test_plugin_install.py .......... [ 48%]278tests/test_plugin_scan.py ............................... [ 51%]279tests/test_policy_overrides.py ................ [ 53%]280tests/test_readme_links.py ... [ 53%]281tests/test_registry_sync.py ............ [ 54%]282tests/test_router.py ............................................ [ 59%]283tests/test_search.py ................................ [ 62%]284tests/test_serve.py .................................................... [ 68%]285... [ 68%]286tests/test_serve_perf.py .......... [ 69%]287tests/test_serve_prompts.py ........ [ 70%]288tests/test_stats_toggle.py ......... [ 71%]289tests/test_sync.py ................ [ 73%]290tests/test_tier_claims_consistent.py .... [ 73%]291tests/test_toml_config.py .......................... [ 76%]292tests/test_toon_cross_validate.py ............................... [ 79%]293tests/test_v02_features.py .................................... [ 83%]294tests/test_v04_features.py ................ [ 85%]295tests/test_v05_features.py ...................... [ 87%]296tests/test_v072_delight.py ..........s.. [ 89%]297tests/test_v073_http_security.py .............................. [ 92%]298tests/test_v074_stdio_timeout.py ............ [ 93%]299tests/test_v076_stateless_serve.py ................... [ 95%]300tests/test_v07_spec2026.py ..................... [ 98%]301tests/test_watch.py .................. [100%]302303================== 931 passed, 1 skipped in 64.30s (0:01:04) ===================304Finished executing pytestCheckPhase305pytestCheckPhase completed in 1 minutes 5 seconds