python3.14-insightface-1.0.1
default.checks.x86_64-linux.nixos-nixbox
· build #774
· 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.sh17Using checkPhaseThreadLimitHook
unpackPhase
18unpacking source archive /nix/store/d3szsdhgnvvr24g2zjq985s0kwjrrd1g-insightface-1.0.1.tar.gz19source root is insightface-1.0.120setting SOURCE_DATE_EPOCH to timestamp 1779518565 of file "insightface-1.0.1/setup.cfg"configurePhase
21no configure script, doing nothingbuildPhase
22Executing pypaBuildPhase23Creating a wheel...24pypa build flags: --no-isolation --outdir dist/ --wheel25* Getting build dependencies for wheel...26WARNING: pandoc not enabled27INFO: running egg_info28INFO: writing insightface.egg-info/PKG-INFO29INFO: writing dependency_links to insightface.egg-info/dependency_links.txt30INFO: writing entry points to insightface.egg-info/entry_points.txt31INFO: writing requirements to insightface.egg-info/requires.txt32INFO: writing top-level names to insightface.egg-info/top_level.txt33INFO: reading manifest file 'insightface.egg-info/SOURCES.txt'34INFO: writing manifest file 'insightface.egg-info/SOURCES.txt'35pypandoc enabled: False36face3d build enabled: False37* Building wheel...38WARNING: pandoc not enabled39INFO: running bdist_wheel40INFO: running build41INFO: running build_py42INFO: creating build/lib/insightface43INFO: copying insightface/__init__.py -> build/lib/insightface44INFO: creating build/lib/insightface/app45INFO: copying insightface/app/__init__.py -> build/lib/insightface/app46INFO: copying insightface/app/common.py -> build/lib/insightface/app47INFO: copying insightface/app/face_analysis.py -> build/lib/insightface/app48INFO: copying insightface/app/mask_renderer.py -> build/lib/insightface/app49INFO: creating build/lib/insightface/commands50INFO: copying insightface/commands/__init__.py -> build/lib/insightface/commands51INFO: copying insightface/commands/insightface_cli.py -> build/lib/insightface/commands52INFO: copying insightface/commands/model_download.py -> build/lib/insightface/commands53INFO: copying insightface/commands/rec_add_mask_param.py -> build/lib/insightface/commands54INFO: creating build/lib/insightface/data55INFO: copying insightface/data/__init__.py -> build/lib/insightface/data56INFO: copying insightface/data/image.py -> build/lib/insightface/data57INFO: copying insightface/data/pickle_object.py -> build/lib/insightface/data58INFO: copying insightface/data/rec_builder.py -> build/lib/insightface/data59INFO: creating build/lib/insightface/gui60INFO: copying insightface/gui/__init__.py -> build/lib/insightface/gui61INFO: copying insightface/gui/__main__.py -> build/lib/insightface/gui62INFO: copying insightface/gui/app.py -> build/lib/insightface/gui63INFO: copying insightface/gui/main_window.py -> build/lib/insightface/gui64INFO: copying insightface/gui/page_registry.py -> build/lib/insightface/gui65INFO: copying insightface/gui/resources.py -> build/lib/insightface/gui66INFO: creating build/lib/insightface/model_zoo67INFO: copying insightface/model_zoo/__init__.py -> build/lib/insightface/model_zoo68INFO: copying insightface/model_zoo/arcface_onnx.py -> build/lib/insightface/model_zoo69INFO: copying insightface/model_zoo/attribute.py -> build/lib/insightface/model_zoo70INFO: copying insightface/model_zoo/inswapper.py -> build/lib/insightface/model_zoo71INFO: copying insightface/model_zoo/landmark.py -> build/lib/insightface/model_zoo72INFO: copying insightface/model_zoo/model_store.py -> build/lib/insightface/model_zoo73INFO: copying insightface/model_zoo/model_zoo.py -> build/lib/insightface/model_zoo74INFO: copying insightface/model_zoo/retinaface.py -> build/lib/insightface/model_zoo75INFO: copying insightface/model_zoo/scrfd.py -> build/lib/insightface/model_zoo76INFO: creating build/lib/insightface/thirdparty77INFO: copying insightface/thirdparty/__init__.py -> build/lib/insightface/thirdparty78INFO: creating build/lib/insightface/utils79INFO: copying insightface/utils/__init__.py -> build/lib/insightface/utils80INFO: copying insightface/utils/constant.py -> build/lib/insightface/utils81INFO: copying insightface/utils/download.py -> build/lib/insightface/utils82INFO: copying insightface/utils/face_align.py -> build/lib/insightface/utils83INFO: copying insightface/utils/filesystem.py -> build/lib/insightface/utils84INFO: copying insightface/utils/storage.py -> build/lib/insightface/utils85INFO: copying insightface/utils/transform.py -> build/lib/insightface/utils86INFO: creating build/lib/insightface/gui/core87INFO: copying insightface/gui/core/__init__.py -> build/lib/insightface/gui/core88INFO: copying insightface/gui/core/camera.py -> build/lib/insightface/gui/core89INFO: copying insightface/gui/core/clustering.py -> build/lib/insightface/gui/core90INFO: copying insightface/gui/core/config.py -> build/lib/insightface/gui/core91INFO: copying insightface/gui/core/constants.py -> build/lib/insightface/gui/core92INFO: copying insightface/gui/core/evaluation.py -> build/lib/insightface/gui/core93INFO: copying insightface/gui/core/exporters.py -> build/lib/insightface/gui/core94INFO: copying insightface/gui/core/face_engine.py -> build/lib/insightface/gui/core95INFO: copying insightface/gui/core/i18n.py -> build/lib/insightface/gui/core96INFO: copying insightface/gui/core/licensing.py -> build/lib/insightface/gui/core97INFO: copying insightface/gui/core/links.py -> build/lib/insightface/gui/core98INFO: copying insightface/gui/core/logging.py -> build/lib/insightface/gui/core99INFO: copying insightface/gui/core/model_downloads.py -> build/lib/insightface/gui/core100INFO: copying insightface/gui/core/models.py -> build/lib/insightface/gui/core101INFO: copying insightface/gui/core/navigation.py -> build/lib/insightface/gui/core102INFO: copying insightface/gui/core/paths.py -> build/lib/insightface/gui/core103INFO: copying insightface/gui/core/quality.py -> build/lib/insightface/gui/core104INFO: copying insightface/gui/core/recognition.py -> build/lib/insightface/gui/core105INFO: copying insightface/gui/core/reporting.py -> build/lib/insightface/gui/core106INFO: copying insightface/gui/core/storage.py -> build/lib/insightface/gui/core107INFO: copying insightface/gui/core/swap.py -> build/lib/insightface/gui/core108INFO: copying insightface/gui/core/theme.py -> build/lib/insightface/gui/core109INFO: copying insightface/gui/core/tooltips.py -> build/lib/insightface/gui/core110INFO: copying insightface/gui/core/utils.py -> build/lib/insightface/gui/core111INFO: copying insightface/gui/core/video.py -> build/lib/insightface/gui/core112INFO: creating build/lib/insightface/gui/dialogs113INFO: copying insightface/gui/dialogs/__init__.py -> build/lib/insightface/gui/dialogs114INFO: copying insightface/gui/dialogs/license_dialog.py -> build/lib/insightface/gui/dialogs115INFO: copying insightface/gui/dialogs/model_manager_dialog.py -> build/lib/insightface/gui/dialogs116INFO: copying insightface/gui/dialogs/settings_dialog.py -> build/lib/insightface/gui/dialogs117INFO: creating build/lib/insightface/gui/pages118INFO: copying insightface/gui/pages/__init__.py -> build/lib/insightface/gui/pages119INFO: copying insightface/gui/pages/album_page.py -> build/lib/insightface/gui/pages120INFO: copying insightface/gui/pages/album_people_page.py -> build/lib/insightface/gui/pages121INFO: copying insightface/gui/pages/base.py -> build/lib/insightface/gui/pages122INFO: copying insightface/gui/pages/batch_processing_page.py -> build/lib/insightface/gui/pages123INFO: copying insightface/gui/pages/camera_recognition_page.py -> build/lib/insightface/gui/pages124INFO: copying insightface/gui/pages/compare_page.py -> build/lib/insightface/gui/pages125INFO: copying insightface/gui/pages/dashboard_page.py -> build/lib/insightface/gui/pages126INFO: copying insightface/gui/pages/enterprise_eval_page.py -> build/lib/insightface/gui/pages127INFO: copying insightface/gui/pages/face_search_page.py -> build/lib/insightface/gui/pages128INFO: copying insightface/gui/pages/face_swap_page.py -> build/lib/insightface/gui/pages129INFO: copying insightface/gui/pages/license_center_page.py -> build/lib/insightface/gui/pages130INFO: copying insightface/gui/pages/mode_dashboards.py -> build/lib/insightface/gui/pages131INFO: copying insightface/gui/pages/model_download_page.py -> build/lib/insightface/gui/pages132INFO: copying insightface/gui/pages/model_settings_page.py -> build/lib/insightface/gui/pages133INFO: copying insightface/gui/pages/multiface_photo_page.py -> build/lib/insightface/gui/pages134INFO: copying insightface/gui/pages/people_library_page.py -> build/lib/insightface/gui/pages135INFO: copying insightface/gui/pages/placeholder_page.py -> build/lib/insightface/gui/pages136INFO: copying insightface/gui/pages/reports_page.py -> build/lib/insightface/gui/pages137INFO: copying insightface/gui/pages/settings_page.py -> build/lib/insightface/gui/pages138INFO: copying insightface/gui/pages/verification_page.py -> build/lib/insightface/gui/pages139INFO: copying insightface/gui/pages/video_search_page.py -> build/lib/insightface/gui/pages140INFO: creating build/lib/insightface/gui/widgets141INFO: copying insightface/gui/widgets/__init__.py -> build/lib/insightface/gui/widgets142INFO: copying insightface/gui/widgets/drop_input.py -> build/lib/insightface/gui/widgets143INFO: copying insightface/gui/widgets/face_overlay.py -> build/lib/insightface/gui/widgets144INFO: copying insightface/gui/widgets/face_table.py -> build/lib/insightface/gui/widgets145INFO: copying insightface/gui/widgets/image_viewer.py -> build/lib/insightface/gui/widgets146INFO: copying insightface/gui/widgets/metric_card.py -> build/lib/insightface/gui/widgets147INFO: copying insightface/gui/widgets/person_card.py -> build/lib/insightface/gui/widgets148INFO: copying insightface/gui/widgets/progress_dialog.py -> build/lib/insightface/gui/widgets149INFO: copying insightface/gui/widgets/table_utils.py -> build/lib/insightface/gui/widgets150INFO: copying insightface/gui/widgets/threshold_slider.py -> build/lib/insightface/gui/widgets151INFO: copying insightface/gui/widgets/upload_preview.py -> build/lib/insightface/gui/widgets152INFO: creating build/lib/insightface/thirdparty/face3d153INFO: copying insightface/thirdparty/face3d/__init__.py -> build/lib/insightface/thirdparty/face3d154INFO: creating build/lib/insightface/thirdparty/face3d/mesh155INFO: copying insightface/thirdparty/face3d/mesh/__init__.py -> build/lib/insightface/thirdparty/face3d/mesh156INFO: copying insightface/thirdparty/face3d/mesh/io.py -> build/lib/insightface/thirdparty/face3d/mesh157INFO: copying insightface/thirdparty/face3d/mesh/light.py -> build/lib/insightface/thirdparty/face3d/mesh158INFO: copying insightface/thirdparty/face3d/mesh/render.py -> build/lib/insightface/thirdparty/face3d/mesh159INFO: copying insightface/thirdparty/face3d/mesh/transform.py -> build/lib/insightface/thirdparty/face3d/mesh160INFO: copying insightface/thirdparty/face3d/mesh/vis.py -> build/lib/insightface/thirdparty/face3d/mesh161INFO: creating build/lib/insightface/thirdparty/face3d/mesh_numpy162INFO: copying insightface/thirdparty/face3d/mesh_numpy/__init__.py -> build/lib/insightface/thirdparty/face3d/mesh_numpy163INFO: copying insightface/thirdparty/face3d/mesh_numpy/io.py -> build/lib/insightface/thirdparty/face3d/mesh_numpy164INFO: copying insightface/thirdparty/face3d/mesh_numpy/light.py -> build/lib/insightface/thirdparty/face3d/mesh_numpy165INFO: copying insightface/thirdparty/face3d/mesh_numpy/render.py -> build/lib/insightface/thirdparty/face3d/mesh_numpy166INFO: copying insightface/thirdparty/face3d/mesh_numpy/transform.py -> build/lib/insightface/thirdparty/face3d/mesh_numpy167INFO: copying insightface/thirdparty/face3d/mesh_numpy/vis.py -> build/lib/insightface/thirdparty/face3d/mesh_numpy168INFO: creating build/lib/insightface/thirdparty/face3d/morphable_model169INFO: copying insightface/thirdparty/face3d/morphable_model/__init__.py -> build/lib/insightface/thirdparty/face3d/morphable_model170INFO: copying insightface/thirdparty/face3d/morphable_model/fit.py -> build/lib/insightface/thirdparty/face3d/morphable_model171INFO: copying insightface/thirdparty/face3d/morphable_model/load.py -> build/lib/insightface/thirdparty/face3d/morphable_model172INFO: copying insightface/thirdparty/face3d/morphable_model/morphabel_model.py -> build/lib/insightface/thirdparty/face3d/morphable_model173INFO: creating build/lib/insightface/data/images174INFO: copying insightface/data/images/mask_black.jpg -> build/lib/insightface/data/images175INFO: copying insightface/data/images/mask_blue.jpg -> build/lib/insightface/data/images176INFO: copying insightface/data/images/mask_green.jpg -> build/lib/insightface/data/images177INFO: copying insightface/data/images/mask_white.jpg -> build/lib/insightface/data/images178INFO: copying insightface/data/images/t1.jpg -> build/lib/insightface/data/images179INFO: copying insightface/data/images/Tom_Hanks_54745.png -> build/lib/insightface/data/images180INFO: creating build/lib/insightface/data/objects181INFO: copying insightface/data/objects/meanshape_68.pkl -> build/lib/insightface/data/objects182INFO: creating build/lib/insightface/gui/assets183INFO: copying insightface/gui/assets/app_icon.png -> build/lib/insightface/gui/assets184INFO: copying insightface/gui/assets/app_icon.ico -> build/lib/insightface/gui/assets185INFO: copying insightface/gui/assets/app_icon.icns -> build/lib/insightface/gui/assets186INFO: installing to build/bdist.linux-x86_64/wheel187INFO: running install188INFO: running install_lib189INFO: creating build/bdist.linux-x86_64/wheel190INFO: creating build/bdist.linux-x86_64/wheel/insightface191INFO: copying build/lib/insightface/__init__.py -> build/bdist.linux-x86_64/wheel/./insightface192INFO: creating build/bdist.linux-x86_64/wheel/insightface/app193INFO: copying build/lib/insightface/app/__init__.py -> build/bdist.linux-x86_64/wheel/./insightface/app194INFO: copying build/lib/insightface/app/common.py -> build/bdist.linux-x86_64/wheel/./insightface/app195INFO: copying build/lib/insightface/app/face_analysis.py -> build/bdist.linux-x86_64/wheel/./insightface/app196INFO: copying build/lib/insightface/app/mask_renderer.py -> build/bdist.linux-x86_64/wheel/./insightface/app197INFO: creating build/bdist.linux-x86_64/wheel/insightface/commands198INFO: copying build/lib/insightface/commands/__init__.py -> build/bdist.linux-x86_64/wheel/./insightface/commands199INFO: copying build/lib/insightface/commands/insightface_cli.py -> build/bdist.linux-x86_64/wheel/./insightface/commands200INFO: copying build/lib/insightface/commands/model_download.py -> build/bdist.linux-x86_64/wheel/./insightface/commands201INFO: copying build/lib/insightface/commands/rec_add_mask_param.py -> build/bdist.linux-x86_64/wheel/./insightface/commands202INFO: creating build/bdist.linux-x86_64/wheel/insightface/data203INFO: copying build/lib/insightface/data/__init__.py -> build/bdist.linux-x86_64/wheel/./insightface/data204INFO: copying build/lib/insightface/data/image.py -> build/bdist.linux-x86_64/wheel/./insightface/data205INFO: copying build/lib/insightface/data/pickle_object.py -> build/bdist.linux-x86_64/wheel/./insightface/data206INFO: copying build/lib/insightface/data/rec_builder.py -> build/bdist.linux-x86_64/wheel/./insightface/data207INFO: creating build/bdist.linux-x86_64/wheel/insightface/data/images208INFO: copying build/lib/insightface/data/images/mask_black.jpg -> build/bdist.linux-x86_64/wheel/./insightface/data/images209INFO: copying build/lib/insightface/data/images/mask_blue.jpg -> build/bdist.linux-x86_64/wheel/./insightface/data/images210INFO: copying build/lib/insightface/data/images/mask_green.jpg -> build/bdist.linux-x86_64/wheel/./insightface/data/images211INFO: copying build/lib/insightface/data/images/mask_white.jpg -> build/bdist.linux-x86_64/wheel/./insightface/data/images212INFO: copying build/lib/insightface/data/images/t1.jpg -> build/bdist.linux-x86_64/wheel/./insightface/data/images213INFO: copying build/lib/insightface/data/images/Tom_Hanks_54745.png -> build/bdist.linux-x86_64/wheel/./insightface/data/images214INFO: creating build/bdist.linux-x86_64/wheel/insightface/data/objects215INFO: copying build/lib/insightface/data/objects/meanshape_68.pkl -> build/bdist.linux-x86_64/wheel/./insightface/data/objects216INFO: creating build/bdist.linux-x86_64/wheel/insightface/gui217INFO: copying build/lib/insightface/gui/__init__.py -> build/bdist.linux-x86_64/wheel/./insightface/gui218INFO: copying build/lib/insightface/gui/__main__.py -> build/bdist.linux-x86_64/wheel/./insightface/gui219INFO: copying build/lib/insightface/gui/app.py -> build/bdist.linux-x86_64/wheel/./insightface/gui220INFO: copying build/lib/insightface/gui/main_window.py -> build/bdist.linux-x86_64/wheel/./insightface/gui221INFO: copying build/lib/insightface/gui/page_registry.py -> build/bdist.linux-x86_64/wheel/./insightface/gui222INFO: copying build/lib/insightface/gui/resources.py -> build/bdist.linux-x86_64/wheel/./insightface/gui223INFO: creating build/bdist.linux-x86_64/wheel/insightface/gui/core224INFO: copying build/lib/insightface/gui/core/__init__.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/core225INFO: copying build/lib/insightface/gui/core/camera.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/core226INFO: copying build/lib/insightface/gui/core/clustering.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/core227INFO: copying build/lib/insightface/gui/core/config.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/core228INFO: copying build/lib/insightface/gui/core/constants.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/core229INFO: copying build/lib/insightface/gui/core/evaluation.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/core230INFO: copying build/lib/insightface/gui/core/exporters.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/core231INFO: copying build/lib/insightface/gui/core/face_engine.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/core232INFO: copying build/lib/insightface/gui/core/i18n.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/core233INFO: copying build/lib/insightface/gui/core/licensing.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/core234INFO: copying build/lib/insightface/gui/core/links.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/core235INFO: copying build/lib/insightface/gui/core/logging.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/core236INFO: copying build/lib/insightface/gui/core/model_downloads.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/core237INFO: copying build/lib/insightface/gui/core/models.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/core238INFO: copying build/lib/insightface/gui/core/navigation.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/core239INFO: copying build/lib/insightface/gui/core/paths.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/core240INFO: copying build/lib/insightface/gui/core/quality.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/core241INFO: copying build/lib/insightface/gui/core/recognition.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/core242INFO: copying build/lib/insightface/gui/core/reporting.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/core243INFO: copying build/lib/insightface/gui/core/storage.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/core244INFO: copying build/lib/insightface/gui/core/swap.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/core245INFO: copying build/lib/insightface/gui/core/theme.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/core246INFO: copying build/lib/insightface/gui/core/tooltips.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/core247INFO: copying build/lib/insightface/gui/core/utils.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/core248INFO: copying build/lib/insightface/gui/core/video.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/core249INFO: creating build/bdist.linux-x86_64/wheel/insightface/gui/dialogs250INFO: copying build/lib/insightface/gui/dialogs/__init__.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/dialogs251INFO: copying build/lib/insightface/gui/dialogs/license_dialog.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/dialogs252INFO: copying build/lib/insightface/gui/dialogs/model_manager_dialog.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/dialogs253INFO: copying build/lib/insightface/gui/dialogs/settings_dialog.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/dialogs254INFO: creating build/bdist.linux-x86_64/wheel/insightface/gui/pages255INFO: copying build/lib/insightface/gui/pages/__init__.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/pages256INFO: copying build/lib/insightface/gui/pages/album_page.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/pages257INFO: copying build/lib/insightface/gui/pages/album_people_page.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/pages258INFO: copying build/lib/insightface/gui/pages/base.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/pages259INFO: copying build/lib/insightface/gui/pages/batch_processing_page.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/pages260INFO: copying build/lib/insightface/gui/pages/camera_recognition_page.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/pages261INFO: copying build/lib/insightface/gui/pages/compare_page.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/pages262INFO: copying build/lib/insightface/gui/pages/dashboard_page.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/pages263INFO: copying build/lib/insightface/gui/pages/enterprise_eval_page.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/pages264INFO: copying build/lib/insightface/gui/pages/face_search_page.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/pages265INFO: copying build/lib/insightface/gui/pages/face_swap_page.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/pages266INFO: copying build/lib/insightface/gui/pages/license_center_page.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/pages267INFO: copying build/lib/insightface/gui/pages/mode_dashboards.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/pages268INFO: copying build/lib/insightface/gui/pages/model_download_page.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/pages269INFO: copying build/lib/insightface/gui/pages/model_settings_page.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/pages270INFO: copying build/lib/insightface/gui/pages/multiface_photo_page.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/pages271INFO: copying build/lib/insightface/gui/pages/people_library_page.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/pages272INFO: copying build/lib/insightface/gui/pages/placeholder_page.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/pages273INFO: copying build/lib/insightface/gui/pages/reports_page.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/pages274INFO: copying build/lib/insightface/gui/pages/settings_page.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/pages275INFO: copying build/lib/insightface/gui/pages/verification_page.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/pages276INFO: copying build/lib/insightface/gui/pages/video_search_page.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/pages277INFO: creating build/bdist.linux-x86_64/wheel/insightface/gui/widgets278INFO: copying build/lib/insightface/gui/widgets/__init__.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/widgets279INFO: copying build/lib/insightface/gui/widgets/drop_input.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/widgets280INFO: copying build/lib/insightface/gui/widgets/face_overlay.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/widgets281INFO: copying build/lib/insightface/gui/widgets/face_table.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/widgets282INFO: copying build/lib/insightface/gui/widgets/image_viewer.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/widgets283INFO: copying build/lib/insightface/gui/widgets/metric_card.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/widgets284INFO: copying build/lib/insightface/gui/widgets/person_card.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/widgets285INFO: copying build/lib/insightface/gui/widgets/progress_dialog.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/widgets286INFO: copying build/lib/insightface/gui/widgets/table_utils.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/widgets287INFO: copying build/lib/insightface/gui/widgets/threshold_slider.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/widgets288INFO: copying build/lib/insightface/gui/widgets/upload_preview.py -> build/bdist.linux-x86_64/wheel/./insightface/gui/widgets289INFO: creating build/bdist.linux-x86_64/wheel/insightface/gui/assets290INFO: copying build/lib/insightface/gui/assets/app_icon.png -> build/bdist.linux-x86_64/wheel/./insightface/gui/assets291INFO: copying build/lib/insightface/gui/assets/app_icon.ico -> build/bdist.linux-x86_64/wheel/./insightface/gui/assets292INFO: copying build/lib/insightface/gui/assets/app_icon.icns -> build/bdist.linux-x86_64/wheel/./insightface/gui/assets293INFO: creating build/bdist.linux-x86_64/wheel/insightface/model_zoo294INFO: copying build/lib/insightface/model_zoo/__init__.py -> build/bdist.linux-x86_64/wheel/./insightface/model_zoo295INFO: copying build/lib/insightface/model_zoo/arcface_onnx.py -> build/bdist.linux-x86_64/wheel/./insightface/model_zoo296INFO: copying build/lib/insightface/model_zoo/attribute.py -> build/bdist.linux-x86_64/wheel/./insightface/model_zoo297INFO: copying build/lib/insightface/model_zoo/inswapper.py -> build/bdist.linux-x86_64/wheel/./insightface/model_zoo298INFO: copying build/lib/insightface/model_zoo/landmark.py -> build/bdist.linux-x86_64/wheel/./insightface/model_zoo299INFO: copying build/lib/insightface/model_zoo/model_store.py -> build/bdist.linux-x86_64/wheel/./insightface/model_zoo300INFO: copying build/lib/insightface/model_zoo/model_zoo.py -> build/bdist.linux-x86_64/wheel/./insightface/model_zoo301INFO: copying build/lib/insightface/model_zoo/retinaface.py -> build/bdist.linux-x86_64/wheel/./insightface/model_zoo302INFO: copying build/lib/insightface/model_zoo/scrfd.py -> build/bdist.linux-x86_64/wheel/./insightface/model_zoo303INFO: creating build/bdist.linux-x86_64/wheel/insightface/thirdparty304INFO: copying build/lib/insightface/thirdparty/__init__.py -> build/bdist.linux-x86_64/wheel/./insightface/thirdparty305INFO: creating build/bdist.linux-x86_64/wheel/insightface/thirdparty/face3d306INFO: copying build/lib/insightface/thirdparty/face3d/__init__.py -> build/bdist.linux-x86_64/wheel/./insightface/thirdparty/face3d307INFO: creating build/bdist.linux-x86_64/wheel/insightface/thirdparty/face3d/mesh308INFO: copying build/lib/insightface/thirdparty/face3d/mesh/__init__.py -> build/bdist.linux-x86_64/wheel/./insightface/thirdparty/face3d/mesh309INFO: copying build/lib/insightface/thirdparty/face3d/mesh/io.py -> build/bdist.linux-x86_64/wheel/./insightface/thirdparty/face3d/mesh310INFO: copying build/lib/insightface/thirdparty/face3d/mesh/light.py -> build/bdist.linux-x86_64/wheel/./insightface/thirdparty/face3d/mesh311INFO: copying build/lib/insightface/thirdparty/face3d/mesh/render.py -> build/bdist.linux-x86_64/wheel/./insightface/thirdparty/face3d/mesh312INFO: copying build/lib/insightface/thirdparty/face3d/mesh/transform.py -> build/bdist.linux-x86_64/wheel/./insightface/thirdparty/face3d/mesh313INFO: copying build/lib/insightface/thirdparty/face3d/mesh/vis.py -> build/bdist.linux-x86_64/wheel/./insightface/thirdparty/face3d/mesh314INFO: creating build/bdist.linux-x86_64/wheel/insightface/thirdparty/face3d/mesh_numpy315INFO: copying build/lib/insightface/thirdparty/face3d/mesh_numpy/__init__.py -> build/bdist.linux-x86_64/wheel/./insightface/thirdparty/face3d/mesh_numpy316INFO: copying build/lib/insightface/thirdparty/face3d/mesh_numpy/io.py -> build/bdist.linux-x86_64/wheel/./insightface/thirdparty/face3d/mesh_numpy317INFO: copying build/lib/insightface/thirdparty/face3d/mesh_numpy/light.py -> build/bdist.linux-x86_64/wheel/./insightface/thirdparty/face3d/mesh_numpy318INFO: copying build/lib/insightface/thirdparty/face3d/mesh_numpy/render.py -> build/bdist.linux-x86_64/wheel/./insightface/thirdparty/face3d/mesh_numpy319INFO: copying build/lib/insightface/thirdparty/face3d/mesh_numpy/transform.py -> build/bdist.linux-x86_64/wheel/./insightface/thirdparty/face3d/mesh_numpy320INFO: copying build/lib/insightface/thirdparty/face3d/mesh_numpy/vis.py -> build/bdist.linux-x86_64/wheel/./insightface/thirdparty/face3d/mesh_numpy321INFO: creating build/bdist.linux-x86_64/wheel/insightface/thirdparty/face3d/morphable_model322INFO: copying build/lib/insightface/thirdparty/face3d/morphable_model/__init__.py -> build/bdist.linux-x86_64/wheel/./insightface/thirdparty/face3d/morphable_model323INFO: copying build/lib/insightface/thirdparty/face3d/morphable_model/fit.py -> build/bdist.linux-x86_64/wheel/./insightface/thirdparty/face3d/morphable_model324INFO: copying build/lib/insightface/thirdparty/face3d/morphable_model/load.py -> build/bdist.linux-x86_64/wheel/./insightface/thirdparty/face3d/morphable_model325INFO: copying build/lib/insightface/thirdparty/face3d/morphable_model/morphabel_model.py -> build/bdist.linux-x86_64/wheel/./insightface/thirdparty/face3d/morphable_model326INFO: creating build/bdist.linux-x86_64/wheel/insightface/utils327INFO: copying build/lib/insightface/utils/__init__.py -> build/bdist.linux-x86_64/wheel/./insightface/utils328INFO: copying build/lib/insightface/utils/constant.py -> build/bdist.linux-x86_64/wheel/./insightface/utils329INFO: copying build/lib/insightface/utils/download.py -> build/bdist.linux-x86_64/wheel/./insightface/utils330INFO: copying build/lib/insightface/utils/face_align.py -> build/bdist.linux-x86_64/wheel/./insightface/utils331INFO: copying build/lib/insightface/utils/filesystem.py -> build/bdist.linux-x86_64/wheel/./insightface/utils332INFO: copying build/lib/insightface/utils/storage.py -> build/bdist.linux-x86_64/wheel/./insightface/utils333INFO: copying build/lib/insightface/utils/transform.py -> build/bdist.linux-x86_64/wheel/./insightface/utils334INFO: running install_egg_info335INFO: running egg_info336INFO: writing insightface.egg-info/PKG-INFO337INFO: writing dependency_links to insightface.egg-info/dependency_links.txt338INFO: writing entry points to insightface.egg-info/entry_points.txt339INFO: writing requirements to insightface.egg-info/requires.txt340INFO: writing top-level names to insightface.egg-info/top_level.txt341INFO: reading manifest file 'insightface.egg-info/SOURCES.txt'342INFO: writing manifest file 'insightface.egg-info/SOURCES.txt'343INFO: Copying insightface.egg-info to build/bdist.linux-x86_64/wheel/./insightface-1.0.1-py3.14.egg-info344INFO: running install_scripts345INFO: creating build/bdist.linux-x86_64/wheel/insightface-1.0.1.dist-info/WHEEL346INFO: creating '/build/insightface-1.0.1/dist/.tmp-dzt3w74c/insightface-1.0.1-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it347INFO: adding 'insightface/__init__.py'348INFO: adding 'insightface/app/__init__.py'349INFO: adding 'insightface/app/common.py'350INFO: adding 'insightface/app/face_analysis.py'351INFO: adding 'insightface/app/mask_renderer.py'352INFO: adding 'insightface/commands/__init__.py'353INFO: adding 'insightface/commands/insightface_cli.py'354INFO: adding 'insightface/commands/model_download.py'355INFO: adding 'insightface/commands/rec_add_mask_param.py'356INFO: adding 'insightface/data/__init__.py'357INFO: adding 'insightface/data/image.py'358INFO: adding 'insightface/data/pickle_object.py'359INFO: adding 'insightface/data/rec_builder.py'360INFO: adding 'insightface/data/images/Tom_Hanks_54745.png'361INFO: adding 'insightface/data/images/mask_black.jpg'362INFO: adding 'insightface/data/images/mask_blue.jpg'363INFO: adding 'insightface/data/images/mask_green.jpg'364INFO: adding 'insightface/data/images/mask_white.jpg'365INFO: adding 'insightface/data/images/t1.jpg'366INFO: adding 'insightface/data/objects/meanshape_68.pkl'367INFO: adding 'insightface/gui/__init__.py'368INFO: adding 'insightface/gui/__main__.py'369INFO: adding 'insightface/gui/app.py'370INFO: adding 'insightface/gui/main_window.py'371INFO: adding 'insightface/gui/page_registry.py'372INFO: adding 'insightface/gui/resources.py'373INFO: adding 'insightface/gui/assets/app_icon.icns'374INFO: adding 'insightface/gui/assets/app_icon.ico'375INFO: adding 'insightface/gui/assets/app_icon.png'376INFO: adding 'insightface/gui/core/__init__.py'377INFO: adding 'insightface/gui/core/camera.py'378INFO: adding 'insightface/gui/core/clustering.py'379INFO: adding 'insightface/gui/core/config.py'380INFO: adding 'insightface/gui/core/constants.py'381INFO: adding 'insightface/gui/core/evaluation.py'382INFO: adding 'insightface/gui/core/exporters.py'383INFO: adding 'insightface/gui/core/face_engine.py'384INFO: adding 'insightface/gui/core/i18n.py'385INFO: adding 'insightface/gui/core/licensing.py'386INFO: adding 'insightface/gui/core/links.py'387INFO: adding 'insightface/gui/core/logging.py'388INFO: adding 'insightface/gui/core/model_downloads.py'389INFO: adding 'insightface/gui/core/models.py'390INFO: adding 'insightface/gui/core/navigation.py'391INFO: adding 'insightface/gui/core/paths.py'392INFO: adding 'insightface/gui/core/quality.py'393INFO: adding 'insightface/gui/core/recognition.py'394INFO: adding 'insightface/gui/core/reporting.py'395INFO: adding 'insightface/gui/core/storage.py'396INFO: adding 'insightface/gui/core/swap.py'397INFO: adding 'insightface/gui/core/theme.py'398INFO: adding 'insightface/gui/core/tooltips.py'399INFO: adding 'insightface/gui/core/utils.py'400INFO: adding 'insightface/gui/core/video.py'401INFO: adding 'insightface/gui/dialogs/__init__.py'402INFO: adding 'insightface/gui/dialogs/license_dialog.py'403INFO: adding 'insightface/gui/dialogs/model_manager_dialog.py'404INFO: adding 'insightface/gui/dialogs/settings_dialog.py'405INFO: adding 'insightface/gui/pages/__init__.py'406INFO: adding 'insightface/gui/pages/album_page.py'407INFO: adding 'insightface/gui/pages/album_people_page.py'408INFO: adding 'insightface/gui/pages/base.py'409INFO: adding 'insightface/gui/pages/batch_processing_page.py'410INFO: adding 'insightface/gui/pages/camera_recognition_page.py'411INFO: adding 'insightface/gui/pages/compare_page.py'412INFO: adding 'insightface/gui/pages/dashboard_page.py'413INFO: adding 'insightface/gui/pages/enterprise_eval_page.py'414INFO: adding 'insightface/gui/pages/face_search_page.py'415INFO: adding 'insightface/gui/pages/face_swap_page.py'416INFO: adding 'insightface/gui/pages/license_center_page.py'417INFO: adding 'insightface/gui/pages/mode_dashboards.py'418INFO: adding 'insightface/gui/pages/model_download_page.py'419INFO: adding 'insightface/gui/pages/model_settings_page.py'420INFO: adding 'insightface/gui/pages/multiface_photo_page.py'421INFO: adding 'insightface/gui/pages/people_library_page.py'422INFO: adding 'insightface/gui/pages/placeholder_page.py'423INFO: adding 'insightface/gui/pages/reports_page.py'424INFO: adding 'insightface/gui/pages/settings_page.py'425INFO: adding 'insightface/gui/pages/verification_page.py'426INFO: adding 'insightface/gui/pages/video_search_page.py'427INFO: adding 'insightface/gui/widgets/__init__.py'428INFO: adding 'insightface/gui/widgets/drop_input.py'429INFO: adding 'insightface/gui/widgets/face_overlay.py'430INFO: adding 'insightface/gui/widgets/face_table.py'431INFO: adding 'insightface/gui/widgets/image_viewer.py'432INFO: adding 'insightface/gui/widgets/metric_card.py'433INFO: adding 'insightface/gui/widgets/person_card.py'434INFO: adding 'insightface/gui/widgets/progress_dialog.py'435INFO: adding 'insightface/gui/widgets/table_utils.py'436INFO: adding 'insightface/gui/widgets/threshold_slider.py'437INFO: adding 'insightface/gui/widgets/upload_preview.py'438INFO: adding 'insightface/model_zoo/__init__.py'439INFO: adding 'insightface/model_zoo/arcface_onnx.py'440INFO: adding 'insightface/model_zoo/attribute.py'441INFO: adding 'insightface/model_zoo/inswapper.py'442INFO: adding 'insightface/model_zoo/landmark.py'443INFO: adding 'insightface/model_zoo/model_store.py'444INFO: adding 'insightface/model_zoo/model_zoo.py'445INFO: adding 'insightface/model_zoo/retinaface.py'446INFO: adding 'insightface/model_zoo/scrfd.py'447INFO: adding 'insightface/thirdparty/__init__.py'448INFO: adding 'insightface/thirdparty/face3d/__init__.py'449INFO: adding 'insightface/thirdparty/face3d/mesh/__init__.py'450INFO: adding 'insightface/thirdparty/face3d/mesh/io.py'451INFO: adding 'insightface/thirdparty/face3d/mesh/light.py'452INFO: adding 'insightface/thirdparty/face3d/mesh/render.py'453INFO: adding 'insightface/thirdparty/face3d/mesh/transform.py'454INFO: adding 'insightface/thirdparty/face3d/mesh/vis.py'455INFO: adding 'insightface/thirdparty/face3d/mesh_numpy/__init__.py'456INFO: adding 'insightface/thirdparty/face3d/mesh_numpy/io.py'457INFO: adding 'insightface/thirdparty/face3d/mesh_numpy/light.py'458INFO: adding 'insightface/thirdparty/face3d/mesh_numpy/render.py'459INFO: adding 'insightface/thirdparty/face3d/mesh_numpy/transform.py'460INFO: adding 'insightface/thirdparty/face3d/mesh_numpy/vis.py'461INFO: adding 'insightface/thirdparty/face3d/morphable_model/__init__.py'462INFO: adding 'insightface/thirdparty/face3d/morphable_model/fit.py'463INFO: adding 'insightface/thirdparty/face3d/morphable_model/load.py'464INFO: adding 'insightface/thirdparty/face3d/morphable_model/morphabel_model.py'465INFO: adding 'insightface/utils/__init__.py'466INFO: adding 'insightface/utils/constant.py'467INFO: adding 'insightface/utils/download.py'468INFO: adding 'insightface/utils/face_align.py'469INFO: adding 'insightface/utils/filesystem.py'470INFO: adding 'insightface/utils/storage.py'471INFO: adding 'insightface/utils/transform.py'472INFO: adding 'insightface-1.0.1.dist-info/METADATA'473INFO: adding 'insightface-1.0.1.dist-info/WHEEL'474INFO: adding 'insightface-1.0.1.dist-info/entry_points.txt'475INFO: adding 'insightface-1.0.1.dist-info/top_level.txt'476INFO: adding 'insightface-1.0.1.dist-info/zip-safe'477INFO: adding 'insightface-1.0.1.dist-info/RECORD'478INFO: removing build/bdist.linux-x86_64/wheel479pypandoc enabled: False480face3d build enabled: False481Successfully built insightface-1.0.1-py3-none-any.whl482Finished creating a wheel...483Finished executing pypaBuildPhasepythonRuntimeDepsCheckHook
484Executing pythonRuntimeDepsCheck485Checking runtime dependencies for insightface-1.0.1-py3-none-any.whl486Finished executing pythonRuntimeDepsCheckinstallPhase
487Executing pypaInstallPhase488Successfully installed insightface-1.0.1-py3-none-any.whl489Finished executing pypaInstallPhasepythonOutputDistPhase
490Executing pythonOutputDistPhase491Finished executing pythonOutputDistPhasefixupPhase
492shrinking RPATHs of ELF executables and libraries in /nix/store/zvq3fngrfrrb6br45plhji0gh2dp1zj6-python3.14-insightface-1.0.1-dist493checking for references to /build/ in /nix/store/zvq3fngrfrrb6br45plhji0gh2dp1zj6-python3.14-insightface-1.0.1-dist...494patching script interpreter paths in /nix/store/zvq3fngrfrrb6br45plhji0gh2dp1zj6-python3.14-insightface-1.0.1-dist495shrinking RPATHs of ELF executables and libraries in /nix/store/m7xq4k8iy339s84861bz890f5kbpr9ca-python3.14-insightface-1.0.1496checking for references to /build/ in /nix/store/m7xq4k8iy339s84861bz890f5kbpr9ca-python3.14-insightface-1.0.1...497patching script interpreter paths in /nix/store/m7xq4k8iy339s84861bz890f5kbpr9ca-python3.14-insightface-1.0.1498stripping (with command strip and flags -S -p) in /nix/store/m7xq4k8iy339s84861bz890f5kbpr9ca-python3.14-insightface-1.0.1/lib /nix/store/m7xq4k8iy339s84861bz890f5kbpr9ca-python3.14-insightface-1.0.1/bin499Rewriting #!/nix/store/rgnappqqc5vbq60gza5fflyk84sylwl6-python3-3.14.6/bin/python3.14 to #!/nix/store/rgnappqqc5vbq60gza5fflyk84sylwl6-python3-3.14.6500wrapping `/nix/store/m7xq4k8iy339s84861bz890f5kbpr9ca-python3.14-insightface-1.0.1/bin/insightface-cli'...501Rewriting #!/nix/store/rgnappqqc5vbq60gza5fflyk84sylwl6-python3-3.14.6/bin/python3.14 to #!/nix/store/rgnappqqc5vbq60gza5fflyk84sylwl6-python3-3.14.6502wrapping `/nix/store/m7xq4k8iy339s84861bz890f5kbpr9ca-python3.14-insightface-1.0.1/bin/insightface-desktop'...503Rewriting #!/nix/store/rgnappqqc5vbq60gza5fflyk84sylwl6-python3-3.14.6/bin/python3.14 to #!/nix/store/rgnappqqc5vbq60gza5fflyk84sylwl6-python3-3.14.6504wrapping `/nix/store/m7xq4k8iy339s84861bz890f5kbpr9ca-python3.14-insightface-1.0.1/bin/insightface-eval-studio'...505Rewriting #!/nix/store/rgnappqqc5vbq60gza5fflyk84sylwl6-python3-3.14.6/bin/python3.14 to #!/nix/store/rgnappqqc5vbq60gza5fflyk84sylwl6-python3-3.14.6506wrapping `/nix/store/m7xq4k8iy339s84861bz890f5kbpr9ca-python3.14-insightface-1.0.1/bin/insightface-gui'...507Executing pythonRemoveTestsDir508Finished executing pythonRemoveTestsDirpythonImportsCheckPhase
509Executing pythonImportsCheckPhase510Check whether the following modules can be imported: insightface insightface.app insightface.datapythonMetadataCheckPhase
511Executing pythonMetadataCheckPhase