mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-03 09:03:25 +00:00
89 lines
15 KiB
Plaintext
89 lines
15 KiB
Plaintext
2026-03-25 04:37:20.439 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-25 04:37:20.439 DEBUG [tests.conftest] Running test: test_filter_get_message_after_node_pauses_and_pauses with id: 2026-03-25_04-37-20__5e8ccb1d-e202-448d-a8a5-6e80fbdf2000
|
|
2026-03-25 04:37:20.439 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-25 04:37:20.440 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-25 04:37:20.440 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-25 04:37:20.447 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-25 04:37:20.447 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-25_04-37-20__5e8ccb1d-e202-448d-a8a5-6e80fbdf2000__wakuorg_nwaku:latest.log
|
|
2026-03-25 04:37:20.448 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-25 04:37:20.448 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-25 04:37:20.449 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-25 04:37:20.449 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.37.252
|
|
2026-03-25 04:37:20.449 DEBUG [src.node.docker_mananger] Generated ports ['28016', '28017', '28018', '28019', '28020']
|
|
2026-03-25 04:37:20.450 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-25 04:37:20.450 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-25 04:37:20.450 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-25 04:37:20.450 DEBUG [src.node.docker_mananger] docker run -i -t -p 28016:28016 -p 28017:28017 -p 28018:28018 -p 28019:28019 -p 28020:28020 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=28018 --rest-port=28016 --tcp-port=28017 --discv5-udp-port=28019 --rest-address=0.0.0.0 --nat=extip:172.18.37.252 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cf9bbcec212ced7e6dca5ed5d6e80ead70ab0e7fdfdc1deb9ed590de551a7a7f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28020 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-25 04:37:20.640 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.37.252 waku 402b3993014489d610504af820dd67d26bf46c1eec31bf793d80e37c455c0e86
|
|
2026-03-25 04:37:20.647 ERROR [src.node.docker_mananger] Max retries reached for container 84e8cf6f8225. Exiting log stream.
|
|
2026-03-25 04:37:20.676 DEBUG [src.node.docker_mananger] Container started with ID 402b39930144. Setting up logs at ./log/docker/node1_2026-03-25_04-37-20__5e8ccb1d-e202-448d-a8a5-6e80fbdf2000__wakuorg_nwaku:latest.log
|
|
2026-03-25 04:37:20.676 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 28016
|
|
2026-03-25 04:37:20.676 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-25 04:37:21.196 ERROR [src.node.docker_mananger] Max retries reached for container 6f4e16d0b366. Exiting log stream.
|
|
2026-03-25 04:37:21.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28016/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:37:21.680 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-25 04:37:21.680 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-25 04:37:21.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28016/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:37:21.683 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.37.252/tcp/28017/p2p/16Uiu2HAkw9pDqpLXfLQyzu7ZrU2yyoHpf3sN2tp5Z8aV9CzpkPMo","/ip4/172.18.37.252/tcp/28018/ws/p2p/16Uiu2HAkw9pDqpLXfLQyzu7ZrU2yyoHpf3sN2tp5Z8aV9CzpkPMo"],"enrUri":"enr:-L24QMze-Yq0yFb_Vkht74mv-ErRzt0iPe9CQBYQlRy59SmhG1SviT34lkmIkmHAvXM4VxZVTMKHv7biub12CLS8sv0CgmlkgnY0gmlwhKwSJfyKbXVsdGlhZGRyc5YACASsEiX8Bm1xAAoErBIl_AZtct0DgnJzhQADAQAAiXNlY3AyNTZrMaECGadmgd-dMIo7ER-R1Qjwr994XUmDHzyv4kPWWAvHi9aDdGNwgm1xg3VkcIJtc4V3YWt1MgU"}'
|
|
2026-03-25 04:37:21.683 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-25 04:37:21.683 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-25 04:37:21.690 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-25 04:37:21.691 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-25_04-37-20__5e8ccb1d-e202-448d-a8a5-6e80fbdf2000__wakuorg_nwaku:latest.log
|
|
2026-03-25 04:37:21.691 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-25 04:37:21.691 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-25 04:37:21.692 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-25 04:37:21.692 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.184.46
|
|
2026-03-25 04:37:21.693 DEBUG [src.node.docker_mananger] Generated ports ['40863', '40864', '40865', '40866', '40867']
|
|
2026-03-25 04:37:21.693 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-25 04:37:21.693 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-25 04:37:21.693 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-25 04:37:21.693 DEBUG [src.node.docker_mananger] docker run -i -t -p 40863:40863 -p 40864:40864 -p 40865:40865 -p 40866:40866 -p 40867:40867 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=40865 --rest-port=40863 --tcp-port=40864 --discv5-udp-port=40866 --rest-address=0.0.0.0 --nat=extip:172.18.184.46 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0cf60f46f4a0a12daabd6ca1defc880cfe1c5567c05ed7caa9eeb0e85b1c6fff --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40867 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QMze-Yq0yFb_Vkht74mv-ErRzt0iPe9CQBYQlRy59SmhG1SviT34lkmIkmHAvXM4VxZVTMKHv7biub12CLS8sv0CgmlkgnY0gmlwhKwSJfyKbXVsdGlhZGRyc5YACASsEiX8Bm1xAAoErBIl_AZtct0DgnJzhQADAQAAiXNlY3AyNTZrMaECGadmgd-dMIo7ER-R1Qjwr994XUmDHzyv4kPWWAvHi9aDdGNwgm1xg3VkcIJtc4V3YWt1MgU --filternode=/ip4/172.18.37.252/tcp/28017/p2p/16Uiu2HAkw9pDqpLXfLQyzu7ZrU2yyoHpf3sN2tp5Z8aV9CzpkPMo
|
|
2026-03-25 04:37:21.888 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.184.46 waku fe1356ebaa3810ac878826b52b356528a1b1b37e4514a466b7bf50477bc1134d
|
|
2026-03-25 04:37:21.923 DEBUG [src.node.docker_mananger] Container started with ID fe1356ebaa38. Setting up logs at ./log/docker/node2_2026-03-25_04-37-20__5e8ccb1d-e202-448d-a8a5-6e80fbdf2000__wakuorg_nwaku:latest.log
|
|
2026-03-25 04:37:21.924 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40863
|
|
2026-03-25 04:37:21.924 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-25 04:37:22.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40863/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:37:22.928 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-25 04:37:22.928 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-25 04:37:22.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40863/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:37:22.930 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.184.46/tcp/40864/p2p/16Uiu2HAm4wwgm9GRBN42uuAxgRifb2EFgTwLu6LwU6Awb5X6yPzS","/ip4/172.18.184.46/tcp/40865/ws/p2p/16Uiu2HAm4wwgm9GRBN42uuAxgRifb2EFgTwLu6LwU6Awb5X6yPzS"],"enrUri":"enr:-L24QERbvWmylVd8Ratpts9e2jkE5z7a_tJ4q2kHlueykI9dNrHqo7TkgaO4kaK56meEffunpDDOE0-T3HtInhBZvRMCgmlkgnY0gmlwhKwSuC6KbXVsdGlhZGRyc5YACASsErguBp-gAAoErBK4Lgafod0DgnJzhQADAQAAiXNlY3AyNTZrMaECjXpdp4aW64yDd5McnNz7kuFA2MyBlot-E0jxDsZM-uuDdGNwgp-gg3VkcIKfooV3YWt1MgA"}'
|
|
2026-03-25 04:37:22.931 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-25 04:37:22.931 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40863/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.37.252/tcp/28017/p2p/16Uiu2HAkw9pDqpLXfLQyzu7ZrU2yyoHpf3sN2tp5Z8aV9CzpkPMo"]'
|
|
2026-03-25 04:37:22.966 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-25 04:37:22.969 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-03-25 04:37:22.969 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28016/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-25 04:37:22.989 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-25 04:37:22.990 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40863/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "ca7acfba-eb5c-45d2-a689-72e9be2e940f", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-25 04:37:23.003 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"ca7acfba-eb5c-45d2-a689-72e9be2e940f","statusDesc":"OK"}'
|
|
2026-03-25 04:37:23.005 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28016/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-25 04:37:23.013 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-25 04:37:23.013 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-25 04:37:23.114 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-25 04:37:23.114 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40863/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:37:23.117 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":1774413443005189853,"ephemeral":false}]'
|
|
2026-03-25 04:37:23.119 DEBUG [src.node.waku_node] Pausing container with id 402b39930144
|
|
2026-03-25 04:37:23.128 DEBUG [src.node.waku_node] Unpause container with id 402b39930144
|
|
2026-03-25 04:37:23.137 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28016/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TTE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-25 04:37:23.143 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-25 04:37:23.143 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-25 04:37:23.243 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-25 04:37:23.244 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40863/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:37:23.246 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TTE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1774413443137658253,"ephemeral":false}]'
|
|
2026-03-25 04:37:23.248 DEBUG [src.node.waku_node] Pausing container with id fe1356ebaa38
|
|
2026-03-25 04:37:23.257 DEBUG [src.node.waku_node] Unpause container with id fe1356ebaa38
|
|
2026-03-25 04:37:23.266 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28016/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TTI=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-25 04:37:23.271 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-25 04:37:23.271 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-25 04:37:23.371 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-25 04:37:23.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40863/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-25 04:37:23.374 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TTI=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1774413443266435309,"ephemeral":false}]'
|
|
2026-03-25 04:37:23.377 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-25 04:37:23.378 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-25 04:37:23.378 DEBUG [src.node.waku_node] Stopping container with id 402b39930144
|
|
2026-03-25 04:37:23.914 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-25 04:37:23.915 DEBUG [src.node.waku_node] Stopping container with id fe1356ebaa38
|
|
2026-03-25 04:37:24.459 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-25 04:37:24.462 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-25 04:37:24.471 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-25 04:37:24.476 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|