nixbot

builds

succeeded immich-machine-learning-3.1.0 default.checks.x86_64-linux.nixos-nixbox · build #774 · 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 pytestCheckPhase16Using checkPhaseThreadLimitHook
unpackPhase
17unpacking source archive /nix/store/sqn9kix9bv7kx7j5d129lfmjdr6df579-source/machine-learning18source root is machine-learning19setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "machine-learning/uv.lock"
configurePhase
20no configure script, doing nothing
buildPhase
21Executing pypaBuildPhase22Creating a wheel...23pypa build flags: --no-isolation --outdir dist/ --wheel24* Getting build dependencies for wheel...25* Building wheel...26Successfully built immich_ml-3.1.0-py3-none-any.whl27Finished creating a wheel...28/build/machine-learning/dist /build/machine-learning29Unpacking to: unpacked/immich_ml-3.1.0...OK30Repacking wheel as ./immich_ml-3.1.0-py3-none-any.whl...OK31/build/machine-learning32Finished executing pypaBuildPhase
pythonRuntimeDepsCheckHook
33Executing pythonRuntimeDepsCheck34Checking runtime dependencies for immich_ml-3.1.0-py3-none-any.whl35Finished executing pythonRuntimeDepsCheck
installPhase
36Executing pypaInstallPhase37Successfully installed immich_ml-3.1.0-py3-none-any.whl38Finished executing pypaInstallPhase
pythonOutputDistPhase
39Executing pythonOutputDistPhase40Finished executing pythonOutputDistPhase
fixupPhase
41shrinking RPATHs of ELF executables and libraries in /nix/store/6npzzs9799ackzxgzy2jw8hgs79lk8j1-immich-machine-learning-3.1.042checking for references to /build/ in /nix/store/6npzzs9799ackzxgzy2jw8hgs79lk8j1-immich-machine-learning-3.1.0...43patching script interpreter paths in /nix/store/6npzzs9799ackzxgzy2jw8hgs79lk8j1-immich-machine-learning-3.1.044stripping (with command strip and flags -S -p) in /nix/store/6npzzs9799ackzxgzy2jw8hgs79lk8j1-immich-machine-learning-3.1.0/lib /nix/store/6npzzs9799ackzxgzy2jw8hgs79lk8j1-immich-machine-learning-3.1.0/bin45shrinking RPATHs of ELF executables and libraries in /nix/store/a1i1d3lz2gajxgm422i7sj775jli4wg7-immich-machine-learning-3.1.0-dist46checking for references to /build/ in /nix/store/a1i1d3lz2gajxgm422i7sj775jli4wg7-immich-machine-learning-3.1.0-dist...47patching script interpreter paths in /nix/store/a1i1d3lz2gajxgm422i7sj775jli4wg7-immich-machine-learning-3.1.0-dist48Rewriting #! /nix/store/c9mv5v53f7vy3wd00ah0f77k509mzmn7-bash-5.3p15/bin/bash -e to #!/nix/store/rgnappqqc5vbq60gza5fflyk84sylwl6-python3-3.14.649Executing pythonRemoveTestsDir50Finished executing pythonRemoveTestsDir
installCheckPhase
51setting known thread variables to default: 152 OMP_NUM_THREADS=1 OPENBLAS_NUM_THREADS=1 MKL_NUM_THREADS=1 BLIS_NUM_THREADS=1 VECLIB_MAXIMUM_THREADS=1 NUMBA_NUM_THREADS=1 NUMEXPR_NUM_THREADS=153no Makefile or custom installCheckPhase, doing nothing
pythonImportsCheckPhase
54Executing pythonImportsCheckPhase
pytestCheckPhase
55Executing pytestCheckPhase56setting known thread variables to default: 157 OMP_NUM_THREADS=1 OPENBLAS_NUM_THREADS=1 MKL_NUM_THREADS=1 BLIS_NUM_THREADS=1 VECLIB_MAXIMUM_THREADS=1 NUMBA_NUM_THREADS=1 NUMEXPR_NUM_THREADS=158pytest flags: -m pytest59============================= test session starts ==============================60platform linux -- Python 3.14.6, pytest-9.1.1, pluggy-1.6.061rootdir: /build/machine-learning62configfile: pyproject.toml63plugins: anyio-4.14.2, asyncio-1.4.0, mock-3.15.1, typeguard-4.5.264asyncio: mode=Mode.STRICT, debug=False, asyncio_default_fixture_loop_scope=None, asyncio_default_test_loop_scope=function65collected 101 items 6667test_main.py ........................................................... [ 58%]68.......................................sss [100%]6970=============================== warnings summary ===============================71../../nix/store/rc35lqdp9vkn71qvjbqdp8fywpqlsx40-python3.14-fastapi-0.139.0/lib/python3.14/site-packages/fastapi/testclient.py:172 /nix/store/rc35lqdp9vkn71qvjbqdp8fywpqlsx40-python3.14-fastapi-0.139.0/lib/python3.14/site-packages/fastapi/testclient.py:1: StarletteDeprecationWarning: Using `httpx` with `starlette.testclient` is deprecated; install `httpx2` instead.73 from starlette.testclient import TestClient as TestClient # noqa7475../../nix/store/a722l190wssj0hns8vm7smica5iwkghi-python3.14-uvicorn-0.51.0/lib/python3.14/site-packages/uvicorn/workers.py:1776 /nix/store/a722l190wssj0hns8vm7smica5iwkghi-python3.14-uvicorn-0.51.0/lib/python3.14/site-packages/uvicorn/workers.py:17: DeprecationWarning: The `uvicorn.workers` module is deprecated. Please use `uvicorn-worker` package instead.77 For more details, see https://github.com/Kludex/uvicorn-worker.78 warnings.warn(7980test_main.py::TestOrtSession::test_sets_default_sess_options_sets_threads_if_non_cpu_and_set_threads81test_main.py::TestOrtSession::test_uses_arena_if_enabled82test_main.py::TestOrtSession::test_does_not_use_arena_if_disabled83 /nix/store/rgnappqqc5vbq60gza5fflyk84sylwl6-python3-3.14.6/lib/python3.14/unittest/mock.py:2866: PydanticDeprecatedSince211: Accessing the 'model_computed_fields' attribute on the instance is deprecated. Instead, you should access this attribute from the model class. Deprecated in Pydantic V2.11 to be removed in V3.0.84 original = getattr(spec, entry)8586test_main.py::TestOrtSession::test_sets_default_sess_options_sets_threads_if_non_cpu_and_set_threads87test_main.py::TestOrtSession::test_uses_arena_if_enabled88test_main.py::TestOrtSession::test_does_not_use_arena_if_disabled89 /nix/store/rgnappqqc5vbq60gza5fflyk84sylwl6-python3-3.14.6/lib/python3.14/unittest/mock.py:2866: PydanticDeprecatedSince211: Accessing the 'model_fields' attribute on the instance is deprecated. Instead, you should access this attribute from the model class. Deprecated in Pydantic V2.11 to be removed in V3.0.90 original = getattr(spec, entry)9192test_main.py::TestFaceRecognition::test_recognition93 /nix/store/m7xq4k8iy339s84861bz890f5kbpr9ca-python3.14-insightface-1.0.1/lib/python3.14/site-packages/insightface/utils/face_align.py:23: FutureWarning: `estimate` is deprecated since version 0.26 and will be removed in version 2.2. Please use `SimilarityTransform.from_estimate` class constructor instead.94 tform.estimate(lmk, dst)9596-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html97================== 98 passed, 3 skipped, 9 warnings in 1.07s ===================98Finished executing pytestCheckPhase