mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 10:03:16 +00:00
92 lines
17 KiB
Plaintext
92 lines
17 KiB
Plaintext
2026-03-06 04:34:08.971 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-06 04:34:08.971 DEBUG [tests.conftest] Running test: test_filter_get_message_after_node2_restarts with id: 2026-03-06_04-34-08__7d017674-029f-40dd-a9fa-00ead45cc3e2
|
|
2026-03-06 04:34:08.972 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-06 04:34:08.972 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-06 04:34:08.972 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-06 04:34:08.979 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-06 04:34:08.979 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-34-08__7d017674-029f-40dd-a9fa-00ead45cc3e2__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:34:08.979 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-06 04:34:08.979 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-06 04:34:08.980 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-06 04:34:08.981 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.169.75
|
|
2026-03-06 04:34:08.981 DEBUG [src.node.docker_mananger] Generated ports ['15615', '15616', '15617', '15618', '15619']
|
|
2026-03-06 04:34:08.981 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-06 04:34:08.981 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-06 04:34:08.981 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-06 04:34:08.981 DEBUG [src.node.docker_mananger] docker run -i -t -p 15615:15615 -p 15616:15616 -p 15617:15617 -p 15618:15618 -p 15619:15619 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=15617 --rest-port=15615 --tcp-port=15616 --discv5-udp-port=15618 --rest-address=0.0.0.0 --nat=extip:172.18.169.75 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fbb1277ef474557bd7bcdc713bfbaeba496aaaaacedfeae87bbbe56a45ec6ba5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15619 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-06 04:34:09.095 ERROR [src.node.docker_mananger] Max retries reached for container 03544d5d204d. Exiting log stream.
|
|
2026-03-06 04:34:09.176 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.169.75 waku 83fd8b42290713190a3068e9bf5d67f6b47bdb16abff4e19de75b727d0328575
|
|
2026-03-06 04:34:09.210 DEBUG [src.node.docker_mananger] Container started with ID 83fd8b422907. Setting up logs at ./log/docker/node1_2026-03-06_04-34-08__7d017674-029f-40dd-a9fa-00ead45cc3e2__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:34:09.211 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15615
|
|
2026-03-06 04:34:09.211 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-06 04:34:09.577 ERROR [src.node.docker_mananger] Max retries reached for container 461e28fad52f. Exiting log stream.
|
|
2026-03-06 04:34:10.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15615/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:10.214 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-06 04:34:10.215 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-06 04:34:10.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15615/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:10.217 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.169.75/tcp/15616/p2p/16Uiu2HAmVc6iuGZTcqsBTxDr7TKvkAzECBZ9WskVFtDaim4RtWma","/ip4/172.18.169.75/tcp/15617/ws/p2p/16Uiu2HAmVc6iuGZTcqsBTxDr7TKvkAzECBZ9WskVFtDaim4RtWma"],"enrUri":"enr:-L24QLLVj5Jpx-Mv98KnQTt8WWrMYqxcQfFn5ZJ1PVh46ZTAFtFwv8wMiy-HKDrQj5H2eMbCrN8teUwiUZPT7Pvq1CUCgmlkgnY0gmlwhKwSqUuKbXVsdGlhZGRyc5YACASsEqlLBj0AAAoErBKpSwY9Ad0DgnJzhQADAQAAiXNlY3AyNTZrMaED-9kkD_DjDtOnSo8EP_bybbAqNGb7E15WgC_9DYE4DgWDdGNwgj0Ag3VkcII9AoV3YWt1MgU"}'
|
|
2026-03-06 04:34:10.217 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-06 04:34:10.218 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-06 04:34:10.225 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-06 04:34:10.225 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-34-08__7d017674-029f-40dd-a9fa-00ead45cc3e2__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:34:10.225 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-06 04:34:10.225 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-06 04:34:10.226 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-06 04:34:10.227 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.242.164
|
|
2026-03-06 04:34:10.227 DEBUG [src.node.docker_mananger] Generated ports ['13634', '13635', '13636', '13637', '13638']
|
|
2026-03-06 04:34:10.227 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-06 04:34:10.227 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-06 04:34:10.227 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-06 04:34:10.227 DEBUG [src.node.docker_mananger] docker run -i -t -p 13634:13634 -p 13635:13635 -p 13636:13636 -p 13637:13637 -p 13638:13638 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=13636 --rest-port=13634 --tcp-port=13635 --discv5-udp-port=13637 --rest-address=0.0.0.0 --nat=extip:172.18.242.164 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=185c9ea0e6b085a5c8de321dede2c7ed4befade39b1a3567abe4dcf85d13b2ec --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13638 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QLLVj5Jpx-Mv98KnQTt8WWrMYqxcQfFn5ZJ1PVh46ZTAFtFwv8wMiy-HKDrQj5H2eMbCrN8teUwiUZPT7Pvq1CUCgmlkgnY0gmlwhKwSqUuKbXVsdGlhZGRyc5YACASsEqlLBj0AAAoErBKpSwY9Ad0DgnJzhQADAQAAiXNlY3AyNTZrMaED-9kkD_DjDtOnSo8EP_bybbAqNGb7E15WgC_9DYE4DgWDdGNwgj0Ag3VkcII9AoV3YWt1MgU --filternode=/ip4/172.18.169.75/tcp/15616/p2p/16Uiu2HAmVc6iuGZTcqsBTxDr7TKvkAzECBZ9WskVFtDaim4RtWma
|
|
2026-03-06 04:34:10.427 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.242.164 waku 7622c70e77af20da17488ae7a7f5f6d23416b8ed4b815b4fbbe1cb473d928e39
|
|
2026-03-06 04:34:10.466 DEBUG [src.node.docker_mananger] Container started with ID 7622c70e77af. Setting up logs at ./log/docker/node2_2026-03-06_04-34-08__7d017674-029f-40dd-a9fa-00ead45cc3e2__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:34:10.466 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13634
|
|
2026-03-06 04:34:10.467 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-06 04:34:11.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13634/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:11.471 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-06 04:34:11.471 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-06 04:34:11.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13634/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:11.474 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.242.164/tcp/13635/p2p/16Uiu2HAmC7LrdbP2Q111kaJNvaDicAjTbTRxBQE8wahiukyN4GEs","/ip4/172.18.242.164/tcp/13636/ws/p2p/16Uiu2HAmC7LrdbP2Q111kaJNvaDicAjTbTRxBQE8wahiukyN4GEs"],"enrUri":"enr:-L24QEGPOy64ucjGpw8MnsRW_11zCeU1-EyQwAX9Y-TTXR_nEsVpSd5qQIgsvRB4fEQxPV_TpelohSjW_WnhD2A0ca0CgmlkgnY0gmlwhKwS8qSKbXVsdGlhZGRyc5YACASsEvKkBjVDAAoErBLypAY1RN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC9-SZppCBW2g7HaCanPsFY3Rk4QLugVdCWcVyk-0ab8iDdGNwgjVDg3VkcII1RYV3YWt1MgA"}'
|
|
2026-03-06 04:34:11.474 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-06 04:34:11.474 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13634/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.169.75/tcp/15616/p2p/16Uiu2HAmVc6iuGZTcqsBTxDr7TKvkAzECBZ9WskVFtDaim4RtWma"]'
|
|
2026-03-06 04:34:11.510 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:34:11.511 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-03-06 04:34:11.512 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15615/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-06 04:34:11.533 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:34:11.535 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13634/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "77368d3b-329a-45ff-8308-40096025f032", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-06 04:34:11.548 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"77368d3b-329a-45ff-8308-40096025f032","statusDesc":"OK"}'
|
|
2026-03-06 04:34:11.551 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15615/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:34:11.558 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:34:11.559 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:34:11.659 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:34:11.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13634/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:11.662 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772771651551584971,"ephemeral":false}]'
|
|
2026-03-06 04:34:11.663 DEBUG [src.node.waku_node] Restarting container with id 7622c70e77af
|
|
2026-03-06 04:34:12.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13634/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:12.539 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13634/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:12.542 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-06 04:34:12.542 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-06 04:34:12.542 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13634/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:12.545 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.242.164/tcp/13635/p2p/16Uiu2HAmC7LrdbP2Q111kaJNvaDicAjTbTRxBQE8wahiukyN4GEs","/ip4/172.18.242.164/tcp/13636/ws/p2p/16Uiu2HAmC7LrdbP2Q111kaJNvaDicAjTbTRxBQE8wahiukyN4GEs"],"enrUri":"enr:-L24QEGPOy64ucjGpw8MnsRW_11zCeU1-EyQwAX9Y-TTXR_nEsVpSd5qQIgsvRB4fEQxPV_TpelohSjW_WnhD2A0ca0CgmlkgnY0gmlwhKwS8qSKbXVsdGlhZGRyc5YACASsEvKkBjVDAAoErBLypAY1RN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC9-SZppCBW2g7HaCanPsFY3Rk4QLugVdCWcVyk-0ab8iDdGNwgjVDg3VkcII1RYV3YWt1MgA"}'
|
|
2026-03-06 04:34:12.545 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-06 04:34:12.545 DEBUG [src.libs.common] Sleeping for 2 seconds
|
|
2026-03-06 04:34:14.546 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15615/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-06 04:34:14.549 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:34:14.549 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13634/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "3287a8be-e366-4bab-8e2f-394f7922e591", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-06 04:34:14.593 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"3287a8be-e366-4bab-8e2f-394f7922e591","statusDesc":"OK"}'
|
|
2026-03-06 04:34:14.594 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15615/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-06 04:34:14.606 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-06 04:34:14.606 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-06 04:34:14.707 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-06 04:34:14.707 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13634/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:14.710 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772771654594462972,"ephemeral":false}]'
|
|
2026-03-06 04:34:14.713 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-06 04:34:14.714 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-06 04:34:14.714 DEBUG [src.node.waku_node] Stopping container with id 83fd8b422907
|
|
2026-03-06 04:34:15.239 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-06 04:34:15.240 DEBUG [src.node.waku_node] Stopping container with id 7622c70e77af
|
|
2026-03-06 04:34:15.770 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-06 04:34:15.771 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-06 04:34:15.780 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-06 04:34:15.797 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|