mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-25 11:49:36 +00:00
1 line
17 KiB
JSON
1 line
17 KiB
JSON
{"uid":"dd2da7c874078755","name":"test_repeated_filter_requestID","fullName":"tests.e2e.test_e2e.TestE2E#test_repeated_filter_requestID","historyId":"8b3cc06d017f8c9ce811dd614358f7f5","time":{"start":1779169100618,"stop":1779169400649,"duration":300031},"status":"failed","statusMessage":"Failed: Timeout >300.0s","statusTrace":"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/docker/api/client.py:265: in _raise_for_status\n response.raise_for_status()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/requests/models.py:1021: in raise_for_status\n raise HTTPError(http_error_msg, response=self)\nE requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http+docker://localhost/v1.48/containers/create\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/docker/models/containers.py:873: in run\n container = self.create(image=image, command=command,\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/docker/models/containers.py:932: in create\n resp = self.client.api.create_container(**create_kwargs)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/docker/api/container.py:439: in create_container\n return self.create_container_from_config(config, name, platform)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/docker/api/container.py:456: in create_container_from_config\n return self._result(res, True)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/docker/api/client.py:271: in _result\n self._raise_for_status(response)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/docker/api/client.py:267: in _raise_for_status\n raise create_api_error_from_http_exception(e) from e\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/docker/errors.py:39: in create_api_error_from_http_exception\n raise cls(e, response=response, explanation=explanation) from e\nE docker.errors.ImageNotFound: 404 Client Error for http+docker://localhost/v1.48/containers/create: Not Found (\"No such image: wakuorg/nwaku:latest\")\n\nDuring handling of the above exception, another exception occurred:\ntests/e2e/test_e2e.py:347: in test_repeated_filter_requestID\n self.node1.start(relay=\"true\", store=\"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:314: in iter\n return fut.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:214: in _start_docker\n self._container = self._docker_manager.start_container(\nsrc/node/docker_mananger.py:51: in start_container\n container = self._client.containers.run(\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/docker/models/containers.py:876: in run\n self.client.images.pull(image, platform=platform)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/docker/models/images.py:467: in pull\n for _ in pull_log:\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/docker/api/client.py:355: in _stream_helper\n data = reader.read(1)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/response.py:949: in read\n data = self._raw_read(amt)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/response.py:873: in _raw_read\n data = self._fp_read(amt, read1=read1) if not fp_closed else b\"\"\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/response.py:856: in _fp_read\n return self._fp.read(amt) if amt is not None else self._fp.read()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/http/client.py:478: in read\n return self._read_chunked(amt)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/http/client.py:602: in _read_chunked\n while (chunk_left := self._get_chunk_left()) is not None:\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/http/client.py:584: in _get_chunk_left\n chunk_left = self._read_next_chunk_size()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/http/client.py:544: in _read_next_chunk_size\n line = self.fp.readline(_MAXLINE + 1)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/socket.py:720: in readinto\n return self._sock.recv_into(b)\nE Failed: Timeout >300.0s","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"configure_fleet_bootstrap","time":{"start":1779169100579,"stop":1779169100580,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"fleet_rln_state","time":{"start":1779169100579,"stop":1779169100579,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"close_open_nodes","time":{"start":1779169100580,"stop":1779169100580,"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":1779169100580,"stop":1779169100581,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"configure_fleet_cluster","time":{"start":1779169100580,"stop":1779169100580,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"set_allure_env_variables","time":{"start":1779169100580,"stop":1779169100580,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"check_waku_log_errors","time":{"start":1779169100580,"stop":1779169100580,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"pubsub_cfg","time":{"start":1779169100580,"stop":1779169100580,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"attach_logs_on_fail","time":{"start":1779169100580,"stop":1779169100580,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"common_setup","time":{"start":1779169100581,"stop":1779169100581,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"test_setup","time":{"start":1779169100581,"stop":1779169100581,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"test_id","time":{"start":1779169100581,"stop":1779169100581,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"nodes","time":{"start":1779169100582,"stop":1779169100617,"duration":35},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"filter_setup","time":{"start":1779169100582,"stop":1779169100582,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"light_push_setup","time":{"start":1779169100582,"stop":1779169100582,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"relay_setup","time":{"start":1779169100617,"stop":1779169100617,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"store_setup","time":{"start":1779169100617,"stop":1779169100617,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"testStage":{"status":"failed","statusMessage":"Failed: Timeout >300.0s","statusTrace":"/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/docker/api/client.py:265: in _raise_for_status\n response.raise_for_status()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/requests/models.py:1021: in raise_for_status\n raise HTTPError(http_error_msg, response=self)\nE requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http+docker://localhost/v1.48/containers/create\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/docker/models/containers.py:873: in run\n container = self.create(image=image, command=command,\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/docker/models/containers.py:932: in create\n resp = self.client.api.create_container(**create_kwargs)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/docker/api/container.py:439: in create_container\n return self.create_container_from_config(config, name, platform)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/docker/api/container.py:456: in create_container_from_config\n return self._result(res, True)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/docker/api/client.py:271: in _result\n self._raise_for_status(response)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/docker/api/client.py:267: in _raise_for_status\n raise create_api_error_from_http_exception(e) from e\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/docker/errors.py:39: in create_api_error_from_http_exception\n raise cls(e, response=response, explanation=explanation) from e\nE docker.errors.ImageNotFound: 404 Client Error for http+docker://localhost/v1.48/containers/create: Not Found (\"No such image: wakuorg/nwaku:latest\")\n\nDuring handling of the above exception, another exception occurred:\ntests/e2e/test_e2e.py:347: in test_repeated_filter_requestID\n self.node1.start(relay=\"true\", store=\"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:314: in iter\n return fut.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:214: in _start_docker\n self._container = self._docker_manager.start_container(\nsrc/node/docker_mananger.py:51: in start_container\n container = self._client.containers.run(\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/docker/models/containers.py:876: in run\n self.client.images.pull(image, platform=platform)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/docker/models/images.py:467: in pull\n for _ in pull_log:\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/docker/api/client.py:355: in _stream_helper\n data = reader.read(1)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/response.py:949: in read\n data = self._raw_read(amt)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/response.py:873: in _raw_read\n data = self._fp_read(amt, read1=read1) if not fp_closed else b\"\"\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages/urllib3/response.py:856: in _fp_read\n return self._fp.read(amt) if amt is not None else self._fp.read()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/http/client.py:478: in read\n return self._read_chunked(amt)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/http/client.py:602: in _read_chunked\n while (chunk_left := self._get_chunk_left()) is not None:\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/http/client.py:584: in _get_chunk_left\n chunk_left = self._read_next_chunk_size()\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/http/client.py:544: in _read_next_chunk_size\n line = self.fp.readline(_MAXLINE + 1)\n/opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/socket.py:720: in readinto\n return self._sock.recv_into(b)\nE Failed: Timeout >300.0s","steps":[],"attachments":[{"name":"log","type":"text/plain","size":0},{"name":"stderr","type":"text/plain","size":0}],"parameters":[],"stepsCount":0,"shouldDisplayMessage":true,"attachmentsCount":2,"hasContent":true,"attachmentStep":false},"afterStages":[{"name":"test_setup::0","time":{"start":1779169400910,"stop":1779169400911,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"close_open_nodes::0","time":{"start":1779169400911,"stop":1779169400912,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"check_waku_log_errors::0","time":{"start":1779169400912,"stop":1779169400912,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"attach_logs_on_fail::0","time":{"start":1779169400912,"stop":1779169400913,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"configure_fleet_cluster::0","time":{"start":1779170089534,"stop":1779170089534,"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":1779170089534,"stop":1779170089534,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"configure_fleet_bootstrap::0","time":{"start":1779170089535,"stop":1779170089535,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"fleet_rln_state::0","time":{"start":1779170089536,"stop":1779170089537,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"parentSuite","value":"tests.e2e"},{"name":"suite","value":"test_e2e"},{"name":"subSuite","value":"TestE2E"},{"name":"host","value":"runnervmrw5os"},{"name":"thread","value":"21812-MainThread"},{"name":"framework","value":"pytest"},{"name":"language","value":"cpython3"},{"name":"package","value":"tests.e2e.test_e2e"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":true,"retry":true,"extra":{"categories":[],"tags":[]},"source":"dd2da7c874078755.json","parameterValues":[]} |