{"name": "test_order_cancellation_in_state_picked[Uzbekistan | YaMarket]", "status": "failed", "statusDetails": {"message": "AssertionError: Handler: POST https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46; \n Expected status code: 200; \n Actual status code: 422; \n Response body: {\"timestamp\":\"2026-04-05T23:47:04.971+00:00\",\"status\":422,\"error\":\"Unprocessable Entity\",\"message\":\"Another stock return task exists for current user exists and it is on placement phase\",\"path\":\"/stock-return/wall-cell/12.18.1.46\",\"localizedMessage\":\"У пользователя уже есть незавершенное задание на возврат и оно находится на этапе размещения\"}; \n X-Aer-Trace-Id: 2142dfacfc7cb536f499431be071eca4", "trace": "self = <tests.wms.test_order.test_b2c_order_cancellation.TestB2COrderCancellation object at 0x7f45e9a9c7d0>\nwms_outbound_e2e_builder = <src.framework.wms.builders.order.v2_order.WMSOrderBuilder object at 0x7f45e1b13ad0>\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:266: in cancellation_flow\n    .add_wall_cell_to_task()\n     ^^^^^^^^^^^^^^^^^^^^^^^\nsrc/framework/common/utils/utils.py:218: in wrapped_f\n    return Retrying(\n/usr/local/lib/python3.11/site-packages/retrying.py:289: in call\n    raise attempt.get()\n          ^^^^^^^^^^^^^\n/usr/local/lib/python3.11/site-packages/retrying.py:326: in get\n    raise exc.with_traceback(tb)\n/usr/local/lib/python3.11/site-packages/retrying.py:273: in call\n    attempt = Attempt(fn(*args, **kwargs), attempt_number, False)\n                      ^^^^^^^^^^^^^^^^^^^\nsrc/framework/wms/builders/assembly/stock_return.py:117: in add_wall_cell_to_task\n    wait_stock_return_wall_cell_barcode(headers=self.headers, wall_cell_barcode=self.data.wall_cell_barcode)\nsrc/framework/common/utils/utils.py:218: in wrapped_f\n    return Retrying(\n/usr/local/lib/python3.11/site-packages/retrying.py:289: in call\n    raise attempt.get()\n          ^^^^^^^^^^^^^\n/usr/local/lib/python3.11/site-packages/retrying.py:326: in get\n    raise exc.with_traceback(tb)\n/usr/local/lib/python3.11/site-packages/retrying.py:273: in call\n    attempt = Attempt(fn(*args, **kwargs), attempt_number, False)\n                      ^^^^^^^^^^^^^^^^^^^\nsrc/framework/wms/validation/waiters/assembly/stock_return.py:33: in wait_stock_return_wall_cell_barcode\n    response = StockReturnApi(headers=headers).stock_return_wall_cell_wall_cell_barcode_post(\n/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api/stock_return_api.py:983: in stock_return_wall_cell_wall_cell_barcode_post\n    return self.stock_return_wall_cell_wall_cell_barcode_post_with_http_info(wall_cell_barcode, **kwargs)  # noqa: E501\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api/stock_return_api.py:1047: in stock_return_wall_cell_wall_cell_barcode_post_with_http_info\n    return self.api_client.call_api(\n/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api_client.py:339: in call_api\n    return self.__call_api(resource_path, method,\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nself = <qacl_dm_wms_be_service_assembly.api_client.ApiClient object at 0x7f45e1975b50>\nresource_path = '/stock-return/wall-cell/12.18.1.46', method = 'POST'\npath_params = [('wallCellBarcode', '12.18.1.46')], query_params = []\nheader_params = {'Accept': 'application/json', 'Authorization': 'Bearer d3f23b38-cce7-465b-8055-4713df0fb543', 'Content-Type': 'application/json', 'User-Agent': 'Swagger-Codegen/1.0.231+develop/python', ...}\nbody = None, post_params = [], files = {}, response_type = None\nauth_settings = ['wms-authorization'], _return_http_data_only = False\ncollection_formats = {}, _preload_content = True, _request_timeout = None\nexpected_status_code = <HTTPStatus.OK: 200>\n\n    def __call_api(\n            self, resource_path, method, path_params=None,\n            query_params=None, header_params=None, body=None, post_params=None,\n            files=None, response_type=None, auth_settings=None,\n            _return_http_data_only=None, collection_formats=None,\n            _preload_content=True, _request_timeout=None,\n            expected_status_code=HTTPStatus.OK):\n    \n        config = self.configuration\n    \n        # header parameters\n        header_params = header_params or {}\n        header_params.update(self.default_headers)\n        if self.cookie:\n            header_params['Cookie'] = self.cookie\n        if header_params:\n            header_params = self.sanitize_for_serialization(header_params)\n            header_params = dict(self.parameters_to_tuples(header_params,\n                                                           collection_formats))\n    \n        # path parameters\n        if path_params:\n            path_params = self.sanitize_for_serialization(path_params)\n            path_params = self.parameters_to_tuples(path_params,\n                                                    collection_formats)\n            for k, v in path_params:\n                # specified safe chars, encode everything\n                resource_path = resource_path.replace(\n                    '{%s}' % k,\n                    quote(str(v), safe=config.safe_chars_for_path_param)\n                )\n    \n        # query parameters\n        if query_params:\n            query_params = self.sanitize_for_serialization(query_params)\n            query_params = self.parameters_to_tuples(query_params,\n                                                     collection_formats)\n    \n        # post parameters\n        if post_params or files:\n            post_params = self.prepare_post_parameters(post_params, files)\n            post_params = self.sanitize_for_serialization(post_params)\n            post_params = self.parameters_to_tuples(post_params,\n                                                    collection_formats)\n    \n        # auth setting\n        self.update_params_for_auth(header_params, query_params, auth_settings)\n    \n        # body\n        if body:\n            body = self.sanitize_for_serialization(body)\n    \n        # request url\n        url = self.configuration.host + resource_path\n    \n        # perform request and return response\n        response_data = self.request(\n            method, url, query_params=query_params, headers=header_params,\n            post_params=post_params, body=body,\n            _preload_content=_preload_content,\n            _request_timeout=_request_timeout)\n    \n        self.last_response = response_data\n    \n        return_data = response_data\n    \n        try:\n            response_data.data\n            trace_id = response_data.urllib3_response.headers.get('x-aer-trace-id', \"\")\n        except:\n            assert response_data.status == expected_status_code, \\\n                f'Handler: {method} {url}; \\n ' \\\n                f'Expected status code: {expected_status_code}; \\n ' \\\n                f'Actual status code: {response_data.status}'\n        else:\n>           assert response_data.status == expected_status_code, \\\n                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n                f'Handler: {method} {url}; \\n ' \\\n                f'Expected status code: {expected_status_code}; \\n ' \\\n                f'Actual status code: {response_data.status}; \\n ' \\\n                f'Response body: {response_data.data}; \\n ' \\\n                f'X-Aer-Trace-Id: {trace_id}'\nE           AssertionError: Handler: POST https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46; \nE            Expected status code: 200; \nE            Actual status code: 422; \nE            Response body: {\"timestamp\":\"2026-04-05T23:47:04.971+00:00\",\"status\":422,\"error\":\"Unprocessable Entity\",\"message\":\"Another stock return task exists for current user exists and it is on placement phase\",\"path\":\"/stock-return/wall-cell/12.18.1.46\",\"localizedMessage\":\"У пользователя уже есть незавершенное задание на возврат и оно находится на этапе размещения\"}; \nE            X-Aer-Trace-Id: 2142dfacfc7cb536f499431be071eca4\n\n/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api_client.py:172: AssertionError"}, "steps": [{"name": "Waiter function: wait_stock_service_expected_quantity", "status": "passed", "start": 1775432784777, "stop": 1775432784780}, {"name": "Waiter function: wait_stock_service_expected_quantity", "status": "passed", "start": 1775432784780, "stop": 1775432784782}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "7e967e4c-9bef-4f43-a634-b8f5d7d36982-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "72062803-72f9-4cfc-8800-8b032a8e1433-attachment.json", "type": "application/json"}], "start": 1775432784785, "stop": 1775432784785}, {"name": "POST → https://dm-ff-be-facade-gateway.k8s-review.dailymail-tech.uz/supply/ya/api/v1/order", "status": "passed", "attachments": [{"name": "Request", "source": "77c04e21-aabd-43af-99fe-de8321c53bbc-attachment.json", "type": "application/json"}, {"name": "Response", "source": "77fe2cdc-f790-41e0-b571-83b21509b00d-attachment.json", "type": "application/json"}], "start": 1775432784789, "stop": 1775432784816}, {"name": "Waiter function: wait_order_order_by_platform_tracking_code", "status": "passed", "start": 1775432784816, "stop": 1775432787187}, {"name": "Waiter function: wait_stock_service_expected_quantity", "status": "passed", "start": 1775432787187, "stop": 1775432787190}, {"name": "Waiter function: wait_stock_service_expected_quantity", "status": "passed", "start": 1775432787190, "stop": 1775432787192}, {"name": "Waiter function: wait_stock_event_msg", "status": "passed", "start": 1775432787192, "stop": 1775432788819}, {"name": "Waiter function: wait_stock_event_msg", "status": "passed", "start": 1775432788819, "stop": 1775432790439}, {"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": "76f8afc6-0040-45e3-9782-ba6c2dce9dc6-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "25a7828d-1f8b-4bdd-a4b2-8adf8a66bb55-attachment.json", "type": "application/json"}], "start": 1775432791465, "stop": 1775432791465}, {"name": "Response → 200, trace_id: 630e0a522aa262ace01027a29d9f3974", "status": "passed", "attachments": [{"name": "response.headers", "source": "5027ba11-ded7-4a9b-aa47-af5643631b93-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "02f3b0df-0517-4b3b-8b49-6d4ce740e9a2-attachment.json", "type": "application/json"}], "start": 1775432791465, "stop": 1775432791466}], "attachments": [{"name": "cURL", "source": "973f2290-9edf-404d-b621-c390d2d057be-attachment.txt", "type": "text/plain"}], "start": 1775432791465, "stop": 1775432791466}, {"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": "cda70f17-e4c9-4c06-b19e-4699d5ac4ee4-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "cd352157-3155-4fb4-86f7-4eae3210a6e9-attachment.json", "type": "application/json"}], "start": 1775432791510, "stop": 1775432791510}, {"name": "Response → 200, trace_id: 5b155786742cb96d51e90adaee7b9781", "status": "passed", "attachments": [{"name": "response.headers", "source": "2a1a50fc-f048-4428-a21e-ac4ef5114bb0-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "8f9bd1ac-457b-49b8-8db1-e580b2eb1272-attachment.json", "type": "application/json"}], "start": 1775432791510, "stop": 1775432791510}], "attachments": [{"name": "cURL", "source": "36128519-d6ad-47fc-ab99-cc671c556a0b-attachment.txt", "type": "text/plain"}], "start": 1775432791510, "stop": 1775432791510}, {"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": "c559e13f-f508-40b7-bba2-66dd0e8dd706-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "18265653-f677-4f11-9445-dbc9eb0b8e03-attachment.json", "type": "application/json"}], "start": 1775432791562, "stop": 1775432791562}, {"name": "Response → 200, trace_id: 15acddec21335e239cc8dabe61c720c4", "status": "passed", "attachments": [{"name": "response.headers", "source": "fa7606cc-ab30-4d9a-b205-015282d607d3-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "716442ef-b16f-48b2-8d30-537180736e54-attachment.json", "type": "application/json"}], "start": 1775432791562, "stop": 1775432791563}], "attachments": [{"name": "cURL", "source": "2f6468d0-8bd7-421e-b9e3-23bbdb31ba36-attachment.txt", "type": "text/plain"}], "start": 1775432791562, "stop": 1775432791563}, {"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": "b55fd209-22f5-4f46-9274-cbc2a24be5d5-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "d0855ee0-d0a5-4d6c-8919-c348dafa3fc3-attachment.json", "type": "application/json"}], "start": 1775432791603, "stop": 1775432791603}, {"name": "Response → 200, trace_id: 035a5e06423a120e55e42f8355c80992", "status": "passed", "attachments": [{"name": "response.headers", "source": "797ea325-ae71-48ed-abc5-5afba8a69596-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "beff314f-2912-48e6-972e-f8b9df13cb3d-attachment.json", "type": "application/json"}], "start": 1775432791604, "stop": 1775432791604}], "attachments": [{"name": "cURL", "source": "5c3e8f0b-8a93-4dda-ac42-331e8b0a9563-attachment.txt", "type": "text/plain"}], "start": 1775432791603, "stop": 1775432791604}, {"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": "575059a7-76d5-489c-9f0a-270ceec82e28-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "885c6913-277c-49d6-bd1d-5f668a9d0ec1-attachment.json", "type": "application/json"}], "start": 1775432791648, "stop": 1775432791649}, {"name": "Response → 200, trace_id: 30db4cac05c46e5828ebc0947a0001c6", "status": "passed", "attachments": [{"name": "response.headers", "source": "ff04774e-9b4d-464d-97c8-b40d4c6b6363-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "8816b6ce-c387-4617-b462-c745892050d7-attachment.json", "type": "application/json"}], "start": 1775432791649, "stop": 1775432791649}], "attachments": [{"name": "cURL", "source": "25dac234-0f9b-45d9-86b0-55d753cfc146-attachment.txt", "type": "text/plain"}], "start": 1775432791648, "stop": 1775432791649}, {"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": "2a9fb7ef-51b9-48b2-912f-94d640c6d71b-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "2599357d-07e6-4966-9735-5d0d019e844b-attachment.json", "type": "application/json"}], "start": 1775432791678, "stop": 1775432791678}, {"name": "Response → 200, trace_id: e8db7969676c737db145aa40f9719089", "status": "passed", "attachments": [{"name": "response.headers", "source": "455260c4-8f87-4053-a562-7ee9182ebb0a-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "1004fe48-3bc7-4ef8-9267-fdaf1aea7a2e-attachment.txt", "type": "text/plain"}], "start": 1775432791678, "stop": 1775432791678}], "attachments": [{"name": "cURL", "source": "661d2cb2-2a44-420f-b1bf-5a4894132888-attachment.txt", "type": "text/plain"}], "start": 1775432791678, "stop": 1775432791678}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/box/assign?boxBarcodes=BX-0000492875&pickingTaskKey=bfcf789fab4e9074a3073d149fff1b3703634825c87fe057b056c0a8cbd63cd2", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "7314bf63-bfa7-4300-949e-4299f01a400a-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "26a556eb-682d-40d5-a349-7fa59478bd91-attachment.json", "type": "application/json"}], "start": 1775432791708, "stop": 1775432791708}, {"name": "Response → 200, trace_id: c3d9543a86ab690bcf3da18f6cc6bc7a", "status": "passed", "attachments": [{"name": "response.headers", "source": "1b0ae2ed-0299-4d23-b86a-e03b0510d29b-attachment.json", "type": "application/json"}], "start": 1775432791708, "stop": 1775432791708}], "attachments": [{"name": "cURL", "source": "e9271fc6-4558-4a75-8dfd-6954b44f8535-attachment.txt", "type": "text/plain"}], "start": 1775432791708, "stop": 1775432791708}, {"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": "97939204-928c-4a49-89a7-f135f6c810a1-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "b5afdc17-ec92-4809-ade5-e62ac2253c0c-attachment.json", "type": "application/json"}], "start": 1775432791739, "stop": 1775432791740}, {"name": "Response → 200, trace_id: cba29059aef9241df82116fa59bc0100", "status": "passed", "attachments": [{"name": "response.headers", "source": "e806b3c1-57ea-4dce-8fb6-9a22a26bcf5f-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "c198e591-b1f4-49d1-8f9e-23b3c4f3c3c4-attachment.json", "type": "application/json"}], "start": 1775432791740, "stop": 1775432791740}], "attachments": [{"name": "cURL", "source": "e31c775e-60e5-43c9-9236-fe77cd6ffe24-attachment.txt", "type": "text/plain"}], "start": 1775432791739, "stop": 1775432791740}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/task/complete-step?taskKey=bfcf789fab4e9074a3073d149fff1b3703634825c87fe057b056c0a8cbd63cd2&skuId=4100000000000053185&cellBarcode=QA-75432782993149696&cellId=488328", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "f7cc1d7a-5e3a-40f9-be5f-b21f5f5911e5-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "361fb92c-b424-4c42-8f14-308af48948b5-attachment.json", "type": "application/json"}], "start": 1775432791795, "stop": 1775432791795}, {"name": "Response → 200, trace_id: f754b11a76041f3ab20090c27c2f039b", "status": "passed", "attachments": [{"name": "response.headers", "source": "9a2b7dec-a6bf-4afd-9acb-2610246c6c9f-attachment.json", "type": "application/json"}], "start": 1775432791795, "stop": 1775432791795}], "attachments": [{"name": "cURL", "source": "4b315ec8-04bd-4361-bb1d-542f383697a8-attachment.txt", "type": "text/plain"}], "start": 1775432791795, "stop": 1775432791795}, {"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": "21ff7174-5b10-41fb-a9cb-a0313c825523-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "8c1935b8-3631-48ec-a129-3bfa9d474492-attachment.json", "type": "application/json"}], "start": 1775432791840, "stop": 1775432791840}, {"name": "Response → 200, trace_id: 1b7dd829ff38586e7d0afdb0c1a1f776", "status": "passed", "attachments": [{"name": "response.headers", "source": "3e4ec344-2b5c-4958-85c0-24427bd0d122-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "a1836109-6f69-4425-b1fb-7a1f1dcb6d3e-attachment.json", "type": "application/json"}], "start": 1775432791840, "stop": 1775432791841}], "attachments": [{"name": "cURL", "source": "7656dacb-b76a-4fd9-8ce8-db3b994cbff9-attachment.txt", "type": "text/plain"}], "start": 1775432791840, "stop": 1775432791841}, {"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": "7cb400be-184e-4a63-a098-55366d222d39-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "13b774ee-4e08-46f4-b846-98af1c55012e-attachment.json", "type": "application/json"}], "start": 1775432791872, "stop": 1775432791873}, {"name": "Response → 200, trace_id: 99caa27e627ff899867cc550464a859c", "status": "passed", "attachments": [{"name": "response.headers", "source": "45ee0e04-d52f-4e34-a3c2-cf57c6ba4a9d-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "07c3507c-eaf9-40c8-bac0-88636295f87f-attachment.json", "type": "application/json"}], "start": 1775432791873, "stop": 1775432791873}], "attachments": [{"name": "cURL", "source": "01b86a6c-7d9a-4e2f-a55d-f5c1aee32973-attachment.txt", "type": "text/plain"}], "start": 1775432791872, "stop": 1775432791873}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/picking/task/complete-step?taskKey=bfcf789fab4e9074a3073d149fff1b3703634825c87fe057b056c0a8cbd63cd2&skuId=4100000000000053186&cellBarcode=QA-75432782993149696&cellId=488328", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "058e991d-f5f4-4353-8561-04dc8f769ada-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "bbebf402-033b-437d-b0b5-3610cc471d92-attachment.json", "type": "application/json"}], "start": 1775432791925, "stop": 1775432791925}, {"name": "Response → 200, trace_id: a9c9f2b3ece9369a795dc1f60f883f43", "status": "passed", "attachments": [{"name": "response.headers", "source": "3f2492e1-4e26-4be0-87cf-c21254e6e5f3-attachment.json", "type": "application/json"}], "start": 1775432791925, "stop": 1775432791925}], "attachments": [{"name": "cURL", "source": "e61fed8e-b140-416c-b2be-b71c996e0533-attachment.txt", "type": "text/plain"}], "start": 1775432791925, "stop": 1775432791925}, {"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": "89b0b2be-c8dd-4dd2-ab89-bf42da6bbe8a-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "a846153d-3fdc-499d-a176-e04854e5a0e5-attachment.json", "type": "application/json"}], "start": 1775432791957, "stop": 1775432791958}, {"name": "Response → 200, trace_id: 981da4489c395ef3870646edc0f47f59", "status": "passed", "attachments": [{"name": "response.headers", "source": "27de0a54-35f7-466b-9def-ebbc1b8f7acd-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "b6b5325f-48be-4b0b-80d7-6149ca265b46-attachment.json", "type": "application/json"}], "start": 1775432791958, "stop": 1775432791958}], "attachments": [{"name": "cURL", "source": "95fcad71-8823-4bc6-9516-36b22b5e233f-attachment.txt", "type": "text/plain"}], "start": 1775432791957, "stop": 1775432791958}, {"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": "61544f96-a77e-4935-a21b-9bbb181d87ed-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "f40c9666-7053-402c-8b04-195e99c86cc0-attachment.json", "type": "application/json"}], "start": 1775432791992, "stop": 1775432791992}, {"name": "Response → 200, trace_id: cd79af985b6728cf4c9b36fd33569076", "status": "passed", "attachments": [{"name": "response.headers", "source": "2ff97834-f0c4-40f0-9b7a-c67db798369e-attachment.json", "type": "application/json"}], "start": 1775432791992, "stop": 1775432791992}], "attachments": [{"name": "cURL", "source": "5b193c4a-3348-4a05-a4ea-11dd65783b63-attachment.txt", "type": "text/plain"}], "start": 1775432791992, "stop": 1775432791992}, {"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": "7d990ff7-071e-4a45-b767-f747182b7f4f-attachment.json", "type": "application/json"}, {"name": "Response", "source": "c4d1fdb7-f440-4947-9efd-447b1be40c33-attachment.json", "type": "application/json"}], "start": 1775432791998, "stop": 1775432792039}, {"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": "cff7e406-9fec-456f-aa0e-61c3b8e133c2-attachment.json", "type": "application/json"}, {"name": "Response", "source": "f0cc4a29-e3a5-407f-95fd-284d79b5b398-attachment.json", "type": "application/json"}], "start": 1775432792040, "stop": 1775432792077}, {"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": "af245683-4bf2-49e0-a306-d8f3fc686050-attachment.json", "type": "application/json"}, {"name": "Response", "source": "f993dc64-5b8c-4853-8b3d-c766933bc348-attachment.json", "type": "application/json"}], "start": 1775432792078, "stop": 1775432792121}, {"name": "Waiter function: wait_availability_reservation", "status": "passed", "start": 1775432792124, "stop": 1775432792126}, {"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": "019ecb7b-c566-4002-b79c-f62d070f0be6-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "5d9b2d52-56b4-45c2-87e9-ea8a47c05adf-attachment.json", "type": "application/json"}], "start": 1775432792195, "stop": 1775432792195}, {"name": "Response → 200, trace_id: c76354abc21cce4c734f78dad4448903", "status": "passed", "attachments": [{"name": "response.headers", "source": "ff416ed0-3e6a-458e-b1d8-0f5bd66ddeb1-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "6a0136aa-7f45-41a9-b29e-cb37af4b3612-attachment.json", "type": "application/json"}], "start": 1775432792195, "stop": 1775432792196}], "attachments": [{"name": "cURL", "source": "1d2f7bcc-5375-4604-ae35-59a08a333c86-attachment.txt", "type": "text/plain"}], "start": 1775432792195, "stop": 1775432792196}], "start": 1775432792126, "stop": 1775432792199}, {"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": "93b1bb96-bed4-4358-b2bc-12aa12a779bf-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "21ba1673-b67b-4999-a50d-0ab35664fc58-attachment.json", "type": "application/json"}], "start": 1775432792272, "stop": 1775432792272}, {"name": "Response → 200, trace_id: 0400eebc985992e7e455cc59277d5e28", "status": "passed", "attachments": [{"name": "response.headers", "source": "0c1b9e34-56b9-406d-8b0e-eba64b74c5e1-attachment.json", "type": "application/json"}], "start": 1775432792272, "stop": 1775432792272}], "attachments": [{"name": "cURL", "source": "de85ee96-739f-4250-9787-abc755a36963-attachment.txt", "type": "text/plain"}], "start": 1775432792272, "stop": 1775432792272}, {"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": "0799040c-a6a3-44db-8599-25857ddb36b5-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "3e2f070f-c036-47fa-a20b-ac33c130c015-attachment.json", "type": "application/json"}], "start": 1775432792297, "stop": 1775432792297}, {"name": "Response → 200, trace_id: 254fa6d23aca58b25cb3c9defa5f9426", "status": "passed", "attachments": [{"name": "response.headers", "source": "57d2e308-9350-4d03-8c94-d1c4044586c8-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "1223f2f2-09f9-4991-bcc6-432c16aa7750-attachment.json", "type": "application/json"}], "start": 1775432792297, "stop": 1775432792298}], "attachments": [{"name": "cURL", "source": "b58af2be-ae87-4fb2-b12f-412a0c0d1805-attachment.txt", "type": "text/plain"}], "start": 1775432792297, "stop": 1775432792298}, {"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": "a708f6e1-41ec-46d7-89dd-cc5db5e4aa62-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "c53e8cc3-7f18-4ce0-a333-7298e74a58b1-attachment.json", "type": "application/json"}], "start": 1775432792343, "stop": 1775432792343}, {"name": "Response → 200, trace_id: 99180049df2fcb79088c9164e12fd762", "status": "passed", "attachments": [{"name": "response.headers", "source": "7ef57ae6-9e45-4782-952e-a1ff0a1ebeff-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "d08fa59c-b44e-4cd3-a374-0bba22007fb8-attachment.json", "type": "application/json"}], "start": 1775432792343, "stop": 1775432792343}], "attachments": [{"name": "cURL", "source": "9c422adb-04e7-4163-a9bb-11eba2042af0-attachment.txt", "type": "text/plain"}], "start": 1775432792343, "stop": 1775432792343}, {"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": "90f72bc2-fb81-40a4-886b-6ed3f52484a8-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "cc589ed7-ddcc-413f-bc22-989d8b5ae6f6-attachment.json", "type": "application/json"}], "start": 1775432792390, "stop": 1775432792390}, {"name": "Response → 200, trace_id: c7a94921df05ea9dd5ae09c4eac163da", "status": "passed", "attachments": [{"name": "response.headers", "source": "8f7c0e25-b3ba-4dbb-9194-0ca00c1da0b6-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "5517cac2-6e3c-4865-a20c-a5fe15270de7-attachment.json", "type": "application/json"}], "start": 1775432792390, "stop": 1775432792391}], "attachments": [{"name": "cURL", "source": "ebcb8f21-6b89-49d4-b48f-d9d43a406773-attachment.txt", "type": "text/plain"}], "start": 1775432792390, "stop": 1775432792391}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/api/v1/sorting/move-in-progress?sortingTaskId=161062", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "a0806291-8b44-4766-aa52-2dfca8e51c8b-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "0dfe02bb-8c22-4de1-a3d5-7bfa55627978-attachment.json", "type": "application/json"}], "start": 1775432792414, "stop": 1775432792414}, {"name": "Response → 200, trace_id: 82816ff644d0aa301f55d21954407526", "status": "passed", "attachments": [{"name": "response.headers", "source": "2712b9d4-d2cd-43ee-b64c-3379ef294ecb-attachment.json", "type": "application/json"}], "start": 1775432792414, "stop": 1775432792414}], "attachments": [{"name": "cURL", "source": "eda62b9b-1259-4f5e-9219-31375ef1b45b-attachment.txt", "type": "text/plain"}], "start": 1775432792414, "stop": 1775432792414}, {"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": "4c3f1c19-cde2-4d70-915f-d53104e4712c-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "18731c7d-4772-4f82-9fde-7adcac4a736c-attachment.json", "type": "application/json"}], "start": 1775432792450, "stop": 1775432792451}, {"name": "Response → 200, trace_id: 675f3d6a2f562618a10860738b38f065", "status": "passed", "attachments": [{"name": "response.headers", "source": "fd6f6fa1-c8e0-473d-94d5-eaf4494ef051-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "3ef34ba7-bd4c-4973-9124-f0d0c025849a-attachment.json", "type": "application/json"}], "start": 1775432792451, "stop": 1775432792451}], "attachments": [{"name": "cURL", "source": "ac95ae19-0dad-41aa-aa71-57b236438e63-attachment.txt", "type": "text/plain"}], "start": 1775432792450, "stop": 1775432792451}, {"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": "5ab82dbf-1e4b-47b3-a0ab-b5c7e723c4b1-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "5c182e53-b65b-4191-80f9-36571335cf83-attachment.json", "type": "application/json"}], "start": 1775432792520, "stop": 1775432792520}, {"name": "Response → 200, trace_id: 7c563c7e49079732412554899e27c602", "status": "passed", "attachments": [{"name": "response.headers", "source": "fa35eccb-13b2-46f0-86a2-2bc22d379732-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "e4148ff5-b9e4-47db-8f52-9ad363393ae7-attachment.json", "type": "application/json"}], "start": 1775432792520, "stop": 1775432792520}], "attachments": [{"name": "cURL", "source": "2b5bd4aa-c5e6-4270-bccd-bc727da56027-attachment.txt", "type": "text/plain"}], "start": 1775432792520, "stop": 1775432792520}, {"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": "62aff36b-0f62-408f-82d8-06495d8be8e6-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "8fcef5a7-2de7-4b50-99f5-eb16793d5708-attachment.json", "type": "application/json"}], "start": 1775432792557, "stop": 1775432792557}, {"name": "Response → 200, trace_id: 2739072838846d207b42997e3a232bd1", "status": "passed", "attachments": [{"name": "response.headers", "source": "7b097f53-9b52-431f-9573-afe54fe0c34f-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "ca8d030f-659e-44ea-bb8b-f74704572122-attachment.json", "type": "application/json"}], "start": 1775432792557, "stop": 1775432792557}], "attachments": [{"name": "cURL", "source": "ed8dffd2-627a-43e9-a587-9f7d2c0bbe64-attachment.txt", "type": "text/plain"}], "start": 1775432792557, "stop": 1775432792557}, {"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": "76d1e671-9c95-4e12-a633-b99d3fe07e31-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "822eaf11-9f2a-42d3-ade2-fa60b48aa8d5-attachment.json", "type": "application/json"}], "start": 1775432792597, "stop": 1775432792597}, {"name": "Response → 200, trace_id: ecbd1fe440014c2af5faa8095c95de4a", "status": "passed", "attachments": [{"name": "response.headers", "source": "a2804dc0-d69e-4c2a-be54-497f67d5421f-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "aeab742f-189d-4aab-a56b-470bfd9d7f07-attachment.json", "type": "application/json"}], "start": 1775432792597, "stop": 1775432792598}], "attachments": [{"name": "cURL", "source": "79362251-8faa-4abc-a7bf-9e8d0d7a9446-attachment.txt", "type": "text/plain"}], "start": 1775432792597, "stop": 1775432792598}, {"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_assembly ", "status": "passed", "attachments": [{"name": "query", "source": "255240cf-4a58-4bfd-ad9d-c804f3894143-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "a95f217f-dd13-49bf-a188-29ab8a2f8f01-attachment.json", "type": "application/json"}], "start": 1775432792617, "stop": 1775432792617}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/assign/cell?orderId=4278192544&wallCellBarcode=12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "510c9169-f2f2-49ad-8bc9-848a4bb53607-attachment.json", "type": "application/json"}, {"name": "request.params", "source": "7171906f-d116-40cb-8620-30bac9f689c9-attachment.json", "type": "application/json"}], "start": 1775432792648, "stop": 1775432792648}, {"name": "Response → 200, trace_id: bb8a58a015fea3a0d5dceb6087e391dc", "status": "passed", "attachments": [{"name": "response.headers", "source": "8fd42bdb-5da0-4d4a-9853-ed2ae3fe39de-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "c41e87fc-bda1-4d41-9b84-e9c1d476971d-attachment.txt", "type": "text/plain"}], "start": 1775432792648, "stop": 1775432792648}], "attachments": [{"name": "cURL", "source": "7c390044-8f7f-413a-81ca-ca4122626e0a-attachment.txt", "type": "text/plain"}], "start": 1775432792648, "stop": 1775432792649}, {"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_assembly ", "status": "passed", "attachments": [{"name": "query", "source": "8430e0f8-d559-4ee1-952b-ae61b6534574-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "a64ca6b2-6b28-4b3b-bee9-ad8163c0d59b-attachment.json", "type": "application/json"}], "start": 1775432792665, "stop": 1775432792666}, {"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": "fa894a0f-3787-47ae-9707-c91a73c19ccf-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "90c12416-8df9-474d-b55d-30a607dd7e6e-attachment.json", "type": "application/json"}], "start": 1775432793713, "stop": 1775432793713}, {"name": "Response → 200, trace_id: 7235a575c8b15bfb980f8efc267679b6", "status": "passed", "attachments": [{"name": "response.headers", "source": "f461dae8-7bf0-4ebf-9376-b94d180c1355-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "28357725-9b39-45aa-aabb-1cabd8582ba0-attachment.json", "type": "application/json"}], "start": 1775432793713, "stop": 1775432793713}], "attachments": [{"name": "cURL", "source": "bb8b3056-d2d7-47ee-b57a-95d121219371-attachment.txt", "type": "text/plain"}], "start": 1775432793713, "stop": 1775432793713}, {"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": "bf14b091-4822-40ee-b1a1-b7745771f506-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "19095a76-42f7-4a6c-a6b2-0bb2b6cf4d27-attachment.json", "type": "application/json"}], "start": 1775432793755, "stop": 1775432793755}, {"name": "Response → 200, trace_id: cc90573638fc61edc2cdd46217fc8247", "status": "passed", "attachments": [{"name": "response.headers", "source": "9a6700c8-09fd-4b39-8b23-4b25795bc752-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "fa66e489-8c1a-472e-b297-f107d79a48da-attachment.json", "type": "application/json"}], "start": 1775432793755, "stop": 1775432793755}], "attachments": [{"name": "cURL", "source": "5b5d3560-386d-42b9-af73-36133d95d65c-attachment.txt", "type": "text/plain"}], "start": 1775432793755, "stop": 1775432793755}, {"name": "db.request SQLAlchemy query SELECT → dm_wms_be_service_assembly ", "status": "passed", "attachments": [{"name": "query", "source": "2ea3d9d8-3e3f-42d5-8cf7-861f3c3661c3-attachment.txt", "type": "text/plain"}, {"name": "result", "source": "d09ce9b2-7609-465a-9b7f-a49253830e17-attachment.json", "type": "application/json"}], "start": 1775432793768, "stop": 1775432793768}, {"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": "37471021-168b-4b78-b661-a342ec16458d-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "629a02a9-2dce-44da-a5f2-3568977b07b5-attachment.json", "type": "application/json"}], "start": 1775432794816, "stop": 1775432794816}, {"name": "Response → 200, trace_id: b645b18d9edd4a5b5d490351a27fd66c", "status": "passed", "attachments": [{"name": "response.headers", "source": "8e8341b3-eca0-49bf-8ac0-65a5f1c03cc0-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "b635c66e-8de6-4cf9-ad24-e54d0338e875-attachment.json", "type": "application/json"}], "start": 1775432794816, "stop": 1775432794816}], "attachments": [{"name": "cURL", "source": "7ab86fba-7b07-4f36-920c-192b23da3975-attachment.txt", "type": "text/plain"}], "start": 1775432794816, "stop": 1775432794816}, {"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": "5db65918-2f22-4077-9c4d-b6d98b982409-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "1e14f62d-882f-4c80-a1e7-cde02438c627-attachment.json", "type": "application/json"}], "start": 1775432794842, "stop": 1775432794842}, {"name": "Response → 200, trace_id: 571842ce32cc951d3aa210db98a670b6", "status": "passed", "attachments": [{"name": "response.headers", "source": "340e0400-036a-4e48-acd3-8cef41ef5397-attachment.json", "type": "application/json"}], "start": 1775432794842, "stop": 1775432794842}], "attachments": [{"name": "cURL", "source": "4732d86f-eaac-4b9b-a8b3-7b70a02add82-attachment.txt", "type": "text/plain"}], "start": 1775432794842, "stop": 1775432794842}, {"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": "cd3e3b63-0739-4db0-8b87-b61b473eb3f4-attachment.json", "type": "application/json"}], "start": 1775432794876, "stop": 1775432794876}, {"name": "Response → 200, trace_id: 6dc4aef0e688dbb4fd33abc671567d12", "status": "passed", "attachments": [{"name": "response.headers", "source": "275c869f-5bec-42b4-a22d-7381854be987-attachment.json", "type": "application/json"}], "start": 1775432794876, "stop": 1775432794877}], "attachments": [{"name": "cURL", "source": "897eff22-7d33-4584-a696-18f253bf4e35-attachment.txt", "type": "text/plain"}], "start": 1775432794876, "stop": 1775432794877}, {"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": "2d7ff967-0eb3-4291-9ca4-157867841491-attachment.json", "type": "application/json"}], "start": 1775432794920, "stop": 1775432794920}, {"name": "Response → 200, trace_id: c009cf49e46824477631e1720382734d", "status": "passed", "attachments": [{"name": "response.headers", "source": "90d04b46-c73e-4793-a167-3f93b486d606-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "854b27e0-360a-46ff-91c3-779eea8ab35a-attachment.json", "type": "application/json"}], "start": 1775432794920, "stop": 1775432794921}], "attachments": [{"name": "cURL", "source": "dd13120e-7e25-4620-886d-3473d905699a-attachment.txt", "type": "text/plain"}], "start": 1775432794920, "stop": 1775432794921}, {"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": "d99fa704-823c-4c26-8cff-9c1af23a329a-attachment.json", "type": "application/json"}], "start": 1775432794948, "stop": 1775432794948}, {"name": "Response → 200, trace_id: 2b734a07f163504ce14093092aa0d2fc", "status": "passed", "attachments": [{"name": "response.headers", "source": "c50a6e03-97e1-4d23-865b-568da169f9d4-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "1c06c46b-c342-4ffc-83a5-712d49dd429e-attachment.json", "type": "application/json"}], "start": 1775432794948, "stop": 1775432794948}], "attachments": [{"name": "cURL", "source": "f00c7605-e8b7-4005-925b-ba10c5ff2d16-attachment.txt", "type": "text/plain"}], "start": 1775432794948, "stop": 1775432794948}, {"name": "SQLAlchemy query UPDATE ", "status": "passed", "attachments": [{"name": "query", "source": "5ec69665-9937-4a4e-a1d8-fb48160612f8-attachment.txt", "type": "text/plain"}, {"name": "params", "source": "26c3a345-4f06-4c22-a1a0-2c0edf6c0664-attachment.json", "type": "application/json"}], "start": 1775432794956, "stop": 1775432794956}, {"name": "Waiter function: login_or_refresh", "status": "passed", "steps": [{"name": "POST → https://dm-wms-be-service-account.k8s-review.dailymail-tech.uz/oauth/custom/token", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "a21b68af-a7f4-4bfb-9d39-9c79f7f308bc-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "245795c9-840e-4881-8e37-ecd34bfb70b2-attachment.json", "type": "application/json"}], "start": 1775432794990, "stop": 1775432794990}, {"name": "Response → 200, trace_id: f03f15fbf877d5c74827f509b3e864a0", "status": "passed", "attachments": [{"name": "response.headers", "source": "b26f0187-3916-49f8-a98b-92f59d469a49-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "9ffb3dc4-74e8-4171-8f8f-89fdaee5a568-attachment.json", "type": "application/json"}], "start": 1775432794990, "stop": 1775432794990}], "attachments": [{"name": "cURL", "source": "8342d298-6cb8-4989-be3e-ef7d1a8c9622-attachment.txt", "type": "text/plain"}], "start": 1775432794990, "stop": 1775432794990}], "start": 1775432794956, "stop": 1775432794993}, {"name": "POST → https://dm-wms-be-service-order.k8s-review.dailymail-tech.uz/orders/cancel-order-with-reason", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "aff37efa-4c04-4e8e-94ca-4fdf56505d3b-attachment.json", "type": "application/json"}, {"name": "request.body", "source": "72f55458-028c-4176-81bc-41d6342fc24f-attachment.json", "type": "application/json"}], "start": 1775432795032, "stop": 1775432795032}, {"name": "Response → 200, trace_id: de6293a37a7f3fbfa04d74249731e9b4", "status": "passed", "attachments": [{"name": "response.headers", "source": "af3e48bf-f394-49f8-b3ff-f838ac6a3d8b-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "b53fd09c-ffe9-4356-9b5f-82e33b808000-attachment.json", "type": "application/json"}], "start": 1775432795032, "stop": 1775432795032}], "attachments": [{"name": "cURL", "source": "09a2d2bd-564b-4fb6-a825-e221eb2e3134-attachment.txt", "type": "text/plain"}], "start": 1775432795031, "stop": 1775432795032}, {"name": "GET → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "ac8d45ca-7b2d-4467-b959-1f98ab0ab50d-attachment.json", "type": "application/json"}], "start": 1775432795061, "stop": 1775432795061}, {"name": "Response → 200, trace_id: 046802abcfb09d49456dec6de29b9c75", "status": "passed", "attachments": [{"name": "response.headers", "source": "673defea-e9ff-4263-b789-2adf1a72b834-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "c63051df-3095-46af-9c40-c1cf4d81a44f-attachment.json", "type": "application/json"}], "start": 1775432795061, "stop": 1775432795061}], "attachments": [{"name": "cURL", "source": "85a8ded8-71aa-45a1-864f-b88db0175a5a-attachment.txt", "type": "text/plain"}], "start": 1775432795061, "stop": 1775432795062}, {"name": "Waiter function: add_wall_cell_to_task", "status": "failed", "statusDetails": {"message": "AssertionError: Handler: POST https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46; \n Expected status code: 200; \n Actual status code: 422; \n Response body: {\"timestamp\":\"2026-04-05T23:47:04.971+00:00\",\"status\":422,\"error\":\"Unprocessable Entity\",\"message\":\"Another stock return task exists for current user exists and it is on placement phase\",\"path\":\"/stock-return/wall-cell/12.18.1.46\",\"localizedMessage\":\"У пользователя уже есть незавершенное задание на возврат и оно находится на этапе размещения\"}; \n X-Aer-Trace-Id: 2142dfacfc7cb536f499431be071eca4\n", "trace": "  File \"/app/src/framework/common/utils/utils.py\", line 218, in wrapped_f\n    return Retrying(\n           ^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 289, in call\n    raise attempt.get()\n          ^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 326, in get\n    raise exc.with_traceback(tb)\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 273, in call\n    attempt = Attempt(fn(*args, **kwargs), attempt_number, False)\n                      ^^^^^^^^^^^^^^^^^^^\n  File \"/app/src/framework/wms/builders/assembly/stock_return.py\", line 117, in add_wall_cell_to_task\n    wait_stock_return_wall_cell_barcode(headers=self.headers, wall_cell_barcode=self.data.wall_cell_barcode)\n  File \"/app/src/framework/common/utils/utils.py\", line 218, in wrapped_f\n    return Retrying(\n           ^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 289, in call\n    raise attempt.get()\n          ^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 326, in get\n    raise exc.with_traceback(tb)\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 273, in call\n    attempt = Attempt(fn(*args, **kwargs), attempt_number, False)\n                      ^^^^^^^^^^^^^^^^^^^\n  File \"/app/src/framework/wms/validation/waiters/assembly/stock_return.py\", line 33, in wait_stock_return_wall_cell_barcode\n    response = StockReturnApi(headers=headers).stock_return_wall_cell_wall_cell_barcode_post(\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api/stock_return_api.py\", line 983, in stock_return_wall_cell_wall_cell_barcode_post\n    return self.stock_return_wall_cell_wall_cell_barcode_post_with_http_info(wall_cell_barcode, **kwargs)  # noqa: E501\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api/stock_return_api.py\", line 1047, in stock_return_wall_cell_wall_cell_barcode_post_with_http_info\n    return self.api_client.call_api(\n           ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api_client.py\", line 339, in call_api\n    return self.__call_api(resource_path, method,\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api_client.py\", line 172, in __call_api\n    assert response_data.status == expected_status_code, \\\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n"}, "steps": [{"name": "Waiter function: wait_stock_return_wall_cell_barcode", "status": "failed", "statusDetails": {"message": "AssertionError: Handler: POST https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46; \n Expected status code: 200; \n Actual status code: 422; \n Response body: {\"timestamp\":\"2026-04-05T23:46:44.365+00:00\",\"status\":422,\"error\":\"Unprocessable Entity\",\"message\":\"Another stock return task exists for current user exists and it is on placement phase\",\"path\":\"/stock-return/wall-cell/12.18.1.46\",\"localizedMessage\":\"У пользователя уже есть незавершенное задание на возврат и оно находится на этапе размещения\"}; \n X-Aer-Trace-Id: 426f34ffa9136984c6a2dcd75ca34a19\n", "trace": "  File \"/app/src/framework/common/utils/utils.py\", line 218, in wrapped_f\n    return Retrying(\n           ^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 289, in call\n    raise attempt.get()\n          ^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 326, in get\n    raise exc.with_traceback(tb)\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 273, in call\n    attempt = Attempt(fn(*args, **kwargs), attempt_number, False)\n                      ^^^^^^^^^^^^^^^^^^^\n  File \"/app/src/framework/wms/validation/waiters/assembly/stock_return.py\", line 33, in wait_stock_return_wall_cell_barcode\n    response = StockReturnApi(headers=headers).stock_return_wall_cell_wall_cell_barcode_post(\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api/stock_return_api.py\", line 983, in stock_return_wall_cell_wall_cell_barcode_post\n    return self.stock_return_wall_cell_wall_cell_barcode_post_with_http_info(wall_cell_barcode, **kwargs)  # noqa: E501\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api/stock_return_api.py\", line 1047, in stock_return_wall_cell_wall_cell_barcode_post_with_http_info\n    return self.api_client.call_api(\n           ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api_client.py\", line 339, in call_api\n    return self.__call_api(resource_path, method,\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api_client.py\", line 172, in __call_api\n    assert response_data.status == expected_status_code, \\\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n"}, "steps": [{"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "a5a3cf19-6e5d-407e-a79e-3524d4dbf7d6-attachment.json", "type": "application/json"}], "start": 1775432795090, "stop": 1775432795091}, {"name": "Response → 422, trace_id: 9a5112543ab1a6c967c6f86a43be6c71", "status": "passed", "attachments": [{"name": "response.headers", "source": "70c1f344-dba4-4ede-a834-4ffe0c4b27f9-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "6fc8f24c-4cac-4b8f-8114-fdbbe888631c-attachment.json", "type": "application/json"}], "start": 1775432795091, "stop": 1775432795091}], "attachments": [{"name": "cURL", "source": "fabad24c-c9b2-491f-ab35-93b14801c4ed-attachment.txt", "type": "text/plain"}], "start": 1775432795090, "stop": 1775432795091}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "962bf87f-cb33-4d37-95ad-eb0f0d97844b-attachment.json", "type": "application/json"}], "start": 1775432796117, "stop": 1775432796117}, {"name": "Response → 422, trace_id: 5511ac645dfcacd2e6a5b3d35642b212", "status": "passed", "attachments": [{"name": "response.headers", "source": "4b36fe0c-c63b-439c-8d69-e813bd6dfb69-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "1cd75d5a-f45c-44db-b415-b067fef2cb3b-attachment.json", "type": "application/json"}], "start": 1775432796117, "stop": 1775432796117}], "attachments": [{"name": "cURL", "source": "17317da2-62da-4c40-8e6f-cba494a2d01a-attachment.txt", "type": "text/plain"}], "start": 1775432796117, "stop": 1775432796117}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "aef09ed0-6b9d-429e-841a-bb59bf391de7-attachment.json", "type": "application/json"}], "start": 1775432797145, "stop": 1775432797145}, {"name": "Response → 422, trace_id: 07647e04a469faf31d77d1b057eb7e74", "status": "passed", "attachments": [{"name": "response.headers", "source": "018de187-a1c5-496a-9c07-4b4beae7dce7-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "60965e7e-4a13-40d0-947c-383c5e98c666-attachment.json", "type": "application/json"}], "start": 1775432797145, "stop": 1775432797146}], "attachments": [{"name": "cURL", "source": "491bafba-e702-4e04-8d4f-bb794e335743-attachment.txt", "type": "text/plain"}], "start": 1775432797145, "stop": 1775432797146}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "9506c856-169c-4ecb-b561-b02d3e49c881-attachment.json", "type": "application/json"}], "start": 1775432798178, "stop": 1775432798179}, {"name": "Response → 422, trace_id: ab42d8e70e49f9ccc0c39470ec082fc6", "status": "passed", "attachments": [{"name": "response.headers", "source": "90c36216-3b5e-446f-8f34-eac049c6ba60-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "3a1acfe4-5f3c-4fd2-99f5-493ff52ac8ef-attachment.json", "type": "application/json"}], "start": 1775432798179, "stop": 1775432798179}], "attachments": [{"name": "cURL", "source": "a9165098-67e4-45c7-8a02-1d62f253eaf4-attachment.txt", "type": "text/plain"}], "start": 1775432798178, "stop": 1775432798179}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "5910a229-8aea-48ea-a095-c34c49beb55b-attachment.json", "type": "application/json"}], "start": 1775432799211, "stop": 1775432799211}, {"name": "Response → 422, trace_id: ce0295b2b860862ec6f2e2a3b7690a3d", "status": "passed", "attachments": [{"name": "response.headers", "source": "581fc7a5-9e91-43fd-8997-2f02143ce995-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "454fd14b-b523-4b14-8873-39947f4416ce-attachment.json", "type": "application/json"}], "start": 1775432799211, "stop": 1775432799211}], "attachments": [{"name": "cURL", "source": "8ace1884-faa4-4cdb-a60b-c708ad90c416-attachment.txt", "type": "text/plain"}], "start": 1775432799210, "stop": 1775432799211}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "d3d538fc-ec1f-4310-97bb-63e1a0e0397e-attachment.json", "type": "application/json"}], "start": 1775432800243, "stop": 1775432800243}, {"name": "Response → 422, trace_id: 0a06a79a2bf54746e7451a372621d949", "status": "passed", "attachments": [{"name": "response.headers", "source": "d487ae95-ee34-4f01-813c-08e687b90fbd-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "d00a43cd-117b-4c20-b112-e225b63404e7-attachment.json", "type": "application/json"}], "start": 1775432800243, "stop": 1775432800243}], "attachments": [{"name": "cURL", "source": "18563fee-6204-41fb-ab2d-78c9e346fd34-attachment.txt", "type": "text/plain"}], "start": 1775432800242, "stop": 1775432800243}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "f81dc234-3c99-4c57-9419-179ab7c85c49-attachment.json", "type": "application/json"}], "start": 1775432801276, "stop": 1775432801276}, {"name": "Response → 422, trace_id: 9ae0e2e937a22a50f113b51ab7111dc1", "status": "passed", "attachments": [{"name": "response.headers", "source": "e0fb5466-cd80-4d11-a0cb-81b8ae5052a7-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "ce6d6fee-aef1-44f0-96dd-a7c22a777f41-attachment.json", "type": "application/json"}], "start": 1775432801276, "stop": 1775432801276}], "attachments": [{"name": "cURL", "source": "6133ee47-0609-419d-9962-c414f882e2f5-attachment.txt", "type": "text/plain"}], "start": 1775432801276, "stop": 1775432801276}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "9391d9e6-a643-4804-9008-c46d315cf5f9-attachment.json", "type": "application/json"}], "start": 1775432802307, "stop": 1775432802307}, {"name": "Response → 422, trace_id: c00516a4ea5db360b2fb143e91d4f648", "status": "passed", "attachments": [{"name": "response.headers", "source": "39c94728-3846-4abb-94e6-7b8d7da682bb-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "17580333-1d49-4415-ba86-ba5bb850fad7-attachment.json", "type": "application/json"}], "start": 1775432802307, "stop": 1775432802308}], "attachments": [{"name": "cURL", "source": "99210c1d-a895-4483-b0fa-f9f9e1566949-attachment.txt", "type": "text/plain"}], "start": 1775432802307, "stop": 1775432802308}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "5189cdad-f071-42c3-b716-fbb81fc0976f-attachment.json", "type": "application/json"}], "start": 1775432803337, "stop": 1775432803337}, {"name": "Response → 422, trace_id: 54b86efa145d2467980221350a69ef34", "status": "passed", "attachments": [{"name": "response.headers", "source": "0ff28443-78b9-4a97-8548-711f9d934e18-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "4d8851cd-8f54-4799-97b8-57d2a575e947-attachment.json", "type": "application/json"}], "start": 1775432803337, "stop": 1775432803337}], "attachments": [{"name": "cURL", "source": "5dffc683-a8b5-44e9-9669-b27ed37cf780-attachment.txt", "type": "text/plain"}], "start": 1775432803337, "stop": 1775432803337}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "f352e0df-687f-4011-b4cb-280f195a4b08-attachment.json", "type": "application/json"}], "start": 1775432804367, "stop": 1775432804367}, {"name": "Response → 422, trace_id: 426f34ffa9136984c6a2dcd75ca34a19", "status": "passed", "attachments": [{"name": "response.headers", "source": "9b373775-ac7a-4ff4-a58b-db7644c3ae6d-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "edb63e4d-0b00-4baa-ac25-52c7cf382301-attachment.json", "type": "application/json"}], "start": 1775432804367, "stop": 1775432804367}], "attachments": [{"name": "cURL", "source": "dd16c0f3-02f3-4918-bc94-ce7f975b2af0-attachment.txt", "type": "text/plain"}], "start": 1775432804367, "stop": 1775432804367}], "start": 1775432795064, "stop": 1775432804370}, {"name": "Waiter function: wait_stock_return_wall_cell_barcode", "status": "failed", "statusDetails": {"message": "AssertionError: Handler: POST https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46; \n Expected status code: 200; \n Actual status code: 422; \n Response body: {\"timestamp\":\"2026-04-05T23:46:54.664+00:00\",\"status\":422,\"error\":\"Unprocessable Entity\",\"message\":\"Another stock return task exists for current user exists and it is on placement phase\",\"path\":\"/stock-return/wall-cell/12.18.1.46\",\"localizedMessage\":\"У пользователя уже есть незавершенное задание на возврат и оно находится на этапе размещения\"}; \n X-Aer-Trace-Id: 73e5aa080fe913cb70569e2cb9c7a953\n", "trace": "  File \"/app/src/framework/common/utils/utils.py\", line 218, in wrapped_f\n    return Retrying(\n           ^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 289, in call\n    raise attempt.get()\n          ^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 326, in get\n    raise exc.with_traceback(tb)\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 273, in call\n    attempt = Attempt(fn(*args, **kwargs), attempt_number, False)\n                      ^^^^^^^^^^^^^^^^^^^\n  File \"/app/src/framework/wms/validation/waiters/assembly/stock_return.py\", line 33, in wait_stock_return_wall_cell_barcode\n    response = StockReturnApi(headers=headers).stock_return_wall_cell_wall_cell_barcode_post(\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api/stock_return_api.py\", line 983, in stock_return_wall_cell_wall_cell_barcode_post\n    return self.stock_return_wall_cell_wall_cell_barcode_post_with_http_info(wall_cell_barcode, **kwargs)  # noqa: E501\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api/stock_return_api.py\", line 1047, in stock_return_wall_cell_wall_cell_barcode_post_with_http_info\n    return self.api_client.call_api(\n           ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api_client.py\", line 339, in call_api\n    return self.__call_api(resource_path, method,\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api_client.py\", line 172, in __call_api\n    assert response_data.status == expected_status_code, \\\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n"}, "steps": [{"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "5579952b-d132-45cc-bb80-b0d25aae51fe-attachment.json", "type": "application/json"}], "start": 1775432805396, "stop": 1775432805397}, {"name": "Response → 422, trace_id: 3d876302034a647ad129e73dad8a3c7f", "status": "passed", "attachments": [{"name": "response.headers", "source": "048dabe4-bb54-437a-b485-bdf679941608-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "b062519a-d3c6-4102-8e57-478bdddc93e8-attachment.json", "type": "application/json"}], "start": 1775432805397, "stop": 1775432805397}], "attachments": [{"name": "cURL", "source": "b7f766f7-37aa-4a19-9874-1c1bc251ad85-attachment.txt", "type": "text/plain"}], "start": 1775432805396, "stop": 1775432805397}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "8969f634-78f8-4c36-8f85-fa13cfb64d63-attachment.json", "type": "application/json"}], "start": 1775432806425, "stop": 1775432806425}, {"name": "Response → 422, trace_id: 6cfcf616e9ac0ad1502d97568ccec359", "status": "passed", "attachments": [{"name": "response.headers", "source": "3b34a167-4170-4f3c-b8aa-2ac739f63c5a-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "35a258d2-00df-4867-b11f-a92caa23334f-attachment.json", "type": "application/json"}], "start": 1775432806425, "stop": 1775432806426}], "attachments": [{"name": "cURL", "source": "85923ffb-a940-4dd8-9324-ec3b5461f23f-attachment.txt", "type": "text/plain"}], "start": 1775432806425, "stop": 1775432806426}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "061f67e0-1960-4392-afc3-0cf616662f4a-attachment.json", "type": "application/json"}], "start": 1775432807452, "stop": 1775432807453}, {"name": "Response → 422, trace_id: 63d7ee9099eb3a59776df15700ab633f", "status": "passed", "attachments": [{"name": "response.headers", "source": "0c34f788-004e-4fb7-a703-f7885808c5b7-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "6e70022c-05ee-4225-857e-42ab587cef1c-attachment.json", "type": "application/json"}], "start": 1775432807453, "stop": 1775432807453}], "attachments": [{"name": "cURL", "source": "8f398179-76e9-4234-884c-21da19860365-attachment.txt", "type": "text/plain"}], "start": 1775432807452, "stop": 1775432807453}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "768024e0-2690-4b15-a897-51484d76121e-attachment.json", "type": "application/json"}], "start": 1775432808480, "stop": 1775432808481}, {"name": "Response → 422, trace_id: 6c0e869c6ccc320abde8935d8450c459", "status": "passed", "attachments": [{"name": "response.headers", "source": "c7209cd7-fc52-4741-a47a-c3f447dc19bf-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "e1144fc6-4fd9-4c13-8286-10cd86a59c35-attachment.json", "type": "application/json"}], "start": 1775432808481, "stop": 1775432808481}], "attachments": [{"name": "cURL", "source": "6812d750-1d62-40f2-b2e9-c4fcec29e7eb-attachment.txt", "type": "text/plain"}], "start": 1775432808480, "stop": 1775432808481}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "19774eed-ff55-46d0-8b6a-ceed16f800fc-attachment.json", "type": "application/json"}], "start": 1775432809510, "stop": 1775432809510}, {"name": "Response → 422, trace_id: c24b8aa7d341e6dcd7fcca14729bb92a", "status": "passed", "attachments": [{"name": "response.headers", "source": "cc9ff8ec-6afd-4b0c-b566-bcd171818c32-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "905a9ee2-caf1-4804-8b5b-5c7f81be1aa2-attachment.json", "type": "application/json"}], "start": 1775432809510, "stop": 1775432809510}], "attachments": [{"name": "cURL", "source": "0d692bfa-ce01-4e61-b95f-f58bd76ed8d2-attachment.txt", "type": "text/plain"}], "start": 1775432809510, "stop": 1775432809510}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "ada8a0fa-7fd3-458e-bdc2-de48e1829db2-attachment.json", "type": "application/json"}], "start": 1775432810540, "stop": 1775432810541}, {"name": "Response → 422, trace_id: 1793c9370431b1d5330a4245870d2df2", "status": "passed", "attachments": [{"name": "response.headers", "source": "dcb12f6d-7a0e-4d1d-8e23-cb84799cd285-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "bc02faf2-eebb-4d5e-8570-b304d04e7108-attachment.json", "type": "application/json"}], "start": 1775432810541, "stop": 1775432810541}], "attachments": [{"name": "cURL", "source": "342538b1-3cd7-4235-9f7e-9ac08385c5a0-attachment.txt", "type": "text/plain"}], "start": 1775432810540, "stop": 1775432810541}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "8274999a-b1e1-48b5-8fe1-950678ee84f1-attachment.json", "type": "application/json"}], "start": 1775432811571, "stop": 1775432811572}, {"name": "Response → 422, trace_id: 0c2d1f15aa3ce65d9ae2de96630122f1", "status": "passed", "attachments": [{"name": "response.headers", "source": "9c57973a-e32f-4c37-9c22-18adbf64e7af-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "c7b98ca1-f5e4-4d52-a090-e98e2b434458-attachment.json", "type": "application/json"}], "start": 1775432811572, "stop": 1775432811572}], "attachments": [{"name": "cURL", "source": "799fe8ff-50d0-43a5-8869-f7e359cf193a-attachment.txt", "type": "text/plain"}], "start": 1775432811571, "stop": 1775432811572}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "90bacf3a-f41f-4580-914a-99d18bda99bc-attachment.json", "type": "application/json"}], "start": 1775432812601, "stop": 1775432812602}, {"name": "Response → 422, trace_id: ab006b46782435807f99fb8e06da6143", "status": "passed", "attachments": [{"name": "response.headers", "source": "1e37d0a2-e142-410a-9f48-456e9d81304c-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "33425671-52ae-46b4-b982-cab2a3d55e8f-attachment.json", "type": "application/json"}], "start": 1775432812602, "stop": 1775432812602}], "attachments": [{"name": "cURL", "source": "a27a22ea-4be4-424e-b3fc-fa27ea784a2f-attachment.txt", "type": "text/plain"}], "start": 1775432812601, "stop": 1775432812602}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "9d576f3e-a5f9-49b6-bb31-264894c04e11-attachment.json", "type": "application/json"}], "start": 1775432813634, "stop": 1775432813634}, {"name": "Response → 422, trace_id: 544c66a94d97be8f71b9d38e05db8393", "status": "passed", "attachments": [{"name": "response.headers", "source": "19d55100-684b-4b97-9b30-a82be2dde87e-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "a8ed1d4a-975c-4bde-9d2f-9be896e31318-attachment.json", "type": "application/json"}], "start": 1775432813634, "stop": 1775432813635}], "attachments": [{"name": "cURL", "source": "eaa848a9-fa0e-4c29-9c02-b8beb681481a-attachment.txt", "type": "text/plain"}], "start": 1775432813634, "stop": 1775432813635}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "a50d85c2-ff3d-464d-b40b-f4ab98569563-attachment.json", "type": "application/json"}], "start": 1775432814665, "stop": 1775432814666}, {"name": "Response → 422, trace_id: 73e5aa080fe913cb70569e2cb9c7a953", "status": "passed", "attachments": [{"name": "response.headers", "source": "b548994e-b4e8-4f4e-8885-0cb94b9fb88e-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "e3787d7f-4de2-4de2-a13c-c13be18b0340-attachment.json", "type": "application/json"}], "start": 1775432814666, "stop": 1775432814666}], "attachments": [{"name": "cURL", "source": "03ceb3d4-49cf-4884-963e-fb3d64ad2393-attachment.txt", "type": "text/plain"}], "start": 1775432814665, "stop": 1775432814666}], "start": 1775432805371, "stop": 1775432814670}, {"name": "Waiter function: wait_stock_return_wall_cell_barcode", "status": "failed", "statusDetails": {"message": "AssertionError: Handler: POST https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46; \n Expected status code: 200; \n Actual status code: 422; \n Response body: {\"timestamp\":\"2026-04-05T23:47:04.971+00:00\",\"status\":422,\"error\":\"Unprocessable Entity\",\"message\":\"Another stock return task exists for current user exists and it is on placement phase\",\"path\":\"/stock-return/wall-cell/12.18.1.46\",\"localizedMessage\":\"У пользователя уже есть незавершенное задание на возврат и оно находится на этапе размещения\"}; \n X-Aer-Trace-Id: 2142dfacfc7cb536f499431be071eca4\n", "trace": "  File \"/app/src/framework/common/utils/utils.py\", line 218, in wrapped_f\n    return Retrying(\n           ^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 289, in call\n    raise attempt.get()\n          ^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 326, in get\n    raise exc.with_traceback(tb)\n  File \"/usr/local/lib/python3.11/site-packages/retrying.py\", line 273, in call\n    attempt = Attempt(fn(*args, **kwargs), attempt_number, False)\n                      ^^^^^^^^^^^^^^^^^^^\n  File \"/app/src/framework/wms/validation/waiters/assembly/stock_return.py\", line 33, in wait_stock_return_wall_cell_barcode\n    response = StockReturnApi(headers=headers).stock_return_wall_cell_wall_cell_barcode_post(\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api/stock_return_api.py\", line 983, in stock_return_wall_cell_wall_cell_barcode_post\n    return self.stock_return_wall_cell_wall_cell_barcode_post_with_http_info(wall_cell_barcode, **kwargs)  # noqa: E501\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api/stock_return_api.py\", line 1047, in stock_return_wall_cell_wall_cell_barcode_post_with_http_info\n    return self.api_client.call_api(\n           ^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api_client.py\", line 339, in call_api\n    return self.__call_api(resource_path, method,\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/site-packages/qacl_dm_wms_be_service_assembly/api_client.py\", line 172, in __call_api\n    assert response_data.status == expected_status_code, \\\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n"}, "steps": [{"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "49ea20e5-1333-4926-994f-509c0daf2d94-attachment.json", "type": "application/json"}], "start": 1775432815699, "stop": 1775432815699}, {"name": "Response → 422, trace_id: 33d3297780024513e60ce5e299e8972c", "status": "passed", "attachments": [{"name": "response.headers", "source": "35347e20-b3fd-44d1-a9a1-78d217c6bc23-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "01be2378-94b0-4249-8e86-f072b0910f6f-attachment.json", "type": "application/json"}], "start": 1775432815699, "stop": 1775432815699}], "attachments": [{"name": "cURL", "source": "3caa4a59-d191-4509-841b-a7f109709442-attachment.txt", "type": "text/plain"}], "start": 1775432815699, "stop": 1775432815699}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "fdda77ea-5eaa-4d9f-a42e-9cb9612888f4-attachment.json", "type": "application/json"}], "start": 1775432816728, "stop": 1775432816728}, {"name": "Response → 422, trace_id: 03a4928f3df824b3fefd9f5192e0f352", "status": "passed", "attachments": [{"name": "response.headers", "source": "7d4348b8-5c88-44b0-a715-466e052c3969-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "4d30ae23-5109-4c01-a704-42aef4cf78bf-attachment.json", "type": "application/json"}], "start": 1775432816728, "stop": 1775432816728}], "attachments": [{"name": "cURL", "source": "21dfe1fc-4056-40bd-a568-b7c65139e370-attachment.txt", "type": "text/plain"}], "start": 1775432816728, "stop": 1775432816728}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "a5cbf3dd-3494-45ed-a6e4-77586998caf5-attachment.json", "type": "application/json"}], "start": 1775432817758, "stop": 1775432817758}, {"name": "Response → 422, trace_id: 1651e51a88a4b11522748bc3dbf6f1f9", "status": "passed", "attachments": [{"name": "response.headers", "source": "f16d2685-c6d5-4175-afd4-163747b83de1-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "b55d732c-3e36-4a4a-8b31-c74508a9814d-attachment.json", "type": "application/json"}], "start": 1775432817758, "stop": 1775432817759}], "attachments": [{"name": "cURL", "source": "42476e01-a2df-4731-b6f9-7b7d318511a1-attachment.txt", "type": "text/plain"}], "start": 1775432817758, "stop": 1775432817759}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "4f3065b0-eb33-4c8e-afdf-867797156cce-attachment.json", "type": "application/json"}], "start": 1775432818788, "stop": 1775432818788}, {"name": "Response → 422, trace_id: 0b40b41d7fa3be491804f99fbb99e7ce", "status": "passed", "attachments": [{"name": "response.headers", "source": "38da4424-d26e-41d8-9638-bda0bb9840d0-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "4312e71b-5c35-4420-bdd2-8516002a1e1d-attachment.json", "type": "application/json"}], "start": 1775432818788, "stop": 1775432818788}], "attachments": [{"name": "cURL", "source": "47fe85fe-6237-4b32-a4d4-17fe67ae1d99-attachment.txt", "type": "text/plain"}], "start": 1775432818788, "stop": 1775432818788}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "f97535fd-27eb-4623-a5f7-177926163b68-attachment.json", "type": "application/json"}], "start": 1775432819819, "stop": 1775432819819}, {"name": "Response → 422, trace_id: f3257e2a245f12775aa8960f93814027", "status": "passed", "attachments": [{"name": "response.headers", "source": "8a3fe901-78f9-4b5b-a30f-b9e4f01563df-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "8ccc2086-e4ea-4133-9041-c3561bafaf25-attachment.json", "type": "application/json"}], "start": 1775432819819, "stop": 1775432819820}], "attachments": [{"name": "cURL", "source": "18a0ba22-53f2-40b7-965c-b04ab0919016-attachment.txt", "type": "text/plain"}], "start": 1775432819819, "stop": 1775432819820}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "6639b34c-663a-40e7-9e84-8080c220d7f2-attachment.json", "type": "application/json"}], "start": 1775432820850, "stop": 1775432820851}, {"name": "Response → 422, trace_id: 3f1b5d5b5f8572d38b0f612e2d9ba63d", "status": "passed", "attachments": [{"name": "response.headers", "source": "e3f8d692-652e-4f28-bed2-f4a44d69d7e2-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "469cbdbf-ebe7-421b-82a2-4347b8e2655e-attachment.json", "type": "application/json"}], "start": 1775432820851, "stop": 1775432820851}], "attachments": [{"name": "cURL", "source": "80cde945-1c0e-4849-8e74-2f0ab66c471c-attachment.txt", "type": "text/plain"}], "start": 1775432820850, "stop": 1775432820851}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "deb3e5f6-58a0-4974-b475-20494e25d4d6-attachment.json", "type": "application/json"}], "start": 1775432821881, "stop": 1775432821881}, {"name": "Response → 422, trace_id: ba0e24fd6dc467346f30044c59361ee4", "status": "passed", "attachments": [{"name": "response.headers", "source": "2bdb9852-0a10-4877-99ce-e021fe718254-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "12cd85eb-e094-4121-a1bd-ce6163d529bb-attachment.json", "type": "application/json"}], "start": 1775432821881, "stop": 1775432821882}], "attachments": [{"name": "cURL", "source": "f9c6a796-65ce-403b-96e5-16f53fd63263-attachment.txt", "type": "text/plain"}], "start": 1775432821881, "stop": 1775432821882}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "0ffc6a53-89b7-4b2d-97d9-719df01eab8a-attachment.json", "type": "application/json"}], "start": 1775432822911, "stop": 1775432822912}, {"name": "Response → 422, trace_id: 89823621bf000b3193942df41eb04683", "status": "passed", "attachments": [{"name": "response.headers", "source": "56989d63-3d44-4181-a3e0-a4c2abf6cea3-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "2951ab13-85b1-424f-aa58-bf6a3576e36a-attachment.json", "type": "application/json"}], "start": 1775432822912, "stop": 1775432822912}], "attachments": [{"name": "cURL", "source": "21817eb8-1579-457b-b846-79175339ff31-attachment.txt", "type": "text/plain"}], "start": 1775432822911, "stop": 1775432822912}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "cbce6ad3-6568-4e6d-94d3-5a6b56fb5d9b-attachment.json", "type": "application/json"}], "start": 1775432823943, "stop": 1775432823943}, {"name": "Response → 422, trace_id: 8a88833ee2081a28b260a927670eb14e", "status": "passed", "attachments": [{"name": "response.headers", "source": "e41511b5-cb92-4233-b667-602e7bc45c4c-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "004058ef-32ba-4e4c-b0c9-9961e2871737-attachment.json", "type": "application/json"}], "start": 1775432823943, "stop": 1775432823943}], "attachments": [{"name": "cURL", "source": "22a3e40e-11ac-4d4d-b44e-b845866abdb7-attachment.txt", "type": "text/plain"}], "start": 1775432823943, "stop": 1775432823943}, {"name": "POST → https://dm-wms-be-service-assembly.k8s-review.dailymail-tech.uz/stock-return/wall-cell/12.18.1.46", "status": "passed", "steps": [{"name": "Request", "status": "passed", "attachments": [{"name": "request.headers", "source": "2bc0381f-3a26-431a-a040-211468bd5574-attachment.json", "type": "application/json"}], "start": 1775432824973, "stop": 1775432824973}, {"name": "Response → 422, trace_id: 2142dfacfc7cb536f499431be071eca4", "status": "passed", "attachments": [{"name": "response.headers", "source": "7346fb15-4e7b-4cb0-aee0-eb691e4befcb-attachment.json", "type": "application/json"}, {"name": "response.body", "source": "ba9b7266-5f00-450c-ac5a-3f462865d488-attachment.json", "type": "application/json"}], "start": 1775432824973, "stop": 1775432824973}], "attachments": [{"name": "cURL", "source": "353bdd6f-9c95-49e4-841e-30c02484a5a8-attachment.txt", "type": "text/plain"}], "start": 1775432824973, "stop": 1775432824973}], "start": 1775432815671, "stop": 1775432824977}], "start": 1775432795064, "stop": 1775432824978}], "attachments": [{"name": "log", "source": "9e90ec04-7d68-44de-8305-0fbf8b6e3f91-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=<DeliveryLastMile.TANAIS: 'TANAIS'>, city_id=<DeliveryCityId.ALIEXPRESS_UZ: 11>, delivery_point_id=<DeliveryPointId.TANAIS: 13>, last_mile_id=<DeliveryLastMileId.TANAIS: 13>, first_mile_id=<DeliveryFirstMileId.Uzbekistan: 12>, assembly_group_id=<AssemblyGroupId.TANAIS: 13>, order_source=<OrderSource.GLOBAL: 'GLOBAL'>, provider_name=<DeliveryLastMile.TANAIS: 'TANAIS'>), 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": 1775432784777, "stop": 1775432824979, "uuid": "508a8f44-0cb5-4d0d-814d-4b6ccec3d34a", "historyId": "d4ac265bc2a76b253bc8aefa6a0547c3", "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-g4geoal1"}, {"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"]}