2026-03-29 12:54:24 +00:00

1 line
19 KiB
JSON

{"uid":"db52f82f68c643c3","name":"test_publish_with_missing_payload","fullName":"tests.relay.test_publish.TestRelayPublish#test_publish_with_missing_payload","historyId":"902fe783b8a554cea10d81c5ac3e9b92","time":{"start":1774782606907,"stop":1774782606907,"duration":0},"status":"failed","statusMessage":"AssertionError: Waiting for node connection","statusTrace":"src/steps/relay.py:36: in setup_main_relay_nodes\n self.node1.start(relay=\"true\")\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:194: in start\n self.ensure_ready(timeout_duration=wait_for_node_sec)\nsrc/node/waku_node.py:306: 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:286: in check_healthy\n raise AssertionError(\"Waiting for node connection\")\nE AssertionError: Waiting for node connection","flaky":false,"newFailed":true,"newBroken":false,"newPassed":false,"retriesCount":2,"retriesStatusChange":false,"beforeStages":[{"name":"set_allure_env_variables","time":{"start":1774781308696,"stop":1774781308697,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"test_setup","time":{"start":1774782606908,"stop":1774782606908,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"check_waku_log_errors","time":{"start":1774782606908,"stop":1774782606908,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"test_id","time":{"start":1774782606908,"stop":1774782606908,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"close_open_nodes","time":{"start":1774782606908,"stop":1774782606908,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"attach_logs_on_fail","time":{"start":1774782606908,"stop":1774782606908,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"setup_main_relay_nodes","time":{"start":1774782606909,"stop":1774782671073,"duration":64164},"status":"failed","statusMessage":"AssertionError: Waiting for node connection\n","statusTrace":" File \"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/pluggy/_callers.py\", line 137, in _multicall\n teardown.throw(outcome._exception)\n File \"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/_pytest/setuponly.py\", line 36, in pytest_fixture_setup\n return (yield)\n ^^^^^\n File \"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/pluggy/_callers.py\", line 77, in _multicall\n res = hook_impl.function(*args)\n ^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/_pytest/fixtures.py\", line 1140, in pytest_fixture_setup\n result = call_fixture_func(fixturefunc, request, kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/_pytest/fixtures.py\", line 917, in call_fixture_func\n fixture_result = fixturefunc(**kwargs)\n ^^^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/steps/relay.py\", line 36, in setup_main_relay_nodes\n self.node1.start(relay=\"true\")\n File \"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py\", line 289, in wrapped_f\n return self(f, *args, **kw)\n ^^^^^^^^^^^^^^^^^^^^\n File \"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py\", line 379, in __call__\n do = self.iter(retry_state=retry_state)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py\", line 325, in iter\n raise retry_exc.reraise()\n ^^^^^^^^^^^^^^^^^^^\n File \"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py\", line 158, in reraise\n raise self.last_attempt.result()\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/concurrent/futures/_base.py\", line 449, in result\n return self.__get_result()\n ^^^^^^^^^^^^^^^^^^^\n File \"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/concurrent/futures/_base.py\", line 401, in __get_result\n raise self._exception\n File \"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py\", line 382, in __call__\n result = fn(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/waku_node.py\", line 194, in start\n self.ensure_ready(timeout_duration=wait_for_node_sec)\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/waku_node.py\", line 306, in ensure_ready\n check_healthy()\n File \"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py\", line 289, in wrapped_f\n return self(f, *args, **kw)\n ^^^^^^^^^^^^^^^^^^^^\n File \"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py\", line 379, in __call__\n do = self.iter(retry_state=retry_state)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py\", line 325, in iter\n raise retry_exc.reraise()\n ^^^^^^^^^^^^^^^^^^^\n File \"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py\", line 158, in reraise\n raise self.last_attempt.result()\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/concurrent/futures/_base.py\", line 449, in result\n return self.__get_result()\n ^^^^^^^^^^^^^^^^^^^\n File \"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/concurrent/futures/_base.py\", line 401, in __get_result\n raise self._exception\n File \"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/tenacity/__init__.py\", line 382, in __call__\n result = fn(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^\n File \"/home/runner/work/logos-delivery-interop-tests/logos-delivery-interop-tests/src/node/waku_node.py\", line 286, in check_healthy\n raise AssertionError(\"Waiting for node connection\")\n","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":true,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"common_setup","time":{"start":1774782606909,"stop":1774782606909,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"relay_setup","time":{"start":1774782606909,"stop":1774782606909,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"testStage":{"status":"failed","statusMessage":"AssertionError: Waiting for node connection","statusTrace":"src/steps/relay.py:36: in setup_main_relay_nodes\n self.node1.start(relay=\"true\")\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:194: in start\n self.ensure_ready(timeout_duration=wait_for_node_sec)\nsrc/node/waku_node.py:306: 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:286: in check_healthy\n raise AssertionError(\"Waiting for node connection\")\nE AssertionError: Waiting for node connection","steps":[],"attachments":[{"uid":"c3bfe7190760db92","name":"log","source":"c3bfe7190760db92.txt","type":"text/plain","size":2140139},{"uid":"f497b3434c97ba1","name":"stderr","source":"f497b3434c97ba1.txt","type":"text/plain","size":2121624}],"parameters":[],"stepsCount":0,"shouldDisplayMessage":true,"attachmentsCount":2,"hasContent":true,"attachmentStep":false},"afterStages":[{"name":"test_setup::0","time":{"start":1774782671154,"stop":1774782671154,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"close_open_nodes::0","time":{"start":1774782671155,"stop":1774782671687,"duration":532},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"check_waku_log_errors::0","time":{"start":1774782671692,"stop":1774782671722,"duration":30},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"attach_logs_on_fail::0","time":{"start":1774782671723,"stop":1774782671723,"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":1774784860045,"stop":1774784860045,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"tag","value":"@pytest.mark.usefixtures('setup_main_relay_nodes', 'subscribe_main_relay_nodes', 'relay_warm_up')"},{"name":"parentSuite","value":"tests.relay"},{"name":"suite","value":"test_publish"},{"name":"subSuite","value":"TestRelayPublish"},{"name":"host","value":"runnervmrg6be"},{"name":"thread","value":"3388-MainThread"},{"name":"framework","value":"pytest"},{"name":"language","value":"cpython3"},{"name":"package","value":"tests.relay.test_publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[{"uid":"d676d75728aba4ca","status":"failed","statusDetails":"AssertionError: Waiting for node connection","time":{"start":1774782542073,"stop":1774782542073,"duration":0}},{"uid":"4a2505ab83bcd54e","status":"failed","statusDetails":"AssertionError: Waiting for node connection","time":{"start":1774782477174,"stop":1774782477174,"duration":0}}],"categories":[{"name":"Product defects","matchedStatuses":[],"flaky":false}],"history":{"statistic":{"failed":1,"broken":0,"skipped":0,"passed":39,"unknown":0,"total":40},"items":[{"uid":"15efe2c43ef18285","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1130/#testresult/15efe2c43ef18285","status":"passed","time":{"start":1774759815207,"stop":1774759815210,"duration":3}},{"uid":"4d1c8d8976f579bd","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1129/#testresult/4d1c8d8976f579bd","status":"passed","time":{"start":1774672702975,"stop":1774672702978,"duration":3}},{"uid":"49a1c66ce4e4ed0c","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1128/#testresult/49a1c66ce4e4ed0c","status":"passed","time":{"start":1774586843952,"stop":1774586843955,"duration":3}},{"uid":"702f32f105a9def5","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1127/#testresult/702f32f105a9def5","status":"passed","time":{"start":1774500417113,"stop":1774500417116,"duration":3}},{"uid":"858a8edf090f7d9","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1126/#testresult/858a8edf090f7d9","status":"passed","time":{"start":1774413507411,"stop":1774413507414,"duration":3}},{"uid":"dadc971666f3629c","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1125/#testresult/dadc971666f3629c","status":"passed","time":{"start":1774327048480,"stop":1774327048483,"duration":3}},{"uid":"3d056f103aaea10d","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1124/#testresult/3d056f103aaea10d","status":"passed","time":{"start":1774241128560,"stop":1774241128563,"duration":3}},{"uid":"a11b8530e7ea96db","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1123/#testresult/a11b8530e7ea96db","status":"passed","time":{"start":1774154312466,"stop":1774154312469,"duration":3}},{"uid":"12274b03041dd9af","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1122/#testresult/12274b03041dd9af","status":"passed","time":{"start":1774067499496,"stop":1774067499499,"duration":3}},{"uid":"97726f60405f36aa","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1121/#testresult/97726f60405f36aa","status":"passed","time":{"start":1773981250192,"stop":1773981250196,"duration":4}},{"uid":"aad48c67f6476228","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1120/#testresult/aad48c67f6476228","status":"passed","time":{"start":1773895176321,"stop":1773895176325,"duration":4}},{"uid":"d9adf90166d0d09a","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1119/#testresult/d9adf90166d0d09a","status":"passed","time":{"start":1773808826785,"stop":1773808826788,"duration":3}},{"uid":"114b3b8cffac8d7e","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1118/#testresult/114b3b8cffac8d7e","status":"passed","time":{"start":1773722142900,"stop":1773722142903,"duration":3}},{"uid":"53c93afcc3ddcb32","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1117/#testresult/53c93afcc3ddcb32","status":"passed","time":{"start":1773664520663,"stop":1773664520667,"duration":4}},{"uid":"dae81c17b7107a94","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1116/#testresult/dae81c17b7107a94","status":"passed","time":{"start":1773636768841,"stop":1773636768844,"duration":3}},{"uid":"6d6345aa997f828c","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1115/#testresult/6d6345aa997f828c","status":"passed","time":{"start":1773550019457,"stop":1773550019460,"duration":3}},{"uid":"2e88ccb02fc4400b","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1114/#testresult/2e88ccb02fc4400b","status":"passed","time":{"start":1773462782355,"stop":1773462782358,"duration":3}},{"uid":"d7fc393c7b45d75b","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1113/#testresult/d7fc393c7b45d75b","status":"passed","time":{"start":1773376429477,"stop":1773376429480,"duration":3}},{"uid":"e2b3b3721a32b6ba","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1112/#testresult/e2b3b3721a32b6ba","status":"passed","time":{"start":1773290074141,"stop":1773290074145,"duration":4}},{"uid":"38cc317686f97a61","reportUrl":"https://logos-messaging.github.io/logos-delivery-interop-tests/nim/1111/#testresult/38cc317686f97a61","status":"passed","time":{"start":1773203641102,"stop":1773203641106,"duration":4}}]},"tags":["@pytest.mark.usefixtures('setup_main_relay_nodes', 'subscribe_main_relay_nodes', 'relay_warm_up')"]},"source":"db52f82f68c643c3.json","parameterValues":[]}