{"name": "test_order_cancellation_in_state_picked[Uzbekistan | YaMarket]", "status": "failed", "statusDetails": {"message": "AssertionError: task for worker 100206 not found", "trace": "self = <tests.wms.test_order.test_b2c_order_cancellation.TestB2COrderCancellation object at 0x7afe4b041c50>\nwms_outbound_e2e_builder = <src.framework.wms.builders.order.v2_order.WMSOrderBuilder object at 0x7afe49385590>\n\n    def test_order_cancellation_in_state_picked(self, wms_outbound_e2e_builder):\n        order = wms_outbound_e2e_builder\n    \n        # First part: verify initial stock, set user, transition through states\n        (\n            order.control_stock_in_stock_service()\n            .set_user()\n            .state_created()\n            .control_stock_in_stock_service(expected_qty_active=0)\n            .control_stock_event_msg_in_kafka(EventType.ORDER_NEW)\n            .state_ready()\n            .state_in_queue()\n            .state_assigned()\n            .state_picking()\n            .state_picked()\n            .control_order_status_in_assembly_service(order_status=AssemblyOrderStatus.PICKED)\n            .order_can_cancel()\n            .state_canceled()\n            .control_reservations(reservation_status=AvailabilityReservationStatus.COMPLETED)\n            .state_consolidation()\n            .state_pre_packed()\n        )\n    \n        # Second part: handle stock return\n        StockReturnBuilder(\n            order_id=order.order.order_id,\n            wall_cell_barcode=order.sorting.data.orders[order.order.order_id].wall_cell_barcode,\n            warehouse=order.warehouse,\n            headers=order.headers,\n            user=order.user,\n>       ).cancellation_flow()\n          ^^^^^^^^^^^^^^^^^^^\n\ntests/wms/test_order/test_b2c_order_cancellation.py:104: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \nsrc/framework/wms/builders/assembly/stock_return.py:258: in cancellation_flow\n    current_task = self.get_worker_active_tasks()\n                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nsrc/framework/wms/builders/assembly/stock_return.py:87: in get_worker_active_tasks\n    self.update_task_by_worker_id()\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nself = <src.framework.wms.builders.assembly.stock_return.StockReturnBuilder object at 0x7afe484fff90>\n\n    def update_task_by_worker_id(self):\n        self.data.task = (\n            AssemblyQueries()\n            .tx_query(StockReturnTask)\n            .filter(\n                StockReturnTask.worker_id == self.user.wms_id,\n                StockReturnTask.status != StockReturnTaskStatus.COMPLETED,\n            )\n            .first()\n        )\n>       assert self.data.task is not None, f\"task for worker {self.user.wms_id} not found\"\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^\nE       AssertionError: task for worker 100206 not found\n\nsrc/framework/wms/builders/assembly/stock_return.py:106: AssertionError"}, "steps": [{"name": "Waiter function: wait_stock_service_expected_quantity", "status": "passed", "start": 1775519128432, "stop": 1775519128435}, {"name": "Waiter function: wait_stock_service_expected_quantity", "status": "passed", "start": 1775519128435, "stop": 1775519128437}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "8eed7aa3-6af4-4cef-95b9-c096a657da99-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "3bdacd65-307e-438f-8b30-a517c33d8dd6-attachment.json", "type": "application/json"}], "start": 1775519128441, "stop": 1775519128441}, {"name": "POST → https://dm-ff-be-facade-gateway.k8s-review.dailymail-tech.uz/supply/ya/api/v1/order", "status": "passed", "attachments": [{"name": "Request", "source": "67a21f2a-c7da-4cab-bbeb-2200518f55df-attachment.json", "type": "application/json"}, {"name": "Response", "source": "c45a74ff-f446-473a-a8fc-b7cbd3a32d9d-attachment.json", "type": "application/json"}], "start": 1775519128445, "stop": 1775519128471}, {"name": "Waiter function: wait_order_order_by_platform_tracking_code", "status": "passed", "start": 1775519128472, "stop": 1775519130835}, {"name": "Waiter function: wait_stock_service_expected_quantity", "status": "passed", "start": 1775519130835, "stop": 1775519130839}, {"name": "Waiter function: wait_stock_service_expected_quantity", "status": "passed", "start": 1775519130839, "stop": 1775519130842}, {"name": "Waiter function: wait_stock_event_msg", "status": "passed", "start": 1775519130843, "stop": 1775519132471}, {"name": "Waiter function: wait_stock_event_msg", "status": "passed", "start": 1775519132471, "stop": 1775519134095}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/create-wave/order", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "244c30de-0366-45f2-a474-f2b54bcdfec2-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "b7845ecf-537c-4de3-9c89-88bc9d6387cf-attachment.json", "type": "application/json"}], "start": 1775519135218, "stop": 1775519135218}, {"name": "Response → 200, trace_id: e8334e0691bf931d8a390e26df6a6057", "status": "passed", "attachments": [{"name": "response.headers", "source": "9c5bafbd-6a37-4a72-a78f-fb8cea225957-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "75551469-1972-44f5-8cf2-f1c91ad47da0-attachment.json", "type": "application/json"}], "start": 1775519135218, "stop": 1775519135218}], "attachments": [{"name": "cURL", "source": "f24288e0-c841-47ab-9294-ee7674b37272-attachment.txt", "type": "text/plain"}], "start": 1775519135218, "stop": 1775519135218}, {"name": "POST → https://dm-wms-be-service-account.k8s-review.dailymail-tech.uz/api/v1/account/set-worker-location", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "5373baae-280c-4aa5-8b4f-3bc101ba4a66-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "1dbb74b6-395d-4a81-98db-2aa54ae7da21-attachment.json", "type": "application/json"}], "start": 1775519135270, "stop": 1775519135270}, {"name": "Response → 200, trace_id: 28b5c086737d626ed419ff2248381957", "status": "passed", "attachments": [{"name": "response.headers", "source": "c29ec37c-4081-41da-a459-4cafc3b002c0-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "5759df17-d687-47b7-ab8f-2e38edbb19d6-attachment.json", "type": "application/json"}], "start": 1775519135270, "stop": 1775519135270}], "attachments": [{"name": "cURL", "source": "34362b2f-ffa0-4b0e-9929-599da3fde66e-attachment.txt", "type": "text/plain"}], "start": 1775519135270, "stop": 1775519135270}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/task-for-wave", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "124745d4-009b-494a-8c9f-bef85afb3ba0-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "24426afc-b50f-4dcc-a39e-1009d66c969b-attachment.json", "type": "application/json"}], "start": 1775519135329, "stop": 1775519135329}, {"name": "Response → 200, trace_id: b46650a84f43bba48b42f5de2bca3640", "status": "passed", "attachments": [{"name": "response.headers", "source": "b0c10994-d725-4c67-a694-62c5f141f7f7-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "83199437-8b6e-4e57-b8be-7eb7e0d9882d-attachment.json", "type": "application/json"}], "start": 1775519135329, "stop": 1775519135329}], "attachments": [{"name": "cURL", "source": "dea074bb-30e6-4b06-9da8-2bca2418d5f3-attachment.txt", "type": "text/plain"}], "start": 1775519135329, "stop": 1775519135329}, {"name": "GET → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/task", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "042e1124-c0f1-4ad9-91d8-217bfe3f5222-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "95ba1c5c-fb5a-4f04-af95-cef0327cce6f-attachment.json", "type": "application/json"}], "start": 1775519135377, "stop": 1775519135377}, {"name": "Response → 200, trace_id: 7af50aedeb0e3c9870889c17fefe7741", "status": "passed", "attachments": [{"name": "response.headers", "source": "21519913-2a29-4b79-914c-94b689cad050-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "9a7ab78f-3517-44ce-9212-1e836f2ef5d5-attachment.json", "type": "application/json"}], "start": 1775519135377, "stop": 1775519135377}], "attachments": [{"name": "cURL", "source": "68447cd9-2367-4817-addd-d1cd1c6f43f8-attachment.txt", "type": "text/plain"}], "start": 1775519135377, "stop": 1775519135377}, {"name": "GET → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/task", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "cb6674c6-d1af-4960-ba0e-addc7f4b0711-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "b956c2eb-8fcd-40ef-8d15-bd9c9d838123-attachment.json", "type": "application/json"}], "start": 1775519135420, "stop": 1775519135421}, {"name": "Response → 200, trace_id: 34af057b352e65fa153a61084ee05c7f", "status": "passed", "attachments": [{"name": "response.headers", "source": "9f8e5144-3432-49c6-8ca7-6cbb10e06efd-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "abf0aa3f-bb64-40e8-b820-be85d7c6e29a-attachment.json", "type": "application/json"}], "start": 1775519135421, "stop": 1775519135421}], "attachments": [{"name": "cURL", "source": "527ac8e4-57ad-446c-97b0-eefa33b6b666-attachment.txt", "type": "text/plain"}], "start": 1775519135420, "stop": 1775519135421}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/sorting/{sortingType}/box/create", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "725d2ce6-6a42-4889-ae1c-2effa6656ad6-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "5321944c-a1f7-4997-97a9-79dd8b39906a-attachment.json", "type": "application/json"}], "start": 1775519135455, "stop": 1775519135456}, {"name": "Response → 200, trace_id: 70baf9903bbafc56f2daac915486cd3f", "status": "passed", "attachments": [{"name": "response.headers", "source": "6cdab910-459f-4133-a1b2-dca038395556-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "0520f8aa-ffc4-4b46-9fe4-ea04e222fbfe-attachment.txt", "type": "text/plain"}], "start": 1775519135456, "stop": 1775519135456}], "attachments": [{"name": "cURL", "source": "33365d7a-b6c4-45fb-8cb0-851b311e9dd3-attachment.txt", "type": "text/plain"}], "start": 1775519135455, "stop": 1775519135456}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/box/assign?boxBarcodes=BX-0000492931&pickingTaskKey=9d80165e51445e86771e3fdd6f13d345af7a69abb1bbf096e58018a1519cd16e", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "087422b8-690e-49a1-8b64-82b350549271-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "99bc08bb-3800-4bd4-ac34-9087b452d250-attachment.json", "type": "application/json"}], "start": 1775519135485, "stop": 1775519135485}, {"name": "Response → 200, trace_id: d79c857a9f4bdfe78a1910b05ed372af", "status": "passed", "attachments": [{"name": "response.headers", "source": "ff39162d-42c2-4f04-967b-40ce213644ff-attachment.json", "type": "application/json"}], "start": 1775519135485, "stop": 1775519135485}], "attachments": [{"name": "cURL", "source": "e7e01a32-747f-40d3-b4d1-73d5c724daab-attachment.txt", "type": "text/plain"}], "start": 1775519135485, "stop": 1775519135485}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/sku-cell/inc-by-sku-barcode", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "c98df64b-e75c-4001-9351-802163348fb2-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "24851032-a127-457b-b32c-524f249709e9-attachment.json", "type": "application/json"}], "start": 1775519135514, "stop": 1775519135515}, {"name": "Response → 200, trace_id: 0a8324cc8bf23723853f27863a897941", "status": "passed", "attachments": [{"name": "response.headers", "source": "985a8c3e-c3b6-4c2a-9e4c-37d473822534-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "aea72750-89f7-46a4-a84e-b307f93461ad-attachment.json", "type": "application/json"}], "start": 1775519135515, "stop": 1775519135515}], "attachments": [{"name": "cURL", "source": "c6640193-b497-4c78-9eca-d15405db1fd1-attachment.txt", "type": "text/plain"}], "start": 1775519135514, "stop": 1775519135515}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/task/complete-step?taskKey=9d80165e51445e86771e3fdd6f13d345af7a69abb1bbf096e58018a1519cd16e&skuId=4100000000000053364&cellBarcode=QA-75519126722736640&cellId=488469", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "2f0f26df-b451-43ef-a21c-499f67a3976b-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "399b57af-4668-41f4-a7d3-722142c80ae7-attachment.json", "type": "application/json"}], "start": 1775519135575, "stop": 1775519135575}, {"name": "Response → 200, trace_id: 935ae5a6c4ee088677386001c55aa213", "status": "passed", "attachments": [{"name": "response.headers", "source": "9004afab-80c6-42ea-a221-b2484bab3879-attachment.json", "type": "application/json"}], "start": 1775519135575, "stop": 1775519135575}], "attachments": [{"name": "cURL", "source": "a39e73b8-bbe8-4e18-9888-6619fe62a7ba-attachment.txt", "type": "text/plain"}], "start": 1775519135575, "stop": 1775519135575}, {"name": "GET → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/task", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "2d231d83-9595-46e4-81b1-b8ea6e24c101-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "2d37b33a-340d-41c4-8b8f-884d5302ef10-attachment.json", "type": "application/json"}], "start": 1775519135618, "stop": 1775519135619}, {"name": "Response → 200, trace_id: 06e61c91a14612050c9c470d906070d4", "status": "passed", "attachments": [{"name": "response.headers", "source": "cbe12ff5-a5d3-473f-93e3-da770083bfbe-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "97a97d48-7de8-4d63-8313-54c693c744d2-attachment.json", "type": "application/json"}], "start": 1775519135619, "stop": 1775519135619}], "attachments": [{"name": "cURL", "source": "1a96f6a3-a56a-48a3-aa7e-7f77f1072b39-attachment.txt", "type": "text/plain"}], "start": 1775519135618, "stop": 1775519135619}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/sku-cell/inc-by-sku-barcode", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "1443c979-c6b5-4c3f-b44a-8b5cd8df73b4-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "3edf7971-59ad-471a-91f9-c1d7544e60e7-attachment.json", "type": "application/json"}], "start": 1775519135651, "stop": 1775519135651}, {"name": "Response → 200, trace_id: dc273096bd9a288e8afa7996192c96eb", "status": "passed", "attachments": [{"name": "response.headers", "source": "1dfc667b-973c-475c-a5ce-a9ef82d0974e-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "3c9d44ad-fe1e-466e-8278-0795670a6ccd-attachment.json", "type": "application/json"}], "start": 1775519135651, "stop": 1775519135652}], "attachments": [{"name": "cURL", "source": "36cc1e04-f53e-47f9-ab97-2deeb0c94fa8-attachment.txt", "type": "text/plain"}], "start": 1775519135651, "stop": 1775519135652}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/task/complete-step?taskKey=9d80165e51445e86771e3fdd6f13d345af7a69abb1bbf096e58018a1519cd16e&skuId=4100000000000053365&cellBarcode=QA-75519126722736640&cellId=488469", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "f1f4280f-fd06-4046-b43a-eff98414d4bb-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "71fa0b7a-d1fb-4c3d-8d51-e74ef42c0beb-attachment.json", "type": "application/json"}], "start": 1775519135711, "stop": 1775519135711}, {"name": "Response → 200, trace_id: 0adf7964e78b48fdef4ae2ce6bed054c", "status": "passed", "attachments": [{"name": "response.headers", "source": "84243589-1ee7-4aa6-ac01-40325e4824bb-attachment.json", "type": "application/json"}], "start": 1775519135711, "stop": 1775519135712}], "attachments": [{"name": "cURL", "source": "4d6dc8a8-f9a5-4698-a77e-819172094b92-attachment.txt", "type": "text/plain"}], "start": 1775519135711, "stop": 1775519135712}, {"name": "GET → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/task", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "d785b310-0ed2-49ae-a468-4a062d29db73-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "b7644220-a6e6-4f3b-aca1-65cc48377361-attachment.json", "type": "application/json"}], "start": 1775519135749, "stop": 1775519135749}, {"name": "Response → 200, trace_id: 8ff4f52f26a4ce77b43695a0afbf55c8", "status": "passed", "attachments": [{"name": "response.headers", "source": "a30f8564-b243-45e2-9a47-c9105fe4c0e8-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "b0608f31-be4d-4d43-bd1b-823e354974ee-attachment.json", "type": "application/json"}], "start": 1775519135749, "stop": 1775519135749}], "attachments": [{"name": "cURL", "source": "484b0b9a-96f8-407f-b890-875df6d0cb29-attachment.txt", "type": "text/plain"}], "start": 1775519135749, "stop": 1775519135749}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/consolidation/cell-pre/bind-task-boxes", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "37de720c-90be-43e9-a658-1db077f9d798-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "616c773b-427c-4094-bd6b-d13bbe176bbe-attachment.json", "type": "application/json"}], "start": 1775519135782, "stop": 1775519135782}, {"name": "Response → 200, trace_id: e07a36cb663edf9f1df788701bdc8c6b", "status": "passed", "attachments": [{"name": "response.headers", "source": "63a45e79-5e1e-4ae8-939a-be3d2134605d-attachment.json", "type": "application/json"}], "start": 1775519135782, "stop": 1775519135782}], "attachments": [{"name": "cURL", "source": "777fb058-b815-42ab-b5a5-60254e20c23f-attachment.txt", "type": "text/plain"}], "start": 1775519135782, "stop": 1775519135782}, {"name": "POST → https://dm-ff-be-facade-gateway.k8s-review.dailymail-tech.uz/wms/order/internal/order/can-be-canceled", "status": "passed", "attachments": [{"name": "Request", "source": "ec0561bf-99b5-42e8-8f1d-4ed1fc801458-attachment.json", "type": "application/json"}, {"name": "Response", "source": "653d3939-0611-4371-bc94-3b4d9546314c-attachment.json", "type": "application/json"}], "start": 1775519135788, "stop": 1775519135822}, {"name": "POST → https://dm-ff-be-facade-gateway.k8s-review.dailymail-tech.uz/wms/order/internal/order/can-be-canceled", "status": "passed", "attachments": [{"name": "Request", "source": "c8399f6e-7914-49f9-95b9-113247f8aca9-attachment.json", "type": "application/json"}, {"name": "Response", "source": "6d186830-b108-4b3e-a617-74471a7f6293-attachment.json", "type": "application/json"}], "start": 1775519135822, "stop": 1775519135861}, {"name": "POST → https://dm-ff-be-facade-gateway.k8s-review.dailymail-tech.uz/wms/order/v2/internal/order/cancel", "status": "passed", "attachments": [{"name": "Request", "source": "c8220a3a-dcc8-44da-9480-f6bd13fae633-attachment.json", "type": "application/json"}, {"name": "Response", "source": "370ae087-12b9-4f68-8d9d-4e8b62dcda69-attachment.json", "type": "application/json"}], "start": 1775519135862, "stop": 1775519135903}, {"name": "Waiter function: wait_availability_reservation", "status": "passed", "start": 1775519135906, "stop": 1775519135907}, {"name": "Waiter function: wait_consolidation_task_start", "status": "passed", "steps": [{"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/consolidation/tasks/start", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "cfd42356-86c5-4c49-a53c-f240657d2601-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "72950492-6faa-4277-aa69-acca1a1bf12e-attachment.json", "type": "application/json"}], "start": 1775519135987, "stop": 1775519135987}, {"name": "Response → 200, trace_id: 8cd8da24b4ffa9daeeb381e5c460d694", "status": "passed", "attachments": [{"name": "response.headers", "source": "c8b645fe-b60f-4627-839b-9927d3a9139c-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "fee1b0f4-cfc7-4fef-9cb2-59f152ebcb42-attachment.json", "type": "application/json"}], "start": 1775519135987, "stop": 1775519135987}], "attachments": [{"name": "cURL", "source": "1f704740-db07-4cdf-b947-6fe9f62eb6a6-attachment.txt", "type": "text/plain"}], "start": 1775519135987, "stop": 1775519135987}], "start": 1775519135908, "stop": 1775519135990}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/consolidation/tasks/finish", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "ad26c69d-8b0a-41c0-9585-9db4127f2171-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "9308560f-dd04-4252-a854-228430ca8f87-attachment.json", "type": "application/json"}], "start": 1775519136068, "stop": 1775519136068}, {"name": "Response → 200, trace_id: db703e3f7ae3403e50006791625c5291", "status": "passed", "attachments": [{"name": "response.headers", "source": "cddeb7a2-726e-4f75-894e-4aca5e842bd3-attachment.json", "type": "application/json"}], "start": 1775519136068, "stop": 1775519136068}], "attachments": [{"name": "cURL", "source": "02cef7bc-8302-4936-93b4-b8e0e44895c3-attachment.txt", "type": "text/plain"}], "start": 1775519136068, "stop": 1775519136068}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/sorting/create-task", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "ac58024a-8599-4f71-b427-6911b15f959b-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "fa3b0c86-9a3a-4435-b566-2e5bf89551f5-attachment.json", "type": "application/json"}], "start": 1775519136095, "stop": 1775519136095}, {"name": "Response → 200, trace_id: a91ed9a51f4a4fc89d49f9693b2414a1", "status": "passed", "attachments": [{"name": "response.headers", "source": "c21ea4fb-004f-44b2-b23d-d18366525b02-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "2f24e560-6c0c-4efa-8d7f-2d178f2d218d-attachment.json", "type": "application/json"}], "start": 1775519136095, "stop": 1775519136095}], "attachments": [{"name": "cURL", "source": "0e05f13d-ac17-4b54-afa1-38ee395906a8-attachment.txt", "type": "text/plain"}], "start": 1775519136095, "stop": 1775519136095}, {"name": "GET → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/sorting/boxes", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "333745e1-e1e4-4e55-9cee-61059e94b8e6-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "14cebc26-1c75-494a-9dac-cc028f5f3bb2-attachment.json", "type": "application/json"}], "start": 1775519136141, "stop": 1775519136141}, {"name": "Response → 200, trace_id: ec2c3e99c491af24613e3d1553de0355", "status": "passed", "attachments": [{"name": "response.headers", "source": "3e8d62fb-1d61-4bf8-992f-572baeec5375-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "74721b2d-13f4-4de6-b1c2-ce93e3673e79-attachment.json", "type": "application/json"}], "start": 1775519136141, "stop": 1775519136141}], "attachments": [{"name": "cURL", "source": "4b044704-005e-4001-a1a8-40768a943ed6-attachment.txt", "type": "text/plain"}], "start": 1775519136141, "stop": 1775519136141}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/sorting/add-box-to-task", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "6df4df19-e320-4711-a4d4-79f1a9716ff2-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "3a88002f-5ee5-41ee-8d62-e367a7088830-attachment.json", "type": "application/json"}], "start": 1775519136191, "stop": 1775519136191}, {"name": "Response → 200, trace_id: 767f8d72a1b64650515d849deef2d279", "status": "passed", "attachments": [{"name": "response.headers", "source": "659c3bb4-fe4b-4c2c-a837-1d62ef87cd0f-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "71a654a5-8436-4b9f-ae39-1f0faf043ffe-attachment.json", "type": "application/json"}], "start": 1775519136192, "stop": 1775519136192}], "attachments": [{"name": "cURL", "source": "e75e6a09-ba59-4037-b63a-1b6312fe5d99-attachment.txt", "type": "text/plain"}], "start": 1775519136191, "stop": 1775519136192}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/sorting/move-in-progress?sortingTaskId=161080", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "ccc54832-8982-434b-8c56-ca4dc1b67f33-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "fa487613-25e4-4414-b74f-95f024c94e61-attachment.json", "type": "application/json"}], "start": 1775519136222, "stop": 1775519136223}, {"name": "Response → 200, trace_id: 0d868f5c2557cd69b70e41cf6e3b28ed", "status": "passed", "attachments": [{"name": "response.headers", "source": "9c04136e-9aee-4fcd-9e73-6d42280f1745-attachment.json", "type": "application/json"}], "start": 1775519136223, "stop": 1775519136223}], "attachments": [{"name": "cURL", "source": "7db45720-3c0c-4d14-9021-6b09bc6145ec-attachment.txt", "type": "text/plain"}], "start": 1775519136222, "stop": 1775519136223}, {"name": "POST → https://dm-wms-be-service-account.k8s-review.dailymail-tech.uz/api/v1/account/set-worker-location", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "3f35a158-278e-4fe7-b1de-bba5d1c4c329-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "8dce1c4d-338f-4111-8da1-200686edc158-attachment.json", "type": "application/json"}], "start": 1775519136263, "stop": 1775519136263}, {"name": "Response → 200, trace_id: cd2e0c182c0075be950d4ae891f8a398", "status": "passed", "attachments": [{"name": "response.headers", "source": "6bc2c0d7-9b94-480e-be9d-413528778393-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "e2c015f2-d38c-4dc8-9e01-bb5cdb6650f1-attachment.json", "type": "application/json"}], "start": 1775519136263, "stop": 1775519136263}], "attachments": [{"name": "cURL", "source": "fda2a134-83ea-429e-ac6a-18708214a44d-attachment.txt", "type": "text/plain"}], "start": 1775519136263, "stop": 1775519136263}, {"name": "GET → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/sorting/ORDER/check-requirements", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "662b1b15-4968-410e-bd0c-7b26aebcd0f2-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "4743cfeb-522f-4537-9571-e42ebcf38d8f-attachment.json", "type": "application/json"}], "start": 1775519136345, "stop": 1775519136346}, {"name": "Response → 200, trace_id: 7e86b79321d8641a03d9b694882f1ace", "status": "passed", "attachments": [{"name": "response.headers", "source": "598e90b9-f5d5-440e-881c-456b87278e66-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "068c5206-244d-499f-aa89-4f50b9aecef3-attachment.json", "type": "application/json"}], "start": 1775519136346, "stop": 1775519136346}], "attachments": [{"name": "cURL", "source": "03f758aa-051b-4821-9bb7-841c3a922891-attachment.txt", "type": "text/plain"}], "start": 1775519136345, "stop": 1775519136346}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/sorting/ORDER/box/complete", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "8b2764f4-0410-49f8-ba71-d85df0d9fc7d-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "de6f0095-b330-4993-bd80-b21ba6c6672c-attachment.json", "type": "application/json"}], "start": 1775519136385, "stop": 1775519136386}, {"name": "Response → 200, trace_id: 2503a6d923b96c096820d5d3c6e784b5", "status": "passed", "attachments": [{"name": "response.headers", "source": "71142fef-4bd8-4c18-a340-ed30ee3131fc-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "356ac704-5c15-4e03-baff-2822f7dcc2a4-attachment.json", "type": "application/json"}], "start": 1775519136386, "stop": 1775519136386}], "attachments": [{"name": "cURL", "source": "06dd8198-141e-4fa4-b04e-a523e854a895-attachment.txt", "type": "text/plain"}], "start": 1775519136385, "stop": 1775519136386}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/sorting/multi-barcode/box", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "23009b05-d144-46db-b903-42126577ca68-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "cd37e5e3-a71e-4feb-8d86-ee5de42dc664-attachment.json", "type": "application/json"}], "start": 1775519136432, "stop": 1775519136432}, {"name": "Response → 200, trace_id: 76c18ac5157feadc651f08770f5c8b7d", "status": "passed", "attachments": [{"name": "response.headers", "source": "6a1b92b0-11e1-4528-b2f3-70796a4eaa6a-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "d91b4b33-1b6e-44fb-951d-8ae6bf0f27b3-attachment.json", "type": "application/json"}], "start": 1775519136432, "stop": 1775519136433}], "attachments": [{"name": "cURL", "source": "80c6f0eb-b565-4abf-b76a-85fde4915b27-attachment.txt", "type": "text/plain"}], "start": 1775519136432, "stop": 1775519136433}, {"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_assembly ", "status": "passed", "attachments": [{"name": "query", "source": "7efafcf8-450f-4a2e-a443-112af98c6286-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "c254f205-6a59-4988-a13e-2d86422adf61-attachment.json", "type": "application/json"}], "start": 1775519136452, "stop": 1775519136452}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/assign/cell?orderId=4278192613&wallCellBarcode=12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "8ae9bc09-8ddf-4456-88a9-4f10d832c617-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "78d486cd-076a-4cba-a32e-b1d8323bba0e-attachment.json", "type": "application/json"}], "start": 1775519136483, "stop": 1775519136483}, {"name": "Response → 200, trace_id: 67ac9d3af3e91bfdbe9a0cf5b70f40a4", "status": "passed", "attachments": [{"name": "response.headers", "source": "db56964f-9e7b-46b2-b005-10a1738837f9-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "9133440c-fae6-48eb-acf4-80a56ebaf8cf-attachment.txt", "type": "text/plain"}], "start": 1775519136483, "stop": 1775519136484}], "attachments": [{"name": "cURL", "source": "789862ba-a4a0-47b5-9526-c459746c9547-attachment.txt", "type": "text/plain"}], "start": 1775519136483, "stop": 1775519136484}, {"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_assembly ", "status": "passed", "attachments": [{"name": "query", "source": "23c81f1d-b8ba-4c54-8587-98d9720795ce-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "d8f506e9-8e7c-43f8-bb16-9cd6998f8187-attachment.json", "type": "application/json"}], "start": 1775519136500, "stop": 1775519136501}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/wall/cell/add", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "d3d0a982-1486-4677-a706-a254ff6dfdd0-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "f232dc68-b17a-4a90-a334-8222ccfd0f2f-attachment.json", "type": "application/json"}], "start": 1775519137551, "stop": 1775519137552}, {"name": "Response → 200, trace_id: 2c393fb219223c15e97512a0466d942a", "status": "passed", "attachments": [{"name": "response.headers", "source": "470d17e8-1293-4aeb-ade1-084b58c163f6-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "e72acefb-cd28-4375-b9f1-9a3692468f52-attachment.json", "type": "application/json"}], "start": 1775519137552, "stop": 1775519137552}], "attachments": [{"name": "cURL", "source": "faba547e-28d4-4fdc-a2ea-1390a50a20ca-attachment.txt", "type": "text/plain"}], "start": 1775519137551, "stop": 1775519137552}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/sorting/multi-barcode/box", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "c6b27141-dec5-4687-8b6f-5418323b4cf2-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "349582d6-b070-43b5-bdeb-0db4338eab66-attachment.json", "type": "application/json"}], "start": 1775519137594, "stop": 1775519137595}, {"name": "Response → 200, trace_id: d5741bac0408267562cc3aa3d36616b3", "status": "passed", "attachments": [{"name": "response.headers", "source": "d6a30293-020a-47bc-9b89-bb4074d1dbac-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "7572124a-5f85-442b-b996-ad2ee1a50bcf-attachment.json", "type": "application/json"}], "start": 1775519137595, "stop": 1775519137595}], "attachments": [{"name": "cURL", "source": "19fc9680-a1f6-4c8e-a191-ac858e99e5be-attachment.txt", "type": "text/plain"}], "start": 1775519137594, "stop": 1775519137595}, {"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_assembly ", "status": "passed", "attachments": [{"name": "query", "source": "a114138c-ac24-4a7a-9083-684c73655bbf-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "9e4a6b78-3a8c-4889-a70e-31de0cd34ffa-attachment.json", "type": "application/json"}], "start": 1775519137615, "stop": 1775519137615}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/wall/cell/add", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "837ebc94-6781-4822-81d8-882eaf3617e7-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "58afb6ab-fabe-4525-a380-a5a7e9db19de-attachment.json", "type": "application/json"}], "start": 1775519138665, "stop": 1775519138665}, {"name": "Response → 200, trace_id: fa2e907c5bd06cd06d1557294f256eb3", "status": "passed", "attachments": [{"name": "response.headers", "source": "37d2b655-9b90-41a5-8c89-d18888253fb2-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "fce51f32-4f53-4ae9-bd89-7988c8acb128-attachment.json", "type": "application/json"}], "start": 1775519138665, "stop": 1775519138665}], "attachments": [{"name": "cURL", "source": "82fdf404-ef35-44f9-b0cf-844169c611f4-attachment.txt", "type": "text/plain"}], "start": 1775519138665, "stop": 1775519138665}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/sorting/ORDER/box/complete", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "2a5cd1f5-1ab7-49ec-8943-ec3235436229-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "b7f6bc21-a2d1-4335-818f-b9cac864ca16-attachment.json", "type": "application/json"}], "start": 1775519138691, "stop": 1775519138691}, {"name": "Response → 200, trace_id: e2eed49b32ade6ff5bccbee39cccd8ad", "status": "passed", "attachments": [{"name": "response.headers", "source": "b961bdf9-1621-4d87-901d-fcd567dca963-attachment.json", "type": "application/json"}], "start": 1775519138691, "stop": 1775519138691}], "attachments": [{"name": "cURL", "source": "2075eed5-0203-4b2a-901e-a7a6bf971e3d-attachment.txt", "type": "text/plain"}], "start": 1775519138691, "stop": 1775519138691}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/sorting/complete-task", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "1baea68d-9e23-49d6-a190-3b7ae160401e-attachment.json", "type": "application/json"}], "start": 1775519138717, "stop": 1775519138717}, {"name": "Response → 200, trace_id: 25c4817eaf283a4d28e64424e41b0c9d", "status": "passed", "attachments": [{"name": "response.headers", "source": "59cc70a2-594c-44af-bc71-2e975f4c3cee-attachment.json", "type": "application/json"}], "start": 1775519138717, "stop": 1775519138717}], "attachments": [{"name": "cURL", "source": "5df36c11-d41d-4175-a0da-b7a634127e7e-attachment.txt", "type": "text/plain"}], "start": 1775519138717, "stop": 1775519138717}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/task/restore-task-status", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "d402c18a-ef6d-4270-86c8-966318260cd0-attachment.json", "type": "application/json"}], "start": 1775519138747, "stop": 1775519138747}, {"name": "Response → 200, trace_id: d7c16d5aa79e7ac6c445f0c865e35b09", "status": "passed", "attachments": [{"name": "response.headers", "source": "ef3e7b61-2506-4a90-a874-1ec71bb3644c-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "610dbced-9ad8-4c49-95f9-24a0d5f8f8d4-attachment.json", "type": "application/json"}], "start": 1775519138747, "stop": 1775519138748}], "attachments": [{"name": "cURL", "source": "af9f0f71-4696-436f-b3f4-36cba9df55a0-attachment.txt", "type": "text/plain"}], "start": 1775519138747, "stop": 1775519138748}, {"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_assembly ", "status": "passed", "attachments": [{"name": "query", "source": "e55466c7-836e-40bb-98b5-6a855da586a6-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "b7f7999d-34bf-465a-847b-f4901d510e24-attachment.json", "type": "application/json"}], "start": 1775519138759, "stop": 1775519138759}], "attachments": [{"name": "log", "source": "db301775-2751-4ac5-8949-53887d9f5dec-attachment.txt", "type": "text/plain"}], "parameters": [{"name": "wms_providers", "value": "{'provider': WMSProvider(last_mile='YaMarket', city_id=<DeliveryCityId.ALIEXPRESS_UZ: 11>, delivery_point_id=<DeliveryPointId.ALIEXPRESS_UZ: 12>, last_mile_id=<DeliveryLastMileId.ALIEXPRESS_UZ: 12>, first_mile_id=<DeliveryFirstMileId.Uzbekistan: 12>, assembly_group_id=<AssemblyGroupId.ALIEXPRESS_UZ: 12>, order_source=<OrderSource.YaMarket: 'YaMarket'>, provider_name='YaMarket'), 'warehouse': WMSWarehouse(id=1693627, first_mile_id=<DeliveryFirstMileId.Uzbekistan: 12>, ff_id='WH_TASHKENT', hub_last_mile_id=0, providers=[WMSProvider(last_mile='YaMarket', city_id=<DeliveryCityId.ALIEXPRESS_UZ: 11>, delivery_point_id=<DeliveryPointId.ALIEXPRESS_UZ: 12>, last_mile_id=<DeliveryLastMileId.ALIEXPRESS_UZ: 12>, first_mile_id=<DeliveryFirstMileId.Uzbekistan: 12>, assembly_group_id=<AssemblyGroupId.ALIEXPRESS_UZ: 12>, order_source=<OrderSource.YaMarket: 'YaMarket'>, provider_name='YaMarket')], name='Uzbekistan', description='Бонд Узбекистан', use_datamatrix=False, user=WMSAccount(wms_id=33349, phone='3335000010', role_wms_id=23, zone_id=None, patronymic=None, last_name='', password='1234', first_name='', token='', refresh_token=''), storage_cell=<StorageCells.MA1_1_1_01: 'MA1-1-1-01'>, defected_cell=<DefectedCells.BR_01_01_1_05: 'BR-01-01-1-05'>, overage_cell=<OverageCells.IZ_1_01_01_1_05: 'IZ-1-01-01-1-05'>, weighing_cell=<WeighingCells.WT_1_11_1: 'WT-1-01-1'>, packing_table=<PackingTable.UP_AUTOTEST_01: 'UP-AUTOTEST-01'>, packing_zone_id='', qa_zone=<WMSZoneIds.QA_UZ_ZONE: 31>, email=None, phone=None)}"}], "start": 1775519128432, "stop": 1775519138759, "uuid": "194278ce-9184-4d10-a4a7-87a17adf5f7a", "historyId": "0ed6a69e30f5164f774bfb1e07093cdd", "testCaseId": "7308348ffac99daa71965d98c535af7d", "fullName": "tests.wms.test_order.test_b2c_order_cancellation.TestB2COrderCancellation#test_order_cancellation_in_state_picked", "labels": [{"name": "feature", "value": "B2C order cancellation"}, {"name": "tag", "value": "dm-wms-be-service-order"}, {"name": "parentSuite", "value": "tests.wms.test_order"}, {"name": "suite", "value": "test_b2c_order_cancellation"}, {"name": "subSuite", "value": "TestB2COrderCancellation"}, {"name": "host", "value": "runner-1rdl4o-mi-project-9-concurrent-0-ud6ft71v"}, {"name": "thread", "value": "22-MainThread"}, {"name": "framework", "value": "pytest"}, {"name": "language", "value": "cpython3"}, {"name": "package", "value": "tests.wms.test_order.test_b2c_order_cancellation"}], "titlePath": ["tests", "wms", "test_order", "test_b2c_order_cancellation.py", "TestB2COrderCancellation"]}