mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-18 17:53:09 +00:00
92 lines
17 KiB
Plaintext
92 lines
17 KiB
Plaintext
2026-03-10 04:37:29.870 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-10 04:37:29.870 DEBUG [tests.conftest] Running test: test_filter_get_message_after_node1_restarts with id: 2026-03-10_04-37-29__5b763083-606a-484a-8bf9-c9bfed582ac1
|
|
2026-03-10 04:37:29.870 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-10 04:37:29.871 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-10 04:37:29.871 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-10 04:37:29.878 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-10 04:37:29.878 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-10_04-37-29__5b763083-606a-484a-8bf9-c9bfed582ac1__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:37:29.878 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-10 04:37:29.878 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-10 04:37:29.879 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-10 04:37:29.880 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.107.195
|
|
2026-03-10 04:37:29.880 DEBUG [src.node.docker_mananger] Generated ports ['13328', '13329', '13330', '13331', '13332']
|
|
2026-03-10 04:37:29.880 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-10 04:37:29.880 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-10 04:37:29.880 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-10 04:37:29.880 DEBUG [src.node.docker_mananger] docker run -i -t -p 13328:13328 -p 13329:13329 -p 13330:13330 -p 13331:13331 -p 13332:13332 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=13330 --rest-port=13328 --tcp-port=13329 --discv5-udp-port=13331 --rest-address=0.0.0.0 --nat=extip:172.18.107.195 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bfc1dc0cfdc009eee39dbbc0dc9ebd3c1b4811ef404aba2860b2cda2bf7ef94f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13332 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-10 04:37:30.075 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.107.195 waku 5517b9266232be35d0e07d2e21dd08d006f139589e3629d366f902faf801ecfb
|
|
2026-03-10 04:37:30.111 DEBUG [src.node.docker_mananger] Container started with ID 5517b9266232. Setting up logs at ./log/docker/node1_2026-03-10_04-37-29__5b763083-606a-484a-8bf9-c9bfed582ac1__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:37:30.111 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13328
|
|
2026-03-10 04:37:30.111 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-10 04:37:30.124 ERROR [src.node.docker_mananger] Max retries reached for container 6bf635823105. Exiting log stream.
|
|
2026-03-10 04:37:30.662 ERROR [src.node.docker_mananger] Max retries reached for container 488a00dd402d. Exiting log stream.
|
|
2026-03-10 04:37:31.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13328/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:37:31.114 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-10 04:37:31.115 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-10 04:37:31.115 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13328/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:37:31.117 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.107.195/tcp/13329/p2p/16Uiu2HAm977vggo2dunAvKy4QDie1ea8GUsDLP7o4VjzxjBccWoq","/ip4/172.18.107.195/tcp/13330/ws/p2p/16Uiu2HAm977vggo2dunAvKy4QDie1ea8GUsDLP7o4VjzxjBccWoq"],"enrUri":"enr:-L24QER_eku2WRNG_Hhd4HswH4OuolpyFp7lZz4Dl9jBx5GlJhddk3Ik58JeWBXd3Bmvj19cLVi_7nh0gK3d9SacWgACgmlkgnY0gmlwhKwSa8OKbXVsdGlhZGRyc5YACASsEmvDBjQRAAoErBJrwwY0Et0DgnJzhQADAQAAiXNlY3AyNTZrMaECy0LrVqro5aDOz5D1vIr1bwl1mB0yqoL1qkiv8Gk5SZiDdGNwgjQRg3VkcII0E4V3YWt1MgU"}'
|
|
2026-03-10 04:37:31.117 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-10 04:37:31.118 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-10 04:37:31.124 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-10 04:37:31.125 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-10_04-37-29__5b763083-606a-484a-8bf9-c9bfed582ac1__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:37:31.125 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-10 04:37:31.125 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-10 04:37:31.126 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-10 04:37:31.126 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.144.251
|
|
2026-03-10 04:37:31.126 DEBUG [src.node.docker_mananger] Generated ports ['31338', '31339', '31340', '31341', '31342']
|
|
2026-03-10 04:37:31.127 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-10 04:37:31.127 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-10 04:37:31.127 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-10 04:37:31.127 DEBUG [src.node.docker_mananger] docker run -i -t -p 31338:31338 -p 31339:31339 -p 31340:31340 -p 31341:31341 -p 31342:31342 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=31340 --rest-port=31338 --tcp-port=31339 --discv5-udp-port=31341 --rest-address=0.0.0.0 --nat=extip:172.18.144.251 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fe9fe04cb4ecc9505296f6db7dc9fae38968f8cf5ddacf9bef842fbcbbebfa20 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31342 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QER_eku2WRNG_Hhd4HswH4OuolpyFp7lZz4Dl9jBx5GlJhddk3Ik58JeWBXd3Bmvj19cLVi_7nh0gK3d9SacWgACgmlkgnY0gmlwhKwSa8OKbXVsdGlhZGRyc5YACASsEmvDBjQRAAoErBJrwwY0Et0DgnJzhQADAQAAiXNlY3AyNTZrMaECy0LrVqro5aDOz5D1vIr1bwl1mB0yqoL1qkiv8Gk5SZiDdGNwgjQRg3VkcII0E4V3YWt1MgU --filternode=/ip4/172.18.107.195/tcp/13329/p2p/16Uiu2HAm977vggo2dunAvKy4QDie1ea8GUsDLP7o4VjzxjBccWoq
|
|
2026-03-10 04:37:31.321 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.144.251 waku 5155e239e4269e8b64353a8e5e75179f8812f7c81efb69035cbd994cea2d8e87
|
|
2026-03-10 04:37:31.356 DEBUG [src.node.docker_mananger] Container started with ID 5155e239e426. Setting up logs at ./log/docker/node2_2026-03-10_04-37-29__5b763083-606a-484a-8bf9-c9bfed582ac1__wakuorg_nwaku:latest.log
|
|
2026-03-10 04:37:31.357 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 31338
|
|
2026-03-10 04:37:31.357 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-10 04:37:32.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31338/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:37:32.361 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-10 04:37:32.361 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-10 04:37:32.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31338/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:37:32.363 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.144.251/tcp/31339/p2p/16Uiu2HAm2VepbdN2bSeRbxGhtGi8Sb582kBbNBSG8cdLQE8HCtrW","/ip4/172.18.144.251/tcp/31340/ws/p2p/16Uiu2HAm2VepbdN2bSeRbxGhtGi8Sb582kBbNBSG8cdLQE8HCtrW"],"enrUri":"enr:-L24QI8kEOaeNYN9C31bsmpEXCpy-nPaij537bRGqxMfd85XRYDw3KxbCREreemEDgobCCQYlh9mDdvBDUlJkN-xbB8CgmlkgnY0gmlwhKwSkPuKbXVsdGlhZGRyc5YACASsEpD7BnprAAoErBKQ-wZ6bN0DgnJzhQADAQAAiXNlY3AyNTZrMaECaQbSXhjd5CDwCoQc-6k0144trrve6nNgnne_xb_8IzuDdGNwgnprg3VkcIJ6bYV3YWt1MgA"}'
|
|
2026-03-10 04:37:32.364 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-10 04:37:32.364 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31338/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.107.195/tcp/13329/p2p/16Uiu2HAm977vggo2dunAvKy4QDie1ea8GUsDLP7o4VjzxjBccWoq"]'
|
|
2026-03-10 04:37:32.399 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:37:32.402 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-03-10 04:37:32.403 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13328/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-10 04:37:32.421 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:37:32.422 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31338/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "5c5d5c19-4716-452d-b7ae-9f8115e0ace5", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-10 04:37:32.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"5c5d5c19-4716-452d-b7ae-9f8115e0ace5","statusDesc":"OK"}'
|
|
2026-03-10 04:37:32.438 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13328/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-10 04:37:32.445 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:37:32.446 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-10 04:37:32.546 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-10 04:37:32.547 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31338/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:37:32.550 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":1773117452438051564,"ephemeral":false}]'
|
|
2026-03-10 04:37:32.551 DEBUG [src.node.waku_node] Restarting container with id 5517b9266232
|
|
2026-03-10 04:37:33.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13328/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:37:33.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13328/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:37:33.455 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-10 04:37:33.456 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-10 04:37:33.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13328/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:37:33.458 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.107.195/tcp/13329/p2p/16Uiu2HAm977vggo2dunAvKy4QDie1ea8GUsDLP7o4VjzxjBccWoq","/ip4/172.18.107.195/tcp/13330/ws/p2p/16Uiu2HAm977vggo2dunAvKy4QDie1ea8GUsDLP7o4VjzxjBccWoq"],"enrUri":"enr:-L24QER_eku2WRNG_Hhd4HswH4OuolpyFp7lZz4Dl9jBx5GlJhddk3Ik58JeWBXd3Bmvj19cLVi_7nh0gK3d9SacWgACgmlkgnY0gmlwhKwSa8OKbXVsdGlhZGRyc5YACASsEmvDBjQRAAoErBJrwwY0Et0DgnJzhQADAQAAiXNlY3AyNTZrMaECy0LrVqro5aDOz5D1vIr1bwl1mB0yqoL1qkiv8Gk5SZiDdGNwgjQRg3VkcII0E4V3YWt1MgU"}'
|
|
2026-03-10 04:37:33.458 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-10 04:37:33.458 DEBUG [src.libs.common] Sleeping for 2 seconds
|
|
2026-03-10 04:37:35.459 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13328/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-10 04:37:35.474 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:37:35.475 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31338/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "9359c20e-cc1c-45bb-a0c7-f635d1695d30", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-10 04:37:35.507 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"9359c20e-cc1c-45bb-a0c7-f635d1695d30","statusDesc":"OK"}'
|
|
2026-03-10 04:37:35.510 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13328/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-10 04:37:35.522 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-10 04:37:35.522 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-10 04:37:35.623 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-10 04:37:35.624 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31338/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-10 04:37:35.626 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":1773117455510701465,"ephemeral":false}]'
|
|
2026-03-10 04:37:35.630 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-10 04:37:35.631 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-10 04:37:35.631 DEBUG [src.node.waku_node] Stopping container with id 5517b9266232
|
|
2026-03-10 04:37:36.175 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-10 04:37:36.178 DEBUG [src.node.waku_node] Stopping container with id 5155e239e426
|
|
2026-03-10 04:37:36.731 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-10 04:37:36.734 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-10 04:37:36.751 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-10 04:37:36.758 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|