paperless-ngx-3.0.5
default.checks.x86_64-linux.nixos-eve
· build #414
· raw
1tribuchet: building on jamie2Sourcing python-remove-tests-dir-hook3Sourcing python-catch-conflicts-hook.sh4Sourcing python-remove-bin-bytecode-hook.sh5Sourcing pypa-build-hook6Using pypaBuildPhase7Sourcing python-runtime-deps-check-hook8Using pythonRuntimeDepsCheckHook9Sourcing pypa-install-hook10Sourcing python-imports-check-hook.sh11Using pythonImportsCheckPhase12Sourcing python-namespaces-hook13Sourcing python-catch-conflicts-hook.sh14Sourcing pytest-check-hook15Using pytestCheckPhase16Using checkPhaseThreadLimitHook
unpackPhase
17unpacking source archive /nix/store/gxhmgl0baidl98gb5wpffi0s09rdkrw1-source18source root is source19setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/zensical.toml"configurePhase
20no configure script, doing nothingbuildPhase
21Executing pypaBuildPhase22Creating a wheel...23pypa build flags: --no-isolation --outdir dist/ --wheel24* Getting build dependencies for wheel...25running egg_info26creating src/paperless_ngx.egg-info27writing src/paperless_ngx.egg-info/PKG-INFO28writing dependency_links to src/paperless_ngx.egg-info/dependency_links.txt29writing requirements to src/paperless_ngx.egg-info/requires.txt30writing top-level names to src/paperless_ngx.egg-info/top_level.txt31writing manifest file 'src/paperless_ngx.egg-info/SOURCES.txt'32reading manifest file 'src/paperless_ngx.egg-info/SOURCES.txt'33adding license file 'LICENSE'34writing manifest file 'src/paperless_ngx.egg-info/SOURCES.txt'35* Building wheel...36running bdist_wheel37running build38running build_py39creating build/lib40copying src/manage.py -> build/lib41creating build/lib/paperless_ai42copying src/paperless_ai/db.py -> build/lib/paperless_ai43copying src/paperless_ai/client.py -> build/lib/paperless_ai44copying src/paperless_ai/chat.py -> build/lib/paperless_ai45copying src/paperless_ai/exceptions.py -> build/lib/paperless_ai46copying src/paperless_ai/embedding.py -> build/lib/paperless_ai47copying src/paperless_ai/matching.py -> build/lib/paperless_ai48copying src/paperless_ai/ai_classifier.py -> build/lib/paperless_ai49copying src/paperless_ai/indexing.py -> build/lib/paperless_ai50copying src/paperless_ai/__init__.py -> build/lib/paperless_ai51copying src/paperless_ai/base_model.py -> build/lib/paperless_ai52copying src/paperless_ai/vector_store.py -> build/lib/paperless_ai53copying src/paperless_ai/tables.py -> build/lib/paperless_ai54creating build/lib/documents55copying src/documents/sanity_checker.py -> build/lib/documents56copying src/documents/schema.py -> build/lib/documents57copying src/documents/filters.py -> build/lib/documents58copying src/documents/consumer.py -> build/lib/documents59copying src/documents/file_handling.py -> build/lib/documents60copying src/documents/regex.py -> build/lib/documents61copying src/documents/caching.py -> build/lib/documents62copying src/documents/context_processors.py -> build/lib/documents63copying src/documents/utils.py -> build/lib/documents64copying src/documents/bulk_download.py -> build/lib/documents65copying src/documents/admin.py -> build/lib/documents66copying src/documents/models.py -> build/lib/documents67copying src/documents/apps.py -> build/lib/documents68copying src/documents/views.py -> build/lib/documents69copying src/documents/mail.py -> build/lib/documents70copying src/documents/validators.py -> build/lib/documents71copying src/documents/bulk_edit.py -> build/lib/documents72copying src/documents/matching.py -> build/lib/documents73copying src/documents/tasks.py -> build/lib/documents74copying src/documents/double_sided.py -> build/lib/documents75copying src/documents/parsers.py -> build/lib/documents76copying src/documents/data_models.py -> build/lib/documents77copying src/documents/conditionals.py -> build/lib/documents78copying src/documents/__init__.py -> build/lib/documents79copying src/documents/checks.py -> build/lib/documents80copying src/documents/classifier.py -> build/lib/documents81copying src/documents/converters.py -> build/lib/documents82copying src/documents/permissions.py -> build/lib/documents83copying src/documents/serialisers.py -> build/lib/documents84copying src/documents/loggers.py -> build/lib/documents85copying src/documents/versioning.py -> build/lib/documents86copying src/documents/settings.py -> build/lib/documents87copying src/documents/barcodes.py -> build/lib/documents88creating build/lib/paperless_mail89copying src/paperless_mail/filters.py -> build/lib/paperless_mail90copying src/paperless_mail/__init__.py -> build/lib/paperless_mail91copying src/paperless_mail/models.py -> build/lib/paperless_mail92copying src/paperless_mail/serialisers.py -> build/lib/paperless_mail93copying src/paperless_mail/admin.py -> build/lib/paperless_mail94copying src/paperless_mail/apps.py -> build/lib/paperless_mail95copying src/paperless_mail/oauth.py -> build/lib/paperless_mail96copying src/paperless_mail/preprocessor.py -> build/lib/paperless_mail97copying src/paperless_mail/tasks.py -> build/lib/paperless_mail98copying src/paperless_mail/mail.py -> build/lib/paperless_mail99copying src/paperless_mail/views.py -> build/lib/paperless_mail100creating build/lib/paperless101copying src/paperless/__init__.py -> build/lib/paperless102copying src/paperless/adapter.py -> build/lib/paperless103copying src/paperless/validators.py -> build/lib/paperless104copying src/paperless/middleware.py -> build/lib/paperless105copying src/paperless/version.py -> build/lib/paperless106copying src/paperless/signals.py -> build/lib/paperless107copying src/paperless/auth.py -> build/lib/paperless108copying src/paperless/celery.py -> build/lib/paperless109copying src/paperless/apps.py -> build/lib/paperless110copying src/paperless/checks.py -> build/lib/paperless111copying src/paperless/network.py -> build/lib/paperless112copying src/paperless/filters.py -> build/lib/paperless113copying src/paperless/views.py -> build/lib/paperless114copying src/paperless/wsgi.py -> build/lib/paperless115copying src/paperless/urls.py -> build/lib/paperless116copying src/paperless/logging.py -> build/lib/paperless117copying src/paperless/consumers.py -> build/lib/paperless118copying src/paperless/asgi.py -> build/lib/paperless119copying src/paperless/models.py -> build/lib/paperless120copying src/paperless/utils.py -> build/lib/paperless121copying src/paperless/admin.py -> build/lib/paperless122copying src/paperless/serialisers.py -> build/lib/paperless123copying src/paperless/db_cache.py -> build/lib/paperless124copying src/paperless/config.py -> build/lib/paperless125creating build/lib/paperless_ai/tests126copying src/paperless_ai/tests/test_client.py -> build/lib/paperless_ai/tests127copying src/paperless_ai/tests/test_ai_indexing.py -> build/lib/paperless_ai/tests128copying src/paperless_ai/tests/test_lazy_imports.py -> build/lib/paperless_ai/tests129copying src/paperless_ai/tests/__init__.py -> build/lib/paperless_ai/tests130copying src/paperless_ai/tests/test_tables.py -> build/lib/paperless_ai/tests131copying src/paperless_ai/tests/test_base_model.py -> build/lib/paperless_ai/tests132copying src/paperless_ai/tests/conftest.py -> build/lib/paperless_ai/tests133copying src/paperless_ai/tests/test_embedding.py -> build/lib/paperless_ai/tests134copying src/paperless_ai/tests/test_index_locking.py -> build/lib/paperless_ai/tests135copying src/paperless_ai/tests/test_chat.py -> build/lib/paperless_ai/tests136copying src/paperless_ai/tests/test_vector_store.py -> build/lib/paperless_ai/tests137copying src/paperless_ai/tests/test_ai_classifier.py -> build/lib/paperless_ai/tests138copying src/paperless_ai/tests/test_matching.py -> build/lib/paperless_ai/tests139creating build/lib/paperless_ai/migrations140copying src/paperless_ai/migrations/m0001_v1_to_v2.py -> build/lib/paperless_ai/migrations141copying src/paperless_ai/migrations/__init__.py -> build/lib/paperless_ai/migrations142creating build/lib/documents/workflows143copying src/documents/workflows/mutations.py -> build/lib/documents/workflows144copying src/documents/workflows/actions.py -> build/lib/documents/workflows145copying src/documents/workflows/webhooks.py -> build/lib/documents/workflows146copying src/documents/workflows/utils.py -> build/lib/documents/workflows147copying src/documents/workflows/__init__.py -> build/lib/documents/workflows148creating build/lib/documents/tests149copying src/documents/tests/test_sanity_check.py -> build/lib/documents/tests150copying src/documents/tests/test_management_fuzzy.py -> build/lib/documents/tests151copying src/documents/tests/test_admin.py -> build/lib/documents/tests152copying src/documents/tests/test_barcodes.py -> build/lib/documents/tests153copying src/documents/tests/test_api_email.py -> build/lib/documents/tests154copying src/documents/tests/test_task_signals.py -> build/lib/documents/tests155copying src/documents/tests/test_utils.py -> build/lib/documents/tests156copying src/documents/tests/test_api_custom_fields.py -> build/lib/documents/tests157copying src/documents/tests/test_regex.py -> build/lib/documents/tests158copying src/documents/tests/test_migration_sha256_checksums.py -> build/lib/documents/tests159copying src/documents/tests/test_workflows.py -> build/lib/documents/tests160copying src/documents/tests/test_management_retagger.py -> build/lib/documents/tests161copying src/documents/tests/test_api_filter_by_custom_fields.py -> build/lib/documents/tests162copying src/documents/tests/test_api_bulk_edit.py -> build/lib/documents/tests163copying src/documents/tests/test_tasks.py -> build/lib/documents/tests164copying src/documents/tests/test_api_objects.py -> build/lib/documents/tests165copying src/documents/tests/test_filepath_nfc.py -> build/lib/documents/tests166copying src/documents/tests/test_filters.py -> build/lib/documents/tests167copying src/documents/tests/test_management_consumer.py -> build/lib/documents/tests168copying src/documents/tests/test_management_exporter.py -> build/lib/documents/tests169copying src/documents/tests/test_api_documents.py -> build/lib/documents/tests170copying src/documents/tests/test_caching.py -> build/lib/documents/tests171copying src/documents/tests/test_api_uisettings.py -> build/lib/documents/tests172copying src/documents/tests/test_checks.py -> build/lib/documents/tests173copying src/documents/tests/test_double_sided.py -> build/lib/documents/tests174copying src/documents/tests/test_api_search.py -> build/lib/documents/tests175copying src/documents/tests/test_views.py -> build/lib/documents/tests176copying src/documents/tests/utils.py -> build/lib/documents/tests177copying src/documents/tests/test_matchables.py -> build/lib/documents/tests178copying src/documents/tests/test_api_chat.py -> build/lib/documents/tests179copying src/documents/tests/test_bulk_edit.py -> build/lib/documents/tests180copying src/documents/tests/test_management_thumbnails.py -> build/lib/documents/tests181copying src/documents/tests/factories.py -> build/lib/documents/tests182copying src/documents/tests/test_share_link_bundles.py -> build/lib/documents/tests183copying src/documents/tests/test_api_workflows.py -> build/lib/documents/tests184copying src/documents/tests/test_api_trash.py -> build/lib/documents/tests185copying src/documents/tests/test_classifier.py -> build/lib/documents/tests186copying src/documents/tests/test_api_app_config.py -> build/lib/documents/tests187copying src/documents/tests/test_api_status.py -> build/lib/documents/tests188copying src/documents/tests/test_file_handling.py -> build/lib/documents/tests189copying src/documents/tests/test_api_schema.py -> build/lib/documents/tests190copying src/documents/tests/test_api_tasks.py -> build/lib/documents/tests191copying src/documents/tests/test_api_permissions.py -> build/lib/documents/tests192copying src/documents/tests/test_consumer_archive.py -> build/lib/documents/tests193copying src/documents/tests/test_tag_hierarchy.py -> build/lib/documents/tests194copying src/documents/tests/test_management.py -> build/lib/documents/tests195copying src/documents/tests/test_management_superuser.py -> build/lib/documents/tests196copying src/documents/tests/test_version_conditionals.py -> build/lib/documents/tests197copying src/documents/tests/test_parsers.py -> build/lib/documents/tests198copying src/documents/tests/__init__.py -> build/lib/documents/tests199copying src/documents/tests/test_api_remote_version.py -> build/lib/documents/tests200copying src/documents/tests/test_api_post_document_nfc.py -> build/lib/documents/tests201copying src/documents/tests/test_migration_saved_view_visibility.py -> build/lib/documents/tests202copying src/documents/tests/test_migration_share_link_bundle.py -> build/lib/documents/tests203copying src/documents/tests/test_management_importer.py -> build/lib/documents/tests204copying src/documents/tests/conftest.py -> build/lib/documents/tests205copying src/documents/tests/test_api_bulk_download.py -> build/lib/documents/tests206copying src/documents/tests/test_api_profile.py -> build/lib/documents/tests207copying src/documents/tests/test_api_document_versions.py -> build/lib/documents/tests208copying src/documents/tests/test_document_model.py -> build/lib/documents/tests209copying src/documents/tests/test_models.py -> build/lib/documents/tests210copying src/documents/tests/test_consumer.py -> build/lib/documents/tests211creating build/lib/documents/templating212copying src/documents/templating/filters.py -> build/lib/documents/templating213copying src/documents/templating/__init__.py -> build/lib/documents/templating214copying src/documents/templating/environment.py -> build/lib/documents/templating215copying src/documents/templating/filepath.py -> build/lib/documents/templating216copying src/documents/templating/workflows.py -> build/lib/documents/templating217copying src/documents/templating/utils.py -> build/lib/documents/templating218creating build/lib/documents/management219copying src/documents/management/__init__.py -> build/lib/documents/management220creating build/lib/documents/search221copying src/documents/search/_tokenizer.py -> build/lib/documents/search222copying src/documents/search/_query.py -> build/lib/documents/search223copying src/documents/search/_translate.py -> build/lib/documents/search224copying src/documents/search/_dates.py -> build/lib/documents/search225copying src/documents/search/_backend.py -> build/lib/documents/search226copying src/documents/search/__init__.py -> build/lib/documents/search227copying src/documents/search/_schema.py -> build/lib/documents/search228creating build/lib/documents/migrations229copying src/documents/migrations/0011_alter_workflowaction_type.py -> build/lib/documents/migrations230copying src/documents/migrations/0017_migrate_fulltext_query_field_prefixes.py -> build/lib/documents/migrations231copying src/documents/migrations/0013_alter_paperlesstask_task_name.py -> build/lib/documents/migrations232copying src/documents/migrations/0014_savedview_visibility_to_ui_settings.py -> build/lib/documents/migrations233copying src/documents/migrations/__init__.py -> build/lib/documents/migrations234copying src/documents/migrations/0010_optimize_integer_field_sizes.py -> build/lib/documents/migrations235copying src/documents/migrations/0022_add_perf_indexes.py -> build/lib/documents/migrations236copying src/documents/migrations/0018_saved_view_simple_search_rules.py -> build/lib/documents/migrations237copying src/documents/migrations/0005_alter_document_checksum_unique.py -> build/lib/documents/migrations238copying src/documents/migrations/0019_task_system_redesign.py -> build/lib/documents/migrations239copying src/documents/migrations/0016_sha256_checksums.py -> build/lib/documents/migrations240copying src/documents/migrations/0004_workflowtrigger_filter_has_any_correspondents_and_more.py -> build/lib/documents/migrations241copying src/documents/migrations/0020_drop_celery_results.py -> build/lib/documents/migrations242copying src/documents/migrations/0002_squashed.py -> build/lib/documents/migrations243copying src/documents/migrations/0003_remove_document_storage_type.py -> build/lib/documents/migrations244copying src/documents/migrations/0007_sharelinkbundle.py -> build/lib/documents/migrations245copying src/documents/migrations/0009_alter_document_content_length.py -> build/lib/documents/migrations246copying src/documents/migrations/0021_widen_workflow_integer_fields.py -> build/lib/documents/migrations247copying src/documents/migrations/0001_squashed.py -> build/lib/documents/migrations248copying src/documents/migrations/0015_document_version_index_and_more.py -> build/lib/documents/migrations249copying src/documents/migrations/0006_document_content_length.py -> build/lib/documents/migrations250copying src/documents/migrations/0008_workflowaction_passwords_alter_workflowaction_type.py -> build/lib/documents/migrations251copying src/documents/migrations/0012_document_root_document.py -> build/lib/documents/migrations252creating build/lib/documents/signals253copying src/documents/signals/handlers.py -> build/lib/documents/signals254copying src/documents/signals/__init__.py -> build/lib/documents/signals255creating build/lib/documents/plugins256copying src/documents/plugins/__init__.py -> build/lib/documents/plugins257copying src/documents/plugins/base.py -> build/lib/documents/plugins258copying src/documents/plugins/helpers.py -> build/lib/documents/plugins259creating build/lib/documents/tests/search260copying src/documents/tests/search/test_migration_fulltext_query_field_prefixes.py -> build/lib/documents/tests/search261copying src/documents/tests/search/test_translate.py -> build/lib/documents/tests/search262copying src/documents/tests/search/test_lock_backoff.py -> build/lib/documents/tests/search263copying src/documents/tests/search/test_schema.py -> build/lib/documents/tests/search264copying src/documents/tests/search/test_query.py -> build/lib/documents/tests/search265copying src/documents/tests/search/test_backend.py -> build/lib/documents/tests/search266copying src/documents/tests/search/conftest.py -> build/lib/documents/tests/search267copying src/documents/tests/search/test_tokenizer.py -> build/lib/documents/tests/search268copying src/documents/tests/search/__init__.py -> build/lib/documents/tests/search269creating build/lib/documents/tests/management270copying src/documents/tests/management/test_management_sanity_checker.py -> build/lib/documents/tests/management271copying src/documents/tests/management/test_management_document_llmindex.py -> build/lib/documents/tests/management272copying src/documents/tests/management/__init__.py -> build/lib/documents/tests/management273copying src/documents/tests/management/test_management_base_cmd.py -> build/lib/documents/tests/management274creating build/lib/documents/tests/date_parsing275copying src/documents/tests/date_parsing/test_date_parser_plugin_loading.py -> build/lib/documents/tests/date_parsing276copying src/documents/tests/date_parsing/test_date_parsing.py -> build/lib/documents/tests/date_parsing277copying src/documents/tests/date_parsing/conftest.py -> build/lib/documents/tests/date_parsing278copying src/documents/tests/date_parsing/__init__.py -> build/lib/documents/tests/date_parsing279creating build/lib/documents/management/commands280copying src/documents/management/commands/__init__.py -> build/lib/documents/management/commands281copying src/documents/management/commands/mixins.py -> build/lib/documents/management/commands282copying src/documents/management/commands/document_fuzzy_match.py -> build/lib/documents/management/commands283copying src/documents/management/commands/document_importer.py -> build/lib/documents/management/commands284copying src/documents/management/commands/document_index.py -> build/lib/documents/management/commands285copying src/documents/management/commands/document_create_classifier.py -> build/lib/documents/management/commands286copying src/documents/management/commands/base.py -> build/lib/documents/management/commands287copying src/documents/management/commands/document_llmindex.py -> build/lib/documents/management/commands288copying src/documents/management/commands/document_exporter.py -> build/lib/documents/management/commands289copying src/documents/management/commands/document_archiver.py -> build/lib/documents/management/commands290copying src/documents/management/commands/document_consumer.py -> build/lib/documents/management/commands291copying src/documents/management/commands/prune_audit_logs.py -> build/lib/documents/management/commands292copying src/documents/management/commands/document_renamer.py -> build/lib/documents/management/commands293copying src/documents/management/commands/manage_superuser.py -> build/lib/documents/management/commands294copying src/documents/management/commands/document_thumbnails.py -> build/lib/documents/management/commands295copying src/documents/management/commands/document_retagger.py -> build/lib/documents/management/commands296copying src/documents/management/commands/document_sanity_checker.py -> build/lib/documents/management/commands297copying src/documents/management/commands/convert_mariadb_uuid.py -> build/lib/documents/management/commands298creating build/lib/documents/plugins/date_parsing299copying src/documents/plugins/date_parsing/__init__.py -> build/lib/documents/plugins/date_parsing300copying src/documents/plugins/date_parsing/base.py -> build/lib/documents/plugins/date_parsing301copying src/documents/plugins/date_parsing/regex_parser.py -> build/lib/documents/plugins/date_parsing302creating build/lib/paperless_mail/management303copying src/paperless_mail/management/__init__.py -> build/lib/paperless_mail/management304creating build/lib/paperless_mail/tests305copying src/paperless_mail/tests/factories.py -> build/lib/paperless_mail/tests306copying src/paperless_mail/tests/test_live_mail.py -> build/lib/paperless_mail/tests307copying src/paperless_mail/tests/test_api.py -> build/lib/paperless_mail/tests308copying src/paperless_mail/tests/test_mail.py -> build/lib/paperless_mail/tests309copying src/paperless_mail/tests/test_mail_nfc.py -> build/lib/paperless_mail/tests310copying src/paperless_mail/tests/test_mail_oauth.py -> build/lib/paperless_mail/tests311copying src/paperless_mail/tests/conftest.py -> build/lib/paperless_mail/tests312copying src/paperless_mail/tests/test_migrations.py -> build/lib/paperless_mail/tests313copying src/paperless_mail/tests/__init__.py -> build/lib/paperless_mail/tests314copying src/paperless_mail/tests/test_preprocessor.py -> build/lib/paperless_mail/tests315creating build/lib/paperless_mail/migrations316copying src/paperless_mail/migrations/0001_squashed.py -> build/lib/paperless_mail/migrations317copying src/paperless_mail/migrations/0002_optimize_integer_field_sizes.py -> build/lib/paperless_mail/migrations318copying src/paperless_mail/migrations/0003_mailrule_stop_processing.py -> build/lib/paperless_mail/migrations319copying src/paperless_mail/migrations/0004_processedmail_uid_validity.py -> build/lib/paperless_mail/migrations320copying src/paperless_mail/migrations/__init__.py -> build/lib/paperless_mail/migrations321creating build/lib/paperless_mail/management/commands322copying src/paperless_mail/management/commands/__init__.py -> build/lib/paperless_mail/management/commands323copying src/paperless_mail/management/commands/mail_fetcher.py -> build/lib/paperless_mail/management/commands324creating build/lib/paperless/settings325copying src/paperless/settings/custom.py -> build/lib/paperless/settings326copying src/paperless/settings/parsers.py -> build/lib/paperless/settings327copying src/paperless/settings/__init__.py -> build/lib/paperless/settings328creating build/lib/paperless/tests329copying src/paperless/tests/test_ocr_config.py -> build/lib/paperless/tests330copying src/paperless/tests/test_checks_v3.py -> build/lib/paperless/tests331copying src/paperless/tests/test_registry.py -> build/lib/paperless/tests332copying src/paperless/tests/test_logging.py -> build/lib/paperless/tests333copying src/paperless/tests/test_api_auth.py -> build/lib/paperless/tests334copying src/paperless/tests/__init__.py -> build/lib/paperless/tests335copying src/paperless/tests/test_network.py -> build/lib/paperless/tests336copying src/paperless/tests/test_utils.py -> build/lib/paperless/tests337copying src/paperless/tests/test_parser_utils.py -> build/lib/paperless/tests338copying src/paperless/tests/test_checks.py -> build/lib/paperless/tests339copying src/paperless/tests/test_celery.py -> build/lib/paperless/tests340copying src/paperless/tests/conftest.py -> build/lib/paperless/tests341copying src/paperless/tests/test_websockets.py -> build/lib/paperless/tests342copying src/paperless/tests/test_signals.py -> build/lib/paperless/tests343copying src/paperless/tests/test_migration_replace_skip_archive_file.py -> build/lib/paperless/tests344copying src/paperless/tests/test_views.py -> build/lib/paperless/tests345copying src/paperless/tests/test_adapter.py -> build/lib/paperless/tests346creating build/lib/paperless/parsers347copying src/paperless/parsers/utils.py -> build/lib/paperless/parsers348copying src/paperless/parsers/mail.py -> build/lib/paperless/parsers349copying src/paperless/parsers/remote.py -> build/lib/paperless/parsers350copying src/paperless/parsers/registry.py -> build/lib/paperless/parsers351copying src/paperless/parsers/tika.py -> build/lib/paperless/parsers352copying src/paperless/parsers/tesseract.py -> build/lib/paperless/parsers353copying src/paperless/parsers/__init__.py -> build/lib/paperless/parsers354copying src/paperless/parsers/text.py -> build/lib/paperless/parsers355creating build/lib/paperless/migrations356copying src/paperless/migrations/0010_alter_applicationconfiguration_llm_embedding_backend.py -> build/lib/paperless/migrations357copying src/paperless/migrations/0013_applicationconfiguration_llm_request_timeout.py -> build/lib/paperless/migrations358copying src/paperless/migrations/0009_alter_applicationconfiguration_options.py -> build/lib/paperless/migrations359copying src/paperless/migrations/0005_applicationconfiguration_ai_enabled_and_more.py -> build/lib/paperless/migrations360copying src/paperless/migrations/0002_applicationconfiguration_app_logo_and_more.py -> build/lib/paperless/migrations361copying src/paperless/migrations/0004_applicationconfiguration_barcode_asn_prefix_and_more.py -> build/lib/paperless/migrations362copying src/paperless/migrations/0003_alter_applicationconfiguration_max_image_pixels.py -> build/lib/paperless/migrations363copying src/paperless/migrations/0001_initial.py -> build/lib/paperless/migrations364copying src/paperless/migrations/0012_applicationconfiguration_llm_output_language.py -> build/lib/paperless/migrations365copying src/paperless/migrations/0007_optimize_integer_field_sizes.py -> build/lib/paperless/migrations366copying src/paperless/migrations/0011_applicationconfiguration_llm_embedding_chunk_size.py -> build/lib/paperless/migrations367copying src/paperless/migrations/__init__.py -> build/lib/paperless/migrations368copying src/paperless/migrations/0006_applicationconfiguration_barcode_tag_split.py -> build/lib/paperless/migrations369copying src/paperless/migrations/0008_replace_skip_archive_file.py -> build/lib/paperless/migrations370creating build/lib/paperless/tests/parsers371copying src/paperless/tests/parsers/test_tesseract_parser.py -> build/lib/paperless/tests/parsers372copying src/paperless/tests/parsers/test_parse_modes.py -> build/lib/paperless/tests/parsers373copying src/paperless/tests/parsers/conftest.py -> build/lib/paperless/tests/parsers374copying src/paperless/tests/parsers/__init__.py -> build/lib/paperless/tests/parsers375copying src/paperless/tests/parsers/test_convert_image_to_pdfa.py -> build/lib/paperless/tests/parsers376copying src/paperless/tests/parsers/test_remote_parser.py -> build/lib/paperless/tests/parsers377copying src/paperless/tests/parsers/test_mail_parser_live.py -> build/lib/paperless/tests/parsers378copying src/paperless/tests/parsers/test_tesseract_custom_settings.py -> build/lib/paperless/tests/parsers379copying src/paperless/tests/parsers/test_mail_parser.py -> build/lib/paperless/tests/parsers380copying src/paperless/tests/parsers/test_tika_liva.py -> build/lib/paperless/tests/parsers381copying src/paperless/tests/parsers/test_tika_parser.py -> build/lib/paperless/tests/parsers382copying src/paperless/tests/parsers/test_text_parser.py -> build/lib/paperless/tests/parsers383creating build/lib/paperless/tests/settings384copying src/paperless/tests/settings/test_custom_parsers.py -> build/lib/paperless/tests/settings385copying src/paperless/tests/settings/test_db_cache.py -> build/lib/paperless/tests/settings386copying src/paperless/tests/settings/test_remote_user.py -> build/lib/paperless/tests/settings387copying src/paperless/tests/settings/test_environment_parsers.py -> build/lib/paperless/tests/settings388copying src/paperless/tests/settings/test_settings.py -> build/lib/paperless/tests/settings389copying src/paperless/tests/settings/__init__.py -> build/lib/paperless/tests/settings390running egg_info391writing src/paperless_ngx.egg-info/PKG-INFO392writing dependency_links to src/paperless_ngx.egg-info/dependency_links.txt393writing requirements to src/paperless_ngx.egg-info/requires.txt394writing top-level names to src/paperless_ngx.egg-info/top_level.txt395reading manifest file 'src/paperless_ngx.egg-info/SOURCES.txt'396adding license file 'LICENSE'397writing manifest file 'src/paperless_ngx.egg-info/SOURCES.txt'398installing to build/bdist.linux-x86_64/wheel399running install400running install_lib401creating build/bdist.linux-x86_64/wheel402copying build/lib/manage.py -> build/bdist.linux-x86_64/wheel/.403creating build/bdist.linux-x86_64/wheel/paperless_ai404copying build/lib/paperless_ai/client.py -> build/bdist.linux-x86_64/wheel/./paperless_ai405copying build/lib/paperless_ai/base_model.py -> build/bdist.linux-x86_64/wheel/./paperless_ai406copying build/lib/paperless_ai/indexing.py -> build/bdist.linux-x86_64/wheel/./paperless_ai407creating build/bdist.linux-x86_64/wheel/paperless_ai/migrations408copying build/lib/paperless_ai/migrations/m0001_v1_to_v2.py -> build/bdist.linux-x86_64/wheel/./paperless_ai/migrations409copying build/lib/paperless_ai/migrations/__init__.py -> build/bdist.linux-x86_64/wheel/./paperless_ai/migrations410copying build/lib/paperless_ai/__init__.py -> build/bdist.linux-x86_64/wheel/./paperless_ai411copying build/lib/paperless_ai/ai_classifier.py -> build/bdist.linux-x86_64/wheel/./paperless_ai412copying build/lib/paperless_ai/vector_store.py -> build/bdist.linux-x86_64/wheel/./paperless_ai413copying build/lib/paperless_ai/embedding.py -> build/bdist.linux-x86_64/wheel/./paperless_ai414copying build/lib/paperless_ai/matching.py -> build/bdist.linux-x86_64/wheel/./paperless_ai415creating build/bdist.linux-x86_64/wheel/paperless_ai/tests416copying build/lib/paperless_ai/tests/test_matching.py -> build/bdist.linux-x86_64/wheel/./paperless_ai/tests417copying build/lib/paperless_ai/tests/__init__.py -> build/bdist.linux-x86_64/wheel/./paperless_ai/tests418copying build/lib/paperless_ai/tests/test_vector_store.py -> build/bdist.linux-x86_64/wheel/./paperless_ai/tests419copying build/lib/paperless_ai/tests/conftest.py -> build/bdist.linux-x86_64/wheel/./paperless_ai/tests420copying build/lib/paperless_ai/tests/test_chat.py -> build/bdist.linux-x86_64/wheel/./paperless_ai/tests421copying build/lib/paperless_ai/tests/test_client.py -> build/bdist.linux-x86_64/wheel/./paperless_ai/tests422copying build/lib/paperless_ai/tests/test_lazy_imports.py -> build/bdist.linux-x86_64/wheel/./paperless_ai/tests423copying build/lib/paperless_ai/tests/test_tables.py -> build/bdist.linux-x86_64/wheel/./paperless_ai/tests424copying build/lib/paperless_ai/tests/test_ai_indexing.py -> build/bdist.linux-x86_64/wheel/./paperless_ai/tests425copying build/lib/paperless_ai/tests/test_embedding.py -> build/bdist.linux-x86_64/wheel/./paperless_ai/tests426copying build/lib/paperless_ai/tests/test_base_model.py -> build/bdist.linux-x86_64/wheel/./paperless_ai/tests427copying build/lib/paperless_ai/tests/test_index_locking.py -> build/bdist.linux-x86_64/wheel/./paperless_ai/tests428copying build/lib/paperless_ai/tests/test_ai_classifier.py -> build/bdist.linux-x86_64/wheel/./paperless_ai/tests429copying build/lib/paperless_ai/chat.py -> build/bdist.linux-x86_64/wheel/./paperless_ai430copying build/lib/paperless_ai/tables.py -> build/bdist.linux-x86_64/wheel/./paperless_ai431copying build/lib/paperless_ai/exceptions.py -> build/bdist.linux-x86_64/wheel/./paperless_ai432copying build/lib/paperless_ai/db.py -> build/bdist.linux-x86_64/wheel/./paperless_ai433creating build/bdist.linux-x86_64/wheel/paperless434copying build/lib/paperless/consumers.py -> build/bdist.linux-x86_64/wheel/./paperless435copying build/lib/paperless/logging.py -> build/bdist.linux-x86_64/wheel/./paperless436copying build/lib/paperless/db_cache.py -> build/bdist.linux-x86_64/wheel/./paperless437copying build/lib/paperless/middleware.py -> build/bdist.linux-x86_64/wheel/./paperless438copying build/lib/paperless/validators.py -> build/bdist.linux-x86_64/wheel/./paperless439copying build/lib/paperless/urls.py -> build/bdist.linux-x86_64/wheel/./paperless440creating build/bdist.linux-x86_64/wheel/paperless/parsers441copying build/lib/paperless/parsers/tesseract.py -> build/bdist.linux-x86_64/wheel/./paperless/parsers442copying build/lib/paperless/parsers/remote.py -> build/bdist.linux-x86_64/wheel/./paperless/parsers443copying build/lib/paperless/parsers/text.py -> build/bdist.linux-x86_64/wheel/./paperless/parsers444copying build/lib/paperless/parsers/__init__.py -> build/bdist.linux-x86_64/wheel/./paperless/parsers445copying build/lib/paperless/parsers/registry.py -> build/bdist.linux-x86_64/wheel/./paperless/parsers446copying build/lib/paperless/parsers/mail.py -> build/bdist.linux-x86_64/wheel/./paperless/parsers447copying build/lib/paperless/parsers/utils.py -> build/bdist.linux-x86_64/wheel/./paperless/parsers448copying build/lib/paperless/parsers/tika.py -> build/bdist.linux-x86_64/wheel/./paperless/parsers449copying build/lib/paperless/wsgi.py -> build/bdist.linux-x86_64/wheel/./paperless450copying build/lib/paperless/config.py -> build/bdist.linux-x86_64/wheel/./paperless451creating build/bdist.linux-x86_64/wheel/paperless/settings452copying build/lib/paperless/settings/custom.py -> build/bdist.linux-x86_64/wheel/./paperless/settings453copying build/lib/paperless/settings/parsers.py -> build/bdist.linux-x86_64/wheel/./paperless/settings454copying build/lib/paperless/settings/__init__.py -> build/bdist.linux-x86_64/wheel/./paperless/settings455copying build/lib/paperless/asgi.py -> build/bdist.linux-x86_64/wheel/./paperless456copying build/lib/paperless/models.py -> build/bdist.linux-x86_64/wheel/./paperless457creating build/bdist.linux-x86_64/wheel/paperless/migrations458copying build/lib/paperless/migrations/0002_applicationconfiguration_app_logo_and_more.py -> build/bdist.linux-x86_64/wheel/./paperless/migrations459copying build/lib/paperless/migrations/0008_replace_skip_archive_file.py -> build/bdist.linux-x86_64/wheel/./paperless/migrations460copying build/lib/paperless/migrations/0012_applicationconfiguration_llm_output_language.py -> build/bdist.linux-x86_64/wheel/./paperless/migrations461copying build/lib/paperless/migrations/0007_optimize_integer_field_sizes.py -> build/bdist.linux-x86_64/wheel/./paperless/migrations462copying build/lib/paperless/migrations/0004_applicationconfiguration_barcode_asn_prefix_and_more.py -> build/bdist.linux-x86_64/wheel/./paperless/migrations463copying build/lib/paperless/migrations/0011_applicationconfiguration_llm_embedding_chunk_size.py -> build/bdist.linux-x86_64/wheel/./paperless/migrations464copying build/lib/paperless/migrations/0003_alter_applicationconfiguration_max_image_pixels.py -> build/bdist.linux-x86_64/wheel/./paperless/migrations465copying build/lib/paperless/migrations/0009_alter_applicationconfiguration_options.py -> build/bdist.linux-x86_64/wheel/./paperless/migrations466copying build/lib/paperless/migrations/0001_initial.py -> build/bdist.linux-x86_64/wheel/./paperless/migrations467copying build/lib/paperless/migrations/0006_applicationconfiguration_barcode_tag_split.py -> build/bdist.linux-x86_64/wheel/./paperless/migrations468copying build/lib/paperless/migrations/0005_applicationconfiguration_ai_enabled_and_more.py -> build/bdist.linux-x86_64/wheel/./paperless/migrations469copying build/lib/paperless/migrations/__init__.py -> build/bdist.linux-x86_64/wheel/./paperless/migrations470copying build/lib/paperless/migrations/0010_alter_applicationconfiguration_llm_embedding_backend.py -> build/bdist.linux-x86_64/wheel/./paperless/migrations471copying build/lib/paperless/migrations/0013_applicationconfiguration_llm_request_timeout.py -> build/bdist.linux-x86_64/wheel/./paperless/migrations472copying build/lib/paperless/utils.py -> build/bdist.linux-x86_64/wheel/./paperless473copying build/lib/paperless/adapter.py -> build/bdist.linux-x86_64/wheel/./paperless474copying build/lib/paperless/admin.py -> build/bdist.linux-x86_64/wheel/./paperless475copying build/lib/paperless/signals.py -> build/bdist.linux-x86_64/wheel/./paperless476copying build/lib/paperless/version.py -> build/bdist.linux-x86_64/wheel/./paperless477copying build/lib/paperless/filters.py -> build/bdist.linux-x86_64/wheel/./paperless478copying build/lib/paperless/checks.py -> build/bdist.linux-x86_64/wheel/./paperless479copying build/lib/paperless/__init__.py -> build/bdist.linux-x86_64/wheel/./paperless480copying build/lib/paperless/celery.py -> build/bdist.linux-x86_64/wheel/./paperless481copying build/lib/paperless/views.py -> build/bdist.linux-x86_64/wheel/./paperless482copying build/lib/paperless/auth.py -> build/bdist.linux-x86_64/wheel/./paperless483creating build/bdist.linux-x86_64/wheel/paperless/tests484copying build/lib/paperless/tests/__init__.py -> build/bdist.linux-x86_64/wheel/./paperless/tests485copying build/lib/paperless/tests/test_logging.py -> build/bdist.linux-x86_64/wheel/./paperless/tests486copying build/lib/paperless/tests/test_checks_v3.py -> build/bdist.linux-x86_64/wheel/./paperless/tests487copying build/lib/paperless/tests/conftest.py -> build/bdist.linux-x86_64/wheel/./paperless/tests488copying build/lib/paperless/tests/test_registry.py -> build/bdist.linux-x86_64/wheel/./paperless/tests489copying build/lib/paperless/tests/test_websockets.py -> build/bdist.linux-x86_64/wheel/./paperless/tests490creating build/bdist.linux-x86_64/wheel/paperless/tests/settings491copying build/lib/paperless/tests/settings/test_remote_user.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/settings492copying build/lib/paperless/tests/settings/test_custom_parsers.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/settings493copying build/lib/paperless/tests/settings/test_db_cache.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/settings494copying build/lib/paperless/tests/settings/test_environment_parsers.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/settings495copying build/lib/paperless/tests/settings/__init__.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/settings496copying build/lib/paperless/tests/settings/test_settings.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/settings497copying build/lib/paperless/tests/test_api_auth.py -> build/bdist.linux-x86_64/wheel/./paperless/tests498copying build/lib/paperless/tests/test_signals.py -> build/bdist.linux-x86_64/wheel/./paperless/tests499copying build/lib/paperless/tests/test_migration_replace_skip_archive_file.py -> build/bdist.linux-x86_64/wheel/./paperless/tests500creating build/bdist.linux-x86_64/wheel/paperless/tests/parsers501copying build/lib/paperless/tests/parsers/test_parse_modes.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/parsers502copying build/lib/paperless/tests/parsers/conftest.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/parsers503copying build/lib/paperless/tests/parsers/__init__.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/parsers504copying build/lib/paperless/tests/parsers/test_tesseract_parser.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/parsers505copying build/lib/paperless/tests/parsers/test_tika_liva.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/parsers506copying build/lib/paperless/tests/parsers/test_tesseract_custom_settings.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/parsers507copying build/lib/paperless/tests/parsers/test_remote_parser.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/parsers508copying build/lib/paperless/tests/parsers/test_mail_parser.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/parsers509copying build/lib/paperless/tests/parsers/test_mail_parser_live.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/parsers510copying build/lib/paperless/tests/parsers/test_convert_image_to_pdfa.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/parsers511copying build/lib/paperless/tests/parsers/test_text_parser.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/parsers512copying build/lib/paperless/tests/parsers/test_tika_parser.py -> build/bdist.linux-x86_64/wheel/./paperless/tests/parsers513copying build/lib/paperless/tests/test_celery.py -> build/bdist.linux-x86_64/wheel/./paperless/tests514copying build/lib/paperless/tests/test_checks.py -> build/bdist.linux-x86_64/wheel/./paperless/tests515copying build/lib/paperless/tests/test_adapter.py -> build/bdist.linux-x86_64/wheel/./paperless/tests516copying build/lib/paperless/tests/test_ocr_config.py -> build/bdist.linux-x86_64/wheel/./paperless/tests517copying build/lib/paperless/tests/test_parser_utils.py -> build/bdist.linux-x86_64/wheel/./paperless/tests518copying build/lib/paperless/tests/test_utils.py -> build/bdist.linux-x86_64/wheel/./paperless/tests519copying build/lib/paperless/tests/test_views.py -> build/bdist.linux-x86_64/wheel/./paperless/tests520copying build/lib/paperless/tests/test_network.py -> build/bdist.linux-x86_64/wheel/./paperless/tests521copying build/lib/paperless/apps.py -> build/bdist.linux-x86_64/wheel/./paperless522copying build/lib/paperless/network.py -> build/bdist.linux-x86_64/wheel/./paperless523copying build/lib/paperless/serialisers.py -> build/bdist.linux-x86_64/wheel/./paperless524creating build/bdist.linux-x86_64/wheel/paperless_mail525copying build/lib/paperless_mail/__init__.py -> build/bdist.linux-x86_64/wheel/./paperless_mail526creating build/bdist.linux-x86_64/wheel/paperless_mail/tests527copying build/lib/paperless_mail/tests/conftest.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/tests528copying build/lib/paperless_mail/tests/test_live_mail.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/tests529copying build/lib/paperless_mail/tests/__init__.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/tests530copying build/lib/paperless_mail/tests/test_mail_nfc.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/tests531copying build/lib/paperless_mail/tests/test_api.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/tests532copying build/lib/paperless_mail/tests/test_preprocessor.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/tests533copying build/lib/paperless_mail/tests/test_mail_oauth.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/tests534copying build/lib/paperless_mail/tests/test_mail.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/tests535copying build/lib/paperless_mail/tests/test_migrations.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/tests536copying build/lib/paperless_mail/tests/factories.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/tests537creating build/bdist.linux-x86_64/wheel/paperless_mail/management538copying build/lib/paperless_mail/management/__init__.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/management539creating build/bdist.linux-x86_64/wheel/paperless_mail/management/commands540copying build/lib/paperless_mail/management/commands/__init__.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/management/commands541copying build/lib/paperless_mail/management/commands/mail_fetcher.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/management/commands542copying build/lib/paperless_mail/tasks.py -> build/bdist.linux-x86_64/wheel/./paperless_mail543copying build/lib/paperless_mail/views.py -> build/bdist.linux-x86_64/wheel/./paperless_mail544copying build/lib/paperless_mail/apps.py -> build/bdist.linux-x86_64/wheel/./paperless_mail545copying build/lib/paperless_mail/serialisers.py -> build/bdist.linux-x86_64/wheel/./paperless_mail546copying build/lib/paperless_mail/mail.py -> build/bdist.linux-x86_64/wheel/./paperless_mail547copying build/lib/paperless_mail/admin.py -> build/bdist.linux-x86_64/wheel/./paperless_mail548copying build/lib/paperless_mail/filters.py -> build/bdist.linux-x86_64/wheel/./paperless_mail549copying build/lib/paperless_mail/models.py -> build/bdist.linux-x86_64/wheel/./paperless_mail550copying build/lib/paperless_mail/oauth.py -> build/bdist.linux-x86_64/wheel/./paperless_mail551creating build/bdist.linux-x86_64/wheel/paperless_mail/migrations552copying build/lib/paperless_mail/migrations/0001_squashed.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/migrations553copying build/lib/paperless_mail/migrations/0004_processedmail_uid_validity.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/migrations554copying build/lib/paperless_mail/migrations/0003_mailrule_stop_processing.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/migrations555copying build/lib/paperless_mail/migrations/0002_optimize_integer_field_sizes.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/migrations556copying build/lib/paperless_mail/migrations/__init__.py -> build/bdist.linux-x86_64/wheel/./paperless_mail/migrations557copying build/lib/paperless_mail/preprocessor.py -> build/bdist.linux-x86_64/wheel/./paperless_mail558creating build/bdist.linux-x86_64/wheel/documents559copying build/lib/documents/versioning.py -> build/bdist.linux-x86_64/wheel/./documents560copying build/lib/documents/matching.py -> build/bdist.linux-x86_64/wheel/./documents561copying build/lib/documents/filters.py -> build/bdist.linux-x86_64/wheel/./documents562creating build/bdist.linux-x86_64/wheel/documents/search563copying build/lib/documents/search/_tokenizer.py -> build/bdist.linux-x86_64/wheel/./documents/search564copying build/lib/documents/search/_schema.py -> build/bdist.linux-x86_64/wheel/./documents/search565copying build/lib/documents/search/_translate.py -> build/bdist.linux-x86_64/wheel/./documents/search566copying build/lib/documents/search/__init__.py -> build/bdist.linux-x86_64/wheel/./documents/search567copying build/lib/documents/search/_backend.py -> build/bdist.linux-x86_64/wheel/./documents/search568copying build/lib/documents/search/_dates.py -> build/bdist.linux-x86_64/wheel/./documents/search569copying build/lib/documents/search/_query.py -> build/bdist.linux-x86_64/wheel/./documents/search570copying build/lib/documents/regex.py -> build/bdist.linux-x86_64/wheel/./documents571copying build/lib/documents/mail.py -> build/bdist.linux-x86_64/wheel/./documents572copying build/lib/documents/admin.py -> build/bdist.linux-x86_64/wheel/./documents573copying build/lib/documents/caching.py -> build/bdist.linux-x86_64/wheel/./documents574copying build/lib/documents/serialisers.py -> build/bdist.linux-x86_64/wheel/./documents575copying build/lib/documents/permissions.py -> build/bdist.linux-x86_64/wheel/./documents576copying build/lib/documents/utils.py -> build/bdist.linux-x86_64/wheel/./documents577copying build/lib/documents/converters.py -> build/bdist.linux-x86_64/wheel/./documents578copying build/lib/documents/classifier.py -> build/bdist.linux-x86_64/wheel/./documents579copying build/lib/documents/schema.py -> build/bdist.linux-x86_64/wheel/./documents580copying build/lib/documents/views.py -> build/bdist.linux-x86_64/wheel/./documents581copying build/lib/documents/apps.py -> build/bdist.linux-x86_64/wheel/./documents582creating build/bdist.linux-x86_64/wheel/documents/templating583copying build/lib/documents/templating/utils.py -> build/bdist.linux-x86_64/wheel/./documents/templating584copying build/lib/documents/templating/environment.py -> build/bdist.linux-x86_64/wheel/./documents/templating585copying build/lib/documents/templating/__init__.py -> build/bdist.linux-x86_64/wheel/./documents/templating586copying build/lib/documents/templating/workflows.py -> build/bdist.linux-x86_64/wheel/./documents/templating587copying build/lib/documents/templating/filters.py -> build/bdist.linux-x86_64/wheel/./documents/templating588copying build/lib/documents/templating/filepath.py -> build/bdist.linux-x86_64/wheel/./documents/templating589copying build/lib/documents/tasks.py -> build/bdist.linux-x86_64/wheel/./documents590copying build/lib/documents/consumer.py -> build/bdist.linux-x86_64/wheel/./documents591copying build/lib/documents/sanity_checker.py -> build/bdist.linux-x86_64/wheel/./documents592creating build/bdist.linux-x86_64/wheel/documents/workflows593copying build/lib/documents/workflows/utils.py -> build/bdist.linux-x86_64/wheel/./documents/workflows594copying build/lib/documents/workflows/actions.py -> build/bdist.linux-x86_64/wheel/./documents/workflows595copying build/lib/documents/workflows/__init__.py -> build/bdist.linux-x86_64/wheel/./documents/workflows596copying build/lib/documents/workflows/webhooks.py -> build/bdist.linux-x86_64/wheel/./documents/workflows597copying build/lib/documents/workflows/mutations.py -> build/bdist.linux-x86_64/wheel/./documents/workflows598creating build/bdist.linux-x86_64/wheel/documents/management599copying build/lib/documents/management/__init__.py -> build/bdist.linux-x86_64/wheel/./documents/management600creating build/bdist.linux-x86_64/wheel/documents/management/commands601copying build/lib/documents/management/commands/document_sanity_checker.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands602copying build/lib/documents/management/commands/document_fuzzy_match.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands603copying build/lib/documents/management/commands/document_consumer.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands604copying build/lib/documents/management/commands/document_exporter.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands605copying build/lib/documents/management/commands/mixins.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands606copying build/lib/documents/management/commands/document_archiver.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands607copying build/lib/documents/management/commands/document_thumbnails.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands608copying build/lib/documents/management/commands/document_retagger.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands609copying build/lib/documents/management/commands/document_create_classifier.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands610copying build/lib/documents/management/commands/base.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands611copying build/lib/documents/management/commands/document_importer.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands612copying build/lib/documents/management/commands/document_index.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands613copying build/lib/documents/management/commands/__init__.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands614copying build/lib/documents/management/commands/prune_audit_logs.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands615copying build/lib/documents/management/commands/document_llmindex.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands616copying build/lib/documents/management/commands/convert_mariadb_uuid.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands617copying build/lib/documents/management/commands/document_renamer.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands618copying build/lib/documents/management/commands/manage_superuser.py -> build/bdist.linux-x86_64/wheel/./documents/management/commands619copying build/lib/documents/models.py -> build/bdist.linux-x86_64/wheel/./documents620copying build/lib/documents/data_models.py -> build/bdist.linux-x86_64/wheel/./documents621copying build/lib/documents/settings.py -> build/bdist.linux-x86_64/wheel/./documents622copying build/lib/documents/barcodes.py -> build/bdist.linux-x86_64/wheel/./documents623copying build/lib/documents/parsers.py -> build/bdist.linux-x86_64/wheel/./documents624copying build/lib/documents/validators.py -> build/bdist.linux-x86_64/wheel/./documents625creating build/bdist.linux-x86_64/wheel/documents/signals626copying build/lib/documents/signals/__init__.py -> build/bdist.linux-x86_64/wheel/./documents/signals627copying build/lib/documents/signals/handlers.py -> build/bdist.linux-x86_64/wheel/./documents/signals628creating build/bdist.linux-x86_64/wheel/documents/plugins629copying build/lib/documents/plugins/__init__.py -> build/bdist.linux-x86_64/wheel/./documents/plugins630copying build/lib/documents/plugins/base.py -> build/bdist.linux-x86_64/wheel/./documents/plugins631creating build/bdist.linux-x86_64/wheel/documents/plugins/date_parsing632copying build/lib/documents/plugins/date_parsing/__init__.py -> build/bdist.linux-x86_64/wheel/./documents/plugins/date_parsing633copying build/lib/documents/plugins/date_parsing/base.py -> build/bdist.linux-x86_64/wheel/./documents/plugins/date_parsing634copying build/lib/documents/plugins/date_parsing/regex_parser.py -> build/bdist.linux-x86_64/wheel/./documents/plugins/date_parsing635copying build/lib/documents/plugins/helpers.py -> build/bdist.linux-x86_64/wheel/./documents/plugins636copying build/lib/documents/bulk_edit.py -> build/bdist.linux-x86_64/wheel/./documents637creating build/bdist.linux-x86_64/wheel/documents/migrations638copying build/lib/documents/migrations/0014_savedview_visibility_to_ui_settings.py -> build/bdist.linux-x86_64/wheel/./documents/migrations639copying build/lib/documents/migrations/__init__.py -> build/bdist.linux-x86_64/wheel/./documents/migrations640copying build/lib/documents/migrations/0022_add_perf_indexes.py -> build/bdist.linux-x86_64/wheel/./documents/migrations641copying build/lib/documents/migrations/0020_drop_celery_results.py -> build/bdist.linux-x86_64/wheel/./documents/migrations642copying build/lib/documents/migrations/0011_alter_workflowaction_type.py -> build/bdist.linux-x86_64/wheel/./documents/migrations643copying build/lib/documents/migrations/0016_sha256_checksums.py -> build/bdist.linux-x86_64/wheel/./documents/migrations644copying build/lib/documents/migrations/0006_document_content_length.py -> build/bdist.linux-x86_64/wheel/./documents/migrations645copying build/lib/documents/migrations/0001_squashed.py -> build/bdist.linux-x86_64/wheel/./documents/migrations646copying build/lib/documents/migrations/0013_alter_paperlesstask_task_name.py -> build/bdist.linux-x86_64/wheel/./documents/migrations647copying build/lib/documents/migrations/0012_document_root_document.py -> build/bdist.linux-x86_64/wheel/./documents/migrations648copying build/lib/documents/migrations/0019_task_system_redesign.py -> build/bdist.linux-x86_64/wheel/./documents/migrations649copying build/lib/documents/migrations/0015_document_version_index_and_more.py -> build/bdist.linux-x86_64/wheel/./documents/migrations650copying build/lib/documents/migrations/0004_workflowtrigger_filter_has_any_correspondents_and_more.py -> build/bdist.linux-x86_64/wheel/./documents/migrations651copying build/lib/documents/migrations/0008_workflowaction_passwords_alter_workflowaction_type.py -> build/bdist.linux-x86_64/wheel/./documents/migrations652copying build/lib/documents/migrations/0005_alter_document_checksum_unique.py -> build/bdist.linux-x86_64/wheel/./documents/migrations653copying build/lib/documents/migrations/0002_squashed.py -> build/bdist.linux-x86_64/wheel/./documents/migrations654copying build/lib/documents/migrations/0017_migrate_fulltext_query_field_prefixes.py -> build/bdist.linux-x86_64/wheel/./documents/migrations655copying build/lib/documents/migrations/0010_optimize_integer_field_sizes.py -> build/bdist.linux-x86_64/wheel/./documents/migrations656copying build/lib/documents/migrations/0018_saved_view_simple_search_rules.py -> build/bdist.linux-x86_64/wheel/./documents/migrations657copying build/lib/documents/migrations/0007_sharelinkbundle.py -> build/bdist.linux-x86_64/wheel/./documents/migrations658copying build/lib/documents/migrations/0003_remove_document_storage_type.py -> build/bdist.linux-x86_64/wheel/./documents/migrations659copying build/lib/documents/migrations/0009_alter_document_content_length.py -> build/bdist.linux-x86_64/wheel/./documents/migrations660copying build/lib/documents/migrations/0021_widen_workflow_integer_fields.py -> build/bdist.linux-x86_64/wheel/./documents/migrations661copying build/lib/documents/double_sided.py -> build/bdist.linux-x86_64/wheel/./documents662copying build/lib/documents/__init__.py -> build/bdist.linux-x86_64/wheel/./documents663creating build/bdist.linux-x86_64/wheel/documents/tests664copying build/lib/documents/tests/test_api_filter_by_custom_fields.py -> build/bdist.linux-x86_64/wheel/./documents/tests665copying build/lib/documents/tests/test_version_conditionals.py -> build/bdist.linux-x86_64/wheel/./documents/tests666copying build/lib/documents/tests/test_management_retagger.py -> build/bdist.linux-x86_64/wheel/./documents/tests667copying build/lib/documents/tests/test_tag_hierarchy.py -> build/bdist.linux-x86_64/wheel/./documents/tests668copying build/lib/documents/tests/test_parsers.py -> build/bdist.linux-x86_64/wheel/./documents/tests669copying build/lib/documents/tests/conftest.py -> build/bdist.linux-x86_64/wheel/./documents/tests670copying build/lib/documents/tests/test_management_superuser.py -> build/bdist.linux-x86_64/wheel/./documents/tests671copying build/lib/documents/tests/test_api_status.py -> build/bdist.linux-x86_64/wheel/./documents/tests672copying build/lib/documents/tests/test_api_schema.py -> build/bdist.linux-x86_64/wheel/./documents/tests673copying build/lib/documents/tests/test_workflows.py -> build/bdist.linux-x86_64/wheel/./documents/tests674copying build/lib/documents/tests/test_classifier.py -> build/bdist.linux-x86_64/wheel/./documents/tests675copying build/lib/documents/tests/test_management_fuzzy.py -> build/bdist.linux-x86_64/wheel/./documents/tests676copying build/lib/documents/tests/test_api_app_config.py -> build/bdist.linux-x86_64/wheel/./documents/tests677copying build/lib/documents/tests/test_api_custom_fields.py -> build/bdist.linux-x86_64/wheel/./documents/tests678copying build/lib/documents/tests/test_api_email.py -> build/bdist.linux-x86_64/wheel/./documents/tests679copying build/lib/documents/tests/__init__.py -> build/bdist.linux-x86_64/wheel/./documents/tests680copying build/lib/documents/tests/test_matchables.py -> build/bdist.linux-x86_64/wheel/./documents/tests681copying build/lib/documents/tests/test_checks.py -> build/bdist.linux-x86_64/wheel/./documents/tests682copying build/lib/documents/tests/test_api_workflows.py -> build/bdist.linux-x86_64/wheel/./documents/tests683copying build/lib/documents/tests/utils.py -> build/bdist.linux-x86_64/wheel/./documents/tests684copying build/lib/documents/tests/test_barcodes.py -> build/bdist.linux-x86_64/wheel/./documents/tests685copying build/lib/documents/tests/test_management_consumer.py -> build/bdist.linux-x86_64/wheel/./documents/tests686copying build/lib/documents/tests/test_file_handling.py -> build/bdist.linux-x86_64/wheel/./documents/tests687copying build/lib/documents/tests/test_management_exporter.py -> build/bdist.linux-x86_64/wheel/./documents/tests688creating build/bdist.linux-x86_64/wheel/documents/tests/management689copying build/lib/documents/tests/management/test_management_base_cmd.py -> build/bdist.linux-x86_64/wheel/./documents/tests/management690copying build/lib/documents/tests/management/test_management_sanity_checker.py -> build/bdist.linux-x86_64/wheel/./documents/tests/management691copying build/lib/documents/tests/management/__init__.py -> build/bdist.linux-x86_64/wheel/./documents/tests/management692copying build/lib/documents/tests/management/test_management_document_llmindex.py -> build/bdist.linux-x86_64/wheel/./documents/tests/management693copying build/lib/documents/tests/test_migration_sha256_checksums.py -> build/bdist.linux-x86_64/wheel/./documents/tests694copying build/lib/documents/tests/test_api_objects.py -> build/bdist.linux-x86_64/wheel/./documents/tests695copying build/lib/documents/tests/test_management.py -> build/bdist.linux-x86_64/wheel/./documents/tests696copying build/lib/documents/tests/test_document_model.py -> build/bdist.linux-x86_64/wheel/./documents/tests697copying build/lib/documents/tests/test_migration_saved_view_visibility.py -> build/bdist.linux-x86_64/wheel/./documents/tests698copying build/lib/documents/tests/test_double_sided.py -> build/bdist.linux-x86_64/wheel/./documents/tests699copying build/lib/documents/tests/test_api_tasks.py -> build/bdist.linux-x86_64/wheel/./documents/tests700copying build/lib/documents/tests/test_filters.py -> build/bdist.linux-x86_64/wheel/./documents/tests701copying build/lib/documents/tests/test_api_documents.py -> build/bdist.linux-x86_64/wheel/./documents/tests702copying build/lib/documents/tests/test_api_trash.py -> build/bdist.linux-x86_64/wheel/./documents/tests703copying build/lib/documents/tests/test_regex.py -> build/bdist.linux-x86_64/wheel/./documents/tests704copying build/lib/documents/tests/test_management_thumbnails.py -> build/bdist.linux-x86_64/wheel/./documents/tests705copying build/lib/documents/tests/factories.py -> build/bdist.linux-x86_64/wheel/./documents/tests706copying build/lib/documents/tests/test_consumer_archive.py -> build/bdist.linux-x86_64/wheel/./documents/tests707copying build/lib/documents/tests/test_consumer.py -> build/bdist.linux-x86_64/wheel/./documents/tests708copying build/lib/documents/tests/test_utils.py -> build/bdist.linux-x86_64/wheel/./documents/tests709copying build/lib/documents/tests/test_bulk_edit.py -> build/bdist.linux-x86_64/wheel/./documents/tests710copying build/lib/documents/tests/test_admin.py -> build/bdist.linux-x86_64/wheel/./documents/tests711copying build/lib/documents/tests/test_filepath_nfc.py -> build/bdist.linux-x86_64/wheel/./documents/tests712copying build/lib/documents/tests/test_caching.py -> build/bdist.linux-x86_64/wheel/./documents/tests713copying build/lib/documents/tests/test_share_link_bundles.py -> build/bdist.linux-x86_64/wheel/./documents/tests714creating build/bdist.linux-x86_64/wheel/documents/tests/search715copying build/lib/documents/tests/search/test_schema.py -> build/bdist.linux-x86_64/wheel/./documents/tests/search716copying build/lib/documents/tests/search/test_lock_backoff.py -> build/bdist.linux-x86_64/wheel/./documents/tests/search717copying build/lib/documents/tests/search/test_translate.py -> build/bdist.linux-x86_64/wheel/./documents/tests/search718copying build/lib/documents/tests/search/conftest.py -> build/bdist.linux-x86_64/wheel/./documents/tests/search719copying build/lib/documents/tests/search/test_migration_fulltext_query_field_prefixes.py -> build/bdist.linux-x86_64/wheel/./documents/tests/search720copying build/lib/documents/tests/search/test_backend.py -> build/bdist.linux-x86_64/wheel/./documents/tests/search721copying build/lib/documents/tests/search/test_query.py -> build/bdist.linux-x86_64/wheel/./documents/tests/search722copying build/lib/documents/tests/search/test_tokenizer.py -> build/bdist.linux-x86_64/wheel/./documents/tests/search723copying build/lib/documents/tests/search/__init__.py -> build/bdist.linux-x86_64/wheel/./documents/tests/search724copying build/lib/documents/tests/test_api_search.py -> build/bdist.linux-x86_64/wheel/./documents/tests725copying build/lib/documents/tests/test_views.py -> build/bdist.linux-x86_64/wheel/./documents/tests726copying build/lib/documents/tests/test_api_profile.py -> build/bdist.linux-x86_64/wheel/./documents/tests727copying build/lib/documents/tests/test_api_post_document_nfc.py -> build/bdist.linux-x86_64/wheel/./documents/tests728copying build/lib/documents/tests/test_models.py -> build/bdist.linux-x86_64/wheel/./documents/tests729creating build/bdist.linux-x86_64/wheel/documents/tests/date_parsing730copying build/lib/documents/tests/date_parsing/test_date_parsing.py -> build/bdist.linux-x86_64/wheel/./documents/tests/date_parsing731copying build/lib/documents/tests/date_parsing/test_date_parser_plugin_loading.py -> build/bdist.linux-x86_64/wheel/./documents/tests/date_parsing732copying build/lib/documents/tests/date_parsing/conftest.py -> build/bdist.linux-x86_64/wheel/./documents/tests/date_parsing733copying build/lib/documents/tests/date_parsing/__init__.py -> build/bdist.linux-x86_64/wheel/./documents/tests/date_parsing734copying build/lib/documents/tests/test_management_importer.py -> build/bdist.linux-x86_64/wheel/./documents/tests735copying build/lib/documents/tests/test_api_chat.py -> build/bdist.linux-x86_64/wheel/./documents/tests736copying build/lib/documents/tests/test_task_signals.py -> build/bdist.linux-x86_64/wheel/./documents/tests737copying build/lib/documents/tests/test_api_uisettings.py -> build/bdist.linux-x86_64/wheel/./documents/tests738copying build/lib/documents/tests/test_api_document_versions.py -> build/bdist.linux-x86_64/wheel/./documents/tests739copying build/lib/documents/tests/test_migration_share_link_bundle.py -> build/bdist.linux-x86_64/wheel/./documents/tests740copying build/lib/documents/tests/test_api_bulk_edit.py -> build/bdist.linux-x86_64/wheel/./documents/tests741copying build/lib/documents/tests/test_api_bulk_download.py -> build/bdist.linux-x86_64/wheel/./documents/tests742copying build/lib/documents/tests/test_tasks.py -> build/bdist.linux-x86_64/wheel/./documents/tests743copying build/lib/documents/tests/test_api_permissions.py -> build/bdist.linux-x86_64/wheel/./documents/tests744copying build/lib/documents/tests/test_api_remote_version.py -> build/bdist.linux-x86_64/wheel/./documents/tests745copying build/lib/documents/tests/test_sanity_check.py -> build/bdist.linux-x86_64/wheel/./documents/tests746copying build/lib/documents/loggers.py -> build/bdist.linux-x86_64/wheel/./documents747copying build/lib/documents/bulk_download.py -> build/bdist.linux-x86_64/wheel/./documents748copying build/lib/documents/file_handling.py -> build/bdist.linux-x86_64/wheel/./documents749copying build/lib/documents/context_processors.py -> build/bdist.linux-x86_64/wheel/./documents750copying build/lib/documents/checks.py -> build/bdist.linux-x86_64/wheel/./documents751copying build/lib/documents/conditionals.py -> build/bdist.linux-x86_64/wheel/./documents752running install_egg_info753Copying src/paperless_ngx.egg-info to build/bdist.linux-x86_64/wheel/./paperless_ngx-3.0.5-py3.14.egg-info754running install_scripts755creating build/bdist.linux-x86_64/wheel/paperless_ngx-3.0.5.dist-info/WHEEL756creating '/build/source/dist/.tmp-dt1_ssog/paperless_ngx-3.0.5-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it757adding 'manage.py'758adding 'documents/__init__.py'759adding 'documents/admin.py'760adding 'documents/apps.py'761adding 'documents/barcodes.py'762adding 'documents/bulk_download.py'763adding 'documents/bulk_edit.py'764adding 'documents/caching.py'765adding 'documents/checks.py'766adding 'documents/classifier.py'767adding 'documents/conditionals.py'768adding 'documents/consumer.py'769adding 'documents/context_processors.py'770adding 'documents/converters.py'771adding 'documents/data_models.py'772adding 'documents/double_sided.py'773adding 'documents/file_handling.py'774adding 'documents/filters.py'775adding 'documents/loggers.py'776adding 'documents/mail.py'777adding 'documents/matching.py'778adding 'documents/models.py'779adding 'documents/parsers.py'780adding 'documents/permissions.py'781adding 'documents/regex.py'782adding 'documents/sanity_checker.py'783adding 'documents/schema.py'784adding 'documents/serialisers.py'785adding 'documents/settings.py'786adding 'documents/tasks.py'787adding 'documents/utils.py'788adding 'documents/validators.py'789adding 'documents/versioning.py'790adding 'documents/views.py'791adding 'documents/management/__init__.py'792adding 'documents/management/commands/__init__.py'793adding 'documents/management/commands/base.py'794adding 'documents/management/commands/convert_mariadb_uuid.py'795adding 'documents/management/commands/document_archiver.py'796adding 'documents/management/commands/document_consumer.py'797adding 'documents/management/commands/document_create_classifier.py'798adding 'documents/management/commands/document_exporter.py'799adding 'documents/management/commands/document_fuzzy_match.py'800adding 'documents/management/commands/document_importer.py'801adding 'documents/management/commands/document_index.py'802adding 'documents/management/commands/document_llmindex.py'803adding 'documents/management/commands/document_renamer.py'804adding 'documents/management/commands/document_retagger.py'805adding 'documents/management/commands/document_sanity_checker.py'806adding 'documents/management/commands/document_thumbnails.py'807adding 'documents/management/commands/manage_superuser.py'808adding 'documents/management/commands/mixins.py'809adding 'documents/management/commands/prune_audit_logs.py'810adding 'documents/migrations/0001_squashed.py'811adding 'documents/migrations/0002_squashed.py'812adding 'documents/migrations/0003_remove_document_storage_type.py'813adding 'documents/migrations/0004_workflowtrigger_filter_has_any_correspondents_and_more.py'814adding 'documents/migrations/0005_alter_document_checksum_unique.py'815adding 'documents/migrations/0006_document_content_length.py'816adding 'documents/migrations/0007_sharelinkbundle.py'817adding 'documents/migrations/0008_workflowaction_passwords_alter_workflowaction_type.py'818adding 'documents/migrations/0009_alter_document_content_length.py'819adding 'documents/migrations/0010_optimize_integer_field_sizes.py'820adding 'documents/migrations/0011_alter_workflowaction_type.py'821adding 'documents/migrations/0012_document_root_document.py'822adding 'documents/migrations/0013_alter_paperlesstask_task_name.py'823adding 'documents/migrations/0014_savedview_visibility_to_ui_settings.py'824adding 'documents/migrations/0015_document_version_index_and_more.py'825adding 'documents/migrations/0016_sha256_checksums.py'826adding 'documents/migrations/0017_migrate_fulltext_query_field_prefixes.py'827adding 'documents/migrations/0018_saved_view_simple_search_rules.py'828adding 'documents/migrations/0019_task_system_redesign.py'829adding 'documents/migrations/0020_drop_celery_results.py'830adding 'documents/migrations/0021_widen_workflow_integer_fields.py'831adding 'documents/migrations/0022_add_perf_indexes.py'832adding 'documents/migrations/__init__.py'833adding 'documents/plugins/__init__.py'834adding 'documents/plugins/base.py'835adding 'documents/plugins/helpers.py'836adding 'documents/plugins/date_parsing/__init__.py'837adding 'documents/plugins/date_parsing/base.py'838adding 'documents/plugins/date_parsing/regex_parser.py'839adding 'documents/search/__init__.py'840adding 'documents/search/_backend.py'841adding 'documents/search/_dates.py'842adding 'documents/search/_query.py'843adding 'documents/search/_schema.py'844adding 'documents/search/_tokenizer.py'845adding 'documents/search/_translate.py'846adding 'documents/signals/__init__.py'847adding 'documents/signals/handlers.py'848adding 'documents/templating/__init__.py'849adding 'documents/templating/environment.py'850adding 'documents/templating/filepath.py'851adding 'documents/templating/filters.py'852adding 'documents/templating/utils.py'853adding 'documents/templating/workflows.py'854adding 'documents/tests/__init__.py'855adding 'documents/tests/conftest.py'856adding 'documents/tests/factories.py'857adding 'documents/tests/test_admin.py'858adding 'documents/tests/test_api_app_config.py'859adding 'documents/tests/test_api_bulk_download.py'860adding 'documents/tests/test_api_bulk_edit.py'861adding 'documents/tests/test_api_chat.py'862adding 'documents/tests/test_api_custom_fields.py'863adding 'documents/tests/test_api_document_versions.py'864adding 'documents/tests/test_api_documents.py'865adding 'documents/tests/test_api_email.py'866adding 'documents/tests/test_api_filter_by_custom_fields.py'867adding 'documents/tests/test_api_objects.py'868adding 'documents/tests/test_api_permissions.py'869adding 'documents/tests/test_api_post_document_nfc.py'870adding 'documents/tests/test_api_profile.py'871adding 'documents/tests/test_api_remote_version.py'872adding 'documents/tests/test_api_schema.py'873adding 'documents/tests/test_api_search.py'874adding 'documents/tests/test_api_status.py'875adding 'documents/tests/test_api_tasks.py'876adding 'documents/tests/test_api_trash.py'877adding 'documents/tests/test_api_uisettings.py'878adding 'documents/tests/test_api_workflows.py'879adding 'documents/tests/test_barcodes.py'880adding 'documents/tests/test_bulk_edit.py'881adding 'documents/tests/test_caching.py'882adding 'documents/tests/test_checks.py'883adding 'documents/tests/test_classifier.py'884adding 'documents/tests/test_consumer.py'885adding 'documents/tests/test_consumer_archive.py'886adding 'documents/tests/test_document_model.py'887adding 'documents/tests/test_double_sided.py'888adding 'documents/tests/test_file_handling.py'889adding 'documents/tests/test_filepath_nfc.py'890adding 'documents/tests/test_filters.py'891adding 'documents/tests/test_management.py'892adding 'documents/tests/test_management_consumer.py'893adding 'documents/tests/test_management_exporter.py'894adding 'documents/tests/test_management_fuzzy.py'895adding 'documents/tests/test_management_importer.py'896adding 'documents/tests/test_management_retagger.py'897adding 'documents/tests/test_management_superuser.py'898adding 'documents/tests/test_management_thumbnails.py'899adding 'documents/tests/test_matchables.py'900adding 'documents/tests/test_migration_saved_view_visibility.py'901adding 'documents/tests/test_migration_sha256_checksums.py'902adding 'documents/tests/test_migration_share_link_bundle.py'903adding 'documents/tests/test_models.py'904adding 'documents/tests/test_parsers.py'905adding 'documents/tests/test_regex.py'906adding 'documents/tests/test_sanity_check.py'907adding 'documents/tests/test_share_link_bundles.py'908adding 'documents/tests/test_tag_hierarchy.py'909adding 'documents/tests/test_task_signals.py'910adding 'documents/tests/test_tasks.py'911adding 'documents/tests/test_utils.py'912adding 'documents/tests/test_version_conditionals.py'913adding 'documents/tests/test_views.py'914adding 'documents/tests/test_workflows.py'915adding 'documents/tests/utils.py'916adding 'documents/tests/date_parsing/__init__.py'917adding 'documents/tests/date_parsing/conftest.py'918adding 'documents/tests/date_parsing/test_date_parser_plugin_loading.py'919adding 'documents/tests/date_parsing/test_date_parsing.py'920adding 'documents/tests/management/__init__.py'921adding 'documents/tests/management/test_management_base_cmd.py'922adding 'documents/tests/management/test_management_document_llmindex.py'923adding 'documents/tests/management/test_management_sanity_checker.py'924adding 'documents/tests/search/__init__.py'925adding 'documents/tests/search/conftest.py'926adding 'documents/tests/search/test_backend.py'927adding 'documents/tests/search/test_lock_backoff.py'928adding 'documents/tests/search/test_migration_fulltext_query_field_prefixes.py'929adding 'documents/tests/search/test_query.py'930adding 'documents/tests/search/test_schema.py'931adding 'documents/tests/search/test_tokenizer.py'932adding 'documents/tests/search/test_translate.py'933adding 'documents/workflows/__init__.py'934adding 'documents/workflows/actions.py'935adding 'documents/workflows/mutations.py'936adding 'documents/workflows/utils.py'937adding 'documents/workflows/webhooks.py'938adding 'paperless/__init__.py'939adding 'paperless/adapter.py'940adding 'paperless/admin.py'941adding 'paperless/apps.py'942adding 'paperless/asgi.py'943adding 'paperless/auth.py'944adding 'paperless/celery.py'945adding 'paperless/checks.py'946adding 'paperless/config.py'947adding 'paperless/consumers.py'948adding 'paperless/db_cache.py'949adding 'paperless/filters.py'950adding 'paperless/logging.py'951adding 'paperless/middleware.py'952adding 'paperless/models.py'953adding 'paperless/network.py'954adding 'paperless/serialisers.py'955adding 'paperless/signals.py'956adding 'paperless/urls.py'957adding 'paperless/utils.py'958adding 'paperless/validators.py'959adding 'paperless/version.py'960adding 'paperless/views.py'961adding 'paperless/wsgi.py'962adding 'paperless/migrations/0001_initial.py'963adding 'paperless/migrations/0002_applicationconfiguration_app_logo_and_more.py'964adding 'paperless/migrations/0003_alter_applicationconfiguration_max_image_pixels.py'965adding 'paperless/migrations/0004_applicationconfiguration_barcode_asn_prefix_and_more.py'966adding 'paperless/migrations/0005_applicationconfiguration_ai_enabled_and_more.py'967adding 'paperless/migrations/0006_applicationconfiguration_barcode_tag_split.py'968adding 'paperless/migrations/0007_optimize_integer_field_sizes.py'969adding 'paperless/migrations/0008_replace_skip_archive_file.py'970adding 'paperless/migrations/0009_alter_applicationconfiguration_options.py'971adding 'paperless/migrations/0010_alter_applicationconfiguration_llm_embedding_backend.py'972adding 'paperless/migrations/0011_applicationconfiguration_llm_embedding_chunk_size.py'973adding 'paperless/migrations/0012_applicationconfiguration_llm_output_language.py'974adding 'paperless/migrations/0013_applicationconfiguration_llm_request_timeout.py'975adding 'paperless/migrations/__init__.py'976adding 'paperless/parsers/__init__.py'977adding 'paperless/parsers/mail.py'978adding 'paperless/parsers/registry.py'979adding 'paperless/parsers/remote.py'980adding 'paperless/parsers/tesseract.py'981adding 'paperless/parsers/text.py'982adding 'paperless/parsers/tika.py'983adding 'paperless/parsers/utils.py'984adding 'paperless/settings/__init__.py'985adding 'paperless/settings/custom.py'986adding 'paperless/settings/parsers.py'987adding 'paperless/tests/__init__.py'988adding 'paperless/tests/conftest.py'989adding 'paperless/tests/test_adapter.py'990adding 'paperless/tests/test_api_auth.py'991adding 'paperless/tests/test_celery.py'992adding 'paperless/tests/test_checks.py'993adding 'paperless/tests/test_checks_v3.py'994adding 'paperless/tests/test_logging.py'995adding 'paperless/tests/test_migration_replace_skip_archive_file.py'996adding 'paperless/tests/test_network.py'997adding 'paperless/tests/test_ocr_config.py'998adding 'paperless/tests/test_parser_utils.py'999adding 'paperless/tests/test_registry.py'1000adding 'paperless/tests/test_signals.py'1001adding 'paperless/tests/test_utils.py'1002adding 'paperless/tests/test_views.py'1003adding 'paperless/tests/test_websockets.py'1004adding 'paperless/tests/parsers/__init__.py'1005adding 'paperless/tests/parsers/conftest.py'1006adding 'paperless/tests/parsers/test_convert_image_to_pdfa.py'1007adding 'paperless/tests/parsers/test_mail_parser.py'1008adding 'paperless/tests/parsers/test_mail_parser_live.py'1009adding 'paperless/tests/parsers/test_parse_modes.py'1010adding 'paperless/tests/parsers/test_remote_parser.py'1011adding 'paperless/tests/parsers/test_tesseract_custom_settings.py'1012adding 'paperless/tests/parsers/test_tesseract_parser.py'1013adding 'paperless/tests/parsers/test_text_parser.py'1014adding 'paperless/tests/parsers/test_tika_liva.py'1015adding 'paperless/tests/parsers/test_tika_parser.py'1016adding 'paperless/tests/settings/__init__.py'1017adding 'paperless/tests/settings/test_custom_parsers.py'1018adding 'paperless/tests/settings/test_db_cache.py'1019adding 'paperless/tests/settings/test_environment_parsers.py'1020adding 'paperless/tests/settings/test_remote_user.py'1021adding 'paperless/tests/settings/test_settings.py'1022adding 'paperless_ai/__init__.py'1023adding 'paperless_ai/ai_classifier.py'1024adding 'paperless_ai/base_model.py'1025adding 'paperless_ai/chat.py'1026adding 'paperless_ai/client.py'1027adding 'paperless_ai/db.py'1028adding 'paperless_ai/embedding.py'1029adding 'paperless_ai/exceptions.py'1030adding 'paperless_ai/indexing.py'1031adding 'paperless_ai/matching.py'1032adding 'paperless_ai/tables.py'1033adding 'paperless_ai/vector_store.py'1034adding 'paperless_ai/migrations/__init__.py'1035adding 'paperless_ai/migrations/m0001_v1_to_v2.py'1036adding 'paperless_ai/tests/__init__.py'1037adding 'paperless_ai/tests/conftest.py'1038adding 'paperless_ai/tests/test_ai_classifier.py'1039adding 'paperless_ai/tests/test_ai_indexing.py'1040adding 'paperless_ai/tests/test_base_model.py'1041adding 'paperless_ai/tests/test_chat.py'1042adding 'paperless_ai/tests/test_client.py'1043adding 'paperless_ai/tests/test_embedding.py'1044adding 'paperless_ai/tests/test_index_locking.py'1045adding 'paperless_ai/tests/test_lazy_imports.py'1046adding 'paperless_ai/tests/test_matching.py'1047adding 'paperless_ai/tests/test_tables.py'1048adding 'paperless_ai/tests/test_vector_store.py'1049adding 'paperless_mail/__init__.py'1050adding 'paperless_mail/admin.py'1051adding 'paperless_mail/apps.py'1052adding 'paperless_mail/filters.py'1053adding 'paperless_mail/mail.py'1054adding 'paperless_mail/models.py'1055adding 'paperless_mail/oauth.py'1056adding 'paperless_mail/preprocessor.py'1057adding 'paperless_mail/serialisers.py'1058adding 'paperless_mail/tasks.py'1059adding 'paperless_mail/views.py'1060adding 'paperless_mail/management/__init__.py'1061adding 'paperless_mail/management/commands/__init__.py'1062adding 'paperless_mail/management/commands/mail_fetcher.py'1063adding 'paperless_mail/migrations/0001_squashed.py'1064adding 'paperless_mail/migrations/0002_optimize_integer_field_sizes.py'1065adding 'paperless_mail/migrations/0003_mailrule_stop_processing.py'1066adding 'paperless_mail/migrations/0004_processedmail_uid_validity.py'1067adding 'paperless_mail/migrations/__init__.py'1068adding 'paperless_mail/tests/__init__.py'1069adding 'paperless_mail/tests/conftest.py'1070adding 'paperless_mail/tests/factories.py'1071adding 'paperless_mail/tests/test_api.py'1072adding 'paperless_mail/tests/test_live_mail.py'1073adding 'paperless_mail/tests/test_mail.py'1074adding 'paperless_mail/tests/test_mail_nfc.py'1075adding 'paperless_mail/tests/test_mail_oauth.py'1076adding 'paperless_mail/tests/test_migrations.py'1077adding 'paperless_mail/tests/test_preprocessor.py'1078adding 'paperless_ngx-3.0.5.dist-info/licenses/LICENSE'1079adding 'paperless_ngx-3.0.5.dist-info/METADATA'1080adding 'paperless_ngx-3.0.5.dist-info/WHEEL'1081adding 'paperless_ngx-3.0.5.dist-info/top_level.txt'1082adding 'paperless_ngx-3.0.5.dist-info/RECORD'1083removing build/bdist.linux-x86_64/wheel1084Successfully built paperless_ngx-3.0.5-py3-none-any.whl1085Finished creating a wheel...1086Listing 'src'...1087Listing 'src/documents'...1088Compiling 'src/documents/__init__.py'...1089Compiling 'src/documents/admin.py'...1090Compiling 'src/documents/apps.py'...1091Compiling 'src/documents/barcodes.py'...1092Compiling 'src/documents/bulk_download.py'...1093Compiling 'src/documents/bulk_edit.py'...1094Compiling 'src/documents/caching.py'...1095Compiling 'src/documents/checks.py'...1096Compiling 'src/documents/classifier.py'...1097Compiling 'src/documents/conditionals.py'...1098Compiling 'src/documents/consumer.py'...1099Compiling 'src/documents/context_processors.py'...1100Compiling 'src/documents/converters.py'...1101Compiling 'src/documents/data_models.py'...1102Compiling 'src/documents/double_sided.py'...1103Compiling 'src/documents/file_handling.py'...1104Compiling 'src/documents/filters.py'...1105Compiling 'src/documents/loggers.py'...1106Compiling 'src/documents/mail.py'...1107Listing 'src/documents/management'...1108Compiling 'src/documents/management/__init__.py'...1109Listing 'src/documents/management/commands'...1110Compiling 'src/documents/management/commands/__init__.py'...1111Compiling 'src/documents/management/commands/base.py'...1112Compiling 'src/documents/management/commands/convert_mariadb_uuid.py'...1113Compiling 'src/documents/management/commands/document_archiver.py'...1114Compiling 'src/documents/management/commands/document_consumer.py'...1115Compiling 'src/documents/management/commands/document_create_classifier.py'...1116Compiling 'src/documents/management/commands/document_exporter.py'...1117Compiling 'src/documents/management/commands/document_fuzzy_match.py'...1118Compiling 'src/documents/management/commands/document_importer.py'...1119Compiling 'src/documents/management/commands/document_index.py'...1120Compiling 'src/documents/management/commands/document_llmindex.py'...1121Compiling 'src/documents/management/commands/document_renamer.py'...1122Compiling 'src/documents/management/commands/document_retagger.py'...1123Compiling 'src/documents/management/commands/document_sanity_checker.py'...1124Compiling 'src/documents/management/commands/document_thumbnails.py'...1125Compiling 'src/documents/management/commands/manage_superuser.py'...1126Compiling 'src/documents/management/commands/mixins.py'...1127Compiling 'src/documents/management/commands/prune_audit_logs.py'...1128Compiling 'src/documents/matching.py'...1129Listing 'src/documents/migrations'...1130Compiling 'src/documents/migrations/0001_squashed.py'...1131Compiling 'src/documents/migrations/0002_squashed.py'...1132Compiling 'src/documents/migrations/0003_remove_document_storage_type.py'...1133Compiling 'src/documents/migrations/0004_workflowtrigger_filter_has_any_correspondents_and_more.py'...1134Compiling 'src/documents/migrations/0005_alter_document_checksum_unique.py'...1135Compiling 'src/documents/migrations/0006_document_content_length.py'...1136Compiling 'src/documents/migrations/0007_sharelinkbundle.py'...1137Compiling 'src/documents/migrations/0008_workflowaction_passwords_alter_workflowaction_type.py'...1138Compiling 'src/documents/migrations/0009_alter_document_content_length.py'...1139Compiling 'src/documents/migrations/0010_optimize_integer_field_sizes.py'...1140Compiling 'src/documents/migrations/0011_alter_workflowaction_type.py'...1141Compiling 'src/documents/migrations/0012_document_root_document.py'...1142Compiling 'src/documents/migrations/0013_alter_paperlesstask_task_name.py'...1143Compiling 'src/documents/migrations/0014_savedview_visibility_to_ui_settings.py'...1144Compiling 'src/documents/migrations/0015_document_version_index_and_more.py'...1145Compiling 'src/documents/migrations/0016_sha256_checksums.py'...1146Compiling 'src/documents/migrations/0017_migrate_fulltext_query_field_prefixes.py'...1147Compiling 'src/documents/migrations/0018_saved_view_simple_search_rules.py'...1148Compiling 'src/documents/migrations/0019_task_system_redesign.py'...1149Compiling 'src/documents/migrations/0020_drop_celery_results.py'...1150Compiling 'src/documents/migrations/0021_widen_workflow_integer_fields.py'...1151Compiling 'src/documents/migrations/0022_add_perf_indexes.py'...1152Compiling 'src/documents/migrations/__init__.py'...1153Compiling 'src/documents/models.py'...1154Compiling 'src/documents/parsers.py'...1155Compiling 'src/documents/permissions.py'...1156Listing 'src/documents/plugins'...1157Compiling 'src/documents/plugins/__init__.py'...1158Compiling 'src/documents/plugins/base.py'...1159Listing 'src/documents/plugins/date_parsing'...1160Compiling 'src/documents/plugins/date_parsing/__init__.py'...1161Compiling 'src/documents/plugins/date_parsing/base.py'...1162Compiling 'src/documents/plugins/date_parsing/regex_parser.py'...1163Compiling 'src/documents/plugins/helpers.py'...1164Compiling 'src/documents/regex.py'...1165Listing 'src/documents/resources'...1166Compiling 'src/documents/sanity_checker.py'...1167Compiling 'src/documents/schema.py'...1168Listing 'src/documents/search'...1169Compiling 'src/documents/search/__init__.py'...1170Compiling 'src/documents/search/_backend.py'...1171Compiling 'src/documents/search/_dates.py'...1172Compiling 'src/documents/search/_query.py'...1173Compiling 'src/documents/search/_schema.py'...1174Compiling 'src/documents/search/_tokenizer.py'...1175Compiling 'src/documents/search/_translate.py'...1176Compiling 'src/documents/serialisers.py'...1177Compiling 'src/documents/settings.py'...1178Listing 'src/documents/signals'...1179Compiling 'src/documents/signals/__init__.py'...1180Compiling 'src/documents/signals/handlers.py'...1181Listing 'src/documents/static'...1182Compiling 'src/documents/tasks.py'...1183Listing 'src/documents/templates'...1184Listing 'src/documents/templates/account'...1185Listing 'src/documents/templates/account/email'...1186Listing 'src/documents/templates/mfa'...1187Listing 'src/documents/templates/paperless-ngx'...1188Listing 'src/documents/templates/paperless-ngx/snippets'...1189Listing 'src/documents/templates/socialaccount'...1190Listing 'src/documents/templating'...1191Compiling 'src/documents/templating/__init__.py'...1192Compiling 'src/documents/templating/environment.py'...1193Compiling 'src/documents/templating/filepath.py'...1194Compiling 'src/documents/templating/filters.py'...1195Compiling 'src/documents/templating/utils.py'...1196Compiling 'src/documents/templating/workflows.py'...1197Listing 'src/documents/tests'...1198Compiling 'src/documents/tests/__init__.py'...1199Compiling 'src/documents/tests/conftest.py'...1200Listing 'src/documents/tests/date_parsing'...1201Compiling 'src/documents/tests/date_parsing/__init__.py'...1202Compiling 'src/documents/tests/date_parsing/conftest.py'...1203Compiling 'src/documents/tests/date_parsing/test_date_parser_plugin_loading.py'...1204Compiling 'src/documents/tests/date_parsing/test_date_parsing.py'...1205Listing 'src/documents/tests/examples'...1206Compiling 'src/documents/tests/factories.py'...1207Listing 'src/documents/tests/management'...1208Compiling 'src/documents/tests/management/__init__.py'...1209Compiling 'src/documents/tests/management/test_management_base_cmd.py'...1210Compiling 'src/documents/tests/management/test_management_document_llmindex.py'...1211Compiling 'src/documents/tests/management/test_management_sanity_checker.py'...1212Listing 'src/documents/tests/samples'...1213Listing 'src/documents/tests/samples/barcodes'...1214Listing 'src/documents/tests/samples/documents'...1215Listing 'src/documents/tests/samples/documents/archive'...1216Listing 'src/documents/tests/samples/documents/originals'...1217Listing 'src/documents/tests/samples/documents/thumbnails'...1218Listing 'src/documents/tests/search'...1219Compiling 'src/documents/tests/search/__init__.py'...1220Compiling 'src/documents/tests/search/conftest.py'...1221Compiling 'src/documents/tests/search/test_backend.py'...1222Compiling 'src/documents/tests/search/test_lock_backoff.py'...1223Compiling 'src/documents/tests/search/test_migration_fulltext_query_field_prefixes.py'...1224Compiling 'src/documents/tests/search/test_query.py'...1225Compiling 'src/documents/tests/search/test_schema.py'...1226Compiling 'src/documents/tests/search/test_tokenizer.py'...1227Compiling 'src/documents/tests/search/test_translate.py'...1228Compiling 'src/documents/tests/test_admin.py'...1229Compiling 'src/documents/tests/test_api_app_config.py'...1230Compiling 'src/documents/tests/test_api_bulk_download.py'...1231Compiling 'src/documents/tests/test_api_bulk_edit.py'...1232Compiling 'src/documents/tests/test_api_chat.py'...1233Compiling 'src/documents/tests/test_api_custom_fields.py'...1234Compiling 'src/documents/tests/test_api_document_versions.py'...1235Compiling 'src/documents/tests/test_api_documents.py'...1236Compiling 'src/documents/tests/test_api_email.py'...1237Compiling 'src/documents/tests/test_api_filter_by_custom_fields.py'...1238Compiling 'src/documents/tests/test_api_objects.py'...1239Compiling 'src/documents/tests/test_api_permissions.py'...1240Compiling 'src/documents/tests/test_api_post_document_nfc.py'...1241Compiling 'src/documents/tests/test_api_profile.py'...1242Compiling 'src/documents/tests/test_api_remote_version.py'...1243Compiling 'src/documents/tests/test_api_schema.py'...1244Compiling 'src/documents/tests/test_api_search.py'...1245Compiling 'src/documents/tests/test_api_status.py'...1246Compiling 'src/documents/tests/test_api_tasks.py'...1247Compiling 'src/documents/tests/test_api_trash.py'...1248Compiling 'src/documents/tests/test_api_uisettings.py'...1249Compiling 'src/documents/tests/test_api_workflows.py'...1250Compiling 'src/documents/tests/test_barcodes.py'...1251Compiling 'src/documents/tests/test_bulk_edit.py'...1252Compiling 'src/documents/tests/test_caching.py'...1253Compiling 'src/documents/tests/test_checks.py'...1254Compiling 'src/documents/tests/test_classifier.py'...1255Compiling 'src/documents/tests/test_consumer.py'...1256Compiling 'src/documents/tests/test_consumer_archive.py'...1257Compiling 'src/documents/tests/test_document_model.py'...1258Compiling 'src/documents/tests/test_double_sided.py'...1259Compiling 'src/documents/tests/test_file_handling.py'...1260Compiling 'src/documents/tests/test_filepath_nfc.py'...1261Compiling 'src/documents/tests/test_filters.py'...1262Compiling 'src/documents/tests/test_management.py'...1263Compiling 'src/documents/tests/test_management_consumer.py'...1264Compiling 'src/documents/tests/test_management_exporter.py'...1265Compiling 'src/documents/tests/test_management_fuzzy.py'...1266Compiling 'src/documents/tests/test_management_importer.py'...1267Compiling 'src/documents/tests/test_management_retagger.py'...1268Compiling 'src/documents/tests/test_management_superuser.py'...1269Compiling 'src/documents/tests/test_management_thumbnails.py'...1270Compiling 'src/documents/tests/test_matchables.py'...1271Compiling 'src/documents/tests/test_migration_saved_view_visibility.py'...1272Compiling 'src/documents/tests/test_migration_sha256_checksums.py'...1273Compiling 'src/documents/tests/test_migration_share_link_bundle.py'...1274Compiling 'src/documents/tests/test_models.py'...1275Compiling 'src/documents/tests/test_parsers.py'...1276Compiling 'src/documents/tests/test_regex.py'...1277Compiling 'src/documents/tests/test_sanity_check.py'...1278Compiling 'src/documents/tests/test_share_link_bundles.py'...1279Compiling 'src/documents/tests/test_tag_hierarchy.py'...1280Compiling 'src/documents/tests/test_task_signals.py'...1281Compiling 'src/documents/tests/test_tasks.py'...1282Compiling 'src/documents/tests/test_utils.py'...1283Compiling 'src/documents/tests/test_version_conditionals.py'...1284Compiling 'src/documents/tests/test_views.py'...1285Compiling 'src/documents/tests/test_workflows.py'...1286Compiling 'src/documents/tests/utils.py'...1287Compiling 'src/documents/utils.py'...1288Compiling 'src/documents/validators.py'...1289Compiling 'src/documents/versioning.py'...1290Compiling 'src/documents/views.py'...1291Listing 'src/documents/workflows'...1292Compiling 'src/documents/workflows/__init__.py'...1293Compiling 'src/documents/workflows/actions.py'...1294Compiling 'src/documents/workflows/mutations.py'...1295Compiling 'src/documents/workflows/utils.py'...1296Compiling 'src/documents/workflows/webhooks.py'...1297Listing 'src/locale'...1298Listing 'src/locale/af_ZA'...1299Listing 'src/locale/af_ZA/LC_MESSAGES'...1300Listing 'src/locale/am_ET'...1301Listing 'src/locale/am_ET/LC_MESSAGES'...1302Listing 'src/locale/ar_AR'...1303Listing 'src/locale/ar_AR/LC_MESSAGES'...1304Listing 'src/locale/be_BY'...1305Listing 'src/locale/be_BY/LC_MESSAGES'...1306Listing 'src/locale/bg_BG'...1307Listing 'src/locale/bg_BG/LC_MESSAGES'...1308Listing 'src/locale/ca_ES'...1309Listing 'src/locale/ca_ES/LC_MESSAGES'...1310Listing 'src/locale/cs_CZ'...1311Listing 'src/locale/cs_CZ/LC_MESSAGES'...1312Listing 'src/locale/da_DK'...1313Listing 'src/locale/da_DK/LC_MESSAGES'...1314Listing 'src/locale/de_CH'...1315Listing 'src/locale/de_CH/LC_MESSAGES'...1316Listing 'src/locale/de_DE'...1317Listing 'src/locale/de_DE/LC_MESSAGES'...1318Listing 'src/locale/el_GR'...1319Listing 'src/locale/el_GR/LC_MESSAGES'...1320Listing 'src/locale/en_GB'...1321Listing 'src/locale/en_GB/LC_MESSAGES'...1322Listing 'src/locale/en_US'...1323Listing 'src/locale/en_US/LC_MESSAGES'...1324Listing 'src/locale/es_ES'...1325Listing 'src/locale/es_ES/LC_MESSAGES'...1326Listing 'src/locale/et_EE'...1327Listing 'src/locale/et_EE/LC_MESSAGES'...1328Listing 'src/locale/fa_IR'...1329Listing 'src/locale/fa_IR/LC_MESSAGES'...1330Listing 'src/locale/fi_FI'...1331Listing 'src/locale/fi_FI/LC_MESSAGES'...1332Listing 'src/locale/fr_FR'...1333Listing 'src/locale/fr_FR/LC_MESSAGES'...1334Listing 'src/locale/he_IL'...1335Listing 'src/locale/he_IL/LC_MESSAGES'...1336Listing 'src/locale/hi_IN'...1337Listing 'src/locale/hi_IN/LC_MESSAGES'...1338Listing 'src/locale/hr_HR'...1339Listing 'src/locale/hr_HR/LC_MESSAGES'...1340Listing 'src/locale/hu_HU'...1341Listing 'src/locale/hu_HU/LC_MESSAGES'...1342Listing 'src/locale/id_ID'...1343Listing 'src/locale/id_ID/LC_MESSAGES'...1344Listing 'src/locale/it_IT'...1345Listing 'src/locale/it_IT/LC_MESSAGES'...1346Listing 'src/locale/ja_JP'...1347Listing 'src/locale/ja_JP/LC_MESSAGES'...1348Listing 'src/locale/km_KH'...1349Listing 'src/locale/km_KH/LC_MESSAGES'...1350Listing 'src/locale/ko_KR'...1351Listing 'src/locale/ko_KR/LC_MESSAGES'...1352Listing 'src/locale/la_LA'...1353Listing 'src/locale/la_LA/LC_MESSAGES'...1354Listing 'src/locale/lb_LU'...1355Listing 'src/locale/lb_LU/LC_MESSAGES'...1356Listing 'src/locale/lt_LT'...1357Listing 'src/locale/lt_LT/LC_MESSAGES'...1358Listing 'src/locale/lv_LV'...1359Listing 'src/locale/lv_LV/LC_MESSAGES'...1360Listing 'src/locale/mk_MK'...1361Listing 'src/locale/mk_MK/LC_MESSAGES'...1362Listing 'src/locale/ms_MY'...1363Listing 'src/locale/ms_MY/LC_MESSAGES'...1364Listing 'src/locale/nb_NO'...1365Listing 'src/locale/nb_NO/LC_MESSAGES'...1366Listing 'src/locale/nl_NL'...1367Listing 'src/locale/nl_NL/LC_MESSAGES'...1368Listing 'src/locale/no_NO'...1369Listing 'src/locale/no_NO/LC_MESSAGES'...1370Listing 'src/locale/pl_PL'...1371Listing 'src/locale/pl_PL/LC_MESSAGES'...1372Listing 'src/locale/pt_BR'...1373Listing 'src/locale/pt_BR/LC_MESSAGES'...1374Listing 'src/locale/pt_PT'...1375Listing 'src/locale/pt_PT/LC_MESSAGES'...1376Listing 'src/locale/ro_RO'...1377Listing 'src/locale/ro_RO/LC_MESSAGES'...1378Listing 'src/locale/ru_RU'...1379Listing 'src/locale/ru_RU/LC_MESSAGES'...1380Listing 'src/locale/sk_SK'...1381Listing 'src/locale/sk_SK/LC_MESSAGES'...1382Listing 'src/locale/sl_SI'...1383Listing 'src/locale/sl_SI/LC_MESSAGES'...1384Listing 'src/locale/sq_AL'...1385Listing 'src/locale/sq_AL/LC_MESSAGES'...1386Listing 'src/locale/sr_CS'...1387Listing 'src/locale/sr_CS/LC_MESSAGES'...1388Listing 'src/locale/sv_SE'...1389Listing 'src/locale/sv_SE/LC_MESSAGES'...1390Listing 'src/locale/th_TH'...1391Listing 'src/locale/th_TH/LC_MESSAGES'...1392Listing 'src/locale/tr_TR'...1393Listing 'src/locale/tr_TR/LC_MESSAGES'...1394Listing 'src/locale/uk_UA'...1395Listing 'src/locale/uk_UA/LC_MESSAGES'...1396Listing 'src/locale/vi_VN'...1397Listing 'src/locale/vi_VN/LC_MESSAGES'...1398Listing 'src/locale/xh_ZA'...1399Listing 'src/locale/xh_ZA/LC_MESSAGES'...1400Listing 'src/locale/zh_CN'...1401Listing 'src/locale/zh_CN/LC_MESSAGES'...1402Listing 'src/locale/zh_TW'...1403Listing 'src/locale/zh_TW/LC_MESSAGES'...1404Compiling 'src/manage.py'...1405Listing 'src/paperless'...1406Compiling 'src/paperless/__init__.py'...1407Compiling 'src/paperless/adapter.py'...1408Compiling 'src/paperless/admin.py'...1409Compiling 'src/paperless/apps.py'...1410Compiling 'src/paperless/asgi.py'...1411Compiling 'src/paperless/auth.py'...1412Compiling 'src/paperless/celery.py'...1413Compiling 'src/paperless/checks.py'...1414Compiling 'src/paperless/config.py'...1415Compiling 'src/paperless/consumers.py'...1416Compiling 'src/paperless/db_cache.py'...1417Compiling 'src/paperless/filters.py'...1418Compiling 'src/paperless/logging.py'...1419Compiling 'src/paperless/middleware.py'...1420Listing 'src/paperless/migrations'...1421Compiling 'src/paperless/migrations/0001_initial.py'...1422Compiling 'src/paperless/migrations/0002_applicationconfiguration_app_logo_and_more.py'...1423Compiling 'src/paperless/migrations/0003_alter_applicationconfiguration_max_image_pixels.py'...1424Compiling 'src/paperless/migrations/0004_applicationconfiguration_barcode_asn_prefix_and_more.py'...1425Compiling 'src/paperless/migrations/0005_applicationconfiguration_ai_enabled_and_more.py'...1426Compiling 'src/paperless/migrations/0006_applicationconfiguration_barcode_tag_split.py'...1427Compiling 'src/paperless/migrations/0007_optimize_integer_field_sizes.py'...1428Compiling 'src/paperless/migrations/0008_replace_skip_archive_file.py'...1429Compiling 'src/paperless/migrations/0009_alter_applicationconfiguration_options.py'...1430Compiling 'src/paperless/migrations/0010_alter_applicationconfiguration_llm_embedding_backend.py'...1431Compiling 'src/paperless/migrations/0011_applicationconfiguration_llm_embedding_chunk_size.py'...1432Compiling 'src/paperless/migrations/0012_applicationconfiguration_llm_output_language.py'...1433Compiling 'src/paperless/migrations/0013_applicationconfiguration_llm_request_timeout.py'...1434Compiling 'src/paperless/migrations/__init__.py'...1435Compiling 'src/paperless/models.py'...1436Compiling 'src/paperless/network.py'...1437Listing 'src/paperless/parsers'...1438Compiling 'src/paperless/parsers/__init__.py'...1439Compiling 'src/paperless/parsers/mail.py'...1440Compiling 'src/paperless/parsers/registry.py'...1441Compiling 'src/paperless/parsers/remote.py'...1442Compiling 'src/paperless/parsers/tesseract.py'...1443Compiling 'src/paperless/parsers/text.py'...1444Compiling 'src/paperless/parsers/tika.py'...1445Compiling 'src/paperless/parsers/utils.py'...1446Compiling 'src/paperless/serialisers.py'...1447Listing 'src/paperless/settings'...1448Compiling 'src/paperless/settings/__init__.py'...1449Compiling 'src/paperless/settings/custom.py'...1450Compiling 'src/paperless/settings/parsers.py'...1451Compiling 'src/paperless/signals.py'...1452Listing 'src/paperless/static'...1453Listing 'src/paperless/static/paperless'...1454Listing 'src/paperless/static/paperless/img'...1455Listing 'src/paperless/tests'...1456Compiling 'src/paperless/tests/__init__.py'...1457Compiling 'src/paperless/tests/conftest.py'...1458Listing 'src/paperless/tests/parsers'...1459Compiling 'src/paperless/tests/parsers/__init__.py'...1460Compiling 'src/paperless/tests/parsers/conftest.py'...1461Compiling 'src/paperless/tests/parsers/test_convert_image_to_pdfa.py'...1462Compiling 'src/paperless/tests/parsers/test_mail_parser.py'...1463Compiling 'src/paperless/tests/parsers/test_mail_parser_live.py'...1464Compiling 'src/paperless/tests/parsers/test_parse_modes.py'...1465Compiling 'src/paperless/tests/parsers/test_remote_parser.py'...1466Compiling 'src/paperless/tests/parsers/test_tesseract_custom_settings.py'...1467Compiling 'src/paperless/tests/parsers/test_tesseract_parser.py'...1468Compiling 'src/paperless/tests/parsers/test_text_parser.py'...1469Compiling 'src/paperless/tests/parsers/test_tika_liva.py'...1470Compiling 'src/paperless/tests/parsers/test_tika_parser.py'...1471Listing 'src/paperless/tests/samples'...1472Listing 'src/paperless/tests/samples/mail'...1473Listing 'src/paperless/tests/samples/tesseract'...1474Listing 'src/paperless/tests/samples/text'...1475Listing 'src/paperless/tests/samples/tika'...1476Listing 'src/paperless/tests/settings'...1477Compiling 'src/paperless/tests/settings/__init__.py'...1478Compiling 'src/paperless/tests/settings/test_custom_parsers.py'...1479Compiling 'src/paperless/tests/settings/test_db_cache.py'...1480Compiling 'src/paperless/tests/settings/test_environment_parsers.py'...1481Compiling 'src/paperless/tests/settings/test_remote_user.py'...1482Compiling 'src/paperless/tests/settings/test_settings.py'...1483Compiling 'src/paperless/tests/test_adapter.py'...1484Compiling 'src/paperless/tests/test_api_auth.py'...1485Compiling 'src/paperless/tests/test_celery.py'...1486Compiling 'src/paperless/tests/test_checks.py'...1487Compiling 'src/paperless/tests/test_checks_v3.py'...1488Compiling 'src/paperless/tests/test_logging.py'...1489Compiling 'src/paperless/tests/test_migration_replace_skip_archive_file.py'...1490Compiling 'src/paperless/tests/test_network.py'...1491Compiling 'src/paperless/tests/test_ocr_config.py'...1492Compiling 'src/paperless/tests/test_parser_utils.py'...1493Compiling 'src/paperless/tests/test_registry.py'...1494Compiling 'src/paperless/tests/test_signals.py'...1495Compiling 'src/paperless/tests/test_utils.py'...1496Compiling 'src/paperless/tests/test_views.py'...1497Compiling 'src/paperless/tests/test_websockets.py'...1498Compiling 'src/paperless/urls.py'...1499Compiling 'src/paperless/utils.py'...1500Compiling 'src/paperless/validators.py'...1501Compiling 'src/paperless/version.py'...1502Compiling 'src/paperless/views.py'...1503Compiling 'src/paperless/wsgi.py'...1504Listing 'src/paperless_ai'...1505Compiling 'src/paperless_ai/__init__.py'...1506Compiling 'src/paperless_ai/ai_classifier.py'...1507Compiling 'src/paperless_ai/base_model.py'...1508Compiling 'src/paperless_ai/chat.py'...1509Compiling 'src/paperless_ai/client.py'...1510Compiling 'src/paperless_ai/db.py'...1511Compiling 'src/paperless_ai/embedding.py'...1512Compiling 'src/paperless_ai/exceptions.py'...1513Compiling 'src/paperless_ai/indexing.py'...1514Compiling 'src/paperless_ai/matching.py'...1515Listing 'src/paperless_ai/migrations'...1516Compiling 'src/paperless_ai/migrations/__init__.py'...1517Compiling 'src/paperless_ai/migrations/m0001_v1_to_v2.py'...1518Compiling 'src/paperless_ai/tables.py'...1519Listing 'src/paperless_ai/tests'...1520Compiling 'src/paperless_ai/tests/__init__.py'...1521Compiling 'src/paperless_ai/tests/conftest.py'...1522Compiling 'src/paperless_ai/tests/test_ai_classifier.py'...1523Compiling 'src/paperless_ai/tests/test_ai_indexing.py'...1524Compiling 'src/paperless_ai/tests/test_base_model.py'...1525Compiling 'src/paperless_ai/tests/test_chat.py'...1526Compiling 'src/paperless_ai/tests/test_client.py'...1527Compiling 'src/paperless_ai/tests/test_embedding.py'...1528Compiling 'src/paperless_ai/tests/test_index_locking.py'...1529Compiling 'src/paperless_ai/tests/test_lazy_imports.py'...1530Compiling 'src/paperless_ai/tests/test_matching.py'...1531Compiling 'src/paperless_ai/tests/test_tables.py'...1532Compiling 'src/paperless_ai/tests/test_vector_store.py'...1533Compiling 'src/paperless_ai/vector_store.py'...1534Listing 'src/paperless_mail'...1535Compiling 'src/paperless_mail/__init__.py'...1536Compiling 'src/paperless_mail/admin.py'...1537Compiling 'src/paperless_mail/apps.py'...1538Compiling 'src/paperless_mail/filters.py'...1539Compiling 'src/paperless_mail/mail.py'...1540Listing 'src/paperless_mail/management'...1541Compiling 'src/paperless_mail/management/__init__.py'...1542Listing 'src/paperless_mail/management/commands'...1543Compiling 'src/paperless_mail/management/commands/__init__.py'...1544Compiling 'src/paperless_mail/management/commands/mail_fetcher.py'...1545Listing 'src/paperless_mail/migrations'...1546Compiling 'src/paperless_mail/migrations/0001_squashed.py'...1547Compiling 'src/paperless_mail/migrations/0002_optimize_integer_field_sizes.py'...1548Compiling 'src/paperless_mail/migrations/0003_mailrule_stop_processing.py'...1549Compiling 'src/paperless_mail/migrations/0004_processedmail_uid_validity.py'...1550Compiling 'src/paperless_mail/migrations/__init__.py'...1551Compiling 'src/paperless_mail/models.py'...1552Compiling 'src/paperless_mail/oauth.py'...1553Compiling 'src/paperless_mail/preprocessor.py'...1554Compiling 'src/paperless_mail/serialisers.py'...1555Compiling 'src/paperless_mail/tasks.py'...1556Listing 'src/paperless_mail/templates'...1557Listing 'src/paperless_mail/tests'...1558Compiling 'src/paperless_mail/tests/__init__.py'...1559Compiling 'src/paperless_mail/tests/conftest.py'...1560Compiling 'src/paperless_mail/tests/factories.py'...1561Compiling 'src/paperless_mail/tests/test_api.py'...1562Compiling 'src/paperless_mail/tests/test_live_mail.py'...1563Compiling 'src/paperless_mail/tests/test_mail.py'...1564Compiling 'src/paperless_mail/tests/test_mail_nfc.py'...1565Compiling 'src/paperless_mail/tests/test_mail_oauth.py'...1566Compiling 'src/paperless_mail/tests/test_migrations.py'...1567Compiling 'src/paperless_mail/tests/test_preprocessor.py'...1568Compiling 'src/paperless_mail/views.py'...1569Listing 'src/paperless_ngx.egg-info'...15701571186 static files copied to '/build/source/static', 348 post-processed.1572processing file django.po in /build/source/src/locale/et_EE/LC_MESSAGES1573processing file django.po in /build/source/src/locale/sr_CS/LC_MESSAGES1574processing file django.po in /build/source/src/locale/fa_IR/LC_MESSAGES1575processing file django.po in /build/source/src/locale/id_ID/LC_MESSAGES1576processing file django.po in /build/source/src/locale/ro_RO/LC_MESSAGES1577processing file django.po in /build/source/src/locale/de_CH/LC_MESSAGES1578processing file django.po in /build/source/src/locale/fi_FI/LC_MESSAGES1579processing file django.po in /build/source/src/locale/en_US/LC_MESSAGES1580processing file django.po in /build/source/src/locale/nl_NL/LC_MESSAGES1581processing file django.po in /build/source/src/locale/ms_MY/LC_MESSAGES1582processing file django.po in /build/source/src/locale/no_NO/LC_MESSAGES1583processing file django.po in /build/source/src/locale/cs_CZ/LC_MESSAGES1584processing file django.po in /build/source/src/locale/es_ES/LC_MESSAGES1585processing file django.po in /build/source/src/locale/af_ZA/LC_MESSAGES1586processing file django.po in /build/source/src/locale/lb_LU/LC_MESSAGES1587processing file django.po in /build/source/src/locale/he_IL/LC_MESSAGES1588processing file django.po in /build/source/src/locale/tr_TR/LC_MESSAGES1589processing file django.po in /build/source/src/locale/sk_SK/LC_MESSAGES1590processing file django.po in /build/source/src/locale/nb_NO/LC_MESSAGES1591processing file django.po in /build/source/src/locale/pl_PL/LC_MESSAGES1592processing file django.po in /build/source/src/locale/it_IT/LC_MESSAGES1593processing file django.po in /build/source/src/locale/bg_BG/LC_MESSAGES1594processing file django.po in /build/source/src/locale/ko_KR/LC_MESSAGES1595processing file django.po in /build/source/src/locale/be_BY/LC_MESSAGES1596processing file django.po in /build/source/src/locale/ru_RU/LC_MESSAGES1597processing file django.po in /build/source/src/locale/lt_LT/LC_MESSAGES1598processing file django.po in /build/source/src/locale/lv_LV/LC_MESSAGES1599processing file django.po in /build/source/src/locale/hi_IN/LC_MESSAGES1600processing file django.po in /build/source/src/locale/fr_FR/LC_MESSAGES1601processing file django.po in /build/source/src/locale/uk_UA/LC_MESSAGES1602processing file django.po in /build/source/src/locale/en_GB/LC_MESSAGES1603processing file django.po in /build/source/src/locale/sl_SI/LC_MESSAGES1604processing file django.po in /build/source/src/locale/ar_AR/LC_MESSAGES1605processing file django.po in /build/source/src/locale/km_KH/LC_MESSAGES1606processing file django.po in /build/source/src/locale/hu_HU/LC_MESSAGES1607processing file django.po in /build/source/src/locale/sv_SE/LC_MESSAGES1608processing file django.po in /build/source/src/locale/am_ET/LC_MESSAGES1609processing file django.po in /build/source/src/locale/ca_ES/LC_MESSAGES1610processing file django.po in /build/source/src/locale/zh_TW/LC_MESSAGES1611processing file django.po in /build/source/src/locale/pt_PT/LC_MESSAGES1612processing file django.po in /build/source/src/locale/zh_CN/LC_MESSAGES1613processing file django.po in /build/source/src/locale/da_DK/LC_MESSAGES1614processing file django.po in /build/source/src/locale/xh_ZA/LC_MESSAGES1615processing file django.po in /build/source/src/locale/el_GR/LC_MESSAGES1616processing file django.po in /build/source/src/locale/vi_VN/LC_MESSAGES1617processing file django.po in /build/source/src/locale/sq_AL/LC_MESSAGES1618processing file django.po in /build/source/src/locale/de_DE/LC_MESSAGES1619processing file django.po in /build/source/src/locale/hr_HR/LC_MESSAGES1620processing file django.po in /build/source/src/locale/la_LA/LC_MESSAGES1621processing file django.po in /build/source/src/locale/ja_JP/LC_MESSAGES1622processing file django.po in /build/source/src/locale/th_TH/LC_MESSAGES1623processing file django.po in /build/source/src/locale/pt_BR/LC_MESSAGES1624processing file django.po in /build/source/src/locale/mk_MK/LC_MESSAGES1625/build/source/dist /build/source1626Unpacking to: unpacked/paperless_ngx-3.0.5...OK1627Repacking wheel as ./paperless_ngx-3.0.5-py3-none-any.whl...OK1628/build/source1629Finished executing pypaBuildPhasepythonRuntimeDepsCheckHook
1630Executing pythonRuntimeDepsCheck1631Checking runtime dependencies for paperless_ngx-3.0.5-py3-none-any.whl1632Finished executing pythonRuntimeDepsCheckpythonOutputDistPhase
1633Executing pythonOutputDistPhase1634Finished executing pythonOutputDistPhasefixupPhase
1635shrinking RPATHs of ELF executables and libraries in /nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.51636checking for references to /build/ in /nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5...1637patching script interpreter paths in /nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.51638/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"1639stripping (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/bin1640shrinking RPATHs of ELF executables and libraries in /nix/store/kj0b5rvidc6hg8jr9agfhsyn32gy7xyr-paperless-ngx-3.0.5-dist1641checking for references to /build/ in /nix/store/kj0b5rvidc6hg8jr9agfhsyn32gy7xyr-paperless-ngx-3.0.5-dist...1642patching script interpreter paths in /nix/store/kj0b5rvidc6hg8jr9agfhsyn32gy7xyr-paperless-ngx-3.0.5-dist1643Rewriting #! /nix/store/byi2zpy2bgcf3dr6y0l8m50rmjj8z7q1-bash-5.3p15/bin/bash -e to #!/nix/store/3n4qphl9s728sz8frmpqqrv9b1m87g68-python3-3.14.71644Rewriting #! /nix/store/byi2zpy2bgcf3dr6y0l8m50rmjj8z7q1-bash-5.3p15/bin/bash -e to #!/nix/store/3n4qphl9s728sz8frmpqqrv9b1m87g68-python3-3.14.71645removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/test_live_mail.py'1646removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/test_mail_nfc.py'1647removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/conftest.py'1648removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/__init__.py'1649removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/test_preprocessor.py'1650removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/factories.py'1651removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/test_mail_oauth.py'1652removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/__pycache__/test_mail_oauth.cpython-314.opt-2.pyc'1653removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/__pycache__/test_preprocessor.cpython-314.opt-2.pyc'1654removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/__pycache__/test_api.cpython-314.opt-2.pyc'1655removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/__pycache__/test_mail.cpython-314.opt-2.pyc'1656removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/__pycache__/factories.cpython-314.opt-2.pyc'1657removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/__pycache__/__init__.cpython-314.opt-2.pyc'1658removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/__pycache__/test_migrations.cpython-314.opt-2.pyc'1659removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/__pycache__/conftest.cpython-314.opt-2.pyc'1660removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/__pycache__/test_live_mail.cpython-314.opt-2.pyc'1661removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/__pycache__/test_mail_nfc.cpython-314.opt-2.pyc'1662removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/__pycache__'1663removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/test_api.py'1664removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/test_migrations.py'1665removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests/test_mail.py'1666removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_mail/tests'1667removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/test_client.py'1668removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/test_base_model.py'1669removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/test_lazy_imports.py'1670removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/test_vector_store.py'1671removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/conftest.py'1672removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/__init__.py'1673removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/test_matching.py'1674removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/test_ai_indexing.py'1675removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/test_embedding.py'1676removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/test_chat.py'1677removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/test_index_locking.py'1678removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/__pycache__/test_index_locking.cpython-314.opt-2.pyc'1679removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/__pycache__/test_matching.cpython-314.opt-2.pyc'1680removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/__pycache__/test_ai_classifier.cpython-314.opt-2.pyc'1681removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/__pycache__/test_base_model.cpython-314.opt-2.pyc'1682removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/__pycache__/test_embedding.cpython-314.opt-2.pyc'1683removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/__pycache__/test_tables.cpython-314.opt-2.pyc'1684removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/__pycache__/test_chat.cpython-314.opt-2.pyc'1685removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/__pycache__/test_client.cpython-314.opt-2.pyc'1686removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/__pycache__/test_vector_store.cpython-314.opt-2.pyc'1687removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/__pycache__/__init__.cpython-314.opt-2.pyc'1688removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/__pycache__/test_lazy_imports.cpython-314.opt-2.pyc'1689removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/__pycache__/conftest.cpython-314.opt-2.pyc'1690removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/__pycache__/test_ai_indexing.cpython-314.opt-2.pyc'1691removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/__pycache__'1692removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/test_ai_classifier.py'1693removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests/test_tables.py'1694removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless_ai/tests'1695removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/test_logging.py'1696removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/settings/__pycache__/__init__.cpython-314.opt-2.pyc'1697removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/settings/__pycache__/test_environment_parsers.cpython-314.opt-2.pyc'1698removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/settings/__pycache__/test_settings.cpython-314.opt-2.pyc'1699removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/settings/__pycache__/test_db_cache.cpython-314.opt-2.pyc'1700removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/settings/__pycache__/test_remote_user.cpython-314.opt-2.pyc'1701removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/settings/__pycache__/test_custom_parsers.cpython-314.opt-2.pyc'1702removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/settings/__pycache__'1703removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/settings/test_remote_user.py'1704removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/settings/test_environment_parsers.py'1705removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/settings/test_custom_parsers.py'1706removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/settings/test_settings.py'1707removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/settings/__init__.py'1708removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/settings/test_db_cache.py'1709removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/settings'1710removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/test_api_auth.py'1711removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/test_registry.py'1712removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/test_websockets.py'1713removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/conftest.py'1714removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/text/decode_error.txt'1715removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/text/test.txt'1716removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/text'1717removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/mail/simple_text.eml.pdf.webp'1718removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/mail/sample.html.pdf.webp'1719removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/mail/simple_text.eml.pdf'1720removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/mail/html.eml.pdf'1721removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/mail/second.pdf'1722removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/mail/first.pdf'1723removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/mail/html.eml.html'1724removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/mail/sample.html'1725removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/mail/sample.html.pdf'1726removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/mail/broken.eml'1727removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/mail/html.eml.pdf.webp'1728removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/mail/simple_text.eml'1729removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/mail/html.eml'1730removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/mail/sample.png'1731removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/mail'1732removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/multi-page-images.pdf'1733removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/simple.gif'1734removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/document.webp'1735removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/encrypted.pdf'1736removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/multi-page-images-alpha.tiff'1737removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/simple-digital.pdf'1738removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/multi-page-images-alpha-rgb.tiff'1739removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/no-text-alpha.png'1740removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/multi-page-images.tiff'1741removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/multi-page-digital.pdf'1742removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/simple-alpha.png'1743removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/simple.jpg'1744removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/simple.tif'1745removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/signed.pdf'1746removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/simple.heic'1747removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/rotated.pdf'1748removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/rtl-test.pdf'1749removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/simple-no-dpi.png'1750removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/tagged-but-no-text.pdf'1751removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/multi-page-mixed.pdf'1752removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/simple.png'1753removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/single-page-mixed.pdf'1754removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/with-form.pdf'1755removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract/simple.bmp'1756removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tesseract'1757removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tika/sample.odt'1758removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tika/multi-part-broken.odt'1759removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tika/sample.doc'1760removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tika/sample.docx'1761removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples/tika'1762removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/samples'1763removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/test_parser_utils.py'1764removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__init__.py'1765removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/test_signals.py'1766removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/test_utils.py'1767removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/test_checks_v3.py'1768removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/test_celery.py'1769removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/test_adapter.py'1770removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/test_checks.py'1771removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/__pycache__/test_parse_modes.cpython-314.opt-2.pyc'1772removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/__pycache__/test_mail_parser.cpython-314.opt-2.pyc'1773removed '/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'1774removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/__pycache__/test_tika_parser.cpython-314.opt-2.pyc'1775removed '/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'1776removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/__pycache__/test_tika_liva.cpython-314.opt-2.pyc'1777removed '/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'1778removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/__pycache__/test_remote_parser.cpython-314.opt-2.pyc'1779removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/__pycache__/test_text_parser.cpython-314.opt-2.pyc'1780removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/__pycache__/test_tesseract_parser.cpython-314.opt-2.pyc'1781removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/__pycache__/__init__.cpython-314.opt-2.pyc'1782removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/__pycache__/conftest.cpython-314.opt-2.pyc'1783removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/__pycache__'1784removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/test_remote_parser.py'1785removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/test_mail_parser_live.py'1786removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/test_parse_modes.py'1787removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/test_tesseract_custom_settings.py'1788removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/test_tika_liva.py'1789removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/test_mail_parser.py'1790removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/test_text_parser.py'1791removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/test_tika_parser.py'1792removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/__init__.py'1793removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/test_convert_image_to_pdfa.py'1794removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/test_tesseract_parser.py'1795removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers/conftest.py'1796removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/parsers'1797removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/test_network.py'1798removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/test_views.py'1799removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/test_migration_replace_skip_archive_file.py'1800removed '/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'1801removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__/test_logging.cpython-314.opt-2.pyc'1802removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__/test_websockets.cpython-314.opt-2.pyc'1803removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__/test_network.cpython-314.opt-2.pyc'1804removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__/test_celery.cpython-314.opt-2.pyc'1805removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__/test_signals.cpython-314.opt-2.pyc'1806removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__/test_registry.cpython-314.opt-2.pyc'1807removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__/__init__.cpython-314.opt-2.pyc'1808removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__/test_utils.cpython-314.opt-2.pyc'1809removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__/test_ocr_config.cpython-314.opt-2.pyc'1810removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__/conftest.cpython-314.opt-2.pyc'1811removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__/test_views.cpython-314.opt-2.pyc'1812removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__/test_checks_v3.cpython-314.opt-2.pyc'1813removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__/test_api_auth.cpython-314.opt-2.pyc'1814removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__/test_checks.cpython-314.opt-2.pyc'1815removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__/test_parser_utils.cpython-314.opt-2.pyc'1816removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__/test_adapter.cpython-314.opt-2.pyc'1817removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/__pycache__'1818removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests/test_ocr_config.py'1819removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/paperless/tests'1820removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_tasks.py'1821removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_consumer_archive.py'1822removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_sanity_check.py'1823removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_task_signals.py'1824removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_trash.py'1825removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_management_thumbnails.py'1826removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/utils.py'1827removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_regex.py'1828removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_uisettings.py'1829removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_tag_hierarchy.py'1830removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_migration_share_link_bundle.py'1831removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_objects.py'1832removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_search.py'1833removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_utils.py'1834removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_admin.py'1835removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_bulk_edit.py'1836removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/factories.cpython-314.opt-2.pyc'1837removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_barcodes.cpython-314.opt-2.pyc'1838removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/utils.cpython-314.opt-2.pyc'1839removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_parsers.cpython-314.opt-2.pyc'1840removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_management_fuzzy.cpython-314.opt-2.pyc'1841removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_remote_version.cpython-314.opt-2.pyc'1842removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_regex.cpython-314.opt-2.pyc'1843removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_tag_hierarchy.cpython-314.opt-2.pyc'1844removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_management.cpython-314.opt-2.pyc'1845removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_uisettings.cpython-314.opt-2.pyc'1846removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_management_importer.cpython-314.opt-2.pyc'1847removed '/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'1848removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_status.cpython-314.opt-2.pyc'1849removed '/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'1850removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_matchables.cpython-314.opt-2.pyc'1851removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_management_retagger.cpython-314.opt-2.pyc'1852removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_migration_sha256_checksums.cpython-314.opt-2.pyc'1853removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_classifier.cpython-314.opt-2.pyc'1854removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/__init__.cpython-314.opt-2.pyc'1855removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_file_handling.cpython-314.opt-2.pyc'1856removed '/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'1857removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_task_signals.cpython-314.opt-2.pyc'1858removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/conftest.cpython-314.opt-2.pyc'1859removed '/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'1860removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_share_link_bundles.cpython-314.opt-2.pyc'1861removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_objects.cpython-314.opt-2.pyc'1862removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_filters.cpython-314.opt-2.pyc'1863removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_document_versions.cpython-314.opt-2.pyc'1864removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_admin.cpython-314.opt-2.pyc'1865removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_documents.cpython-314.opt-2.pyc'1866removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_tasks.cpython-314.opt-2.pyc'1867removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_version_conditionals.cpython-314.opt-2.pyc'1868removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_utils.cpython-314.opt-2.pyc'1869removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_sanity_check.cpython-314.opt-2.pyc'1870removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_workflows.cpython-314.opt-2.pyc'1871removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_checks.cpython-314.opt-2.pyc'1872removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_workflows.cpython-314.opt-2.pyc'1873removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_bulk_download.cpython-314.opt-2.pyc'1874removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_search.cpython-314.opt-2.pyc'1875removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_document_model.cpython-314.opt-2.pyc'1876removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_email.cpython-314.opt-2.pyc'1877removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_filepath_nfc.cpython-314.opt-2.pyc'1878removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_chat.cpython-314.opt-2.pyc'1879removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_views.cpython-314.opt-2.pyc'1880removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_permissions.cpython-314.opt-2.pyc'1881removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_consumer_archive.cpython-314.opt-2.pyc'1882removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_caching.cpython-314.opt-2.pyc'1883removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_management_superuser.cpython-314.opt-2.pyc'1884removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_management_consumer.cpython-314.opt-2.pyc'1885removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_trash.cpython-314.opt-2.pyc'1886removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_double_sided.cpython-314.opt-2.pyc'1887removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_tasks.cpython-314.opt-2.pyc'1888removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_app_config.cpython-314.opt-2.pyc'1889removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_profile.cpython-314.opt-2.pyc'1890removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_schema.cpython-314.opt-2.pyc'1891removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_management_exporter.cpython-314.opt-2.pyc'1892removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_management_thumbnails.cpython-314.opt-2.pyc'1893removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_bulk_edit.cpython-314.opt-2.pyc'1894removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_consumer.cpython-314.opt-2.pyc'1895removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_bulk_edit.cpython-314.opt-2.pyc'1896removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_api_custom_fields.cpython-314.opt-2.pyc'1897removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__/test_models.cpython-314.opt-2.pyc'1898removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__pycache__'1899removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_workflows.py'1900removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_bulk_download.py'1901removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_checks.py'1902removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_filepath_nfc.py'1903removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_views.py'1904removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_post_document_nfc.py'1905removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_parsers.py'1906removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_permissions.py'1907removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/examples/no-text.png'1908removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/examples'1909removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_document_versions.py'1910removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_barcodes.py'1911removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_file_handling.py'1912removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_management_importer.py'1913removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_double_sided.py'1914removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_tasks.py'1915removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/conftest.py'1916removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_documents.py'1917removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_document_model.py'1918removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/management/__init__.py'1919removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/management/test_management_base_cmd.py'1920removed '/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'1921removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/management/__pycache__/__init__.cpython-314.opt-2.pyc'1922removed '/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'1923removed '/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'1924removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/management/__pycache__'1925removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/management/test_management_document_llmindex.py'1926removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/management/test_management_sanity_checker.py'1927removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/management'1928removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/__init__.py'1929removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/test_translate.py'1930removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/test_migration_fulltext_query_field_prefixes.py'1931removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/test_query.py'1932removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/conftest.py'1933removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/test_backend.py'1934removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/test_schema.py'1935removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/test_tokenizer.py'1936removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/__pycache__/conftest.cpython-314.opt-2.pyc'1937removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/__pycache__/test_backend.cpython-314.opt-2.pyc'1938removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/__pycache__/__init__.cpython-314.opt-2.pyc'1939removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/__pycache__/test_query.cpython-314.opt-2.pyc'1940removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/__pycache__/test_tokenizer.cpython-314.opt-2.pyc'1941removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/__pycache__/test_schema.cpython-314.opt-2.pyc'1942removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/__pycache__/test_translate.cpython-314.opt-2.pyc'1943removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/__pycache__/test_lock_backoff.cpython-314.opt-2.pyc'1944removed '/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'1945removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/__pycache__'1946removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search/test_lock_backoff.py'1947removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/search'1948removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/simple.zip'1949removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/simple-noalpha.png'1950removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/test_with_bom.pdf'1951removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/preprocessed_content_advanced.txt'1952removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/eml_with_umlaut.eml'1953removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/invalid_pdf.pdf'1954removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/simple.pdf'1955removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/content.txt'1956removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/simple.png'1957removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/simple.tiff'1958removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/double-sided-odd.pdf'1959removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/preprocessed_content.txt'1960removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/double-sided-even.pdf'1961removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/simple.txt'1962removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/documents/thumbnails/0000004.webp'1963removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/documents/thumbnails/0000001.webp'1964removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/documents/thumbnails/0000003.webp'1965removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/documents/thumbnails/0000002.webp'1966removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/documents/thumbnails'1967removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/documents/originals/0000006.pdf'1968removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/documents/originals/0000001.pdf'1969removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/documents/originals/0000004.pdf'1970removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/documents/originals/0000003.pdf'1971removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/documents/originals/0000002.pdf'1972removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/documents/originals/0000005.pdf'1973removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/documents/originals'1974removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/documents/archive/0000001.pdf'1975removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/documents/archive'1976removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/documents'1977removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/patch-code-t-middle-reverse.pdf'1978removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/patch-code-t-qr.pdf'1979removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/split-by-asn-2.pdf'1980removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/several-patcht-codes.pdf'1981removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/barcode-39-custom.pdf'1982removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/patch-code-t-middle.tiff'1983removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/barcode-fax-image.pdf'1984removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/split-by-tag-basic.pdf'1985removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/split-by-tag-multiple-per-page.pdf'1986removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/barcode-39-asn-custom-prefix.pdf'1987removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/patch-code-t-middle-distorted.pdf'1988removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/barcode-qr-asn-000123-upscale-dpi.pdf'1989removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/barcode-39-asn-123.pdf'1990removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/barcode-128-asn-too-large.pdf'1991removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/patch-code-t-double.pdf'1992removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/barcode-39-asn-invalid.pdf'1993removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/patch-code-t-middle.pdf'1994removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/barcode-128-custom.pdf'1995removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/patch-code-t-middle-fuzzy.pdf'1996removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/split-by-tag-mixed-asn.pdf'1997removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/patch-code-t-middle-alpha.tiff'1998removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/patch-code-t.pdf'1999removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/patch-code-t-middle-unreadable.pdf'2000removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/barcode-qr-custom.pdf'2001removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/many-qr-codes.pdf'2002removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes/split-by-asn-1.pdf'2003removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/barcodes'2004removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/simple.jpg'2005removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples/password-is-test.pdf'2006removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/samples'2007removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_custom_fields.py'2008removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_management.py'2009removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_workflows.py'2010removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_consumer.py'2011removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_profile.py'2012removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_management_retagger.py'2013removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_email.py'2014removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_remote_version.py'2015removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/factories.py'2016removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_management_fuzzy.py'2017removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_migration_sha256_checksums.py'2018removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/__init__.py'2019removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_management_consumer.py'2020removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_management_exporter.py'2021removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_models.py'2022removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/date_parsing/conftest.py'2023removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/date_parsing/__init__.py'2024removed '/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'2025removed '/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'2026removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/date_parsing/__pycache__/conftest.cpython-314.opt-2.pyc'2027removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/date_parsing/__pycache__/__init__.cpython-314.opt-2.pyc'2028removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/date_parsing/__pycache__'2029removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/date_parsing/test_date_parser_plugin_loading.py'2030removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/date_parsing/test_date_parsing.py'2031removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/date_parsing'2032removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_filters.py'2033removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_migration_saved_view_visibility.py'2034removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_version_conditionals.py'2035removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_app_config.py'2036removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_management_superuser.py'2037removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_matchables.py'2038removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_caching.py'2039removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_chat.py'2040removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_bulk_edit.py'2041removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_share_link_bundles.py'2042removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_schema.py'2043removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_status.py'2044removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_api_filter_by_custom_fields.py'2045removed '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests/test_classifier.py'2046removed directory '/nix/store/h8f1jkjh24dq30pzqljllizld6ddbla6-paperless-ngx-3.0.5/lib/paperless-ngx/src/documents/tests'2047Executing pythonRemoveTestsDir2048Finished executing pythonRemoveTestsDirinstallCheckPhase
2049setting known thread variables to default: 12050 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=12051no Makefile or custom installCheckPhase, doing nothingpythonImportsCheckPhase
2052Executing pythonImportsCheckPhasepytestCheckPhase
2053Executing pytestCheckPhase2054setting known thread variables to default: 12055 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=12056pytest 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=242057============================= test session starts ==============================2058platform linux -- Python 3.14.7, pytest-9.1.1, pluggy-1.6.02059django: version: 5.2.17, settings: paperless.settings (from ini)2060rootdir: /build/source2061configfile: pyproject.toml2062plugins: 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.02063asyncio: mode=Mode.STRICT, debug=False, asyncio_default_fixture_loop_scope=None, asyncio_default_test_loop_scope=function2064created: 24/24 workers206524 workers [2901 items]20662067........................................................................ [ 2%]2068........................................................................ [ 4%]2069........................................................................ [ 7%]2070........................................................................ [ 9%]2071........................................................................ [ 12%]2072........................................................................ [ 14%]2073........................................................................ [ 17%]2074........................................................................ [ 19%]2075........................................................................ [ 22%]2076........................................................................ [ 24%]2077........................................................................ [ 27%]2078........................................................................ [ 29%]2079........................................................................ [ 32%]2080........................................................................ [ 34%]2081........................................................................ [ 37%]2082........................................................................ [ 39%]2083.................................................................s...... [ 42%]2084........................................................................ [ 44%]2085........................................................................ [ 47%]2086........................................................................ [ 49%]2087........................................................................ [ 52%]2088........................................................................ [ 54%]2089........................................................................ [ 57%]2090........................................................................ [ 59%]2091........................................................................ [ 62%]2092........................................................................ [ 64%]2093........................................................................ [ 67%]2094........................................................................ [ 69%]2095........................................................................ [ 71%]2096........................................................................ [ 74%]2097........................................................................ [ 76%]2098........................................................................ [ 79%]2099............ssss...............................................sss..s... [ 81%]2100........................................................................ [ 84%]2101........................................................................ [ 86%]2102..........................sss........................................... [ 89%]2103........................................................................ [ 91%]2104........................................................................ [ 94%]2105........................................................................ [ 96%]2106........................................................................ [ 99%]2107..................... [100%]2108=============================== warnings summary ===============================2109src/documents/tests/test_api_app_config.py::TestApiAppConfig::test_enable_ai_index_triggers_update2110 /nix/store/3n4qphl9s728sz8frmpqqrv9b1m87g68-python3-3.14.7/lib/python3.14/weakref.py:73: ResourceWarning: unclosed file <_io.BufferedReader name='/build/tmpcfnh5lau/logo/simple.jpg'>2111 return self._meth_type(func, obj)2112 Enable tracemalloc to get traceback where the object was allocated.2113 See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.21142115src/documents/tests/test_bulk_edit.py::TestPDFActions::test_merge2116src/documents/tests/test_bulk_edit.py::TestPDFActions::test_merge2117src/documents/tests/test_bulk_edit.py::TestPDFActions::test_merge_and_delete_originals2118 /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.2119 merged_pdf.pages.extend(pdf.pages)21202121src/documents/tests/test_bulk_edit.py::TestPDFActions::test_merge2122src/documents/tests/test_bulk_edit.py::TestPDFActions::test_merge2123src/documents/tests/test_bulk_edit.py::TestPDFActions::test_merge_and_delete_originals2124 /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.2125 warn(21262127-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html2128----------------- generated xml file: /build/source/junit.xml ------------------2129============================= slowest 50 durations =============================213019.20s call src/documents/tests/test_workflows.py::TestWorkflows::test_workflow_webhook_action_url_invalid_params_headers21317.48s call src/paperless/tests/parsers/test_tesseract_parser.py::TestParsePdf::test_with_form_force21326.68s call src/documents/tests/test_barcodes.py::TestTagBarcode::test_consume_barcode_file_tag_split_and_assignment21336.46s call src/documents/tests/test_migration_share_link_bundle.py::TestReverseMigrateShareLinkBundlePermissions::test_share_link_permissions_revoked_on_reverse21346.40s call src/paperless_ai/tests/test_embedding.py::test_get_embedding_model_huggingface21356.22s setup src/documents/tests/test_api_custom_fields.py::TestCustomFieldsAPI::test_change_custom_field_instance_value21366.00s call src/documents/tests/test_migration_share_link_bundle.py::TestMigrateShareLinkBundlePermissions::test_share_link_permissions_granted_to_add_document_holders21375.76s setup src/documents/tests/search/test_backend.py::TestSearch::test_empty_index_returns_no_ids21385.71s setup src/documents/tests/test_api_documents.py::TestDocumentApi::testDocuments21395.57s setup src/documents/tests/test_barcodes.py::TestBarcode::test_asn_barcode_duplicate_in_trash_fails21405.55s setup src/paperless_mail/tests/test_preprocessor.py::TestMailMessageGpgDecryptor::test_auth_plain_fallback21415.50s setup src/documents/tests/test_classifier.py::TestClassifier::testEmpty21425.49s setup src/documents/tests/test_api_document_versions.py::TestDocumentVersioningApi::test_delete_version_accepts_version_id_as_root_parameter21435.47s setup src/documents/tests/test_api_tasks.py::TestGetTasksV9::test_task_name_mapping[consume_file-passthrough]21445.43s setup src/documents/tests/test_bulk_edit.py::TestPDFActions::test_delete_pages21455.41s setup src/documents/tests/test_matchables.py::TestMatching::test_root_uses_latest_version_content21465.41s setup src/documents/tests/test_consumer.py::TestConsumer::testAsnExists21475.40s setup src/documents/tests/test_api_workflows.py::TestApiWorkflows::test_api_auto_remove_orphaned_triggers_actions21485.38s setup src/paperless_ai/tests/test_ai_indexing.py::test_build_document_node21495.37s setup src/documents/tests/test_api_status.py::TestSystemStatus::test_system_status21505.36s setup src/documents/tests/test_api_app_config.py::TestApiAppConfig::test_api_accepts_valid_gif_logo21515.32s setup src/documents/tests/test_api_search.py::TestDocumentSearchApi::test_global_search21525.30s setup src/documents/tests/test_file_handling.py::TestFileHandling::test_added_year_month_day21535.27s call src/paperless/tests/parsers/test_tesseract_parser.py::TestParseRotate::test_rotate_auto_mode21545.26s setup src/documents/tests/test_workflows.py::TestWorkflows::test_consumption_trigger_requires_filter_configuration21555.18s setup src/documents/tests/test_api_filter_by_custom_fields.py::TestCustomFieldsSearch::test_date_modifier21565.16s setup src/documents/tests/test_api_bulk_edit.py::TestBulkEditAPI::test_api_add_invalid_tag21575.14s setup src/documents/tests/test_file_handling.py::TestFilenameGeneration::test_complex_template_strings21585.13s call src/paperless/tests/parsers/test_tesseract_parser.py::TestParsePdf::test_with_form_redo_no_archive_when_not_requested21595.12s setup src/documents/tests/test_management_exporter.py::TestExportImport::test_export_data_only21605.01s setup src/paperless_mail/tests/test_mail.py::TestMail::test_auth_plain_fallback21614.99s setup src/paperless_mail/tests/test_preprocessor.py::TestMail::test_auth_plain_fallback21624.61s call src/paperless/tests/parsers/test_tesseract_parser.py::TestParseMultiPage::test_multi_page_tiff_alpha_srgb21634.30s call src/paperless/tests/parsers/test_tesseract_parser.py::TestParseMultiPage::test_multi_page_tiff_alpha21644.14s call src/documents/tests/test_barcodes.py::TestAsnBarcode::test_scan_file_for_qrcode_with_upscale21654.05s call src/paperless/tests/parsers/test_tesseract_parser.py::TestParseMultiPage::test_multi_page_tiff21664.05s call src/documents/tests/test_migration_saved_view_visibility.py::TestMigrateSavedViewVisibilityToUiSettings::test_visibility_defaults_are_seeded_and_existing_values_preserved21673.79s call src/documents/tests/test_migration_saved_view_visibility.py::TestReverseMigrateSavedViewVisibilityFromUiSettings::test_visibility_fields_restored_from_owner_visibility21683.73s call src/documents/tests/test_barcodes.py::TestTagBarcode::test_scan_file_for_many_custom_tags21693.55s call src/documents/tests/test_barcodes.py::TestBarcode::test_separate_pages_by_asn_barcodes_and_patcht_retain_pages21703.51s call src/paperless/tests/parsers/test_tesseract_parser.py::TestParserFileTypes::test_heic21713.43s call src/paperless/tests/parsers/test_tesseract_parser.py::TestParseMixed::test_single_page_mixed_redo_mode21723.43s call src/documents/tests/test_barcodes.py::TestBarcode::test_separate_pages_by_asn_barcodes_and_patcht21733.20s call src/paperless/tests/parsers/test_tesseract_parser.py::TestParseMultiPage::test_multi_page_digital_pages_2[force]21743.11s call src/documents/tests/test_barcodes.py::TestBarcode::test_scan_file_for_separating_barcodes_hard_to_detect21752.88s call src/documents/tests/test_barcodes.py::TestBarcode::test_scan_tiff_for_separating_barcodes21762.85s call src/documents/tests/test_barcodes.py::TestBarcode::test_scan_file_for_separating_barcodes_multiple_pages21772.82s call src/documents/tests/test_management_consumer.py::TestCommandWatch::test_detects_moved_file21782.82s call src/documents/tests/test_barcodes.py::TestBarcode::test_separate_pages_by_asn_barcodes21792.76s call src/documents/tests/test_migration_sha256_checksums.py::TestSha256ChecksumDataMigration::test_archive_checksum_unchanged_when_archive_file_missing2180================ 2889 passed, 12 skipped, 7 warnings in 54.92s =================2181Finished executing pytestCheckPhase2182pytestCheckPhase completed in 58 seconds