1 line
34 KiB
JSON

{"uid":"4fb210e65f5ab9a","name":"test_sync_flags_node2_start_later","fullName":"tests.store_sync.test_store_sync.TestStoreSync#test_sync_flags_node2_start_later","historyId":"0a834dc23b7a7d07a94935cbd9a45240","time":{"start":1783663928147,"stop":1783663996698,"duration":68551},"status":"broken","statusMessage":"requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=37337): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fcfa04d5d90>: Failed to establish a new connection: [Errno 111] Connection refused'))","statusTrace":"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/connection.py:196: in _new_conn\n sock = connection.create_connection(\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/util/connection.py:85: in create_connection\n raise err\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/util/connection.py:73: in create_connection\n sock.connect(sa)\nE ConnectionRefusedError: [Errno 111] Connection refused\n\nThe above exception was the direct cause of the following exception:\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/connectionpool.py:789: in urlopen\n response = self._make_request(\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/connectionpool.py:495: in _make_request\n conn.request(\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/connection.py:398: in request\n self.endheaders()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/http/client.py:1353: in endheaders\n self._send_output(message_body, encode_chunked=encode_chunked)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/http/client.py:1113: in _send_output\n self.send(msg)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/http/client.py:1057: in send\n self.connect()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/connection.py:236: in connect\n self.sock = self._new_conn()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/connection.py:211: in _new_conn\n raise NewConnectionError(\nE urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fcfa04d5d90>: Failed to establish a new connection: [Errno 111] Connection refused\n\nThe above exception was the direct cause of the following exception:\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/requests/adapters.py:486: in send\n resp = conn.urlopen(\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/connectionpool.py:843: in urlopen\n retries = retries.increment(\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/util/retry.py:519: in increment\n raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]\nE urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=37337): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fcfa04d5d90>: Failed to establish a new connection: [Errno 111] Connection refused'))\n\nDuring handling of the above exception, another exception occurred:\ntests/store_sync/test_store_sync.py:530: in test_sync_flags_node2_start_later\n self.node2.start(\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:289: in wrapped_f\n return self(f, *args, **kw)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:379: in __call__\n do = self.iter(retry_state=retry_state)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:325: in iter\n raise retry_exc.reraise()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:158: in reraise\n raise self.last_attempt.result()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/concurrent/futures/_base.py:449: in result\n return self.__get_result()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/concurrent/futures/_base.py:401: in __get_result\n raise self._exception\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:382: in __call__\n result = fn(*args, **kwargs)\nsrc/node/waku_node.py:117: in start\n self._start_docker(default_args, remove_container, wait_for_node_sec)\nsrc/node/waku_node.py:227: in _start_docker\n self.ensure_ready(timeout_duration=wait_for_node_sec, rln_required=self._rln_creds_set)\nsrc/node/waku_node.py:355: in ensure_ready\n check_healthy()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:289: in wrapped_f\n return self(f, *args, **kw)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:379: in __call__\n do = self.iter(retry_state=retry_state)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:325: in iter\n raise retry_exc.reraise()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:158: in reraise\n raise self.last_attempt.result()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/concurrent/futures/_base.py:449: in result\n return self.__get_result()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/concurrent/futures/_base.py:401: in __get_result\n raise self._exception\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:382: in __call__\n result = fn(*args, **kwargs)\nsrc/node/waku_node.py:330: in check_healthy\n self.health_response = node.health()\nsrc/node/waku_node.py:396: in health\n return self._api.health()\nsrc/node/api_clients/rest.py:28: in health\n health_response = self.rest_call(\"get\", \"health\")\nsrc/node/api_clients/rest.py:16: in rest_call\n return self.make_request(method, url, headers=headers, data=payload)\nsrc/node/api_clients/base_client.py:12: in make_request\n response = requests.request(method.upper(), url, headers=headers, data=data, timeout=API_REQUEST_TIMEOUT)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/requests/api.py:59: in request\n return session.request(method=method, url=url, **kwargs)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/requests/sessions.py:589: in request\n resp = self.send(prep, **send_kwargs)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/requests/sessions.py:703: in send\n r = adapter.send(request, **kwargs)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/requests/adapters.py:519: in send\n raise ConnectionError(e, request=request)\nE requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=37337): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fcfa04d5d90>: Failed to establish a new connection: [Errno 111] Connection refused'))","flaky":false,"newFailed":false,"newBroken":true,"newPassed":false,"retriesCount":2,"retriesStatusChange":false,"beforeStages":[{"name":"fleet_rln_state","time":{"start":1783661560801,"stop":1783661560801,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"configure_fleet_bootstrap","time":{"start":1783661560801,"stop":1783661560801,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"configure_fleet_cluster","time":{"start":1783661560802,"stop":1783661560802,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"set_allure_env_variables","time":{"start":1783661560802,"stop":1783661560802,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"pubsub_cfg","time":{"start":1783661560802,"stop":1783661560802,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"attach_logs_on_fail","time":{"start":1783663928119,"stop":1783663928119,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"check_waku_log_errors","time":{"start":1783663928119,"stop":1783663928119,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"test_setup","time":{"start":1783663928120,"stop":1783663928120,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"skip_fleet_test_without_rln","time":{"start":1783663928120,"stop":1783663928120,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"test_id","time":{"start":1783663928120,"stop":1783663928120,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"close_open_nodes","time":{"start":1783663928120,"stop":1783663928120,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"common_setup","time":{"start":1783663928120,"stop":1783663928120,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"nodes","time":{"start":1783663928121,"stop":1783663928146,"duration":25},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"store_setup","time":{"start":1783663928146,"stop":1783663928146,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"testStage":{"status":"broken","statusMessage":"requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=37337): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fcfa04d5d90>: Failed to establish a new connection: [Errno 111] Connection refused'))","statusTrace":"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/connection.py:196: in _new_conn\n sock = connection.create_connection(\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/util/connection.py:85: in create_connection\n raise err\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/util/connection.py:73: in create_connection\n sock.connect(sa)\nE ConnectionRefusedError: [Errno 111] Connection refused\n\nThe above exception was the direct cause of the following exception:\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/connectionpool.py:789: in urlopen\n response = self._make_request(\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/connectionpool.py:495: in _make_request\n conn.request(\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/connection.py:398: in request\n self.endheaders()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/http/client.py:1353: in endheaders\n self._send_output(message_body, encode_chunked=encode_chunked)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/http/client.py:1113: in _send_output\n self.send(msg)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/http/client.py:1057: in send\n self.connect()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/connection.py:236: in connect\n self.sock = self._new_conn()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/connection.py:211: in _new_conn\n raise NewConnectionError(\nE urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fcfa04d5d90>: Failed to establish a new connection: [Errno 111] Connection refused\n\nThe above exception was the direct cause of the following exception:\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/requests/adapters.py:486: in send\n resp = conn.urlopen(\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/connectionpool.py:843: in urlopen\n retries = retries.increment(\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/util/retry.py:519: in increment\n raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]\nE urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=37337): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fcfa04d5d90>: Failed to establish a new connection: [Errno 111] Connection refused'))\n\nDuring handling of the above exception, another exception occurred:\ntests/store_sync/test_store_sync.py:530: in test_sync_flags_node2_start_later\n self.node2.start(\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:289: in wrapped_f\n return self(f, *args, **kw)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:379: in __call__\n do = self.iter(retry_state=retry_state)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:325: in iter\n raise retry_exc.reraise()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:158: in reraise\n raise self.last_attempt.result()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/concurrent/futures/_base.py:449: in result\n return self.__get_result()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/concurrent/futures/_base.py:401: in __get_result\n raise self._exception\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:382: in __call__\n result = fn(*args, **kwargs)\nsrc/node/waku_node.py:117: in start\n self._start_docker(default_args, remove_container, wait_for_node_sec)\nsrc/node/waku_node.py:227: in _start_docker\n self.ensure_ready(timeout_duration=wait_for_node_sec, rln_required=self._rln_creds_set)\nsrc/node/waku_node.py:355: in ensure_ready\n check_healthy()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:289: in wrapped_f\n return self(f, *args, **kw)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:379: in __call__\n do = self.iter(retry_state=retry_state)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:325: in iter\n raise retry_exc.reraise()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:158: in reraise\n raise self.last_attempt.result()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/concurrent/futures/_base.py:449: in result\n return self.__get_result()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/concurrent/futures/_base.py:401: in __get_result\n raise self._exception\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py:382: in __call__\n result = fn(*args, **kwargs)\nsrc/node/waku_node.py:330: in check_healthy\n self.health_response = node.health()\nsrc/node/waku_node.py:396: in health\n return self._api.health()\nsrc/node/api_clients/rest.py:28: in health\n health_response = self.rest_call(\"get\", \"health\")\nsrc/node/api_clients/rest.py:16: in rest_call\n return self.make_request(method, url, headers=headers, data=payload)\nsrc/node/api_clients/base_client.py:12: in make_request\n response = requests.request(method.upper(), url, headers=headers, data=data, timeout=API_REQUEST_TIMEOUT)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/requests/api.py:59: in request\n return session.request(method=method, url=url, **kwargs)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/requests/sessions.py:589: in request\n resp = self.send(prep, **send_kwargs)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/requests/sessions.py:703: in send\n r = adapter.send(request, **kwargs)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/requests/adapters.py:519: in send\n raise ConnectionError(e, request=request)\nE requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=37337): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fcfa04d5d90>: Failed to establish a new connection: [Errno 111] Connection refused'))","steps":[{"name":"publish_message","time":{"start":1783663929421,"stop":1783663929628,"duration":207},"status":"passed","steps":[{"name":"create_message","time":{"start":1783663929422,"stop":1783663929422,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"attachments":[],"parameters":[{"name":"via","value":"'relay'"},{"name":"pubsub_topic","value":"None"},{"name":"message","value":"None"},{"name":"message_propagation_delay","value":"0.2"},{"name":"sender","value":"<src.node.waku_node.WakuNode object at 0x7fcfa0449ac0>"}],"stepsCount":1,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"publish_message","time":{"start":1783663929628,"stop":1783663929835,"duration":207},"status":"passed","steps":[{"name":"create_message","time":{"start":1783663929628,"stop":1783663929628,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"attachments":[],"parameters":[{"name":"via","value":"'relay'"},{"name":"pubsub_topic","value":"None"},{"name":"message","value":"None"},{"name":"message_propagation_delay","value":"0.2"},{"name":"sender","value":"<src.node.waku_node.WakuNode object at 0x7fcfa0449ac0>"}],"stepsCount":1,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"publish_message","time":{"start":1783663929835,"stop":1783663930041,"duration":206},"status":"passed","steps":[{"name":"create_message","time":{"start":1783663929835,"stop":1783663929835,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"attachments":[],"parameters":[{"name":"via","value":"'relay'"},{"name":"pubsub_topic","value":"None"},{"name":"message","value":"None"},{"name":"message_propagation_delay","value":"0.2"},{"name":"sender","value":"<src.node.waku_node.WakuNode object at 0x7fcfa0449ac0>"}],"stepsCount":1,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"publish_message","time":{"start":1783663930042,"stop":1783663930248,"duration":206},"status":"passed","steps":[{"name":"create_message","time":{"start":1783663930042,"stop":1783663930042,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"attachments":[],"parameters":[{"name":"via","value":"'relay'"},{"name":"pubsub_topic","value":"None"},{"name":"message","value":"None"},{"name":"message_propagation_delay","value":"0.2"},{"name":"sender","value":"<src.node.waku_node.WakuNode object at 0x7fcfa0449ac0>"}],"stepsCount":1,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"publish_message","time":{"start":1783663930248,"stop":1783663930455,"duration":207},"status":"passed","steps":[{"name":"create_message","time":{"start":1783663930248,"stop":1783663930248,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"attachments":[],"parameters":[{"name":"via","value":"'relay'"},{"name":"pubsub_topic","value":"None"},{"name":"message","value":"None"},{"name":"message_propagation_delay","value":"0.2"},{"name":"sender","value":"<src.node.waku_node.WakuNode object at 0x7fcfa0449ac0>"}],"stepsCount":1,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"publish_message","time":{"start":1783663930455,"stop":1783663930662,"duration":207},"status":"passed","steps":[{"name":"create_message","time":{"start":1783663930455,"stop":1783663930455,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"attachments":[],"parameters":[{"name":"via","value":"'relay'"},{"name":"pubsub_topic","value":"None"},{"name":"message","value":"None"},{"name":"message_propagation_delay","value":"0.2"},{"name":"sender","value":"<src.node.waku_node.WakuNode object at 0x7fcfa0449ac0>"}],"stepsCount":1,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"publish_message","time":{"start":1783663930662,"stop":1783663930869,"duration":207},"status":"passed","steps":[{"name":"create_message","time":{"start":1783663930662,"stop":1783663930662,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"attachments":[],"parameters":[{"name":"via","value":"'relay'"},{"name":"pubsub_topic","value":"None"},{"name":"message","value":"None"},{"name":"message_propagation_delay","value":"0.2"},{"name":"sender","value":"<src.node.waku_node.WakuNode object at 0x7fcfa0449ac0>"}],"stepsCount":1,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"publish_message","time":{"start":1783663930869,"stop":1783663931076,"duration":207},"status":"passed","steps":[{"name":"create_message","time":{"start":1783663930869,"stop":1783663930869,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"attachments":[],"parameters":[{"name":"via","value":"'relay'"},{"name":"pubsub_topic","value":"None"},{"name":"message","value":"None"},{"name":"message_propagation_delay","value":"0.2"},{"name":"sender","value":"<src.node.waku_node.WakuNode object at 0x7fcfa0449ac0>"}],"stepsCount":1,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"publish_message","time":{"start":1783663931076,"stop":1783663931283,"duration":207},"status":"passed","steps":[{"name":"create_message","time":{"start":1783663931076,"stop":1783663931076,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"attachments":[],"parameters":[{"name":"via","value":"'relay'"},{"name":"pubsub_topic","value":"None"},{"name":"message","value":"None"},{"name":"message_propagation_delay","value":"0.2"},{"name":"sender","value":"<src.node.waku_node.WakuNode object at 0x7fcfa0449ac0>"}],"stepsCount":1,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"publish_message","time":{"start":1783663931283,"stop":1783663931490,"duration":207},"status":"passed","steps":[{"name":"create_message","time":{"start":1783663931284,"stop":1783663931284,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"attachments":[],"parameters":[{"name":"via","value":"'relay'"},{"name":"pubsub_topic","value":"None"},{"name":"message","value":"None"},{"name":"message_propagation_delay","value":"0.2"},{"name":"sender","value":"<src.node.waku_node.WakuNode object at 0x7fcfa0449ac0>"}],"stepsCount":1,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[{"name":"log","type":"text/plain","size":0},{"name":"stderr","type":"text/plain","size":0}],"parameters":[],"stepsCount":20,"shouldDisplayMessage":true,"attachmentsCount":2,"hasContent":true,"attachmentStep":false},"afterStages":[{"name":"test_setup::0","time":{"start":1783663996878,"stop":1783663996879,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"close_open_nodes::0","time":{"start":1783663996880,"stop":1783663997395,"duration":515},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"check_waku_log_errors::0","time":{"start":1783663997396,"stop":1783663997405,"duration":9},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"attach_logs_on_fail::0","time":{"start":1783663997405,"stop":1783663997407,"duration":2},"status":"passed","steps":[],"attachments":[{"name":"node2_2026-07-10_06-12-08__5319a0e6-063e-4efc-bd6b-9112142b0952__wakuorg_nwaku:latest.log","type":"text/plain","size":0},{"name":"node1_2026-07-10_06-12-08__5319a0e6-063e-4efc-bd6b-9112142b0952__wakuorg_nwaku:latest.log","type":"text/plain","size":0}],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":2,"hasContent":true,"attachmentStep":false},{"name":"configure_fleet_cluster::0","time":{"start":1783664246154,"stop":1783664246154,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"set_allure_env_variables::0","time":{"start":1783664246154,"stop":1783664246154,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"configure_fleet_bootstrap::0","time":{"start":1783664246155,"stop":1783664246155,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"fleet_rln_state::0","time":{"start":1783664246157,"stop":1783664246157,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"parentSuite","value":"tests.store_sync"},{"name":"suite","value":"test_store_sync"},{"name":"subSuite","value":"TestStoreSync"},{"name":"host","value":"runnervm5mmn9"},{"name":"thread","value":"19536-MainThread"},{"name":"framework","value":"pytest"},{"name":"language","value":"cpython3"},{"name":"package","value":"tests.store_sync.test_store_sync"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[{"uid":"b458c5cbcf00fe1f","status":"broken","statusDetails":"requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=58013): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fcfa048e6c0>: Failed to establish a new connection: [Errno 111] Connection refused'))","time":{"start":1783663858700,"stop":1783663927285,"duration":68585}},{"uid":"3764dadb3b2c11b5","status":"broken","statusDetails":"requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=52922): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fcfa04d7980>: Failed to establish a new connection: [Errno 111] Connection refused'))","time":{"start":1783663789489,"stop":1783663857962,"duration":68473}}],"categories":[{"name":"Test defects","matchedStatuses":[]}],"history":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":37,"unknown":0,"total":38},"items":[{"uid":"c546364c566d94c7","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1307/#testresult/c546364c566d94c7","status":"passed","time":{"start":1783575654063,"stop":1783575724622,"duration":70559}},{"uid":"ea0b4b48bf0ec6d","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1306/#testresult/ea0b4b48bf0ec6d","status":"passed","time":{"start":1783488075575,"stop":1783488146157,"duration":70582}},{"uid":"89e703e5eed31c80","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1305/#testresult/89e703e5eed31c80","status":"passed","time":{"start":1783402672680,"stop":1783402743250,"duration":70570}},{"uid":"7aa400ffc18af057","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1304/#testresult/7aa400ffc18af057","status":"passed","time":{"start":1783316656890,"stop":1783316727478,"duration":70588}},{"uid":"200ce3dd321e7287","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1303/#testresult/200ce3dd321e7287","status":"passed","time":{"start":1783229968265,"stop":1783230038858,"duration":70593}},{"uid":"d010449229a7a524","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1302/#testresult/d010449229a7a524","status":"passed","time":{"start":1783143252213,"stop":1783143322790,"duration":70577}},{"uid":"e60f124017d65879","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1301/#testresult/e60f124017d65879","status":"passed","time":{"start":1783056898896,"stop":1783056969326,"duration":70430}},{"uid":"7eb03eb60e058923","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1300/#testresult/7eb03eb60e058923","status":"passed","time":{"start":1782970521819,"stop":1782970592378,"duration":70559}},{"uid":"94a947fbf789f96f","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1299/#testresult/94a947fbf789f96f","status":"passed","time":{"start":1782884934279,"stop":1782885004838,"duration":70559}},{"uid":"9375ce12a3a2309d","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1298/#testresult/9375ce12a3a2309d","status":"passed","time":{"start":1782798187495,"stop":1782798258075,"duration":70580}},{"uid":"bf2377bda4c7553b","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1297/#testresult/bf2377bda4c7553b","status":"passed","time":{"start":1782712298569,"stop":1782712369169,"duration":70600}},{"uid":"9d42b12b73225c6e","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1296/#testresult/9d42b12b73225c6e","status":"passed","time":{"start":1782625717728,"stop":1782625788348,"duration":70620}},{"uid":"72c5b27cf5a707f3","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1295/#testresult/72c5b27cf5a707f3","status":"passed","time":{"start":1782538664462,"stop":1782538735041,"duration":70579}},{"uid":"a9587ea3e3f4bb43","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1294/#testresult/a9587ea3e3f4bb43","status":"passed","time":{"start":1782452698156,"stop":1782452768738,"duration":70582}},{"uid":"f12a6b470a1847b7","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1293/#testresult/f12a6b470a1847b7","status":"passed","time":{"start":1782366116232,"stop":1782366186800,"duration":70568}},{"uid":"7c763e5bef1d4b2e","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1292/#testresult/7c763e5bef1d4b2e","status":"passed","time":{"start":1782279625696,"stop":1782279696218,"duration":70522}},{"uid":"e60c8fae040671de","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1291/#testresult/e60c8fae040671de","status":"passed","time":{"start":1782252657295,"stop":1782252727850,"duration":70555}},{"uid":"6b66a1eb9387ca76","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1290/#testresult/6b66a1eb9387ca76","status":"passed","time":{"start":1782193077115,"stop":1782193147696,"duration":70581}},{"uid":"39e9b5415b82a6c4","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1289/#testresult/39e9b5415b82a6c4","status":"passed","time":{"start":1782108423764,"stop":1782108494320,"duration":70556}},{"uid":"92b5dc049e243d3","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1288/#testresult/92b5dc049e243d3","status":"passed","time":{"start":1782021216919,"stop":1782021287506,"duration":70587}}]},"tags":[]},"source":"4fb210e65f5ab9a.json","parameterValues":[]}