INFO sqlalchemy.engine.Engine:base.py:2710 BEGIN (implicit; DBAPI should not BEGIN due to autocommit mode) INFO sqlalchemy.engine.Engine:base.py:1846 SELECT account.wms_id, account.is_active, account.first_name, account.last_name, account.password, account.phone, account.is_pass_change_needed, account.code, account.date_created, account.linked_delivery_point_id, account.patronymic, account.zone_id, account.role_wms_id, account.warehouse_id, account.barcode, account.cell_key, account.jobtitle, account.pinfl FROM account WHERE account.first_name = %(first_name_1)s AND account.last_name = %(last_name_1)s AND account.barcode = %(barcode_1)s AND account.warehouse_id = %(warehouse_id_1)s ORDER BY random() LIMIT %(param_1)s INFO sqlalchemy.engine.Engine:base.py:1846 [cached since 110.5s ago] {'first_name_1': 'Phantom', 'last_name_1': 'Lancer', 'barcode_1': , 'warehouse_id_1': 397299, 'param_1': 1} INFO sqlalchemy.engine.Engine:base.py:1846 SELECT account.wms_id AS account_wms_id, account.is_active AS account_is_active, account.first_name AS account_first_name, account.last_name AS account_last_name, account.password AS account_password, account.phone AS account_phone, account.is_pass_change_needed AS account_is_pass_change_needed, account.code AS account_code, account.date_created AS account_date_created, account.linked_delivery_point_id AS account_linked_delivery_point_id, account.patronymic AS account_patronymic, account.zone_id AS account_zone_id, account.role_wms_id AS account_role_wms_id, account.warehouse_id AS account_warehouse_id, account.barcode AS account_barcode, account.cell_key AS account_cell_key, account.jobtitle AS account_jobtitle, account.pinfl AS account_pinfl FROM account WHERE account.wms_id = %(pk_1)s INFO sqlalchemy.engine.Engine:base.py:1846 [cached since 110.6s ago] {'pk_1': 100590} INFO sqlalchemy.engine.Engine:base.py:1846 UPDATE account SET barcode=%(barcode)s WHERE account.wms_id = %(wms_id_1)s INFO sqlalchemy.engine.Engine:base.py:1846 [cached since 110.6s ago] {'barcode': , 'wms_id_1': 100590} INFO root:api_client.py:709 __make_url schema='https', self.__service_name='dm-wms-be-service-account', mesh='', self.__cluster_domain='k8s-review.dailymail-tech.uz' INFO sqlalchemy.engine.Engine:base.py:2710 BEGIN (implicit; DBAPI should not BEGIN due to autocommit mode) INFO sqlalchemy.engine.Engine:base.py:1846 INSERT INTO cell (key, zone_id, cell_picking_type, barcode, old_barcode, height, length, width, placing_order, picking_order, inventory_task_id, last_inventory_date, last_inventory_worker_id, deactivate_reason) VALUES (%(key)s, %(zone_id)s, %(cell_picking_type)s, %(barcode)s, %(old_barcode)s, %(height)s, %(length)s, %(width)s, %(placing_order)s, %(picking_order)s, %(inventory_task_id)s, %(last_inventory_date)s, %(last_inventory_worker_id)s, %(deactivate_reason)s) RETURNING cell.id, cell.active, cell.mix_type, cell.skus_amount INFO sqlalchemy.engine.Engine:base.py:1846 [cached since 145.6s ago] {'key': 'PL-QA-75260119591149568', 'zone_id': 30, 'cell_picking_type': , 'barcode': None, 'old_barcode': '2026-04-03T23:48:39.598854', 'height': None, 'length': None, 'width': None, 'placing_order': None, 'picking_order': None, 'inventory_task_id': None, 'last_inventory_date': None, 'last_inventory_worker_id': None, 'deactivate_reason': None} INFO sqlalchemy.engine.Engine:base.py:2716 COMMIT using DBAPI connection.commit(), has no effect due to autocommit mode INFO sqlalchemy.engine.Engine:base.py:2710 BEGIN (implicit; DBAPI should not BEGIN due to autocommit mode) INFO sqlalchemy.engine.Engine:base.py:1846 SELECT cell.id AS cell_id, cell.key AS cell_key, cell.zone_id AS cell_zone_id, cell.active AS cell_active, cell.mix_type AS cell_mix_type, cell.skus_amount AS cell_skus_amount, cell.cell_picking_type AS cell_cell_picking_type, cell.barcode AS cell_barcode, cell.old_barcode AS cell_old_barcode, cell.height AS cell_height, cell.length AS cell_length, cell.width AS cell_width, cell.placing_order AS cell_placing_order, cell.picking_order AS cell_picking_order, cell.inventory_task_id AS cell_inventory_task_id, cell.last_inventory_date AS cell_last_inventory_date, cell.last_inventory_worker_id AS cell_last_inventory_worker_id, cell.deactivate_reason AS cell_deactivate_reason FROM cell WHERE cell.id = %(pk_1)s INFO sqlalchemy.engine.Engine:base.py:1846 [cached since 145.8s ago] {'pk_1': 488095} INFO sqlalchemy.engine.Engine:base.py:1846 SELECT cell.key FROM cell JOIN zone ON cell.zone_id = zone.id WHERE zone.key = %(key_1)s AND zone.warehouse_id = %(warehouse_id_1)s AND (cell.key NOT IN (%(key_2_1)s, %(key_2_2)s)) AND (cell.key NOT IN (NULL) OR (1 = 1)) INFO sqlalchemy.engine.Engine:base.py:1846 [cached since 145.8s ago] {'key_1': , 'warehouse_id_1': 397299, 'key_2_1': , 'key_2_2': } INFO sqlalchemy.engine.Engine:base.py:1846 SELECT cell.key FROM cell JOIN zone ON cell.zone_id = zone.id WHERE zone.key = %(key_1)s AND zone.warehouse_id = %(warehouse_id_1)s AND (cell.key NOT IN (%(key_2_1)s, %(key_2_2)s)) AND (cell.key NOT IN (NULL) OR (1 = 1)) INFO sqlalchemy.engine.Engine:base.py:1846 [cached since 145.9s ago] {'key_1': , 'warehouse_id_1': 397299, 'key_2_1': , 'key_2_2': } INFO sqlalchemy.engine.Engine:base.py:2710 BEGIN (implicit; DBAPI should not BEGIN due to autocommit mode) INFO sqlalchemy.engine.Engine:base.py:1846 SELECT acceptance_cart.id, acceptance_cart.warehouse_id, acceptance_cart.barcode, acceptance_cart.content_type, acceptance_cart.state, acceptance_cart.user_info, acceptance_cart.process_type FROM acceptance_cart WHERE acceptance_cart.user_info = %(user_info_1)s INFO sqlalchemy.engine.Engine:base.py:1846 [cached since 151.5s ago] {'user_info_1': '100590'} INFO sqlalchemy.engine.Engine:base.py:2710 BEGIN (implicit; DBAPI should not BEGIN due to autocommit mode) INFO sqlalchemy.engine.Engine:base.py:1846 UPDATE acceptance_cart SET content_type=%(content_type)s, state=%(state)s, user_info=%(user_info)s WHERE acceptance_cart.user_info = %(user_info_1)s INFO sqlalchemy.engine.Engine:base.py:1846 [cached since 155.1s ago] {'content_type': None, 'state': , 'user_info': None, 'user_info_1': '100590'} INFO sqlalchemy.engine.Engine:base.py:1846 UPDATE acceptance_count_box SET cart_barcode=%(cart_barcode)s WHERE acceptance_count_box.cart_barcode IN (NULL) AND (1 != 1) INFO sqlalchemy.engine.Engine:base.py:1846 [cached since 158.7s ago] {'cart_barcode': None} INFO sqlalchemy.engine.Engine:base.py:1846 UPDATE return_acceptance_count_box SET cart_barcode=%(cart_barcode)s WHERE return_acceptance_count_box.cart_barcode IN (NULL) AND (1 != 1) INFO sqlalchemy.engine.Engine:base.py:1846 [cached since 166.8s ago] {'cart_barcode': None} INFO sqlalchemy.engine.Engine:base.py:2716 COMMIT using DBAPI connection.commit(), has no effect due to autocommit mode INFO sqlalchemy.engine.Engine:base.py:1846 SELECT invoice.wms_id, invoice.warehouse_id, invoice.dm_should_be_scanned, invoice.is_datamatrix_invoice, invoice.is_full_scan, invoice.is1p, invoice.has_diff, invoice.has_imei_invoice, invoice.has_serial_invoice, invoice.is_test, invoice.acceptance_start_time, invoice.accepted_time, invoice.bar_code, invoice.box_barcode, invoice.created_time, invoice.creator, invoice.full_price, invoice.id, invoice.invoice_number, invoice.prepared_time, invoice.status, invoice.seller_id, invoice.arrival_from, invoice.arrival_to, invoice.pallet_amount, invoice.primary_document_number, invoice.is_accepted_auto, invoice.utd_number, invoice.acceptance_process_id, invoice.counter_agent_name, invoice.inn, invoice.primary_document_type, invoice.utd_date, invoice.utd_doc_id, invoice.primary_document_date, invoice.invoice_type, invoice.parent_invoice_number, invoice.declaration_id, invoice.declaration_request_id, invoice.original_invoice_number, invoice.finalization_error, invoice.type FROM invoice WHERE invoice.id = %(id_1)s AND invoice.warehouse_id = %(warehouse_id_1)s INFO sqlalchemy.engine.Engine:base.py:1846 [cached since 174.3s ago] {'id_1': 7526012240, 'warehouse_id_1': 397299} INFO src.framework.common.api:api.py:97 {"timestamp": "2026-04-03T23:49:15.628030", "type": "request", "method": "POST", "url": "https://dm-ff-be-facade-gateway.k8s-review.dailymail-tech.uz/wms/acceptance/invoices/chunked", "headers": {"x-aer-mock-hub": "true", "x-aer-mock-lp": "true", "x-aer-mock-ff": "true", "x-aer-mock-yandex-bond": "true", "x-aer-mock-egov-uz": "true", "x-aer-mock-tmg": "true", "x-aer-mesh": "dm-hub-service-package:master;dm-hub-service-package-external:master;dm-hub-service-sorting:master;dm-hub-service-asn:master;dm-hub-service-inbound:master;dm-hub-service-meta:master;dm-hub-service-configuration:master;dm-hub-service-packing:master;dm-hub-service-dispatch:master;dm-hub-service-label:master;dm-hub-service-storage:master;dm-hub-service-cargo:master;dm-hub-service-country:master;dm-hub-service-customs:master;dm-hub-service-document:master;dm-hub-service-email:master;dm-hub-service-file-storage:master;dm-hub-service-inspection:master;dm-hub-service-osl:master;dm-hub-service-partners:master;dm-hub-service-report:master;dm-hub-service-settings:master;dm-hub-service-short-link:master;dm-hub-service-templates:master;dm-hub-service-tracking:master;dm-hub-service-transliteration:master;dm-hub-service-processing:master;dm-hub-api-cargo-carrier:master;dm-hub-api-fe:master;dm-hub-api-ff:master;dm-hub-api-wms:master;dm-hub-api-aer:master;dm-hub-api-joom:master;dm-hub-api-gateway:master;dm-hub-api-partners:master;dm-hub-api-pochta-global:master;dm-hub-api-public:master;dm-hub-api-wildberries:master;dm-hub-api-internal:master;dm-hub-daemon-package-process:master;dm-hub-daemon-tracking:master;dm-hub-integration-ff:master;dm-hub-integration-aer:master;dm-hub-integration-cainiao:master;dm-hub-integration-cargo-carrier:master;dm-hub-integration-gtt:master;dm-hub-integration-kazpost:master;dm-hub-integration-kgpost:master;dm-hub-integration-partners:master;dm-hub-integration-post:master;dm-hub-integration-rupost:master;dm-hub-integration-telegram:master;dm-hub-integration-upu:master;dm-hub-integration-wms:master;dm-hub-workflow-asn:master;dm-hub-workflow-email:master;dm-hub-workflow-hub-external:master;dm-hub-workflow-hub-internal:master;dm-hub-workflow-integration:master;dm-hub-workflow-package:master;dm-hub-workflow-tracking:master;dm-hub-workflow-hub-internal:master;dm-hub-service-packing:master;dm-hub-service-cargo:master;dm-hub-workflow-hub-external:master"}, "json": {"id": 7526012240, "invoiceNumber": 7526012240, "fullPrice": 81782, "barCode": "7526012240", "sellerId": 9999999999, "shopId": 9999999999, "createdTime": "2026-04-03T23:49:13Z", "arrivalFrom": "2026-04-04T23:49:14Z", "arrivalTo": "2026-04-05T00:49:14Z", "status": "CREATED", "warehouseId": 397299, "cargoPlaces": 1, "chunkAmount": 1, "crptRequired": false, "hasSerial": false, "hasImei": false, "seller": {"id": 9999999999, "fullName": "", "inn": "9999999999", "phoneNumber": "+79999999999"}, "isTest": true, "type": "TYPE_1P", "cartons": [{"barcode": "75260154282000128", "weight": 2265, "cartonItems": [{"sku": 75260148514604288, "barcode": "8446571547794385", "quantity": 4}, {"sku": 75260148514604288, "barcode": "579518803930315", "quantity": 4}, {"sku": 75260148514604288, "barcode": "2654578162389", "quantity": 4}, {"sku": 75260148514604288, "barcode": "3139685562029", "quantity": 4}, {"sku": 75260148514604288, "barcode": "71342813022967", "quantity": 4}]}]}, "timeout": 30} INFO sqlalchemy.engine.Engine:base.py:1846 UPDATE account SET barcode=%(barcode)s WHERE account.wms_id = %(wms_id_1)s INFO sqlalchemy.engine.Engine:base.py:1846 [cached since 393.2s ago] {'barcode': , 'wms_id_1': 100590} INFO sqlalchemy.engine.Engine:base.py:2713 ROLLBACK using DBAPI connection.rollback(); set skip_autocommit_rollback to prevent fully INFO sqlalchemy.engine.Engine:base.py:2713 ROLLBACK using DBAPI connection.rollback(); set skip_autocommit_rollback to prevent fully INFO sqlalchemy.engine.Engine:base.py:2713 ROLLBACK using DBAPI connection.rollback(); set skip_autocommit_rollback to prevent fully