python3.14-mcp-1.27.1
aarch64-linux.pkgs-mistral-vibe
· build #2018
· 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/0v4kg207vxr820acn080bcsvdwayh953-source20source root is source21setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/uv.lock"configurePhase
22no configure script, doing nothingbuildPhase
23Executing pypaBuildPhase24Setting UV_DYNAMIC_VERSIONING_BYPASS to 1.27.125Creating a wheel...26pypa build flags: --no-isolation --outdir dist/ --wheel27* Getting build dependencies for wheel...28* Building wheel...29Successfully built mcp-1.27.1-py3-none-any.whl30Finished creating a wheel...31/build/source/dist /build/source32Unpacking to: unpacked/mcp-1.27.1...OK33Repacking wheel as ./mcp-1.27.1-py3-none-any.whl...OK34/build/source35Finished executing pypaBuildPhasepythonRuntimeDepsCheckHook
36Executing pythonRuntimeDepsCheck37Checking runtime dependencies for mcp-1.27.1-py3-none-any.whl38Finished executing pythonRuntimeDepsCheckinstallPhase
39Executing pypaInstallPhase40Successfully installed mcp-1.27.1-py3-none-any.whl41Finished executing pypaInstallPhasepythonOutputDistPhase
42Executing pythonOutputDistPhase43Finished executing pythonOutputDistPhasefixupPhase
44shrinking RPATHs of ELF executables and libraries in /nix/store/z88wd2n77rq6wqlaf7gm36dksq605f4l-python3.14-mcp-1.27.1-dist45checking for references to /build/ in /nix/store/z88wd2n77rq6wqlaf7gm36dksq605f4l-python3.14-mcp-1.27.1-dist...46patching script interpreter paths in /nix/store/z88wd2n77rq6wqlaf7gm36dksq605f4l-python3.14-mcp-1.27.1-dist47shrinking RPATHs of ELF executables and libraries in /nix/store/y7k2n0696f5chxjmqp786mbl7yav2zy4-python3.14-mcp-1.27.148checking for references to /build/ in /nix/store/y7k2n0696f5chxjmqp786mbl7yav2zy4-python3.14-mcp-1.27.1...49patching script interpreter paths in /nix/store/y7k2n0696f5chxjmqp786mbl7yav2zy4-python3.14-mcp-1.27.150stripping (with command strip and flags -S -p) in /nix/store/y7k2n0696f5chxjmqp786mbl7yav2zy4-python3.14-mcp-1.27.1/lib /nix/store/y7k2n0696f5chxjmqp786mbl7yav2zy4-python3.14-mcp-1.27.1/bin51Rewriting #!/nix/store/41m77i1296n33p6liin8ynr6wh3h6b7m-python3-3.14.6/bin/python3.14 to #!/nix/store/41m77i1296n33p6liin8ynr6wh3h6b7m-python3-3.14.652wrapping `/nix/store/y7k2n0696f5chxjmqp786mbl7yav2zy4-python3.14-mcp-1.27.1/bin/mcp'...53Executing pythonRemoveTestsDir54Finished executing pythonRemoveTestsDirinstallCheckPhase
55no Makefile or custom installCheckPhase, doing nothingpythonImportsCheckPhase
56Executing pythonImportsCheckPhase57Check whether the following modules can be imported: mcp58Traceback (most recent call last):59 File "<string>", line 1, in <module>60 import sys; import importlib; list(map(lambda mod: importlib.import_module(mod), sys.argv[1:]))61 ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^62 File "<string>", line 1, in <lambda>63 import sys; import importlib; list(map(lambda mod: importlib.import_module(mod), sys.argv[1:]))64 ~~~~~~~~~~~~~~~~~~~~~~~^^^^^65 File "/nix/store/41m77i1296n33p6liin8ynr6wh3h6b7m-python3-3.14.6/lib/python3.14/importlib/__init__.py", line 88, in import_module66 return _bootstrap._gcd_import(name[level:], package, level)67 ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^68 File "<frozen importlib._bootstrap>", line 1406, in _gcd_import69 File "<frozen importlib._bootstrap>", line 1371, in _find_and_load70 File "<frozen importlib._bootstrap>", line 1342, in _find_and_load_unlocked71 File "<frozen importlib._bootstrap>", line 938, in _load_unlocked72 File "<frozen importlib._bootstrap_external>", line 759, in exec_module73 File "<frozen importlib._bootstrap>", line 491, in _call_with_frames_removed74 File "/nix/store/y7k2n0696f5chxjmqp786mbl7yav2zy4-python3.14-mcp-1.27.1/lib/python3.14/site-packages/mcp/__init__.py", line 4, in <module>75 from .server.session import ServerSession76 File "/nix/store/y7k2n0696f5chxjmqp786mbl7yav2zy4-python3.14-mcp-1.27.1/lib/python3.14/site-packages/mcp/server/__init__.py", line 1, in <module>77 from .fastmcp import FastMCP78 File "/nix/store/y7k2n0696f5chxjmqp786mbl7yav2zy4-python3.14-mcp-1.27.1/lib/python3.14/site-packages/mcp/server/fastmcp/__init__.py", line 7, in <module>79 from .server import Context, FastMCP80 File "/nix/store/y7k2n0696f5chxjmqp786mbl7yav2zy4-python3.14-mcp-1.27.1/lib/python3.14/site-packages/mcp/server/fastmcp/server.py", line 22, in <module>81 from pydantic_settings import BaseSettings, SettingsConfigDict82ModuleNotFoundError: No module named 'pydantic_settings'