tribuchet: building on jamie Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing pypa-build-hook Using pypaBuildPhase Sourcing python-runtime-deps-check-hook Using pythonRuntimeDepsCheckHook Sourcing pypa-install-hook Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing pytest-check-hook Using pytestCheckPhase Using checkPhaseThreadLimitHook Running phase: unpackPhase unpacking source archive /nix/store/gxhmgl0baidl98gb5wpffi0s09rdkrw1-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/zensical.toml" Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase Executing pypaBuildPhase Creating a wheel... pypa build flags: --no-isolation --outdir dist/ --wheel * Getting build dependencies for wheel... running egg_info creating src/paperless_ngx.egg-info writing src/paperless_ngx.egg-info/PKG-INFO writing dependency_links to src/paperless_ngx.egg-info/dependency_links.txt writing requirements to src/paperless_ngx.egg-info/requires.txt writing top-level names to src/paperless_ngx.egg-info/top_level.txt writing manifest file 'src/paperless_ngx.egg-info/SOURCES.txt' reading manifest file 'src/paperless_ngx.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'src/paperless_ngx.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py creating build/lib copying src/manage.py -> build/lib creating build/lib/paperless_ai copying src/paperless_ai/db.py -> build/lib/paperless_ai copying src/paperless_ai/client.py -> build/lib/paperless_ai copying src/paperless_ai/chat.py -> build/lib/paperless_ai copying src/paperless_ai/exceptions.py -> build/lib/paperless_ai copying src/paperless_ai/embedding.py -> build/lib/paperless_ai copying src/paperless_ai/matching.py -> build/lib/paperless_ai copying src/paperless_ai/ai_classifier.py -> build/lib/paperless_ai copying src/paperless_ai/indexing.py -> build/lib/paperless_ai copying src/paperless_ai/__init__.py -> build/lib/paperless_ai copying src/paperless_ai/base_model.py -> build/lib/paperless_ai copying src/paperless_ai/vector_store.py -> build/lib/paperless_ai copying src/paperless_ai/tables.py -> build/lib/paperless_ai creating build/lib/documents copying src/documents/sanity_checker.py -> build/lib/documents copying src/documents/schema.py -> build/lib/documents copying src/documents/filters.py -> build/lib/documents copying src/documents/consumer.py -> build/lib/documents copying src/documents/file_handling.py -> build/lib/documents copying src/documents/regex.py -> build/lib/documents copying src/documents/caching.py -> build/lib/documents copying src/documents/context_processors.py -> build/lib/documents copying src/documents/utils.py -> build/lib/documents copying src/documents/bulk_download.py -> build/lib/documents copying src/documents/admin.py -> build/lib/documents copying src/documents/models.py -> build/lib/documents copying src/documents/apps.py -> build/lib/documents copying src/documents/views.py -> build/lib/documents copying src/documents/mail.py -> build/lib/documents copying src/documents/validators.py -> build/lib/documents copying src/documents/bulk_edit.py -> build/lib/documents copying src/documents/matching.py -> build/lib/documents copying src/documents/tasks.py -> build/lib/documents copying src/documents/double_sided.py -> build/lib/documents copying src/documents/parsers.py -> build/lib/documents copying src/documents/data_models.py -> build/lib/documents copying src/documents/conditionals.py -> build/lib/documents copying src/documents/__init__.py -> build/lib/documents copying src/documents/checks.py -> build/lib/documents copying src/documents/classifier.py -> build/lib/documents copying src/documents/converters.py -> build/lib/documents copying src/documents/permissions.py -> build/lib/documents copying src/documents/serialisers.py -> build/lib/documents copying src/documents/loggers.py -> build/lib/documents copying src/documents/versioning.py -> build/lib/documents copying src/documents/settings.py -> build/lib/documents copying src/documents/barcodes.py -> build/lib/documents creating build/lib/paperless_mail copying src/paperless_mail/filters.py -> build/lib/paperless_mail copying src/paperless_mail/__init__.py -> build/lib/paperless_mail copying src/paperless_mail/models.py -> build/lib/paperless_mail copying src/paperless_mail/serialisers.py -> build/lib/paperless_mail copying src/paperless_mail/admin.py -> build/lib/paperless_mail copying src/paperless_mail/apps.py -> build/lib/paperless_mail copying src/paperless_mail/oauth.py -> build/lib/paperless_mail copying src/paperless_mail/preprocessor.py -> build/lib/paperless_mail copying src/paperless_mail/tasks.py -> build/lib/paperless_mail copying src/paperless_mail/mail.py -> build/lib/paperless_mail copying src/paperless_mail/views.py -> build/lib/paperless_mail creating build/lib/paperless copying src/paperless/__init__.py -> build/lib/paperless copying src/paperless/adapter.py -> build/lib/paperless copying src/paperless/validators.py -> build/lib/paperless copying src/paperless/middleware.py -> build/lib/paperless copying src/paperless/version.py -> build/lib/paperless copying src/paperless/signals.py -> build/lib/paperless copying src/paperless/auth.py -> build/lib/paperless copying src/paperless/celery.py -> build/lib/paperless copying src/paperless/apps.py -> build/lib/paperless copying src/paperless/checks.py -> build/lib/paperless copying src/paperless/network.py -> build/lib/paperless copying src/paperless/filters.py -> build/lib/paperless copying src/paperless/views.py -> build/lib/paperless copying src/paperless/wsgi.py -> build/lib/paperless copying src/paperless/urls.py -> build/lib/paperless copying src/paperless/logging.py -> build/lib/paperless copying src/paperless/consumers.py -> build/lib/paperless copying src/paperless/asgi.py -> build/lib/paperless copying src/paperless/models.py -> build/lib/paperless copying src/paperless/utils.py -> build/lib/paperless copying src/paperless/admin.py -> build/lib/paperless copying src/paperless/serialisers.py -> build/lib/paperless copying src/paperless/db_cache.py -> build/lib/paperless copying src/paperless/config.py -> build/lib/paperless creating build/lib/paperless_ai/tests copying src/paperless_ai/tests/test_client.py -> build/lib/paperless_ai/tests copying src/paperless_ai/tests/test_ai_indexing.py -> build/lib/paperless_ai/tests copying src/paperless_ai/tests/test_lazy_imports.py -> build/lib/paperless_ai/tests copying src/paperless_ai/tests/__init__.py -> build/lib/paperless_ai/tests copying src/paperless_ai/tests/test_tables.py -> build/lib/paperless_ai/tests copying src/paperless_ai/tests/test_base_model.py -> build/lib/paperless_ai/tests copying src/paperless_ai/tests/conftest.py -> build/lib/paperless_ai/tests copying src/paperless_ai/tests/test_embedding.py -> build/lib/paperless_ai/tests copying src/paperless_ai/tests/test_index_locking.py -> build/lib/paperless_ai/tests copying src/paperless_ai/tests/test_chat.py -> build/lib/paperless_ai/tests copying src/paperless_ai/tests/test_vector_store.py -> build/lib/paperless_ai/tests copying src/paperless_ai/tests/test_ai_classifier.py -> build/lib/paperless_ai/tests copying src/paperless_ai/tests/test_matching.py -> build/lib/paperless_ai/tests creating build/lib/paperless_ai/migrations copying src/paperless_ai/migrations/m0001_v1_to_v2.py -> build/lib/paperless_ai/migrations copying src/paperless_ai/migrations/__init__.py -> build/lib/paperless_ai/migrations creating build/lib/documents/workflows copying src/documents/workflows/mutations.py -> build/lib/documents/workflows copying src/documents/workflows/actions.py -> build/lib/documents/workflows copying src/documents/workflows/webhooks.py -> build/lib/documents/workflows copying src/documents/workflows/utils.py -> build/lib/documents/workflows copying src/documents/workflows/__init__.py -> build/lib/documents/workflows creating build/lib/documents/tests copying src/documents/tests/test_sanity_check.py -> build/lib/documents/tests copying src/documents/tests/test_management_fuzzy.py -> build/lib/documents/tests copying src/documents/tests/test_admin.py -> build/lib/documents/tests copying src/documents/tests/test_barcodes.py -> build/lib/documents/tests copying src/documents/tests/test_api_email.py -> build/lib/documents/tests copying src/documents/tests/test_task_signals.py -> build/lib/documents/tests copying src/documents/tests/test_utils.py -> build/lib/documents/tests copying src/documents/tests/test_api_custom_fields.py -> build/lib/documents/tests copying src/documents/tests/test_regex.py -> build/lib/documents/tests copying src/documents/tests/test_migration_sha256_checksums.py -> build/lib/documents/tests copying src/documents/tests/test_workflows.py -> build/lib/documents/tests copying src/documents/tests/test_management_retagger.py -> build/lib/documents/tests copying src/documents/tests/test_api_filter_by_custom_fields.py -> build/lib/documents/tests copying src/documents/tests/test_api_bulk_edit.py -> build/lib/documents/tests copying src/documents/tests/test_tasks.py -> build/lib/documents/tests copying src/documents/tests/test_api_objects.py -> build/lib/documents/tests copying src/documents/tests/test_filepath_nfc.py -> build/lib/documents/tests copying src/documents/tests/test_filters.py -> build/lib/documents/tests copying src/documents/tests/test_management_consumer.py -> build/lib/documents/tests copying src/documents/tests/test_management_exporter.py -> build/lib/documents/tests copying src/documents/tests/test_api_documents.py -> build/lib/documents/tests copying src/documents/tests/test_caching.py -> build/lib/documents/tests copying src/documents/tests/test_api_uisettings.py -> build/lib/documents/tests copying src/documents/tests/test_checks.py -> build/lib/documents/tests copying src/documents/tests/test_double_sided.py -> build/lib/documents/tests copying src/documents/tests/test_api_search.py -> build/lib/documents/tests copying src/documents/tests/test_views.py -> build/lib/documents/tests copying src/documents/tests/utils.py -> build/lib/documents/tests copying src/documents/tests/test_matchables.py -> build/lib/documents/tests copying src/documents/tests/test_api_chat.py -> build/lib/documents/tests copying src/documents/tests/test_bulk_edit.py -> build/lib/documents/tests copying src/documents/tests/test_management_thumbnails.py -> build/lib/documents/tests copying src/documents/tests/factories.py -> build/lib/documents/tests copying src/documents/tests/test_share_link_bundles.py -> build/lib/documents/tests copying src/documents/tests/test_api_workflows.py -> build/lib/documents/tests copying src/documents/tests/test_api_trash.py -> build/lib/documents/tests copying src/documents/tests/test_classifier.py -> build/lib/documents/tests copying src/documents/tests/test_api_app_config.py -> build/lib/documents/tests copying src/documents/tests/test_api_status.py -> build/lib/documents/tests copying src/documents/tests/test_file_handling.py -> build/lib/documents/tests copying src/documents/tests/test_api_schema.py -> build/lib/documents/tests copying src/documents/tests/test_api_tasks.py -> build/lib/documents/tests copying src/documents/tests/test_api_permissions.py -> build/lib/documents/tests copying src/documents/tests/test_consumer_archive.py -> build/lib/documents/tests copying src/documents/tests/test_tag_hierarchy.py -> build/lib/documents/tests copying src/documents/tests/test_management.py -> build/lib/documents/tests copying src/documents/tests/test_management_superuser.py -> build/lib/documents/tests copying src/documents/tests/test_version_conditionals.py -> build/lib/documents/tests copying src/documents/tests/test_parsers.py -> build/lib/documents/tests copying src/documents/tests/__init__.py -> build/lib/documents/tests copying src/documents/tests/test_api_remote_version.py -> build/lib/documents/tests copying src/documents/tests/test_api_post_document_nfc.py -> build/lib/documents/tests copying src/documents/tests/test_migration_saved_view_visibility.py -> build/lib/documents/tests copying src/documents/tests/test_migration_share_link_bundle.py -> build/lib/documents/tests copying src/documents/tests/test_management_importer.py -> build/lib/documents/tests copying src/documents/tests/conftest.py -> build/lib/documents/tests copying src/documents/tests/test_api_bulk_download.py -> build/lib/documents/tests copying src/documents/tests/test_api_profile.py -> build/lib/documents/tests copying src/documents/tests/test_api_document_versions.py -> build/lib/documents/tests copying src/documents/tests/test_document_model.py -> build/lib/documents/tests copying src/documents/tests/test_models.py -> build/lib/documents/tests copying src/documents/tests/test_consumer.py -> build/lib/documents/tests creating build/lib/documents/templating copying src/documents/templating/filters.py -> build/lib/documents/templating copying src/documents/templating/__init__.py -> build/lib/documents/templating copying src/documents/templating/environment.py -> build/lib/documents/templating copying src/documents/templating/filepath.py -> build/lib/documents/templating copying src/documents/templating/workflows.py -> build/lib/documents/templating copying src/documents/templating/utils.py -> build/lib/documents/templating creating build/lib/documents/management copying src/documents/management/__init__.py -> build/lib/documents/management creating build/lib/documents/search copying src/documents/search/_tokenizer.py -> build/lib/documents/search copying src/documents/search/_query.py -> build/lib/documents/search copying src/documents/search/_translate.py -> build/lib/documents/search copying src/documents/search/_dates.py -> build/lib/documents/search copying src/documents/search/_backend.py -> build/lib/documents/search copying src/documents/search/__init__.py -> build/lib/documents/search copying src/documents/search/_schema.py -> build/lib/documents/search creating build/lib/documents/migrations copying src/documents/migrations/0011_alter_workflowaction_type.py -> build/lib/documents/migrations copying src/documents/migrations/0017_migrate_fulltext_query_field_prefixes.py -> build/lib/documents/migrations copying src/documents/migrations/0013_alter_paperlesstask_task_name.py -> build/lib/documents/migrations copying src/documents/migrations/0014_savedview_visibility_to_ui_settings.py -> build/lib/documents/migrations copying src/documents/migrations/__init__.py -> build/lib/documents/migrations copying src/documents/migrations/0010_optimize_integer_field_sizes.py -> build/lib/documents/migrations copying src/documents/migrations/0022_add_perf_indexes.py -> build/lib/documents/migrations copying src/documents/migrations/0018_saved_view_simple_search_rules.py -> build/lib/documents/migrations copying src/documents/migrations/0005_alter_document_checksum_unique.py -> build/lib/documents/migrations copying src/documents/migrations/0019_task_system_redesign.py -> build/lib/documents/migrations copying src/documents/migrations/0016_sha256_checksums.py -> build/lib/documents/migrations copying src/documents/migrations/0004_workflowtrigger_filter_has_any_correspondents_and_more.py -> build/lib/documents/migrations copying src/documents/migrations/0020_drop_celery_results.py -> build/lib/documents/migrations copying src/documents/migrations/0002_squashed.py -> build/lib/documents/migrations copying src/documents/migrations/0003_remove_document_storage_type.py -> build/lib/documents/migrations copying src/documents/migrations/0007_sharelinkbundle.py -> build/lib/documents/migrations copying src/documents/migrations/0009_alter_document_content_length.py -> build/lib/documents/migrations copying src/documents/migrations/0021_widen_workflow_integer_fields.py -> build/lib/documents/migrations copying src/documents/migrations/0001_squashed.py -> build/lib/documents/migrations copying src/documents/migrations/0015_document_version_index_and_more.py -> build/lib/documents/migrations copying src/documents/migrations/0006_document_content_length.py -> build/lib/documents/migrations copying src/documents/migrations/0008_workflowaction_passwords_alter_workflowaction_type.py -> build/lib/documents/migrations copying src/documents/migrations/0012_document_root_document.py -> build/lib/documents/migrations creating build/lib/documents/signals copying src/documents/signals/handlers.py -> build/lib/documents/signals copying src/documents/signals/__init__.py -> build/lib/documents/signals creating build/lib/documents/plugins copying src/documents/plugins/__init__.py -> build/lib/documents/plugins copying src/documents/plugins/base.py -> build/lib/documents/plugins copying src/documents/plugins/helpers.py -> build/lib/documents/plugins creating build/lib/documents/tests/search copying src/documents/tests/search/test_migration_fulltext_query_field_prefixes.py -> build/lib/documents/tests/search copying src/documents/tests/search/test_translate.py -> build/lib/documents/tests/search copying src/documents/tests/search/test_lock_backoff.py -> build/lib/documents/tests/search copying src/documents/tests/search/test_schema.py -> build/lib/documents/tests/search copying src/documents/tests/search/test_query.py -> build/lib/documents/tests/search copying src/documents/tests/search/test_backend.py -> build/lib/documents/tests/search copying src/documents/tests/search/conftest.py -> build/lib/documents/tests/search copying src/documents/tests/search/test_tokenizer.py -> build/lib/documents/tests/search copying src/documents/tests/search/__init__.py -> build/lib/documents/tests/search creating build/lib/documents/tests/management copying src/documents/tests/management/test_management_sanity_checker.py -> build/lib/documents/tests/management copying src/documents/tests/management/test_management_document_llmindex.py -> build/lib/documents/tests/management copying src/documents/tests/management/__init__.py -> build/lib/documents/tests/management copying src/documents/tests/management/test_management_base_cmd.py -> build/lib/documents/tests/management creating build/lib/documents/tests/date_parsing copying src/documents/tests/date_parsing/test_date_parser_plugin_loading.py -> build/lib/documents/tests/date_parsing copying src/documents/tests/date_parsing/test_date_parsing.py -> build/lib/documents/tests/date_parsing copying src/documents/tests/date_parsing/conftest.py -> build/lib/documents/tests/date_parsing copying src/documents/tests/date_parsing/__init__.py -> build/lib/documents/tests/date_parsing creating build/lib/documents/management/commands copying src/documents/management/commands/__init__.py -> build/lib/documents/management/commands copying src/documents/management/commands/mixins.py -> build/lib/documents/management/commands copying src/documents/management/commands/document_fuzzy_match.py -> build/lib/documents/management/commands copying src/documents/management/commands/document_importer.py -> build/lib/documents/management/commands copying src/documents/management/commands/document_index.py -> build/lib/documents/management/commands copying src/documents/management/commands/document_create_classifier.py -> build/lib/documents/management/commands copying src/documents/management/commands/base.py -> build/lib/documents/management/commands copying src/documents/management/commands/document_llmindex.py -> build/lib/documents/management/commands copying src/documents/management/commands/document_exporter.py -> build/lib/documents/management/commands copying src/documents/management/commands/document_archiver.py -> build/lib/documents/management/commands copying src/documents/management/commands/document_consumer.py -> build/lib/documents/management/commands copying src/documents/management/commands/prune_audit_logs.py -> build/lib/documents/management/commands copying src/documents/management/commands/document_renamer.py -> build/lib/documents/management/commands copying src/documents/management/commands/manage_superuser.py -> build/lib/documents/management/commands copying src/documents/management/commands/document_thumbnails.py -> build/lib/documents/management/commands copying src/documents/management/commands/document_retagger.py -> build/lib/documents/management/commands copying src/documents/management/commands/document_sanity_checker.py -> build/lib/documents/management/commands copying src/documents/management/commands/convert_mariadb_uuid.py -> build/lib/documents/management/commands creating build/lib/documents/plugins/date_parsing copying src/documents/plugins/date_parsing/__init__.py -> build/lib/documents/plugins/date_parsing copying src/documents/plugins/date_parsing/base.py -> build/lib/documents/plugins/date_parsing copying src/documents/plugins/date_parsing/regex_parser.py -> build/lib/documents/plugins/date_parsing creating build/lib/paperless_mail/management copying src/paperless_mail/management/__init__.py -> build/lib/paperless_mail/management creating build/lib/paperless_mail/tests copying src/paperless_mail/tests/factories.py -> build/lib/paperless_mail/tests copying src/paperless_mail/tests/test_live_mail.py -> build/lib/paperless_mail/tests copying src/paperless_mail/tests/test_api.py -> build/lib/paperless_mail/tests copying src/paperless_mail/tests/test_mail.py -> build/lib/paperless_mail/tests copying src/paperless_mail/tests/test_mail_nfc.py -> build/lib/paperless_mail/tests copying src/paperless_mail/tests/test_mail_oauth.py -> build/lib/paperless_mail/tests copying src/paperless_mail/tests/conftest.py -> build/lib/paperless_mail/tests copying src/paperless_mail/tests/test_migrations.py -> build/lib/paperless_mail/tests copying src/paperless_mail/tests/__init__.py -> build/lib/paperless_mail/tests copying src/paperless_mail/tests/test_preprocessor.py -> build/lib/paperless_mail/tests creating build/lib/paperless_mail/migrations copying src/paperless_mail/migrations/0001_squashed.py -> build/lib/paperless_mail/migrations copying src/paperless_mail/migrations/0002_optimize_integer_field_sizes.py -> build/lib/paperless_mail/migrations copying src/paperless_mail/migrations/0003_mailrule_stop_processing.py -> build/lib/paperless_mail/migrations copying src/paperless_mail/migrations/0004_processedmail_uid_validity.py -> build/lib/paperless_mail/migrations copying src/paperless_mail/migrations/__init__.py -> build/lib/paperless_mail/migrations creating build/lib/paperless_mail/management/commands copying src/paperless_mail/management/commands/__init__.py -> build/lib/paperless_mail/management/commands copying src/paperless_mail/management/commands/mail_fetcher.py -> build/lib/paperless_mail/management/commands creating build/lib/paperless/settings copying src/paperless/settings/custom.py -> build/lib/paperless/settings copying src/paperless/settings/parsers.py -> build/lib/paperless/settings copying src/paperless/settings/__init__.py -> build/lib/paperless/settings creating build/lib/paperless/tests copying src/paperless/tests/test_ocr_config.py -> build/lib/paperless/tests copying src/paperless/tests/test_checks_v3.py -> build/lib/paperless/tests copying src/paperless/tests/test_registry.py -> build/lib/paperless/tests copying src/paperless/tests/test_logging.py -> build/lib/paperless/tests copying src/paperless/tests/test_api_auth.py -> build/lib/paperless/tests copying src/paperless/tests/__init__.py -> build/lib/paperless/tests copying src/paperless/tests/test_network.py -> build/lib/paperless/tests copying src/paperless/tests/test_utils.py -> build/lib/paperless/tests copying src/paperless/tests/test_parser_utils.py -> build/lib/paperless/tests copying src/paperless/tests/test_checks.py -> build/lib/paperless/tests copying src/paperless/tests/test_celery.py -> build/lib/paperless/tests copying src/paperless/tests/conftest.py -> build/lib/paperless/tests copying src/paperless/tests/test_websockets.py -> build/lib/paperless/tests copying src/paperless/tests/test_signals.py -> build/lib/paperless/tests copying src/paperless/tests/test_migration_replace_skip_archive_file.py -> build/lib/paperless/tests copying src/paperless/tests/test_views.py -> build/lib/paperless/tests copying src/paperless/tests/test_adapter.py -> build/lib/paperless/tests creating build/lib/paperless/parsers copying src/paperless/parsers/utils.py -> build/lib/paperless/parsers copying src/paperless/parsers/mail.py -> build/lib/paperless/parsers copying src/paperless/parsers/remote.py -> build/lib/paperless/parsers copying src/paperless/parsers/registry.py -> build/lib/paperless/parsers copying src/paperless/parsers/tika.py -> build/lib/paperless/parsers copying src/paperless/parsers/tesseract.py -> build/lib/paperless/parsers copying src/paperless/parsers/__init__.py -> build/lib/paperless/parsers copying src/paperless/parsers/text.py -> build/lib/paperless/parsers creating build/lib/paperless/migrations copying src/paperless/migrations/0010_alter_applicationconfiguration_llm_embedding_backend.py -> build/lib/paperless/migrations copying src/paperless/migrations/0013_applicationconfiguration_llm_request_timeout.py -> build/lib/paperless/migrations copying src/paperless/migrations/0009_alter_applicationconfiguration_options.py -> build/lib/paperless/migrations copying src/paperless/migrations/0005_applicationconfiguration_ai_enabled_and_more.py -> build/lib/paperless/migrations copying src/paperless/migrations/0002_applicationconfiguration_app_logo_and_more.py -> build/lib/paperless/migrations copying src/paperless/migrations/0004_applicationconfiguration_barcode_asn_prefix_and_more.py -> build/lib/paperless/migrations copying src/paperless/migrations/0003_alter_applicationconfiguration_max_image_pixels.py -> build/lib/paperless/migrations copying src/paperless/migrations/0001_initial.py -> build/lib/paperless/migrations copying src/paperless/migrations/0012_applicationconfiguration_llm_output_language.py -> build/lib/paperless/migrations copying src/paperless/migrations/0007_optimize_integer_field_sizes.py -> build/lib/paperless/migrations copying src/paperless/migrations/0011_applicationconfiguration_llm_embedding_chunk_size.py -> build/lib/paperless/migrations copying src/paperless/migrations/__init__.py -> build/lib/paperless/migrations copying src/paperless/migrations/0006_applicationconfiguration_barcode_tag_split.py -> build/lib/paperless/migrations copying src/paperless/migrations/0008_replace_skip_archive_file.py -> build/lib/paperless/migrations creating build/lib/paperless/tests/parsers copying src/paperless/tests/parsers/test_tesseract_parser.py -> build/lib/paperless/tests/parsers copying src/paperless/tests/parsers/test_parse_modes.py -> build/lib/paperless/tests/parsers copying src/paperless/tests/parsers/conftest.py -> build/lib/paperless/tests/parsers copying src/paperless/tests/parsers/__init__.py -> build/lib/paperless/tests/parsers copying src/paperless/tests/parsers/test_convert_image_to_pdfa.py -> build/lib/paperless/tests/parsers copying src/paperless/tests/parsers/test_remote_parser.py -> build/lib/paperless/tests/parsers copying src/paperless/tests/parsers/test_mail_parser_live.py -> build/lib/paperless/tests/parsers copying src/paperless/tests/parsers/test_tesseract_custom_settings.py -> build/lib/paperless/tests/parsers copying src/paperless/tests/parsers/test_mail_parser.py -> build/lib/paperless/tests/parsers copying src/paperless/tests/parsers/test_tika_liva.py -> build/lib/paperless/tests/parsers copying src/paperless/tests/parsers/test_tika_parser.py -> build/lib/paperless/tests/parsers copying src/paperless/tests/parsers/test_text_parser.py -> build/lib/paperless/tests/parsers creating build/lib/paperless/tests/settings copying src/paperless/tests/settings/test_custom_parsers.py -> build/lib/paperless/tests/settings copying src/paperless/tests/settings/test_db_cache.py -> build/lib/paperless/tests/settings copying src/paperless/tests/settings/test_remote_user.py -> build/lib/paperless/tests/settings copying src/paperless/tests/settings/test_environment_parsers.py -> build/lib/paperless/tests/settings copying src/paperless/tests/settings/test_settings.py -> build/lib/paperless/tests/settings copying src/paperless/tests/settings/__init__.py -> build/lib/paperless/tests/settings running egg_info writing src/paperless_ngx.egg-info/PKG-INFO writing dependency_links to src/paperless_ngx.egg-info/dependency_links.txt writing requirements to src/paperless_ngx.egg-info/requires.txt writing top-level names to src/paperless_ngx.egg-info/top_level.txt reading manifest file 'src/paperless_ngx.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'src/paperless_ngx.egg-info/SOURCES.txt' installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64/wheel copying build/lib/manage.py -> build/bdist.linux-x86_64/wheel/. creating build/bdist.linux-x86_64/wheel/paperless_ai copying build/lib/paperless_ai/client.py -> build/bdist.linux-x86_64/wheel/./paperless_ai copying build/lib/paperless_ai/base_model.py -> build/bdist.linux-x86_64/wheel/./paperless_ai copying build/lib/paperless_ai/indexing.py -> build/bdist.linux-x86_64/wheel/./paperless_ai creating build/bdist.linux-x86_64/wheel/paperless_ai/migrations copying build/lib/paperless_ai/migrations/m0001_v1_to_v2.py -> build/bdist.linux-x86_64/wheel/./paperless_ai/migrations copying build/lib/paperless_ai/migrations/__init__.py -> build/bdist.linux-x86_64/wheel/./paperless_ai/migrations copying build/lib/paperless_ai/__init__.py -> build/bdist.linux-x86_64/wheel/./paperless_ai copying build/lib/paperless_ai/ai_classifier.py -> build/bdist.linux-x86_64/wheel/./paperless_ai copying build/lib/paperless_ai/vector_store.py -> build/bdist.linux-x86_64/wheel/./paperless_ai copying build/lib/paperless_ai/embedding.py -> build/bdist.linux-x86_64/wheel/./paperless_ai copying build/lib/paperless_ai/matching.py -> build/bdist.linux-x86_64/wheel/./paperless_ai creating build/bdist.linux-x86_64/wheel/paperless_ai/tests copying build/lib/paperless_ai/tests/test_matching.py -> build/bdist.linux-x86_64/wheel/./paperless_ai/tests copying build/lib/paperless_ai/tests/__init__.py -> build/bdist.linux-x86_64/wheel/./paperless_ai/tests copying build/lib/paperless_ai/tests/test_vector_store.py -> build/bdist.linux-x86_64/wheel/./paperless_ai/tests copying build/lib/paperless_ai/tests/conftest.py -> build/bdist.linux-x86_64/wheel/./paperless_ai/tests copying build/lib/paperless_ai/tests/test_chat.py -> build/bdist.linux-x86_64/wheel/./paperless_ai/tests copying build/lib/paperless_ai/tests/test_client.py -> build/bdist.linux-x86_64/wheel/./paperless_ai/tests copying build/lib/paperless_ai/tests/test_lazy_imports.py -> build/bdist.linux-x86_64/wheel/./paperless_ai/tests copying build/lib/paperless_ai/tests/test_tables.py -> build/bdist.linux-x86_64/wheel/./paperless_ai/tests copying build/lib/paperless_ai/tests/test_ai_indexing.py -> build/bdist.linux-x86_64/wheel/./paperless_ai/tests copying build/lib/paperless_ai/tests/test_embedding.py -> build/bdist.linux-x86_64/wheel/./paperless_ai/tests copying build/lib/paperless_ai/tests/test_base_model.py -> build/bdist.linux-x86_64/wheel/./paperless_ai/tests copying build/lib/paperless_ai/tests/test_index_locking.py -> build/bdist.linux-x86_64/wheel/./paperless_ai/tests copying build/lib/paperless_ai/tests/test_ai_classifier.py -> build/bdist.linux-x86_64/wheel/./paperless_ai/tests copying build/lib/paperless_ai/chat.py -> build/bdist.linux-x86_64/wheel/./paperless_ai copying build/lib/paperless_ai/tables.py -> build/bdist.linux-x86_64/wheel/./paperless_ai copying build/lib/paperless_ai/exceptions.py -> build/bdist.linux-x86_64/wheel/./paperless_ai copying build/lib/paperless_ai/db.py -> build/bdist.linux-x86_64/wheel/./paperless_ai creating build/bdist.linux-x86_64/wheel/paperless copying build/lib/paperless/consumers.py -> build/bdist.linux-x86_64/wheel/./paperless copying build/lib/paperless/logging.py -> build/bdist.linux-x86_64/wheel/./paperless copying build/lib/paperless/db_cache.py -> build/bdist.linux-x86_64/wheel/./paperless copying build/lib/paperless/middleware.py -> build/bdist.linux-x86_64/wheel/./paperless copying build/lib/paperless/validators.py -> build/bdist.linux-x86_64/wheel/./paperless copying build/lib/paperless/urls.py -> build/bdist.linux-x86_64/wheel/./paperless creating build/bdist.linux-x86_64/wheel/paperless/parsers copying build/lib/paperless/parsers/tesseract.py -> build/bdist.linux-x86_64/wheel/./paperless/parsers copying build/lib/paperless/parsers/remote.py -> build/bdist.linux-x86_64/wheel/./paperless/parsers copying build/lib/paperless/parsers/text.py -> build/bdist.linux-x86_64/wheel/./paperless/parsers copying build/lib/paperless/parsers/__init__.py -> build/bdist.linux-x86_64/wheel/./paperless/parsers copying build/lib/paperless/parsers/registry.py -> build/bdist.linux-x86_64/wheel/./paperless/parsers copying build/lib/paperless/parsers/mail.py -> build/bdist.linux-x86_64/wheel/./paperless/parsers copying build/lib/paperless/parsers/utils.py -> build/bdist.linux-x86_64/wheel/./paperless/parsers copying build/lib/paperless/parsers/tika.py -> build/bdist.linux-x86_64/wheel/./paperless/parsers copying build/lib/paperless/wsgi.py -> build/bdist.linux-x86_64/wheel/./paperless copying build/lib/paperless/config.py -> build/bdist.linux-x86_64/wheel/./paperless creating build/bdist.linux-x86_64/wheel/paperless/settings copying build/lib/paperless/settings/custom.py -> build/bdist.linux-x86_64/wheel/./paperless/settings copying build/lib/paperless/settings/parsers.py -> build/bdist.linux-x86_64/wheel/./paperless/settings copying build/lib/paperless/settings/__init__.py -> build/bdist.linux-x86_64/wheel/./paperless/settings copying build/lib/paperless/asgi.py -> build/bdist.linux-x86_64/wheel/./paperless copying build/lib/paperless/models.py -> build/bdist.linux-x86_64/wheel/./paperless creating build/bdist.linux-x86_64/wheel/paperless/migrations copying build/lib/paperless/migrations/0002_applicationconfiguration_app_logo_and_more.py -> build/bdist.linux-x86_64/wheel/./paperless/migrations copying build/lib/paperless/migrations/0008_replace_skip_archive_file.py -> build/bdist.linux-x86_64/wheel/./paperless/migrations copying build/lib/paperless/migrations/0012_applicationconfiguration_llm_output_language.py -> build/bdist.linux-x86_64/wheel/./paperless/migrations copying build/lib/paperless/migrations/0007_optimize_integer_field_sizes.py -> build/bdist.linux-x86_64/wheel/./paperless/migrations copying build/lib/paperless/migrations/0004_applicationconfiguration_barcode_asn_prefix_and_more.py -> build/bdist.linux-x86_64/wheel/./paperless/migrations copying build/lib/paperless/migrations/0011_applicationconfiguration_llm_embedding_chunk_size.py -> build/bdist.linux-x86_64/wheel/./paperless/migrations copying build/lib/paperless/migrations/0003_alter_applicationconfiguration_max_image_pixels.py -> build/bdist.linux-x86_64/wheel/./paperless/migrations copying build/lib/paperless/migrations/0009_alter_applicationconfiguration_options.py -> build/bdist.linux-x86_64/wheel/./paperless/migrations copying build/lib/paperless/migrations/0001_initial.py -> build/bdist.linux-x86_64/wheel/./paperless/migrations copying build/lib/paperless/migrations/0006_applicationconfiguration_barcode_tag_split.py -> build/bdist.linux-x86_64/wheel/./paperless/migrations copying build/lib/paperless/migrations/0005_applicationconfiguration_ai_enabled_and_more.py -> build/bdist.linux-x86_64/wheel/./paperless/migrations copying build/lib/paperless/migrations/__init__.py -> build/bdist.linux-x86_64/wheel/./paperless/migrations copying build/lib/paperless/migrations/0010_alter_applicationconfiguration_llm_embedding_backend.py -> build/bdist.linux-x86_64/wheel/./paperless/migrations copying build/lib/paperless/migrations/0013_applicationconfiguration_llm_request_timeout.py -> build/bdist.linux-x86_64/wheel/./paperless/migrations copying build/lib/paperless/utils.py -> build/bdist.linux-x86_64/wheel/./paperless copying build/lib/paperless/adapter.py -> build/bdist.linux-x86_64/wheel/./paperless copying build/lib/paperless/admin.py -> build/bdist.linux-x86_64/wheel/./paperless copying build/lib/paperless/signals.py -> build/bdist.linux-x86_64/wheel/./paperless copying build/lib/paperless/version.py -> build/bdist.linux-x86_64/wheel/./paperless copying build/lib/paperless/filters.py -> build/bdist.linux-x86_64/wheel/./paperless copying build/lib/paperless/checks.py -> build/bdist.linux-x86_64/wheel/./paperless copying build/lib/paperless/__init__.py -> build/bdist.linux-x86_64/wheel/./paperless copying build/lib/paperless/celery.py -> build/bdist.linux-x86_64/wheel/./paperless copying build/lib/paperless/views.py -> build/bdist.linux-x86_64/wheel/./paperless copying build/lib/paperless/auth.py -> build/bdist.linux-x86_64/wheel/./paperless creating build/bdist.linux-x86_64/wheel/paperless/tests copying build/lib/paperless/tests/__init__.py -> build/bdist.linux-x86_64/wheel/./paperless/tests copying build/lib/paperless/tests/test_logging.py -> build/bdist.linux-x86_64/wheel/./paperless/tests copying build/lib/paperless/tests/test_checks_v3.py -> build/bdist.linux-x86_64/wheel/./paperless/tests copying build/lib/paperless/tests/conftest.py -> build/bdist.linux-x86_64/wheel/./paperless/tests copying build/lib/paperless/tests/test_registry.py -> build/bdist.linux-x86_64/wheel/./paperless/tests copying build/lib/paperless/tests/test_websockets.py -> build/bdist.linux-x86_64/wheel/./paperless/tests creating build/bdist.linux-x86_64/wheel/paperless/tests/settings copying build/lib/paperless/tests/settings/test_remote_user.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/settings copying build/lib/paperless/tests/settings/test_custom_parsers.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/settings copying build/lib/paperless/tests/settings/test_db_cache.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/settings copying build/lib/paperless/tests/settings/test_environment_parsers.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/settings copying build/lib/paperless/tests/settings/__init__.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/settings copying build/lib/paperless/tests/settings/test_settings.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/settings copying build/lib/paperless/tests/test_api_auth.py -> build/bdist.linux-x86_64/wheel/./paperless/tests copying build/lib/paperless/tests/test_signals.py -> build/bdist.linux-x86_64/wheel/./paperless/tests copying build/lib/paperless/tests/test_migration_replace_skip_archive_file.py -> build/bdist.linux-x86_64/wheel/./paperless/tests creating build/bdist.linux-x86_64/wheel/paperless/tests/parsers copying build/lib/paperless/tests/parsers/test_parse_modes.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/parsers copying build/lib/paperless/tests/parsers/conftest.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/parsers copying build/lib/paperless/tests/parsers/__init__.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/parsers copying build/lib/paperless/tests/parsers/test_tesseract_parser.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/parsers copying build/lib/paperless/tests/parsers/test_tika_liva.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/parsers copying build/lib/paperless/tests/parsers/test_tesseract_custom_settings.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/parsers copying build/lib/paperless/tests/parsers/test_remote_parser.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/parsers copying build/lib/paperless/tests/parsers/test_mail_parser.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/parsers copying build/lib/paperless/tests/parsers/test_mail_parser_live.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/parsers copying build/lib/paperless/tests/parsers/test_convert_image_to_pdfa.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/parsers copying build/lib/paperless/tests/parsers/test_text_parser.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/parsers copying build/lib/paperless/tests/parsers/test_tika_parser.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/parsers copying build/lib/paperless/tests/test_celery.py -> build/bdist.linux-x86_64/wheel/./paperless/tests copying build/lib/paperless/tests/test_checks.py -> build/bdist.linux-x86_64/wheel/./paperless/tests copying build/lib/paperless/tests/test_adapter.py -> build/bdist.linux-x86_64/wheel/./paperless/tests copying build/lib/paperless/tests/test_ocr_config.py -> build/bdist.linux-x86_64/wheel/./paperless/tests copying build/lib/paperless/tests/test_parser_utils.py -> build/bdist.linux-x86_64/wheel/./paperless/tests copying build/lib/paperless/tests/test_utils.py -> build/bdist.linux-x86_64/wheel/./paperless/tests copying build/lib/paperless/tests/test_views.py -> build/bdist.linux-x86_64/wheel/./paperless/tests copying build/lib/paperless/tests/test_network.py -> build/bdist.linux-x86_64/wheel/./paperless/tests copying build/lib/paperless/apps.py -> build/bdist.linux-x86_64/wheel/./paperless copying build/lib/paperless/network.py -> build/bdist.linux-x86_64/wheel/./paperless copying build/lib/paperless/serialisers.py -> build/bdist.linux-x86_64/wheel/./paperless creating build/bdist.linux-x86_64/wheel/paperless_mail copying build/lib/paperless_mail/__init__.py -> build/bdist.linux-x86_64/wheel/./paperless_mail creating build/bdist.linux-x86_64/wheel/paperless_mail/tests copying build/lib/paperless_mail/tests/conftest.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/tests copying build/lib/paperless_mail/tests/test_live_mail.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/tests copying build/lib/paperless_mail/tests/__init__.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/tests copying build/lib/paperless_mail/tests/test_mail_nfc.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/tests copying build/lib/paperless_mail/tests/test_api.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/tests copying build/lib/paperless_mail/tests/test_preprocessor.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/tests copying build/lib/paperless_mail/tests/test_mail_oauth.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/tests copying build/lib/paperless_mail/tests/test_mail.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/tests copying build/lib/paperless_mail/tests/test_migrations.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/tests copying build/lib/paperless_mail/tests/factories.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/tests creating build/bdist.linux-x86_64/wheel/paperless_mail/management copying build/lib/paperless_mail/management/__init__.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/management creating build/bdist.linux-x86_64/wheel/paperless_mail/management/commands copying build/lib/paperless_mail/management/commands/__init__.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/management/commands copying build/lib/paperless_mail/management/commands/mail_fetcher.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/management/commands copying build/lib/paperless_mail/tasks.py -> build/bdist.linux-x86_64/wheel/./paperless_mail copying build/lib/paperless_mail/views.py -> build/bdist.linux-x86_64/wheel/./paperless_mail copying build/lib/paperless_mail/apps.py -> build/bdist.linux-x86_64/wheel/./paperless_mail copying build/lib/paperless_mail/serialisers.py -> build/bdist.linux-x86_64/wheel/./paperless_mail copying build/lib/paperless_mail/mail.py -> build/bdist.linux-x86_64/wheel/./paperless_mail copying build/lib/paperless_mail/admin.py -> build/bdist.linux-x86_64/wheel/./paperless_mail copying build/lib/paperless_mail/filters.py -> build/bdist.linux-x86_64/wheel/./paperless_mail copying build/lib/paperless_mail/models.py -> build/bdist.linux-x86_64/wheel/./paperless_mail copying build/lib/paperless_mail/oauth.py -> build/bdist.linux-x86_64/wheel/./paperless_mail creating build/bdist.linux-x86_64/wheel/paperless_mail/migrations copying build/lib/paperless_mail/migrations/0001_squashed.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/migrations copying build/lib/paperless_mail/migrations/0004_processedmail_uid_validity.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/migrations copying build/lib/paperless_mail/migrations/0003_mailrule_stop_processing.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/migrations copying build/lib/paperless_mail/migrations/0002_optimize_integer_field_sizes.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/migrations copying build/lib/paperless_mail/migrations/__init__.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/migrations copying build/lib/paperless_mail/preprocessor.py -> build/bdist.linux-x86_64/wheel/./paperless_mail creating build/bdist.linux-x86_64/wheel/documents copying build/lib/documents/versioning.py -> build/bdist.linux-x86_64/wheel/./documents copying build/lib/documents/matching.py -> build/bdist.linux-x86_64/wheel/./documents copying build/lib/documents/filters.py -> build/bdist.linux-x86_64/wheel/./documents creating build/bdist.linux-x86_64/wheel/documents/search copying build/lib/documents/search/_tokenizer.py -> build/bdist.linux-x86_64/wheel/./documents/search copying build/lib/documents/search/_schema.py -> build/bdist.linux-x86_64/wheel/./documents/search copying build/lib/documents/search/_translate.py -> build/bdist.linux-x86_64/wheel/./documents/search copying build/lib/documents/search/__init__.py -> build/bdist.linux-x86_64/wheel/./documents/search copying build/lib/documents/search/_backend.py -> build/bdist.linux-x86_64/wheel/./documents/search copying build/lib/documents/search/_dates.py -> build/bdist.linux-x86_64/wheel/./documents/search copying build/lib/documents/search/_query.py -> build/bdist.linux-x86_64/wheel/./documents/search copying build/lib/documents/regex.py -> build/bdist.linux-x86_64/wheel/./documents copying build/lib/documents/mail.py -> build/bdist.linux-x86_64/wheel/./documents copying build/lib/documents/admin.py -> build/bdist.linux-x86_64/wheel/./documents copying build/lib/documents/caching.py -> build/bdist.linux-x86_64/wheel/./documents copying build/lib/documents/serialisers.py -> build/bdist.linux-x86_64/wheel/./documents copying build/lib/documents/permissions.py -> build/bdist.linux-x86_64/wheel/./documents copying build/lib/documents/utils.py -> build/bdist.linux-x86_64/wheel/./documents copying build/lib/documents/converters.py -> build/bdist.linux-x86_64/wheel/./documents copying build/lib/documents/classifier.py -> build/bdist.linux-x86_64/wheel/./documents copying build/lib/documents/schema.py -> build/bdist.linux-x86_64/wheel/./documents copying build/lib/documents/views.py -> build/bdist.linux-x86_64/wheel/./documents copying build/lib/documents/apps.py -> build/bdist.linux-x86_64/wheel/./documents creating build/bdist.linux-x86_64/wheel/documents/templating copying build/lib/documents/templating/utils.py -> build/bdist.linux-x86_64/wheel/./documents/templating copying build/lib/documents/templating/environment.py -> build/bdist.linux-x86_64/wheel/./documents/templating copying build/lib/documents/templating/__init__.py -> build/bdist.linux-x86_64/wheel/./documents/templating copying build/lib/documents/templating/workflows.py -> build/bdist.linux-x86_64/wheel/./documents/templating copying build/lib/documents/templating/filters.py -> build/bdist.linux-x86_64/wheel/./documents/templating copying build/lib/documents/templating/filepath.py -> build/bdist.linux-x86_64/wheel/./documents/templating copying build/lib/documents/tasks.py -> build/bdist.linux-x86_64/wheel/./documents copying build/lib/documents/consumer.py -> build/bdist.linux-x86_64/wheel/./documents copying build/lib/documents/sanity_checker.py -> build/bdist.linux-x86_64/wheel/./documents creating build/bdist.linux-x86_64/wheel/documents/workflows copying build/lib/documents/workflows/utils.py -> build/bdist.linux-x86_64/wheel/./documents/workflows copying build/lib/documents/workflows/actions.py -> build/bdist.linux-x86_64/wheel/./documents/workflows copying build/lib/documents/workflows/__init__.py -> build/bdist.linux-x86_64/wheel/./documents/workflows copying build/lib/documents/workflows/webhooks.py -> build/bdist.linux-x86_64/wheel/./documents/workflows copying build/lib/documents/workflows/mutations.py -> build/bdist.linux-x86_64/wheel/./documents/workflows creating build/bdist.linux-x86_64/wheel/documents/management copying build/lib/documents/management/__init__.py -> build/bdist.linux-x86_64/wheel/./documents/management creating build/bdist.linux-x86_64/wheel/documents/management/commands copying build/lib/documents/management/commands/document_sanity_checker.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands copying build/lib/documents/management/commands/document_fuzzy_match.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands copying build/lib/documents/management/commands/document_consumer.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands copying build/lib/documents/management/commands/document_exporter.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands copying build/lib/documents/management/commands/mixins.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands copying build/lib/documents/management/commands/document_archiver.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands copying build/lib/documents/management/commands/document_thumbnails.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands copying build/lib/documents/management/commands/document_retagger.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands copying build/lib/documents/management/commands/document_create_classifier.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands copying build/lib/documents/management/commands/base.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands copying build/lib/documents/management/commands/document_importer.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands copying build/lib/documents/management/commands/document_index.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands copying build/lib/documents/management/commands/__init__.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands copying build/lib/documents/management/commands/prune_audit_logs.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands copying build/lib/documents/management/commands/document_llmindex.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands copying build/lib/documents/management/commands/convert_mariadb_uuid.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands copying build/lib/documents/management/commands/document_renamer.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands copying build/lib/documents/management/commands/manage_superuser.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands copying build/lib/documents/models.py -> build/bdist.linux-x86_64/wheel/./documents copying build/lib/documents/data_models.py -> build/bdist.linux-x86_64/wheel/./documents copying build/lib/documents/settings.py -> build/bdist.linux-x86_64/wheel/./documents copying build/lib/documents/barcodes.py -> build/bdist.linux-x86_64/wheel/./documents copying build/lib/documents/parsers.py -> build/bdist.linux-x86_64/wheel/./documents copying build/lib/documents/validators.py -> build/bdist.linux-x86_64/wheel/./documents creating build/bdist.linux-x86_64/wheel/documents/signals copying build/lib/documents/signals/__init__.py -> build/bdist.linux-x86_64/wheel/./documents/signals copying build/lib/documents/signals/handlers.py -> build/bdist.linux-x86_64/wheel/./documents/signals creating build/bdist.linux-x86_64/wheel/documents/plugins copying build/lib/documents/plugins/__init__.py -> build/bdist.linux-x86_64/wheel/./documents/plugins copying build/lib/documents/plugins/base.py -> build/bdist.linux-x86_64/wheel/./documents/plugins creating build/bdist.linux-x86_64/wheel/documents/plugins/date_parsing copying build/lib/documents/plugins/date_parsing/__init__.py -> build/bdist.linux-x86_64/wheel/./documents/plugins/date_parsing copying build/lib/documents/plugins/date_parsing/base.py -> build/bdist.linux-x86_64/wheel/./documents/plugins/date_parsing copying build/lib/documents/plugins/date_parsing/regex_parser.py -> build/bdist.linux-x86_64/wheel/./documents/plugins/date_parsing copying build/lib/documents/plugins/helpers.py -> build/bdist.linux-x86_64/wheel/./documents/plugins copying build/lib/documents/bulk_edit.py -> build/bdist.linux-x86_64/wheel/./documents creating build/bdist.linux-x86_64/wheel/documents/migrations copying build/lib/documents/migrations/0014_savedview_visibility_to_ui_settings.py -> build/bdist.linux-x86_64/wheel/./documents/migrations copying build/lib/documents/migrations/__init__.py -> build/bdist.linux-x86_64/wheel/./documents/migrations copying build/lib/documents/migrations/0022_add_perf_indexes.py -> build/bdist.linux-x86_64/wheel/./documents/migrations copying build/lib/documents/migrations/0020_drop_celery_results.py -> build/bdist.linux-x86_64/wheel/./documents/migrations copying build/lib/documents/migrations/0011_alter_workflowaction_type.py -> build/bdist.linux-x86_64/wheel/./documents/migrations copying build/lib/documents/migrations/0016_sha256_checksums.py -> build/bdist.linux-x86_64/wheel/./documents/migrations copying build/lib/documents/migrations/0006_document_content_length.py -> build/bdist.linux-x86_64/wheel/./documents/migrations copying build/lib/documents/migrations/0001_squashed.py -> build/bdist.linux-x86_64/wheel/./documents/migrations copying build/lib/documents/migrations/0013_alter_paperlesstask_task_name.py -> build/bdist.linux-x86_64/wheel/./documents/migrations copying build/lib/documents/migrations/0012_document_root_document.py -> build/bdist.linux-x86_64/wheel/./documents/migrations copying build/lib/documents/migrations/0019_task_system_redesign.py -> build/bdist.linux-x86_64/wheel/./documents/migrations copying build/lib/documents/migrations/0015_document_version_index_and_more.py -> build/bdist.linux-x86_64/wheel/./documents/migrations copying build/lib/documents/migrations/0004_workflowtrigger_filter_has_any_correspondents_and_more.py -> build/bdist.linux-x86_64/wheel/./documents/migrations copying build/lib/documents/migrations/0008_workflowaction_passwords_alter_workflowaction_type.py -> build/bdist.linux-x86_64/wheel/./documents/migrations copying build/lib/documents/migrations/0005_alter_document_checksum_unique.py -> build/bdist.linux-x86_64/wheel/./documents/migrations copying build/lib/documents/migrations/0002_squashed.py -> build/bdist.linux-x86_64/wheel/./documents/migrations copying build/lib/documents/migrations/0017_migrate_fulltext_query_field_prefixes.py -> build/bdist.linux-x86_64/wheel/./documents/migrations copying build/lib/documents/migrations/0010_optimize_integer_field_sizes.py -> build/bdist.linux-x86_64/wheel/./documents/migrations copying build/lib/documents/migrations/0018_saved_view_simple_search_rules.py -> build/bdist.linux-x86_64/wheel/./documents/migrations copying build/lib/documents/migrations/0007_sharelinkbundle.py -> build/bdist.linux-x86_64/wheel/./documents/migrations copying build/lib/documents/migrations/0003_remove_document_storage_type.py -> build/bdist.linux-x86_64/wheel/./documents/migrations copying build/lib/documents/migrations/0009_alter_document_content_length.py -> build/bdist.linux-x86_64/wheel/./documents/migrations copying build/lib/documents/migrations/0021_widen_workflow_integer_fields.py -> build/bdist.linux-x86_64/wheel/./documents/migrations copying build/lib/documents/double_sided.py -> build/bdist.linux-x86_64/wheel/./documents copying build/lib/documents/__init__.py -> build/bdist.linux-x86_64/wheel/./documents creating build/bdist.linux-x86_64/wheel/documents/tests copying build/lib/documents/tests/test_api_filter_by_custom_fields.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_version_conditionals.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_management_retagger.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_tag_hierarchy.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_parsers.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/conftest.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_management_superuser.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_api_status.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_api_schema.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_workflows.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_classifier.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_management_fuzzy.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_api_app_config.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_api_custom_fields.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_api_email.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/__init__.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_matchables.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_checks.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_api_workflows.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/utils.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_barcodes.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_management_consumer.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_file_handling.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_management_exporter.py -> build/bdist.linux-x86_64/wheel/./documents/tests creating build/bdist.linux-x86_64/wheel/documents/tests/management copying build/lib/documents/tests/management/test_management_base_cmd.py -> build/bdist.linux-x86_64/wheel/./documents/tests/management copying build/lib/documents/tests/management/test_management_sanity_checker.py -> build/bdist.linux-x86_64/wheel/./documents/tests/management copying build/lib/documents/tests/management/__init__.py -> build/bdist.linux-x86_64/wheel/./documents/tests/management copying build/lib/documents/tests/management/test_management_document_llmindex.py -> build/bdist.linux-x86_64/wheel/./documents/tests/management copying build/lib/documents/tests/test_migration_sha256_checksums.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_api_objects.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_management.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_document_model.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_migration_saved_view_visibility.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_double_sided.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_api_tasks.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_filters.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_api_documents.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_api_trash.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_regex.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_management_thumbnails.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/factories.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_consumer_archive.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_consumer.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_utils.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_bulk_edit.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_admin.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_filepath_nfc.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_caching.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_share_link_bundles.py -> build/bdist.linux-x86_64/wheel/./documents/tests creating build/bdist.linux-x86_64/wheel/documents/tests/search copying build/lib/documents/tests/search/test_schema.py -> build/bdist.linux-x86_64/wheel/./documents/tests/search copying build/lib/documents/tests/search/test_lock_backoff.py -> build/bdist.linux-x86_64/wheel/./documents/tests/search copying build/lib/documents/tests/search/test_translate.py -> build/bdist.linux-x86_64/wheel/./documents/tests/search copying build/lib/documents/tests/search/conftest.py -> build/bdist.linux-x86_64/wheel/./documents/tests/search copying build/lib/documents/tests/search/test_migration_fulltext_query_field_prefixes.py -> build/bdist.linux-x86_64/wheel/./documents/tests/search copying build/lib/documents/tests/search/test_backend.py -> build/bdist.linux-x86_64/wheel/./documents/tests/search copying build/lib/documents/tests/search/test_query.py -> build/bdist.linux-x86_64/wheel/./documents/tests/search copying build/lib/documents/tests/search/test_tokenizer.py -> build/bdist.linux-x86_64/wheel/./documents/tests/search copying build/lib/documents/tests/search/__init__.py -> build/bdist.linux-x86_64/wheel/./documents/tests/search copying build/lib/documents/tests/test_api_search.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_views.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_api_profile.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_api_post_document_nfc.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_models.py -> build/bdist.linux-x86_64/wheel/./documents/tests creating build/bdist.linux-x86_64/wheel/documents/tests/date_parsing copying build/lib/documents/tests/date_parsing/test_date_parsing.py -> build/bdist.linux-x86_64/wheel/./documents/tests/date_parsing copying build/lib/documents/tests/date_parsing/test_date_parser_plugin_loading.py -> build/bdist.linux-x86_64/wheel/./documents/tests/date_parsing copying build/lib/documents/tests/date_parsing/conftest.py -> build/bdist.linux-x86_64/wheel/./documents/tests/date_parsing copying build/lib/documents/tests/date_parsing/__init__.py -> build/bdist.linux-x86_64/wheel/./documents/tests/date_parsing copying build/lib/documents/tests/test_management_importer.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_api_chat.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_task_signals.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_api_uisettings.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_api_document_versions.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_migration_share_link_bundle.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_api_bulk_edit.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_api_bulk_download.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_tasks.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_api_permissions.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_api_remote_version.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/tests/test_sanity_check.py -> build/bdist.linux-x86_64/wheel/./documents/tests copying build/lib/documents/loggers.py -> build/bdist.linux-x86_64/wheel/./documents copying build/lib/documents/bulk_download.py -> build/bdist.linux-x86_64/wheel/./documents copying build/lib/documents/file_handling.py -> build/bdist.linux-x86_64/wheel/./documents copying build/lib/documents/context_processors.py -> build/bdist.linux-x86_64/wheel/./documents copying build/lib/documents/checks.py -> build/bdist.linux-x86_64/wheel/./documents copying build/lib/documents/conditionals.py -> build/bdist.linux-x86_64/wheel/./documents running install_egg_info Copying src/paperless_ngx.egg-info to build/bdist.linux-x86_64/wheel/./paperless_ngx-3.0.5-py3.14.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/paperless_ngx-3.0.5.dist-info/WHEEL creating '/build/source/dist/.tmp-dt1_ssog/paperless_ngx-3.0.5-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'manage.py' adding 'documents/__init__.py' adding 'documents/admin.py' adding 'documents/apps.py' adding 'documents/barcodes.py' adding 'documents/bulk_download.py' adding 'documents/bulk_edit.py' adding 'documents/caching.py' adding 'documents/checks.py' adding 'documents/classifier.py' adding 'documents/conditionals.py' adding 'documents/consumer.py' adding 'documents/context_processors.py' adding 'documents/converters.py' adding 'documents/data_models.py' adding 'documents/double_sided.py' adding 'documents/file_handling.py' adding 'documents/filters.py' adding 'documents/loggers.py' adding 'documents/mail.py' adding 'documents/matching.py' adding 'documents/models.py' adding 'documents/parsers.py' adding 'documents/permissions.py' adding 'documents/regex.py' adding 'documents/sanity_checker.py' adding 'documents/schema.py' adding 'documents/serialisers.py' adding 'documents/settings.py' adding 'documents/tasks.py' adding 'documents/utils.py' adding 'documents/validators.py' adding 'documents/versioning.py' adding 'documents/views.py' adding 'documents/management/__init__.py' adding 'documents/management/commands/__init__.py' adding 'documents/management/commands/base.py' adding 'documents/management/commands/convert_mariadb_uuid.py' adding 'documents/management/commands/document_archiver.py' adding 'documents/management/commands/document_consumer.py' adding 'documents/management/commands/document_create_classifier.py' adding 'documents/management/commands/document_exporter.py' adding 'documents/management/commands/document_fuzzy_match.py' adding 'documents/management/commands/document_importer.py' adding 'documents/management/commands/document_index.py' adding 'documents/management/commands/document_llmindex.py' adding 'documents/management/commands/document_renamer.py' adding 'documents/management/commands/document_retagger.py' adding 'documents/management/commands/document_sanity_checker.py' adding 'documents/management/commands/document_thumbnails.py' adding 'documents/management/commands/manage_superuser.py' adding 'documents/management/commands/mixins.py' adding 'documents/management/commands/prune_audit_logs.py' adding 'documents/migrations/0001_squashed.py' adding 'documents/migrations/0002_squashed.py' adding 'documents/migrations/0003_remove_document_storage_type.py' adding 'documents/migrations/0004_workflowtrigger_filter_has_any_correspondents_and_more.py' adding 'documents/migrations/0005_alter_document_checksum_unique.py' adding 'documents/migrations/0006_document_content_length.py' adding 'documents/migrations/0007_sharelinkbundle.py' adding 'documents/migrations/0008_workflowaction_passwords_alter_workflowaction_type.py' adding 'documents/migrations/0009_alter_document_content_length.py' adding 'documents/migrations/0010_optimize_integer_field_sizes.py' adding 'documents/migrations/0011_alter_workflowaction_type.py' adding 'documents/migrations/0012_document_root_document.py' adding 'documents/migrations/0013_alter_paperlesstask_task_name.py' adding 'documents/migrations/0014_savedview_visibility_to_ui_settings.py' adding 'documents/migrations/0015_document_version_index_and_more.py' adding 'documents/migrations/0016_sha256_checksums.py' adding 'documents/migrations/0017_migrate_fulltext_query_field_prefixes.py' adding 'documents/migrations/0018_saved_view_simple_search_rules.py' adding 'documents/migrations/0019_task_system_redesign.py' adding 'documents/migrations/0020_drop_celery_results.py' adding 'documents/migrations/0021_widen_workflow_integer_fields.py' adding 'documents/migrations/0022_add_perf_indexes.py' adding 'documents/migrations/__init__.py' adding 'documents/plugins/__init__.py' adding 'documents/plugins/base.py' adding 'documents/plugins/helpers.py' adding 'documents/plugins/date_parsing/__init__.py' adding 'documents/plugins/date_parsing/base.py' adding 'documents/plugins/date_parsing/regex_parser.py' adding 'documents/search/__init__.py' adding 'documents/search/_backend.py' adding 'documents/search/_dates.py' adding 'documents/search/_query.py' adding 'documents/search/_schema.py' adding 'documents/search/_tokenizer.py' adding 'documents/search/_translate.py' adding 'documents/signals/__init__.py' adding 'documents/signals/handlers.py' adding 'documents/templating/__init__.py' adding 'documents/templating/environment.py' adding 'documents/templating/filepath.py' adding 'documents/templating/filters.py' adding 'documents/templating/utils.py' adding 'documents/templating/workflows.py' adding 'documents/tests/__init__.py' adding 'documents/tests/conftest.py' adding 'documents/tests/factories.py' adding 'documents/tests/test_admin.py' adding 'documents/tests/test_api_app_config.py' adding 'documents/tests/test_api_bulk_download.py' adding 'documents/tests/test_api_bulk_edit.py' adding 'documents/tests/test_api_chat.py' adding 'documents/tests/test_api_custom_fields.py' adding 'documents/tests/test_api_document_versions.py' adding 'documents/tests/test_api_documents.py' adding 'documents/tests/test_api_email.py' adding 'documents/tests/test_api_filter_by_custom_fields.py' adding 'documents/tests/test_api_objects.py' adding 'documents/tests/test_api_permissions.py' adding 'documents/tests/test_api_post_document_nfc.py' adding 'documents/tests/test_api_profile.py' adding 'documents/tests/test_api_remote_version.py' adding 'documents/tests/test_api_schema.py' adding 'documents/tests/test_api_search.py' adding 'documents/tests/test_api_status.py' adding 'documents/tests/test_api_tasks.py' adding 'documents/tests/test_api_trash.py' adding 'documents/tests/test_api_uisettings.py' adding 'documents/tests/test_api_workflows.py' adding 'documents/tests/test_barcodes.py' adding 'documents/tests/test_bulk_edit.py' adding 'documents/tests/test_caching.py' adding 'documents/tests/test_checks.py' adding 'documents/tests/test_classifier.py' adding 'documents/tests/test_consumer.py' adding 'documents/tests/test_consumer_archive.py' adding 'documents/tests/test_document_model.py' adding 'documents/tests/test_double_sided.py' adding 'documents/tests/test_file_handling.py' adding 'documents/tests/test_filepath_nfc.py' adding 'documents/tests/test_filters.py' adding 'documents/tests/test_management.py' adding 'documents/tests/test_management_consumer.py' adding 'documents/tests/test_management_exporter.py' adding 'documents/tests/test_management_fuzzy.py' adding 'documents/tests/test_management_importer.py' adding 'documents/tests/test_management_retagger.py' adding 'documents/tests/test_management_superuser.py' adding 'documents/tests/test_management_thumbnails.py' adding 'documents/tests/test_matchables.py' adding 'documents/tests/test_migration_saved_view_visibility.py' adding 'documents/tests/test_migration_sha256_checksums.py' adding 'documents/tests/test_migration_share_link_bundle.py' adding 'documents/tests/test_models.py' adding 'documents/tests/test_parsers.py' adding 'documents/tests/test_regex.py' adding 'documents/tests/test_sanity_check.py' adding 'documents/tests/test_share_link_bundles.py' adding 'documents/tests/test_tag_hierarchy.py' adding 'documents/tests/test_task_signals.py' adding 'documents/tests/test_tasks.py' adding 'documents/tests/test_utils.py' adding 'documents/tests/test_version_conditionals.py' adding 'documents/tests/test_views.py' adding 'documents/tests/test_workflows.py' adding 'documents/tests/utils.py' adding 'documents/tests/date_parsing/__init__.py' adding 'documents/tests/date_parsing/conftest.py' adding 'documents/tests/date_parsing/test_date_parser_plugin_loading.py' adding 'documents/tests/date_parsing/test_date_parsing.py' adding 'documents/tests/management/__init__.py' adding 'documents/tests/management/test_management_base_cmd.py' adding 'documents/tests/management/test_management_document_llmindex.py' adding 'documents/tests/management/test_management_sanity_checker.py' adding 'documents/tests/search/__init__.py' adding 'documents/tests/search/conftest.py' adding 'documents/tests/search/test_backend.py' adding 'documents/tests/search/test_lock_backoff.py' adding 'documents/tests/search/test_migration_fulltext_query_field_prefixes.py' adding 'documents/tests/search/test_query.py' adding 'documents/tests/search/test_schema.py' adding 'documents/tests/search/test_tokenizer.py' adding 'documents/tests/search/test_translate.py' adding 'documents/workflows/__init__.py' adding 'documents/workflows/actions.py' adding 'documents/workflows/mutations.py' adding 'documents/workflows/utils.py' adding 'documents/workflows/webhooks.py' adding 'paperless/__init__.py' adding 'paperless/adapter.py' adding 'paperless/admin.py' adding 'paperless/apps.py' adding 'paperless/asgi.py' adding 'paperless/auth.py' adding 'paperless/celery.py' adding 'paperless/checks.py' adding 'paperless/config.py' adding 'paperless/consumers.py' adding 'paperless/db_cache.py' adding 'paperless/filters.py' adding 'paperless/logging.py' adding 'paperless/middleware.py' adding 'paperless/models.py' adding 'paperless/network.py' adding 'paperless/serialisers.py' adding 'paperless/signals.py' adding 'paperless/urls.py' adding 'paperless/utils.py' adding 'paperless/validators.py' adding 'paperless/version.py' adding 'paperless/views.py' adding 'paperless/wsgi.py' adding 'paperless/migrations/0001_initial.py' adding 'paperless/migrations/0002_applicationconfiguration_app_logo_and_more.py' adding 'paperless/migrations/0003_alter_applicationconfiguration_max_image_pixels.py' adding 'paperless/migrations/0004_applicationconfiguration_barcode_asn_prefix_and_more.py' adding 'paperless/migrations/0005_applicationconfiguration_ai_enabled_and_more.py' adding 'paperless/migrations/0006_applicationconfiguration_barcode_tag_split.py' adding 'paperless/migrations/0007_optimize_integer_field_sizes.py' adding 'paperless/migrations/0008_replace_skip_archive_file.py' adding 'paperless/migrations/0009_alter_applicationconfiguration_options.py' adding 'paperless/migrations/0010_alter_applicationconfiguration_llm_embedding_backend.py' adding 'paperless/migrations/0011_applicationconfiguration_llm_embedding_chunk_size.py' adding 'paperless/migrations/0012_applicationconfiguration_llm_output_language.py' adding 'paperless/migrations/0013_applicationconfiguration_llm_request_timeout.py' adding 'paperless/migrations/__init__.py' adding 'paperless/parsers/__init__.py' adding 'paperless/parsers/mail.py' adding 'paperless/parsers/registry.py' adding 'paperless/parsers/remote.py' adding 'paperless/parsers/tesseract.py' adding 'paperless/parsers/text.py' adding 'paperless/parsers/tika.py' adding 'paperless/parsers/utils.py' adding 'paperless/settings/__init__.py' adding 'paperless/settings/custom.py' adding 'paperless/settings/parsers.py' adding 'paperless/tests/__init__.py' adding 'paperless/tests/conftest.py' adding 'paperless/tests/test_adapter.py' adding 'paperless/tests/test_api_auth.py' adding 'paperless/tests/test_celery.py' adding 'paperless/tests/test_checks.py' adding 'paperless/tests/test_checks_v3.py' adding 'paperless/tests/test_logging.py' adding 'paperless/tests/test_migration_replace_skip_archive_file.py' adding 'paperless/tests/test_network.py' adding 'paperless/tests/test_ocr_config.py' adding 'paperless/tests/test_parser_utils.py' adding 'paperless/tests/test_registry.py' adding 'paperless/tests/test_signals.py' adding 'paperless/tests/test_utils.py' adding 'paperless/tests/test_views.py' adding 'paperless/tests/test_websockets.py' adding 'paperless/tests/parsers/__init__.py' adding 'paperless/tests/parsers/conftest.py' adding 'paperless/tests/parsers/test_convert_image_to_pdfa.py' adding 'paperless/tests/parsers/test_mail_parser.py' adding 'paperless/tests/parsers/test_mail_parser_live.py' adding 'paperless/tests/parsers/test_parse_modes.py' adding 'paperless/tests/parsers/test_remote_parser.py' adding 'paperless/tests/parsers/test_tesseract_custom_settings.py' adding 'paperless/tests/parsers/test_tesseract_parser.py' adding 'paperless/tests/parsers/test_text_parser.py' adding 'paperless/tests/parsers/test_tika_liva.py' adding 'paperless/tests/parsers/test_tika_parser.py' adding 'paperless/tests/settings/__init__.py' adding 'paperless/tests/settings/test_custom_parsers.py' adding 'paperless/tests/settings/test_db_cache.py' adding 'paperless/tests/settings/test_environment_parsers.py' adding 'paperless/tests/settings/test_remote_user.py' adding 'paperless/tests/settings/test_settings.py' adding 'paperless_ai/__init__.py' adding 'paperless_ai/ai_classifier.py' adding 'paperless_ai/base_model.py' adding 'paperless_ai/chat.py' adding 'paperless_ai/client.py' adding 'paperless_ai/db.py' adding 'paperless_ai/embedding.py' adding 'paperless_ai/exceptions.py' adding 'paperless_ai/indexing.py' adding 'paperless_ai/matching.py' adding 'paperless_ai/tables.py' adding 'paperless_ai/vector_store.py' adding 'paperless_ai/migrations/__init__.py' adding 'paperless_ai/migrations/m0001_v1_to_v2.py' adding 'paperless_ai/tests/__init__.py' adding 'paperless_ai/tests/conftest.py' adding 'paperless_ai/tests/test_ai_classifier.py' adding 'paperless_ai/tests/test_ai_indexing.py' adding 'paperless_ai/tests/test_base_model.py' adding 'paperless_ai/tests/test_chat.py' adding 'paperless_ai/tests/test_client.py' adding 'paperless_ai/tests/test_embedding.py' adding 'paperless_ai/tests/test_index_locking.py' adding 'paperless_ai/tests/test_lazy_imports.py' adding 'paperless_ai/tests/test_matching.py' adding 'paperless_ai/tests/test_tables.py' adding 'paperless_ai/tests/test_vector_store.py' adding 'paperless_mail/__init__.py' adding 'paperless_mail/admin.py' adding 'paperless_mail/apps.py' adding 'paperless_mail/filters.py' adding 'paperless_mail/mail.py' adding 'paperless_mail/models.py' adding 'paperless_mail/oauth.py' adding 'paperless_mail/preprocessor.py' adding 'paperless_mail/serialisers.py' adding 'paperless_mail/tasks.py' adding 'paperless_mail/views.py' adding 'paperless_mail/management/__init__.py' adding 'paperless_mail/management/commands/__init__.py' adding 'paperless_mail/management/commands/mail_fetcher.py' adding 'paperless_mail/migrations/0001_squashed.py' adding 'paperless_mail/migrations/0002_optimize_integer_field_sizes.py' adding 'paperless_mail/migrations/0003_mailrule_stop_processing.py' adding 'paperless_mail/migrations/0004_processedmail_uid_validity.py' adding 'paperless_mail/migrations/__init__.py' adding 'paperless_mail/tests/__init__.py' adding 'paperless_mail/tests/conftest.py' adding 'paperless_mail/tests/factories.py' adding 'paperless_mail/tests/test_api.py' adding 'paperless_mail/tests/test_live_mail.py' adding 'paperless_mail/tests/test_mail.py' adding 'paperless_mail/tests/test_mail_nfc.py' adding 'paperless_mail/tests/test_mail_oauth.py' adding 'paperless_mail/tests/test_migrations.py' adding 'paperless_mail/tests/test_preprocessor.py' adding 'paperless_ngx-3.0.5.dist-info/licenses/LICENSE' adding 'paperless_ngx-3.0.5.dist-info/METADATA' adding 'paperless_ngx-3.0.5.dist-info/WHEEL' adding 'paperless_ngx-3.0.5.dist-info/top_level.txt' adding 'paperless_ngx-3.0.5.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built paperless_ngx-3.0.5-py3-none-any.whl Finished creating a wheel... Listing 'src'... Listing 'src/documents'... Compiling 'src/documents/__init__.py'... Compiling 'src/documents/admin.py'... Compiling 'src/documents/apps.py'... Compiling 'src/documents/barcodes.py'... Compiling 'src/documents/bulk_download.py'... Compiling 'src/documents/bulk_edit.py'... Compiling 'src/documents/caching.py'... Compiling 'src/documents/checks.py'... Compiling 'src/documents/classifier.py'... Compiling 'src/documents/conditionals.py'... Compiling 'src/documents/consumer.py'... Compiling 'src/documents/context_processors.py'... Compiling 'src/documents/converters.py'... Compiling 'src/documents/data_models.py'... Compiling 'src/documents/double_sided.py'... Compiling 'src/documents/file_handling.py'... Compiling 'src/documents/filters.py'... Compiling 'src/documents/loggers.py'... Compiling 'src/documents/mail.py'... Listing 'src/documents/management'... Compiling 'src/documents/management/__init__.py'... Listing 'src/documents/management/commands'... Compiling 'src/documents/management/commands/__init__.py'... Compiling 'src/documents/management/commands/base.py'... Compiling 'src/documents/management/commands/convert_mariadb_uuid.py'... Compiling 'src/documents/management/commands/document_archiver.py'... Compiling 'src/documents/management/commands/document_consumer.py'... Compiling 'src/documents/management/commands/document_create_classifier.py'... Compiling 'src/documents/management/commands/document_exporter.py'... Compiling 'src/documents/management/commands/document_fuzzy_match.py'... Compiling 'src/documents/management/commands/document_importer.py'... Compiling 'src/documents/management/commands/document_index.py'... Compiling 'src/documents/management/commands/document_llmindex.py'... Compiling 'src/documents/management/commands/document_renamer.py'... Compiling 'src/documents/management/commands/document_retagger.py'... Compiling 'src/documents/management/commands/document_sanity_checker.py'... Compiling 'src/documents/management/commands/document_thumbnails.py'... Compiling 'src/documents/management/commands/manage_superuser.py'... Compiling 'src/documents/management/commands/mixins.py'... Compiling 'src/documents/management/commands/prune_audit_logs.py'... Compiling 'src/documents/matching.py'... Listing 'src/documents/migrations'... Compiling 'src/documents/migrations/0001_squashed.py'... Compiling 'src/documents/migrations/0002_squashed.py'... Compiling 'src/documents/migrations/0003_remove_document_storage_type.py'... Compiling 'src/documents/migrations/0004_workflowtrigger_filter_has_any_correspondents_and_more.py'... Compiling 'src/documents/migrations/0005_alter_document_checksum_unique.py'... Compiling 'src/documents/migrations/0006_document_content_length.py'... Compiling 'src/documents/migrations/0007_sharelinkbundle.py'... Compiling 'src/documents/migrations/0008_workflowaction_passwords_alter_workflowaction_type.py'... Compiling 'src/documents/migrations/0009_alter_document_content_length.py'... Compiling 'src/documents/migrations/0010_optimize_integer_field_sizes.py'... Compiling 'src/documents/migrations/0011_alter_workflowaction_type.py'... Compiling 'src/documents/migrations/0012_document_root_document.py'... Compiling 'src/documents/migrations/0013_alter_paperlesstask_task_name.py'... Compiling 'src/documents/migrations/0014_savedview_visibility_to_ui_settings.py'... Compiling 'src/documents/migrations/0015_document_version_index_and_more.py'... Compiling 'src/documents/migrations/0016_sha256_checksums.py'... Compiling 'src/documents/migrations/0017_migrate_fulltext_query_field_prefixes.py'... Compiling 'src/documents/migrations/0018_saved_view_simple_search_rules.py'... Compiling 'src/documents/migrations/0019_task_system_redesign.py'... Compiling 'src/documents/migrations/0020_drop_celery_results.py'... Compiling 'src/documents/migrations/0021_widen_workflow_integer_fields.py'... Compiling 'src/documents/migrations/0022_add_perf_indexes.py'... Compiling 'src/documents/migrations/__init__.py'... Compiling 'src/documents/models.py'... Compiling 'src/documents/parsers.py'... Compiling 'src/documents/permissions.py'... Listing 'src/documents/plugins'... Compiling 'src/documents/plugins/__init__.py'... Compiling 'src/documents/plugins/base.py'... Listing 'src/documents/plugins/date_parsing'... Compiling 'src/documents/plugins/date_parsing/__init__.py'... Compiling 'src/documents/plugins/date_parsing/base.py'... Compiling 'src/documents/plugins/date_parsing/regex_parser.py'... Compiling 'src/documents/plugins/helpers.py'... Compiling 'src/documents/regex.py'... Listing 'src/documents/resources'... Compiling 'src/documents/sanity_checker.py'... Compiling 'src/documents/schema.py'... Listing 'src/documents/search'... Compiling 'src/documents/search/__init__.py'... Compiling 'src/documents/search/_backend.py'... Compiling 'src/documents/search/_dates.py'... Compiling 'src/documents/search/_query.py'... Compiling 'src/documents/search/_schema.py'... Compiling 'src/documents/search/_tokenizer.py'... Compiling 'src/documents/search/_translate.py'... Compiling 'src/documents/serialisers.py'... Compiling 'src/documents/settings.py'... Listing 'src/documents/signals'... Compiling 'src/documents/signals/__init__.py'... Compiling 'src/documents/signals/handlers.py'... Listing 'src/documents/static'... Compiling 'src/documents/tasks.py'... Listing 'src/documents/templates'... Listing 'src/documents/templates/account'... Listing 'src/documents/templates/account/email'... Listing 'src/documents/templates/mfa'... Listing 'src/documents/templates/paperless-ngx'... Listing 'src/documents/templates/paperless-ngx/snippets'... Listing 'src/documents/templates/socialaccount'... Listing 'src/documents/templating'... Compiling 'src/documents/templating/__init__.py'... Compiling 'src/documents/templating/environment.py'... Compiling 'src/documents/templating/filepath.py'... Compiling 'src/documents/templating/filters.py'... Compiling 'src/documents/templating/utils.py'... Compiling 'src/documents/templating/workflows.py'... Listing 'src/documents/tests'... Compiling 'src/documents/tests/__init__.py'... Compiling 'src/documents/tests/conftest.py'... Listing 'src/documents/tests/date_parsing'... Compiling 'src/documents/tests/date_parsing/__init__.py'... Compiling 'src/documents/tests/date_parsing/conftest.py'... Compiling 'src/documents/tests/date_parsing/test_date_parser_plugin_loading.py'... Compiling 'src/documents/tests/date_parsing/test_date_parsing.py'... Listing 'src/documents/tests/examples'... Compiling 'src/documents/tests/factories.py'... Listing 'src/documents/tests/management'... Compiling 'src/documents/tests/management/__init__.py'... Compiling 'src/documents/tests/management/test_management_base_cmd.py'... Compiling 'src/documents/tests/management/test_management_document_llmindex.py'... Compiling 'src/documents/tests/management/test_management_sanity_checker.py'... Listing 'src/documents/tests/samples'... Listing 'src/documents/tests/samples/barcodes'... Listing 'src/documents/tests/samples/documents'... Listing 'src/documents/tests/samples/documents/archive'... Listing 'src/documents/tests/samples/documents/originals'... Listing 'src/documents/tests/samples/documents/thumbnails'... Listing 'src/documents/tests/search'... Compiling 'src/documents/tests/search/__init__.py'... Compiling 'src/documents/tests/search/conftest.py'... Compiling 'src/documents/tests/search/test_backend.py'... Compiling 'src/documents/tests/search/test_lock_backoff.py'... Compiling 'src/documents/tests/search/test_migration_fulltext_query_field_prefixes.py'... Compiling 'src/documents/tests/search/test_query.py'... Compiling 'src/documents/tests/search/test_schema.py'... Compiling 'src/documents/tests/search/test_tokenizer.py'... Compiling 'src/documents/tests/search/test_translate.py'... Compiling 'src/documents/tests/test_admin.py'... Compiling 'src/documents/tests/test_api_app_config.py'... Compiling 'src/documents/tests/test_api_bulk_download.py'... Compiling 'src/documents/tests/test_api_bulk_edit.py'... Compiling 'src/documents/tests/test_api_chat.py'... Compiling 'src/documents/tests/test_api_custom_fields.py'... Compiling 'src/documents/tests/test_api_document_versions.py'... Compiling 'src/documents/tests/test_api_documents.py'... Compiling 'src/documents/tests/test_api_email.py'... Compiling 'src/documents/tests/test_api_filter_by_custom_fields.py'... Compiling 'src/documents/tests/test_api_objects.py'... Compiling 'src/documents/tests/test_api_permissions.py'... Compiling 'src/documents/tests/test_api_post_document_nfc.py'... Compiling 'src/documents/tests/test_api_profile.py'... Compiling 'src/documents/tests/test_api_remote_version.py'... Compiling 'src/documents/tests/test_api_schema.py'... Compiling 'src/documents/tests/test_api_search.py'... Compiling 'src/documents/tests/test_api_status.py'... Compiling 'src/documents/tests/test_api_tasks.py'... Compiling 'src/documents/tests/test_api_trash.py'... Compiling 'src/documents/tests/test_api_uisettings.py'... Compiling 'src/documents/tests/test_api_workflows.py'... Compiling 'src/documents/tests/test_barcodes.py'... Compiling 'src/documents/tests/test_bulk_edit.py'... Compiling 'src/documents/tests/test_caching.py'... Compiling 'src/documents/tests/test_checks.py'... Compiling 'src/documents/tests/test_classifier.py'... Compiling 'src/documents/tests/test_consumer.py'... Compiling 'src/documents/tests/test_consumer_archive.py'... Compiling 'src/documents/tests/test_document_model.py'... Compiling 'src/documents/tests/test_double_sided.py'... Compiling 'src/documents/tests/test_file_handling.py'... Compiling 'src/documents/tests/test_filepath_nfc.py'... Compiling 'src/documents/tests/test_filters.py'... Compiling 'src/documents/tests/test_management.py'... Compiling 'src/documents/tests/test_management_consumer.py'... Compiling 'src/documents/tests/test_management_exporter.py'... Compiling 'src/documents/tests/test_management_fuzzy.py'... Compiling 'src/documents/tests/test_management_importer.py'... Compiling 'src/documents/tests/test_management_retagger.py'... Compiling 'src/documents/tests/test_management_superuser.py'... Compiling 'src/documents/tests/test_management_thumbnails.py'... Compiling 'src/documents/tests/test_matchables.py'... Compiling 'src/documents/tests/test_migration_saved_view_visibility.py'... Compiling 'src/documents/tests/test_migration_sha256_checksums.py'... Compiling 'src/documents/tests/test_migration_share_link_bundle.py'... Compiling 'src/documents/tests/test_models.py'... Compiling 'src/documents/tests/test_parsers.py'... Compiling 'src/documents/tests/test_regex.py'... Compiling 'src/documents/tests/test_sanity_check.py'... Compiling 'src/documents/tests/test_share_link_bundles.py'... Compiling 'src/documents/tests/test_tag_hierarchy.py'... Compiling 'src/documents/tests/test_task_signals.py'... Compiling 'src/documents/tests/test_tasks.py'... Compiling 'src/documents/tests/test_utils.py'... Compiling 'src/documents/tests/test_version_conditionals.py'... Compiling 'src/documents/tests/test_views.py'... Compiling 'src/documents/tests/test_workflows.py'... Compiling 'src/documents/tests/utils.py'... Compiling 'src/documents/utils.py'... Compiling 'src/documents/validators.py'... Compiling 'src/documents/versioning.py'... Compiling 'src/documents/views.py'... Listing 'src/documents/workflows'... Compiling 'src/documents/workflows/__init__.py'... Compiling 'src/documents/workflows/actions.py'... Compiling 'src/documents/workflows/mutations.py'... Compiling 'src/documents/workflows/utils.py'... Compiling 'src/documents/workflows/webhooks.py'... Listing 'src/locale'... Listing 'src/locale/af_ZA'... Listing 'src/locale/af_ZA/LC_MESSAGES'... Listing 'src/locale/am_ET'... Listing 'src/locale/am_ET/LC_MESSAGES'... Listing 'src/locale/ar_AR'... Listing 'src/locale/ar_AR/LC_MESSAGES'... Listing 'src/locale/be_BY'... Listing 'src/locale/be_BY/LC_MESSAGES'... Listing 'src/locale/bg_BG'... Listing 'src/locale/bg_BG/LC_MESSAGES'... Listing 'src/locale/ca_ES'... Listing 'src/locale/ca_ES/LC_MESSAGES'... Listing 'src/locale/cs_CZ'... Listing 'src/locale/cs_CZ/LC_MESSAGES'... Listing 'src/locale/da_DK'... Listing 'src/locale/da_DK/LC_MESSAGES'... Listing 'src/locale/de_CH'... Listing 'src/locale/de_CH/LC_MESSAGES'... Listing 'src/locale/de_DE'... Listing 'src/locale/de_DE/LC_MESSAGES'... Listing 'src/locale/el_GR'... Listing 'src/locale/el_GR/LC_MESSAGES'... Listing 'src/locale/en_GB'... Listing 'src/locale/en_GB/LC_MESSAGES'... Listing 'src/locale/en_US'... Listing 'src/locale/en_US/LC_MESSAGES'... Listing 'src/locale/es_ES'... Listing 'src/locale/es_ES/LC_MESSAGES'... Listing 'src/locale/et_EE'... Listing 'src/locale/et_EE/LC_MESSAGES'... Listing 'src/locale/fa_IR'... Listing 'src/locale/fa_IR/LC_MESSAGES'... Listing 'src/locale/fi_FI'... Listing 'src/locale/fi_FI/LC_MESSAGES'... Listing 'src/locale/fr_FR'... Listing 'src/locale/fr_FR/LC_MESSAGES'... Listing 'src/locale/he_IL'... Listing 'src/locale/he_IL/LC_MESSAGES'... Listing 'src/locale/hi_IN'... Listing 'src/locale/hi_IN/LC_MESSAGES'... Listing 'src/locale/hr_HR'... Listing 'src/locale/hr_HR/LC_MESSAGES'... Listing 'src/locale/hu_HU'... Listing 'src/locale/hu_HU/LC_MESSAGES'... Listing 'src/locale/id_ID'... Listing 'src/locale/id_ID/LC_MESSAGES'... Listing 'src/locale/it_IT'... Listing 'src/locale/it_IT/LC_MESSAGES'... Listing 'src/locale/ja_JP'... Listing 'src/locale/ja_JP/LC_MESSAGES'... Listing 'src/locale/km_KH'... Listing 'src/locale/km_KH/LC_MESSAGES'... Listing 'src/locale/ko_KR'... Listing 'src/locale/ko_KR/LC_MESSAGES'... Listing 'src/locale/la_LA'... Listing 'src/locale/la_LA/LC_MESSAGES'... Listing 'src/locale/lb_LU'... Listing 'src/locale/lb_LU/LC_MESSAGES'... Listing 'src/locale/lt_LT'... Listing 'src/locale/lt_LT/LC_MESSAGES'... Listing 'src/locale/lv_LV'... Listing 'src/locale/lv_LV/LC_MESSAGES'... Listing 'src/locale/mk_MK'... Listing 'src/locale/mk_MK/LC_MESSAGES'... Listing 'src/locale/ms_MY'... Listing 'src/locale/ms_MY/LC_MESSAGES'... Listing 'src/locale/nb_NO'... Listing 'src/locale/nb_NO/LC_MESSAGES'... Listing 'src/locale/nl_NL'... Listing 'src/locale/nl_NL/LC_MESSAGES'... Listing 'src/locale/no_NO'... Listing 'src/locale/no_NO/LC_MESSAGES'... Listing 'src/locale/pl_PL'... Listing 'src/locale/pl_PL/LC_MESSAGES'... Listing 'src/locale/pt_BR'... Listing 'src/locale/pt_BR/LC_MESSAGES'... Listing 'src/locale/pt_PT'... Listing 'src/locale/pt_PT/LC_MESSAGES'... Listing 'src/locale/ro_RO'... Listing 'src/locale/ro_RO/LC_MESSAGES'... Listing 'src/locale/ru_RU'... Listing 'src/locale/ru_RU/LC_MESSAGES'... Listing 'src/locale/sk_SK'... Listing 'src/locale/sk_SK/LC_MESSAGES'... Listing 'src/locale/sl_SI'... Listing 'src/locale/sl_SI/LC_MESSAGES'... Listing 'src/locale/sq_AL'... Listing 'src/locale/sq_AL/LC_MESSAGES'... Listing 'src/locale/sr_CS'... Listing 'src/locale/sr_CS/LC_MESSAGES'... Listing 'src/locale/sv_SE'... Listing 'src/locale/sv_SE/LC_MESSAGES'... Listing 'src/locale/th_TH'... Listing 'src/locale/th_TH/LC_MESSAGES'... Listing 'src/locale/tr_TR'... Listing 'src/locale/tr_TR/LC_MESSAGES'... Listing 'src/locale/uk_UA'... Listing 'src/locale/uk_UA/LC_MESSAGES'... Listing 'src/locale/vi_VN'... Listing 'src/locale/vi_VN/LC_MESSAGES'... Listing 'src/locale/xh_ZA'... Listing 'src/locale/xh_ZA/LC_MESSAGES'... Listing 'src/locale/zh_CN'... Listing 'src/locale/zh_CN/LC_MESSAGES'... Listing 'src/locale/zh_TW'... Listing 'src/locale/zh_TW/LC_MESSAGES'... Compiling 'src/manage.py'... Listing 'src/paperless'... Compiling 'src/paperless/__init__.py'... Compiling 'src/paperless/adapter.py'... Compiling 'src/paperless/admin.py'... Compiling 'src/paperless/apps.py'... Compiling 'src/paperless/asgi.py'... Compiling 'src/paperless/auth.py'... Compiling 'src/paperless/celery.py'... Compiling 'src/paperless/checks.py'... Compiling 'src/paperless/config.py'... Compiling 'src/paperless/consumers.py'... Compiling 'src/paperless/db_cache.py'... Compiling 'src/paperless/filters.py'... Compiling 'src/paperless/logging.py'... Compiling 'src/paperless/middleware.py'... Listing 'src/paperless/migrations'... Compiling 'src/paperless/migrations/0001_initial.py'... Compiling 'src/paperless/migrations/0002_applicationconfiguration_app_logo_and_more.py'... Compiling 'src/paperless/migrations/0003_alter_applicationconfiguration_max_image_pixels.py'... Compiling 'src/paperless/migrations/0004_applicationconfiguration_barcode_asn_prefix_and_more.py'... Compiling 'src/paperless/migrations/0005_applicationconfiguration_ai_enabled_and_more.py'... Compiling 'src/paperless/migrations/0006_applicationconfiguration_barcode_tag_split.py'... Compiling 'src/paperless/migrations/0007_optimize_integer_field_sizes.py'... Compiling 'src/paperless/migrations/0008_replace_skip_archive_file.py'... Compiling 'src/paperless/migrations/0009_alter_applicationconfiguration_options.py'... Compiling 'src/paperless/migrations/0010_alter_applicationconfiguration_llm_embedding_backend.py'... Compiling 'src/paperless/migrations/0011_applicationconfiguration_llm_embedding_chunk_size.py'... Compiling 'src/paperless/migrations/0012_applicationconfiguration_llm_output_language.py'... Compiling 'src/paperless/migrations/0013_applicationconfiguration_llm_request_timeout.py'... Compiling 'src/paperless/migrations/__init__.py'... Compiling 'src/paperless/models.py'... Compiling 'src/paperless/network.py'... Listing 'src/paperless/parsers'... Compiling 'src/paperless/parsers/__init__.py'... Compiling 'src/paperless/parsers/mail.py'... Compiling 'src/paperless/parsers/registry.py'... Compiling 'src/paperless/parsers/remote.py'... Compiling 'src/paperless/parsers/tesseract.py'... Compiling 'src/paperless/parsers/text.py'... Compiling 'src/paperless/parsers/tika.py'... Compiling 'src/paperless/parsers/utils.py'... Compiling 'src/paperless/serialisers.py'... Listing 'src/paperless/settings'... Compiling 'src/paperless/settings/__init__.py'... Compiling 'src/paperless/settings/custom.py'... Compiling 'src/paperless/settings/parsers.py'... Compiling 'src/paperless/signals.py'... Listing 'src/paperless/static'... Listing 'src/paperless/static/paperless'... Listing 'src/paperless/static/paperless/img'... Listing 'src/paperless/tests'... Compiling 'src/paperless/tests/__init__.py'... Compiling 'src/paperless/tests/conftest.py'... Listing 'src/paperless/tests/parsers'... Compiling 'src/paperless/tests/parsers/__init__.py'... Compiling 'src/paperless/tests/parsers/conftest.py'... Compiling 'src/paperless/tests/parsers/test_convert_image_to_pdfa.py'... Compiling 'src/paperless/tests/parsers/test_mail_parser.py'... Compiling 'src/paperless/tests/parsers/test_mail_parser_live.py'... Compiling 'src/paperless/tests/parsers/test_parse_modes.py'... Compiling 'src/paperless/tests/parsers/test_remote_parser.py'... Compiling 'src/paperless/tests/parsers/test_tesseract_custom_settings.py'... Compiling 'src/paperless/tests/parsers/test_tesseract_parser.py'... Compiling 'src/paperless/tests/parsers/test_text_parser.py'... Compiling 'src/paperless/tests/parsers/test_tika_liva.py'... Compiling 'src/paperless/tests/parsers/test_tika_parser.py'... Listing 'src/paperless/tests/samples'... Listing 'src/paperless/tests/samples/mail'... Listing 'src/paperless/tests/samples/tesseract'... Listing 'src/paperless/tests/samples/text'... Listing 'src/paperless/tests/samples/tika'... Listing 'src/paperless/tests/settings'... Compiling 'src/paperless/tests/settings/__init__.py'... Compiling 'src/paperless/tests/settings/test_custom_parsers.py'... Compiling 'src/paperless/tests/settings/test_db_cache.py'... Compiling 'src/paperless/tests/settings/test_environment_parsers.py'... Compiling 'src/paperless/tests/settings/test_remote_user.py'... Compiling 'src/paperless/tests/settings/test_settings.py'... Compiling 'src/paperless/tests/test_adapter.py'... Compiling 'src/paperless/tests/test_api_auth.py'... Compiling 'src/paperless/tests/test_celery.py'... Compiling 'src/paperless/tests/test_checks.py'... Compiling 'src/paperless/tests/test_checks_v3.py'... Compiling 'src/paperless/tests/test_logging.py'... Compiling 'src/paperless/tests/test_migration_replace_skip_archive_file.py'... Compiling 'src/paperless/tests/test_network.py'... Compiling 'src/paperless/tests/test_ocr_config.py'... Compiling 'src/paperless/tests/test_parser_utils.py'... Compiling 'src/paperless/tests/test_registry.py'... Compiling 'src/paperless/tests/test_signals.py'... Compiling 'src/paperless/tests/test_utils.py'... Compiling 'src/paperless/tests/test_views.py'... Compiling 'src/paperless/tests/test_websockets.py'... Compiling 'src/paperless/urls.py'... Compiling 'src/paperless/utils.py'... Compiling 'src/paperless/validators.py'... Compiling 'src/paperless/version.py'... Compiling 'src/paperless/views.py'... Compiling 'src/paperless/wsgi.py'... Listing 'src/paperless_ai'... Compiling 'src/paperless_ai/__init__.py'... Compiling 'src/paperless_ai/ai_classifier.py'... Compiling 'src/paperless_ai/base_model.py'... Compiling 'src/paperless_ai/chat.py'... Compiling 'src/paperless_ai/client.py'... Compiling 'src/paperless_ai/db.py'... Compiling 'src/paperless_ai/embedding.py'... Compiling 'src/paperless_ai/exceptions.py'... Compiling 'src/paperless_ai/indexing.py'... Compiling 'src/paperless_ai/matching.py'... Listing 'src/paperless_ai/migrations'... Compiling 'src/paperless_ai/migrations/__init__.py'... Compiling 'src/paperless_ai/migrations/m0001_v1_to_v2.py'... Compiling 'src/paperless_ai/tables.py'... Listing 'src/paperless_ai/tests'... Compiling 'src/paperless_ai/tests/__init__.py'... Compiling 'src/paperless_ai/tests/conftest.py'... Compiling 'src/paperless_ai/tests/test_ai_classifier.py'... Compiling 'src/paperless_ai/tests/test_ai_indexing.py'... Compiling 'src/paperless_ai/tests/test_base_model.py'... Compiling 'src/paperless_ai/tests/test_chat.py'... Compiling 'src/paperless_ai/tests/test_client.py'... Compiling 'src/paperless_ai/tests/test_embedding.py'... Compiling 'src/paperless_ai/tests/test_index_locking.py'... Compiling 'src/paperless_ai/tests/test_lazy_imports.py'... Compiling 'src/paperless_ai/tests/test_matching.py'... Compiling 'src/paperless_ai/tests/test_tables.py'... Compiling 'src/paperless_ai/tests/test_vector_store.py'... Compiling 'src/paperless_ai/vector_store.py'... Listing 'src/paperless_mail'... Compiling 'src/paperless_mail/__init__.py'... Compiling 'src/paperless_mail/admin.py'... Compiling 'src/paperless_mail/apps.py'... Compiling 'src/paperless_mail/filters.py'... Compiling 'src/paperless_mail/mail.py'... Listing 'src/paperless_mail/management'... Compiling 'src/paperless_mail/management/__init__.py'... Listing 'src/paperless_mail/management/commands'... Compiling 'src/paperless_mail/management/commands/__init__.py'... Compiling 'src/paperless_mail/management/commands/mail_fetcher.py'... Listing 'src/paperless_mail/migrations'... Compiling 'src/paperless_mail/migrations/0001_squashed.py'... Compiling 'src/paperless_mail/migrations/0002_optimize_integer_field_sizes.py'... Compiling 'src/paperless_mail/migrations/0003_mailrule_stop_processing.py'... Compiling 'src/paperless_mail/migrations/0004_processedmail_uid_validity.py'... Compiling 'src/paperless_mail/migrations/__init__.py'... Compiling 'src/paperless_mail/models.py'... Compiling 'src/paperless_mail/oauth.py'... Compiling 'src/paperless_mail/preprocessor.py'... Compiling 'src/paperless_mail/serialisers.py'... Compiling 'src/paperless_mail/tasks.py'... Listing 'src/paperless_mail/templates'... Listing 'src/paperless_mail/tests'... Compiling 'src/paperless_mail/tests/__init__.py'... Compiling 'src/paperless_mail/tests/conftest.py'... Compiling 'src/paperless_mail/tests/factories.py'... Compiling 'src/paperless_mail/tests/test_api.py'... Compiling 'src/paperless_mail/tests/test_live_mail.py'... Compiling 'src/paperless_mail/tests/test_mail.py'... Compiling 'src/paperless_mail/tests/test_mail_nfc.py'... Compiling 'src/paperless_mail/tests/test_mail_oauth.py'... Compiling 'src/paperless_mail/tests/test_migrations.py'... Compiling 'src/paperless_mail/tests/test_preprocessor.py'... Compiling 'src/paperless_mail/views.py'... Listing 'src/paperless_ngx.egg-info'... 186 static files copied to '/build/source/static', 348 post-processed. processing file django.po in /build/source/src/locale/et_EE/LC_MESSAGES processing file django.po in /build/source/src/locale/sr_CS/LC_MESSAGES processing file django.po in /build/source/src/locale/fa_IR/LC_MESSAGES processing file django.po in /build/source/src/locale/id_ID/LC_MESSAGES processing file django.po in /build/source/src/locale/ro_RO/LC_MESSAGES processing file django.po in /build/source/src/locale/de_CH/LC_MESSAGES processing file django.po in /build/source/src/locale/fi_FI/LC_MESSAGES processing file django.po in /build/source/src/locale/en_US/LC_MESSAGES processing file django.po in /build/source/src/locale/nl_NL/LC_MESSAGES processing file django.po in /build/source/src/locale/ms_MY/LC_MESSAGES processing file django.po in /build/source/src/locale/no_NO/LC_MESSAGES processing file django.po in /build/source/src/locale/cs_CZ/LC_MESSAGES processing file django.po in /build/source/src/locale/es_ES/LC_MESSAGES processing file django.po in /build/source/src/locale/af_ZA/LC_MESSAGES processing file django.po in /build/source/src/locale/lb_LU/LC_MESSAGES processing file django.po in /build/source/src/locale/he_IL/LC_MESSAGES processing file django.po in /build/source/src/locale/tr_TR/LC_MESSAGES processing file django.po in /build/source/src/locale/sk_SK/LC_MESSAGES processing file django.po in /build/source/src/locale/nb_NO/LC_MESSAGES processing file django.po in /build/source/src/locale/pl_PL/LC_MESSAGES processing file django.po in /build/source/src/locale/it_IT/LC_MESSAGES processing file django.po in /build/source/src/locale/bg_BG/LC_MESSAGES processing file django.po in /build/source/src/locale/ko_KR/LC_MESSAGES processing file django.po in /build/source/src/locale/be_BY/LC_MESSAGES processing file django.po in /build/source/src/locale/ru_RU/LC_MESSAGES processing file django.po in /build/source/src/locale/lt_LT/LC_MESSAGES processing file django.po in /build/source/src/locale/lv_LV/LC_MESSAGES processing file django.po in /build/source/src/locale/hi_IN/LC_MESSAGES processing file django.po in /build/source/src/locale/fr_FR/LC_MESSAGES processing file django.po in /build/source/src/locale/uk_UA/LC_MESSAGES processing file django.po in /build/source/src/locale/en_GB/LC_MESSAGES processing file django.po in /build/source/src/locale/sl_SI/LC_MESSAGES processing file django.po in /build/source/src/locale/ar_AR/LC_MESSAGES processing file django.po in /build/source/src/locale/km_KH/LC_MESSAGES processing file django.po in /build/source/src/locale/hu_HU/LC_MESSAGES processing file django.po in /build/source/src/locale/sv_SE/LC_MESSAGES processing file django.po in /build/source/src/locale/am_ET/LC_MESSAGES processing file django.po in /build/source/src/locale/ca_ES/LC_MESSAGES processing file django.po in /build/source/src/locale/zh_TW/LC_MESSAGES processing file django.po in /build/source/src/locale/pt_PT/LC_MESSAGES processing file django.po in /build/source/src/locale/zh_CN/LC_MESSAGES processing file django.po in /build/source/src/locale/da_DK/LC_MESSAGES processing file django.po in /build/source/src/locale/xh_ZA/LC_MESSAGES processing file django.po in /build/source/src/locale/el_GR/LC_MESSAGES processing file django.po in /build/source/src/locale/vi_VN/LC_MESSAGES processing file django.po in /build/source/src/locale/sq_AL/LC_MESSAGES processing file django.po in /build/source/src/locale/de_DE/LC_MESSAGES processing file django.po in /build/source/src/locale/hr_HR/LC_MESSAGES processing file django.po in /build/source/src/locale/la_LA/LC_MESSAGES processing file django.po in /build/source/src/locale/ja_JP/LC_MESSAGES processing file django.po in /build/source/src/locale/th_TH/LC_MESSAGES processing file django.po in /build/source/src/locale/pt_BR/LC_MESSAGES processing file django.po in /build/source/src/locale/mk_MK/LC_MESSAGES /build/source/dist /build/source Unpacking to: unpacked/paperless_ngx-3.0.5...OK Repacking wheel as ./paperless_ngx-3.0.5-py3-none-any.whl...OK /build/source Finished executing pypaBuildPhase Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for paperless_ngx-3.0.5-py3-none-any.whl Finished executing pythonRuntimeDepsCheck Running phase: installPhase Running phase: pythonOutputDistPhase Executing pythonOutputDistPhase Finished executing pythonOutputDistPhase Running phase: fixupPhase shrinking RPATHs of ELF executables and libraries in /nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5 checking for references to /build/ in /nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5... patching script interpreter paths in /nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5 /nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/manage.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/3n4qphl9s728sz8frmpqqrv9b1m87g68-python3-3.14.7/bin/python3" stripping (with command strip and flags -S -p) in /nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib /nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/bin shrinking RPATHs of ELF executables and libraries in /nix/store/kj0b5rvidc6hg8jr9agfhsyn32gy7xyr-paperless-ngx-3.0.5-dist checking for references to /build/ in /nix/store/kj0b5rvidc6hg8jr9agfhsyn32gy7xyr-paperless-ngx-3.0.5-dist... patching script interpreter paths in /nix/store/kj0b5rvidc6hg8jr9agfhsyn32gy7xyr-paperless-ngx-3.0.5-dist Rewriting #! /nix/store/byi2zpy2bgcf3dr6y0l8m50rmjj8z7q1-bash-5.3p15/bin/bash -e to #!/nix/store/3n4qphl9s728sz8frmpqqrv9b1m87g68-python3-3.14.7 Rewriting #! /nix/store/byi2zpy2bgcf3dr6y0l8m50rmjj8z7q1-bash-5.3p15/bin/bash -e to #!/nix/store/3n4qphl9s728sz8frmpqqrv9b1m87g68-python3-3.14.7 removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/test_live_mail.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/test_mail_nfc.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/conftest.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/__init__.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/test_preprocessor.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/factories.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/test_mail_oauth.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/__pycache__/test_mail_oauth.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/__pycache__/test_preprocessor.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/__pycache__/test_api.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/__pycache__/test_mail.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/__pycache__/factories.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/__pycache__/__init__.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/__pycache__/test_migrations.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/__pycache__/conftest.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/__pycache__/test_live_mail.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/__pycache__/test_mail_nfc.cpython-314.opt-2.pyc' removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/__pycache__' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/test_api.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/test_migrations.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/test_mail.py' removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/test_client.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/test_base_model.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/test_lazy_imports.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/test_vector_store.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/conftest.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/__init__.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/test_matching.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/test_ai_indexing.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/test_embedding.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/test_chat.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/test_index_locking.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/__pycache__/test_index_locking.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/__pycache__/test_matching.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/__pycache__/test_ai_classifier.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/__pycache__/test_base_model.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/__pycache__/test_embedding.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/__pycache__/test_tables.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/__pycache__/test_chat.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/__pycache__/test_client.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/__pycache__/test_vector_store.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/__pycache__/__init__.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/__pycache__/test_lazy_imports.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/__pycache__/conftest.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/__pycache__/test_ai_indexing.cpython-314.opt-2.pyc' removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/__pycache__' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/test_ai_classifier.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/test_tables.py' removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/test_logging.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/settings/__pycache__/__init__.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/settings/__pycache__/test_environment_parsers.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/settings/__pycache__/test_settings.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/settings/__pycache__/test_db_cache.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/settings/__pycache__/test_remote_user.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/settings/__pycache__/test_custom_parsers.cpython-314.opt-2.pyc' removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/settings/__pycache__' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/settings/test_remote_user.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/settings/test_environment_parsers.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/settings/test_custom_parsers.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/settings/test_settings.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/settings/__init__.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/settings/test_db_cache.py' removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/settings' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/test_api_auth.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/test_registry.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/test_websockets.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/conftest.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/text/decode_error.txt' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/text/test.txt' removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/text' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/mail/simple_text.eml.pdf.webp' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/mail/sample.html.pdf.webp' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/mail/simple_text.eml.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/mail/html.eml.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/mail/second.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/mail/first.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/mail/html.eml.html' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/mail/sample.html' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/mail/sample.html.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/mail/broken.eml' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/mail/html.eml.pdf.webp' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/mail/simple_text.eml' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/mail/html.eml' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/mail/sample.png' removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/mail' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/multi-page-images.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/simple.gif' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/document.webp' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/encrypted.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/multi-page-images-alpha.tiff' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/simple-digital.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/multi-page-images-alpha-rgb.tiff' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/no-text-alpha.png' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/multi-page-images.tiff' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/multi-page-digital.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/simple-alpha.png' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/simple.jpg' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/simple.tif' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/signed.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/simple.heic' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/rotated.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/rtl-test.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/simple-no-dpi.png' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/tagged-but-no-text.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/multi-page-mixed.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/simple.png' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/single-page-mixed.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/with-form.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/simple.bmp' removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tika/sample.odt' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tika/multi-part-broken.odt' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tika/sample.doc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tika/sample.docx' removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tika' removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/test_parser_utils.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__init__.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/test_signals.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/test_utils.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/test_checks_v3.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/test_celery.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/test_adapter.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/test_checks.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/__pycache__/test_parse_modes.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/__pycache__/test_mail_parser.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/__pycache__/test_mail_parser_live.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/__pycache__/test_tika_parser.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/__pycache__/test_convert_image_to_pdfa.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/__pycache__/test_tika_liva.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/__pycache__/test_tesseract_custom_settings.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/__pycache__/test_remote_parser.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/__pycache__/test_text_parser.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/__pycache__/test_tesseract_parser.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/__pycache__/__init__.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/__pycache__/conftest.cpython-314.opt-2.pyc' removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/__pycache__' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/test_remote_parser.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/test_mail_parser_live.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/test_parse_modes.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/test_tesseract_custom_settings.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/test_tika_liva.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/test_mail_parser.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/test_text_parser.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/test_tika_parser.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/__init__.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/test_convert_image_to_pdfa.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/test_tesseract_parser.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/conftest.py' removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/test_network.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/test_views.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/test_migration_replace_skip_archive_file.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__/test_migration_replace_skip_archive_file.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__/test_logging.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__/test_websockets.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__/test_network.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__/test_celery.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__/test_signals.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__/test_registry.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__/__init__.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__/test_utils.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__/test_ocr_config.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__/conftest.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__/test_views.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__/test_checks_v3.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__/test_api_auth.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__/test_checks.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__/test_parser_utils.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__/test_adapter.cpython-314.opt-2.pyc' removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/test_ocr_config.py' removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_tasks.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_consumer_archive.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_sanity_check.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_task_signals.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_trash.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_management_thumbnails.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/utils.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_regex.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_uisettings.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_tag_hierarchy.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_migration_share_link_bundle.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_objects.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_search.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_utils.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_admin.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_bulk_edit.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/factories.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_barcodes.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/utils.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_parsers.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_management_fuzzy.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_remote_version.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_regex.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_tag_hierarchy.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_management.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_uisettings.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_management_importer.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_migration_saved_view_visibility.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_status.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_migration_share_link_bundle.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_matchables.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_management_retagger.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_migration_sha256_checksums.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_classifier.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/__init__.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_file_handling.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_post_document_nfc.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_task_signals.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/conftest.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_filter_by_custom_fields.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_share_link_bundles.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_objects.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_filters.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_document_versions.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_admin.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_documents.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_tasks.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_version_conditionals.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_utils.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_sanity_check.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_workflows.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_checks.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_workflows.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_bulk_download.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_search.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_document_model.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_email.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_filepath_nfc.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_chat.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_views.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_permissions.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_consumer_archive.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_caching.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_management_superuser.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_management_consumer.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_trash.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_double_sided.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_tasks.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_app_config.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_profile.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_schema.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_management_exporter.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_management_thumbnails.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_bulk_edit.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_consumer.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_bulk_edit.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_custom_fields.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_models.cpython-314.opt-2.pyc' removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_workflows.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_bulk_download.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_checks.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_filepath_nfc.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_views.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_post_document_nfc.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_parsers.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_permissions.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/examples/no-text.png' removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/examples' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_document_versions.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_barcodes.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_file_handling.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_management_importer.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_double_sided.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_tasks.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/conftest.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_documents.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_document_model.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/management/__init__.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/management/test_management_base_cmd.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/management/__pycache__/test_management_document_llmindex.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/management/__pycache__/__init__.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/management/__pycache__/test_management_base_cmd.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/management/__pycache__/test_management_sanity_checker.cpython-314.opt-2.pyc' removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/management/__pycache__' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/management/test_management_document_llmindex.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/management/test_management_sanity_checker.py' removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/management' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/__init__.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/test_translate.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/test_migration_fulltext_query_field_prefixes.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/test_query.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/conftest.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/test_backend.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/test_schema.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/test_tokenizer.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/__pycache__/conftest.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/__pycache__/test_backend.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/__pycache__/__init__.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/__pycache__/test_query.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/__pycache__/test_tokenizer.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/__pycache__/test_schema.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/__pycache__/test_translate.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/__pycache__/test_lock_backoff.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/__pycache__/test_migration_fulltext_query_field_prefixes.cpython-314.opt-2.pyc' removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/__pycache__' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/test_lock_backoff.py' removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/simple.zip' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/simple-noalpha.png' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/test_with_bom.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/preprocessed_content_advanced.txt' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/eml_with_umlaut.eml' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/invalid_pdf.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/simple.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/content.txt' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/simple.png' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/simple.tiff' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/double-sided-odd.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/preprocessed_content.txt' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/double-sided-even.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/simple.txt' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/documents/thumbnails/0000004.webp' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/documents/thumbnails/0000001.webp' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/documents/thumbnails/0000003.webp' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/documents/thumbnails/0000002.webp' removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/documents/thumbnails' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/documents/originals/0000006.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/documents/originals/0000001.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/documents/originals/0000004.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/documents/originals/0000003.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/documents/originals/0000002.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/documents/originals/0000005.pdf' removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/documents/originals' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/documents/archive/0000001.pdf' removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/documents/archive' removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/documents' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/patch-code-t-middle-reverse.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/patch-code-t-qr.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/split-by-asn-2.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/several-patcht-codes.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/barcode-39-custom.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/patch-code-t-middle.tiff' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/barcode-fax-image.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/split-by-tag-basic.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/split-by-tag-multiple-per-page.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/barcode-39-asn-custom-prefix.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/patch-code-t-middle-distorted.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/barcode-qr-asn-000123-upscale-dpi.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/barcode-39-asn-123.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/barcode-128-asn-too-large.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/patch-code-t-double.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/barcode-39-asn-invalid.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/patch-code-t-middle.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/barcode-128-custom.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/patch-code-t-middle-fuzzy.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/split-by-tag-mixed-asn.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/patch-code-t-middle-alpha.tiff' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/patch-code-t.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/patch-code-t-middle-unreadable.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/barcode-qr-custom.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/many-qr-codes.pdf' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/split-by-asn-1.pdf' removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/simple.jpg' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/password-is-test.pdf' removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_custom_fields.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_management.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_workflows.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_consumer.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_profile.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_management_retagger.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_email.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_remote_version.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/factories.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_management_fuzzy.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_migration_sha256_checksums.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__init__.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_management_consumer.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_management_exporter.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_models.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/date_parsing/conftest.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/date_parsing/__init__.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/date_parsing/__pycache__/test_date_parsing.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/date_parsing/__pycache__/test_date_parser_plugin_loading.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/date_parsing/__pycache__/conftest.cpython-314.opt-2.pyc' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/date_parsing/__pycache__/__init__.cpython-314.opt-2.pyc' removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/date_parsing/__pycache__' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/date_parsing/test_date_parser_plugin_loading.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/date_parsing/test_date_parsing.py' removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/date_parsing' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_filters.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_migration_saved_view_visibility.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_version_conditionals.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_app_config.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_management_superuser.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_matchables.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_caching.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_chat.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_bulk_edit.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_share_link_bundles.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_schema.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_status.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_filter_by_custom_fields.py' removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_classifier.py' removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests' Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir Running phase: installCheckPhase setting known thread variables to default: 1 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=1 no Makefile or custom installCheckPhase, doing nothing Running phase: pythonCatchConflictsPhase Running phase: pythonRemoveBinBytecodePhase Running phase: pythonImportsCheckPhase Executing pythonImportsCheckPhase Running phase: pytestCheckPhase Executing pytestCheckPhase setting known thread variables to default: 1 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=1 pytest flags: -m pytest src -k not\ \(test_script_with_output\)\ and\ not\ \(test_script_exit_non_zero\)\ and\ not\ \(test_rtl_language_detection\)\ and\ not\ \(test_favicon_view\)\ and\ not\ \(test_favicon_view_missing_file\)\ and\ not\ \(test_send_webhook_data_or_json\)\ and\ not\ \(test_subdirectory_upload\)\ and\ not\ \(testNormalOperation\) --numprocesses=24 ============================= test session starts ============================== platform linux -- Python 3.14.7, pytest-9.1.1, pluggy-1.6.0 django: version: 5.2.17, settings: paperless.settings (from ini) rootdir: /build/source configfile: pyproject.toml plugins: Faker-40.28.1, cov-stub-1.0.0, django-4.12.0, env-1.2.0, httpx-0.36.0, anyio-4.14.2, mock-3.15.1, rerunfailures-16.4, xdist-3.8.0, time-machine-3.2.0, asyncio-1.4.0 asyncio: mode=Mode.STRICT, debug=False, asyncio_default_fixture_loop_scope=None, asyncio_default_test_loop_scope=function created: 24/24 workers 24 workers [2901 items] ........................................................................ [ 2%] ........................................................................ [ 4%] ........................................................................ [ 7%] ........................................................................ [ 9%] ........................................................................ [ 12%] ........................................................................ [ 14%] ........................................................................ [ 17%] ........................................................................ [ 19%] ........................................................................ [ 22%] ........................................................................ [ 24%] ........................................................................ [ 27%] ........................................................................ [ 29%] ........................................................................ [ 32%] ........................................................................ [ 34%] ........................................................................ [ 37%] ........................................................................ [ 39%] .................................................................s...... [ 42%] ........................................................................ [ 44%] ........................................................................ [ 47%] ........................................................................ [ 49%] ........................................................................ [ 52%] ........................................................................ [ 54%] ........................................................................ [ 57%] ........................................................................ [ 59%] ........................................................................ [ 62%] ........................................................................ [ 64%] ........................................................................ [ 67%] ........................................................................ [ 69%] ........................................................................ [ 71%] ........................................................................ [ 74%] ........................................................................ [ 76%] ........................................................................ [ 79%] ............ssss...............................................sss..s... [ 81%] ........................................................................ [ 84%] ........................................................................ [ 86%] ..........................sss........................................... [ 89%] ........................................................................ [ 91%] ........................................................................ [ 94%] ........................................................................ [ 96%] ........................................................................ [ 99%] ..................... [100%] =============================== warnings summary =============================== src/documents/tests/test_api_app_config.py::TestApiAppConfig::test_enable_ai_index_triggers_update /nix/store/3n4qphl9s728sz8frmpqqrv9b1m87g68-python3-3.14.7/lib/python3.14/weakref.py:73: ResourceWarning: unclosed file <_io.BufferedReader name='/build/tmpcfnh5lau/logo/simple.jpg'> return self._meth_type(func, obj) Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info. src/documents/tests/test_bulk_edit.py::TestPDFActions::test_merge src/documents/tests/test_bulk_edit.py::TestPDFActions::test_merge src/documents/tests/test_bulk_edit.py::TestPDFActions::test_merge_and_delete_originals /build/source/src/documents/bulk_edit.py:542: PageCopyWarning: Copying pages from another Pdf with pages.extend() does not preserve interactive form fields; form fields may not display in Adobe Acrobat and internal links may not resolve. Use Pdf.add_pages_from() to preserve them. merged_pdf.pages.extend(pdf.pages) src/documents/tests/test_bulk_edit.py::TestPDFActions::test_merge src/documents/tests/test_bulk_edit.py::TestPDFActions::test_merge src/documents/tests/test_bulk_edit.py::TestPDFActions::test_merge_and_delete_originals /nix/store/lz8d41z14syz3fbk6sn12fwhg4jgi334-python3.14-pikepdf-10.10.0/lib/python3.14/site-packages/pikepdf/_methods.py:520: PageCopyWarning: This document has 1 form widget annotation(s) that are not reachable from /AcroForm; they may not display in Adobe Acrobat. Use Pdf.add_pages_from() to copy pages with forms. warn( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ----------------- generated xml file: /build/source/junit.xml ------------------ ============================= slowest 50 durations ============================= 19.20s call src/documents/tests/test_workflows.py::TestWorkflows::test_workflow_webhook_action_url_invalid_params_headers 7.48s call src/paperless/tests/parsers/test_tesseract_parser.py::TestParsePdf::test_with_form_force 6.68s call src/documents/tests/test_barcodes.py::TestTagBarcode::test_consume_barcode_file_tag_split_and_assignment 6.46s call src/documents/tests/test_migration_share_link_bundle.py::TestReverseMigrateShareLinkBundlePermissions::test_share_link_permissions_revoked_on_reverse 6.40s call src/paperless_ai/tests/test_embedding.py::test_get_embedding_model_huggingface 6.22s setup src/documents/tests/test_api_custom_fields.py::TestCustomFieldsAPI::test_change_custom_field_instance_value 6.00s call src/documents/tests/test_migration_share_link_bundle.py::TestMigrateShareLinkBundlePermissions::test_share_link_permissions_granted_to_add_document_holders 5.76s setup src/documents/tests/search/test_backend.py::TestSearch::test_empty_index_returns_no_ids 5.71s setup src/documents/tests/test_api_documents.py::TestDocumentApi::testDocuments 5.57s setup src/documents/tests/test_barcodes.py::TestBarcode::test_asn_barcode_duplicate_in_trash_fails 5.55s setup src/paperless_mail/tests/test_preprocessor.py::TestMailMessageGpgDecryptor::test_auth_plain_fallback 5.50s setup src/documents/tests/test_classifier.py::TestClassifier::testEmpty 5.49s setup src/documents/tests/test_api_document_versions.py::TestDocumentVersioningApi::test_delete_version_accepts_version_id_as_root_parameter 5.47s setup src/documents/tests/test_api_tasks.py::TestGetTasksV9::test_task_name_mapping[consume_file-passthrough] 5.43s setup src/documents/tests/test_bulk_edit.py::TestPDFActions::test_delete_pages 5.41s setup src/documents/tests/test_matchables.py::TestMatching::test_root_uses_latest_version_content 5.41s setup src/documents/tests/test_consumer.py::TestConsumer::testAsnExists 5.40s setup src/documents/tests/test_api_workflows.py::TestApiWorkflows::test_api_auto_remove_orphaned_triggers_actions 5.38s setup src/paperless_ai/tests/test_ai_indexing.py::test_build_document_node 5.37s setup src/documents/tests/test_api_status.py::TestSystemStatus::test_system_status 5.36s setup src/documents/tests/test_api_app_config.py::TestApiAppConfig::test_api_accepts_valid_gif_logo 5.32s setup src/documents/tests/test_api_search.py::TestDocumentSearchApi::test_global_search 5.30s setup src/documents/tests/test_file_handling.py::TestFileHandling::test_added_year_month_day 5.27s call src/paperless/tests/parsers/test_tesseract_parser.py::TestParseRotate::test_rotate_auto_mode 5.26s setup src/documents/tests/test_workflows.py::TestWorkflows::test_consumption_trigger_requires_filter_configuration 5.18s setup src/documents/tests/test_api_filter_by_custom_fields.py::TestCustomFieldsSearch::test_date_modifier 5.16s setup src/documents/tests/test_api_bulk_edit.py::TestBulkEditAPI::test_api_add_invalid_tag 5.14s setup src/documents/tests/test_file_handling.py::TestFilenameGeneration::test_complex_template_strings 5.13s call src/paperless/tests/parsers/test_tesseract_parser.py::TestParsePdf::test_with_form_redo_no_archive_when_not_requested 5.12s setup src/documents/tests/test_management_exporter.py::TestExportImport::test_export_data_only 5.01s setup src/paperless_mail/tests/test_mail.py::TestMail::test_auth_plain_fallback 4.99s setup src/paperless_mail/tests/test_preprocessor.py::TestMail::test_auth_plain_fallback 4.61s call src/paperless/tests/parsers/test_tesseract_parser.py::TestParseMultiPage::test_multi_page_tiff_alpha_srgb 4.30s call src/paperless/tests/parsers/test_tesseract_parser.py::TestParseMultiPage::test_multi_page_tiff_alpha 4.14s call src/documents/tests/test_barcodes.py::TestAsnBarcode::test_scan_file_for_qrcode_with_upscale 4.05s call src/paperless/tests/parsers/test_tesseract_parser.py::TestParseMultiPage::test_multi_page_tiff 4.05s call src/documents/tests/test_migration_saved_view_visibility.py::TestMigrateSavedViewVisibilityToUiSettings::test_visibility_defaults_are_seeded_and_existing_values_preserved 3.79s call src/documents/tests/test_migration_saved_view_visibility.py::TestReverseMigrateSavedViewVisibilityFromUiSettings::test_visibility_fields_restored_from_owner_visibility 3.73s call src/documents/tests/test_barcodes.py::TestTagBarcode::test_scan_file_for_many_custom_tags 3.55s call src/documents/tests/test_barcodes.py::TestBarcode::test_separate_pages_by_asn_barcodes_and_patcht_retain_pages 3.51s call src/paperless/tests/parsers/test_tesseract_parser.py::TestParserFileTypes::test_heic 3.43s call src/paperless/tests/parsers/test_tesseract_parser.py::TestParseMixed::test_single_page_mixed_redo_mode 3.43s call src/documents/tests/test_barcodes.py::TestBarcode::test_separate_pages_by_asn_barcodes_and_patcht 3.20s call src/paperless/tests/parsers/test_tesseract_parser.py::TestParseMultiPage::test_multi_page_digital_pages_2[force] 3.11s call src/documents/tests/test_barcodes.py::TestBarcode::test_scan_file_for_separating_barcodes_hard_to_detect 2.88s call src/documents/tests/test_barcodes.py::TestBarcode::test_scan_tiff_for_separating_barcodes 2.85s call src/documents/tests/test_barcodes.py::TestBarcode::test_scan_file_for_separating_barcodes_multiple_pages 2.82s call src/documents/tests/test_management_consumer.py::TestCommandWatch::test_detects_moved_file 2.82s call src/documents/tests/test_barcodes.py::TestBarcode::test_separate_pages_by_asn_barcodes 2.76s call src/documents/tests/test_migration_sha256_checksums.py::TestSha256ChecksumDataMigration::test_archive_checksum_unchanged_when_archive_file_missing ================ 2889 passed, 12 skipped, 7 warnings in 54.92s ================= Finished executing pytestCheckPhase pytestCheckPhase completed in 58 seconds Running phase: pytestcachePhase Running phase: pytestRemoveBytecodePhase