mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-26 20:29:35 +00:00
76 lines
13 KiB
Plaintext
76 lines
13 KiB
Plaintext
2026-04-22 23:59:16.914 INFO [tests.conftest] Fleet bootstrap inactive – pass --fleet (or set FLEET_BOOTSTRAP=true) to connect local nodes to the waku.test fleet
|
||
2026-04-22 23:59:16.915 DEBUG [tests.conftest] Running fixture setup: test_id
|
||
2026-04-22 23:59:16.915 DEBUG [tests.conftest] Running test: test_filter_works_with_static_sharding with id: 2026-04-22_23-59-16__fb635e18-f7f7-4f2e-9373-f69413c9f2a0
|
||
2026-04-22 23:59:16.915 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||
2026-04-22 23:59:16.916 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||
2026-04-22 23:59:16.916 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||
2026-04-22 23:59:16.923 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||
2026-04-22 23:59:16.924 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-04-22_23-59-16__fb635e18-f7f7-4f2e-9373-f69413c9f2a0__wakuorg_nwaku:latest.log
|
||
2026-04-22 23:59:16.924 DEBUG [src.node.waku_node] Starting Node...
|
||
2026-04-22 23:59:16.924 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||
2026-04-22 23:59:16.925 DEBUG [src.node.docker_mananger] Network waku already exists
|
||
2026-04-22 23:59:16.926 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.246.51
|
||
2026-04-22 23:59:16.926 DEBUG [src.node.docker_mananger] Generated ports ['58900', '58901', '58902', '58903', '58904']
|
||
2026-04-22 23:59:16.926 DEBUG [src.node.waku_node] Cluster id was resolved to: 199
|
||
2026-04-22 23:59:16.926 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||
2026-04-22 23:59:16.926 DEBUG [src.node.waku_node] RLN credentials were not set
|
||
2026-04-22 23:59:16.926 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||
2026-04-22 23:59:16.926 DEBUG [src.node.waku_node] Using volumes []
|
||
2026-04-22 23:59:16.927 DEBUG [src.node.docker_mananger] docker run -i -t -p 58900:58900 -p 58901:58901 -p 58902:58902 -p 58903:58903 -p 58904:58904 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=58902 --rest-port=58900 --tcp-port=58901 --discv5-udp-port=58903 --rest-address=0.0.0.0 --nat=extip:172.18.246.51 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=c5955af0ac49daba35b3dd00dfc7da3a4dd4ea3800920cdb63f3409f803d07e3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58904 --metrics-logging=true --relay=true --filter=true
|
||
2026-04-22 23:59:17.121 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.246.51 waku d81741544cdae77cb6025c4d5c0becef7a4fa1252a9dd55cfc219fc3957d39bc
|
||
2026-04-22 23:59:17.160 DEBUG [src.node.docker_mananger] Container started with ID d81741544cda. Setting up logs at ./log/docker/node1_2026-04-22_23-59-16__fb635e18-f7f7-4f2e-9373-f69413c9f2a0__wakuorg_nwaku:latest.log
|
||
2026-04-22 23:59:17.160 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58900
|
||
2026-04-22 23:59:17.160 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||
2026-04-22 23:59:17.247 ERROR [src.node.docker_mananger] Max retries reached for container 4df67485b728. Exiting log stream.
|
||
2026-04-22 23:59:17.714 ERROR [src.node.docker_mananger] Max retries reached for container 993fbe4536ad. Exiting log stream.
|
||
2026-04-22 23:59:18.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58900/health" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:59:18.164 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"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||
2026-04-22 23:59:18.164 INFO [src.node.waku_node] Node protocols are initialized !!
|
||
2026-04-22 23:59:18.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58900/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:59:18.167 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.246.51/tcp/58901/p2p/16Uiu2HAmMnVhc6Ev9jbkFy3PCUC1dRCGejEFdKj7PNU98BqxZSit","/ip4/172.18.246.51/tcp/58902/ws/p2p/16Uiu2HAmMnVhc6Ev9jbkFy3PCUC1dRCGejEFdKj7PNU98BqxZSit"],"enrUri":"enr:-L24QGnRf0hIqZQaQfLXKbFzKv-Ye8W9qtLpfhraRdmxwO6hIlOcceeDzEBkOJQ3v3FoUdKW9uH5DOZpLXGdBToVz9QCgmlkgnY0gmlwhKwS9jOKbXVsdGlhZGRyc5YACASsEvYzBuYVAAoErBL2MwbmFt0DgnJzhQDHAQAAiXNlY3AyNTZrMaEDh6VvOOz5SQ33TwveeSMYRl33_fVnTBTvzsCiN8pG5XGDdGNwguYVg3VkcILmF4V3YWt1MgU"}'
|
||
2026-04-22 23:59:18.167 INFO [src.node.waku_node] REST service is ready !!
|
||
2026-04-22 23:59:18.174 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||
2026-04-22 23:59:18.174 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-04-22_23-59-16__fb635e18-f7f7-4f2e-9373-f69413c9f2a0__wakuorg_nwaku:latest.log
|
||
2026-04-22 23:59:18.174 DEBUG [src.node.waku_node] Starting Node...
|
||
2026-04-22 23:59:18.174 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||
2026-04-22 23:59:18.176 DEBUG [src.node.docker_mananger] Network waku already exists
|
||
2026-04-22 23:59:18.176 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.180.9
|
||
2026-04-22 23:59:18.176 DEBUG [src.node.docker_mananger] Generated ports ['30990', '30991', '30992', '30993', '30994']
|
||
2026-04-22 23:59:18.176 DEBUG [src.node.waku_node] Cluster id was resolved to: 199
|
||
2026-04-22 23:59:18.176 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||
2026-04-22 23:59:18.177 DEBUG [src.node.waku_node] RLN credentials were not set
|
||
2026-04-22 23:59:18.177 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||
2026-04-22 23:59:18.177 DEBUG [src.node.waku_node] Using volumes []
|
||
2026-04-22 23:59:18.177 DEBUG [src.node.docker_mananger] docker run -i -t -p 30990:30990 -p 30991:30991 -p 30992:30992 -p 30993:30993 -p 30994:30994 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=30992 --rest-port=30990 --tcp-port=30991 --discv5-udp-port=30993 --rest-address=0.0.0.0 --nat=extip:172.18.180.9 --peer-exchange=true --discv5-discovery=true --cluster-id=199 --nodekey=bfaaedcdcbc422147bc0ac1bcba849b57df6cfaecd14ab4f47f9ebcb1fc2b2ed --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30994 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QGnRf0hIqZQaQfLXKbFzKv-Ye8W9qtLpfhraRdmxwO6hIlOcceeDzEBkOJQ3v3FoUdKW9uH5DOZpLXGdBToVz9QCgmlkgnY0gmlwhKwS9jOKbXVsdGlhZGRyc5YACASsEvYzBuYVAAoErBL2MwbmFt0DgnJzhQDHAQAAiXNlY3AyNTZrMaEDh6VvOOz5SQ33TwveeSMYRl33_fVnTBTvzsCiN8pG5XGDdGNwguYVg3VkcILmF4V3YWt1MgU --filternode=/ip4/172.18.246.51/tcp/58901/p2p/16Uiu2HAmMnVhc6Ev9jbkFy3PCUC1dRCGejEFdKj7PNU98BqxZSit
|
||
2026-04-22 23:59:18.365 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.180.9 waku 88d9c28b4cdef5426c7f16dda74273157cb89ae0551295a4e6f10f004b727fec
|
||
2026-04-22 23:59:18.404 DEBUG [src.node.docker_mananger] Container started with ID 88d9c28b4cde. Setting up logs at ./log/docker/node2_2026-04-22_23-59-16__fb635e18-f7f7-4f2e-9373-f69413c9f2a0__wakuorg_nwaku:latest.log
|
||
2026-04-22 23:59:18.404 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30990
|
||
2026-04-22 23:59:18.404 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||
2026-04-22 23:59:19.405 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30990/health" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:59:19.408 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"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||
2026-04-22 23:59:19.408 INFO [src.node.waku_node] Node protocols are initialized !!
|
||
2026-04-22 23:59:19.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30990/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:59:19.411 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.180.9/tcp/30991/p2p/16Uiu2HAkxusWNZArny6uwAER3NbbQ11sCW2A7dpzYQ5tMWkFaAc2","/ip4/172.18.180.9/tcp/30992/ws/p2p/16Uiu2HAkxusWNZArny6uwAER3NbbQ11sCW2A7dpzYQ5tMWkFaAc2"],"enrUri":"enr:-L24QKa9QkSJXIHfxeng_wjaU9aaJr3SLYQ8RKbnqhwq1QCmHnucNIkc1z7FaQNn5BcvkX48XaW18ihtDWlwpU47oVkCgmlkgnY0gmlwhKwStAmKbXVsdGlhZGRyc5YACASsErQJBnkPAAoErBK0CQZ5EN0DgnJzhQDHAQAAiXNlY3AyNTZrMaECM8xbeGL_ThhPxPbppvpBuC5g9MF7DkpRKDpdtPI9XFuDdGNwgnkPg3VkcIJ5EYV3YWt1MgA"}'
|
||
2026-04-22 23:59:19.411 INFO [src.node.waku_node] REST service is ready !!
|
||
2026-04-22 23:59:19.411 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30990/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.246.51/tcp/58901/p2p/16Uiu2HAmMnVhc6Ev9jbkFy3PCUC1dRCGejEFdKj7PNU98BqxZSit"]'
|
||
2026-04-22 23:59:19.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:59:19.447 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58900/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/199/0"]'
|
||
2026-04-22 23:59:19.451 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:59:19.452 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30990/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "fe6638e2-4786-4a8f-8de5-a553f2dfe5dc", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/199/0"}'
|
||
2026-04-22 23:59:19.460 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"fe6638e2-4786-4a8f-8de5-a553f2dfe5dc","statusDesc":"OK"}'
|
||
2026-04-22 23:59:19.460 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58900/relay/v1/messages/%2Fwaku%2F2%2Frs%2F199%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||
2026-04-22 23:59:19.469 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||
2026-04-22 23:59:19.469 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||
2026-04-22 23:59:19.570 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||
2026-04-22 23:59:19.570 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30990/filter/v2/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||
2026-04-22 23:59:19.573 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776902359460682296,"ephemeral":false}]'
|
||
2026-04-22 23:59:19.576 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||
2026-04-22 23:59:19.577 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||
2026-04-22 23:59:19.578 DEBUG [src.node.waku_node] Stopping container with id d81741544cda
|
||
2026-04-22 23:59:20.040 DEBUG [src.node.waku_node] Container stopped.
|
||
2026-04-22 23:59:20.040 DEBUG [src.node.waku_node] Stopping container with id 88d9c28b4cde
|
||
2026-04-22 23:59:20.500 DEBUG [src.node.waku_node] Container stopped.
|
||
2026-04-22 23:59:20.503 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||
2026-04-22 23:59:20.516 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||
2026-04-22 23:59:20.521 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|