mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-06 16:03:05 +00:00
74 lines
13 KiB
Plaintext
74 lines
13 KiB
Plaintext
2025-12-08 12:12:24.862 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-08 12:12:24.862 DEBUG [tests.conftest] Running test: test_filter_update_subscription_refresh_existing with id: 2025-12-08_12-12-24__8136c72c-161a-4ac1-aefb-91fcd46e0eec
|
|
2025-12-08 12:12:24.863 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-08 12:12:24.863 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2025-12-08 12:12:24.863 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2025-12-08 12:12:24.870 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 12:12:24.870 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-08_12-12-24__8136c72c-161a-4ac1-aefb-91fcd46e0eec__wakuorg_nwaku:latest.log
|
|
2025-12-08 12:12:24.870 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-08 12:12:24.870 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-08 12:12:24.872 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-08 12:12:24.872 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.232.108
|
|
2025-12-08 12:12:24.872 DEBUG [src.node.docker_mananger] Generated ports ['38960', '38961', '38962', '38963', '38964']
|
|
2025-12-08 12:12:24.872 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-08 12:12:24.872 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-08 12:12:24.873 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-08 12:12:24.873 DEBUG [src.node.docker_mananger] docker run -i -t -p 38960:38960 -p 38961:38961 -p 38962:38962 -p 38963:38963 -p 38964:38964 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=38962 --rest-port=38960 --tcp-port=38961 --discv5-udp-port=38963 --rest-address=0.0.0.0 --nat=extip:172.18.232.108 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b34e26c1d429cbc4ba1ee1182d2a9bb253c3aaf5eda39dc26fedaf20b3eef8cc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38964 --metrics-logging=true --relay=true --filter=true
|
|
2025-12-08 12:12:25.047 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.232.108 waku aa25c7a8cc433237b4a6e962fc9fe76bdfd2cc58d85945995f0eb693c734d656
|
|
2025-12-08 12:12:25.079 DEBUG [src.node.docker_mananger] Container started with ID aa25c7a8cc43. Setting up logs at ./log/docker/node1_2025-12-08_12-12-24__8136c72c-161a-4ac1-aefb-91fcd46e0eec__wakuorg_nwaku:latest.log
|
|
2025-12-08 12:12:25.081 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 38960
|
|
2025-12-08 12:12:25.081 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-08 12:12:25.192 ERROR [src.node.docker_mananger] Max retries reached for container 872b8cf501de. Exiting log stream.
|
|
2025-12-08 12:12:25.672 ERROR [src.node.docker_mananger] Max retries reached for container 8a28b4338753. Exiting log stream.
|
|
2025-12-08 12:12:26.081 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38960/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:12:26.084 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
|
2025-12-08 12:12:26.084 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-08 12:12:26.085 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38960/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:12:26.087 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.232.108/tcp/38961/p2p/16Uiu2HAmNi71SLham2UYbXDT8D4U9Y76QAmjPQ6AeU32LmDywjHA","/ip4/172.18.232.108/tcp/38962/ws/p2p/16Uiu2HAmNi71SLham2UYbXDT8D4U9Y76QAmjPQ6AeU32LmDywjHA"],"enrUri":"enr:-L24QFs9DyM3zfyITAvw3DYS8sVu69RC5aMGcZtHq6KiidJ3NdRIvA3b_7Ua2ZcCkDmNYI75tv25o0kYO-idSFIfPWMCgmlkgnY0gmlwhKwS6GyKbXVsdGlhZGRyc5YACASsEuhsBpgxAAoErBLobAaYMt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDlWEjvNWZpZBkGi7FsqHUVgQVbkeuzwyAyJ-Z4_vpooGDdGNwgpgxg3VkcIKYM4V3YWt1MgU"}'
|
|
2025-12-08 12:12:26.087 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-08 12:12:26.087 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2025-12-08 12:12:26.094 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 12:12:26.094 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-08_12-12-24__8136c72c-161a-4ac1-aefb-91fcd46e0eec__wakuorg_nwaku:latest.log
|
|
2025-12-08 12:12:26.094 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-08 12:12:26.094 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-08 12:12:26.095 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-08 12:12:26.096 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.144.170
|
|
2025-12-08 12:12:26.096 DEBUG [src.node.docker_mananger] Generated ports ['31174', '31175', '31176', '31177', '31178']
|
|
2025-12-08 12:12:26.096 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-08 12:12:26.096 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-08 12:12:26.096 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-08 12:12:26.096 DEBUG [src.node.docker_mananger] docker run -i -t -p 31174:31174 -p 31175:31175 -p 31176:31176 -p 31177:31177 -p 31178:31178 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=31176 --rest-port=31174 --tcp-port=31175 --discv5-udp-port=31177 --rest-address=0.0.0.0 --nat=extip:172.18.144.170 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7c907bfc2c6defb3a4bd3dc056db39d3f0c26fc4e4dfd997ace7d39fabfd9e1b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31178 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QFs9DyM3zfyITAvw3DYS8sVu69RC5aMGcZtHq6KiidJ3NdRIvA3b_7Ua2ZcCkDmNYI75tv25o0kYO-idSFIfPWMCgmlkgnY0gmlwhKwS6GyKbXVsdGlhZGRyc5YACASsEuhsBpgxAAoErBLobAaYMt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDlWEjvNWZpZBkGi7FsqHUVgQVbkeuzwyAyJ-Z4_vpooGDdGNwgpgxg3VkcIKYM4V3YWt1MgU --filternode=/ip4/172.18.232.108/tcp/38961/p2p/16Uiu2HAmNi71SLham2UYbXDT8D4U9Y76QAmjPQ6AeU32LmDywjHA
|
|
2025-12-08 12:12:26.287 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.144.170 waku c0972da48f047da4a306d0f38ea1b022718e112aa0829758c8ce34a31588038c
|
|
2025-12-08 12:12:26.313 DEBUG [src.node.docker_mananger] Container started with ID c0972da48f04. Setting up logs at ./log/docker/node2_2025-12-08_12-12-24__8136c72c-161a-4ac1-aefb-91fcd46e0eec__wakuorg_nwaku:latest.log
|
|
2025-12-08 12:12:26.314 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 31174
|
|
2025-12-08 12:12:26.314 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-08 12:12:27.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31174/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:12:27.318 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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":"READY"}]}'
|
|
2025-12-08 12:12:27.319 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-08 12:12:27.319 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31174/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:12:27.321 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.144.170/tcp/31175/p2p/16Uiu2HAmSkUfR6iredTHQKpZP3Rp2Nnbh4KbVaYPNXKrGknpxmH3","/ip4/172.18.144.170/tcp/31176/ws/p2p/16Uiu2HAmSkUfR6iredTHQKpZP3Rp2Nnbh4KbVaYPNXKrGknpxmH3"],"enrUri":"enr:-L24QHwyQy6FekXP9gVI4x09cw1VkTccS2G4cRbUdozrXU48fwBFchScVTgdVR-8Uyt70sPEOWN3vCy6sa4rmulE-rMCgmlkgnY0gmlwhKwSkKqKbXVsdGlhZGRyc5YACASsEpCqBnnHAAoErBKQqgZ5yN0DgnJzhQADAQAAiXNlY3AyNTZrMaED0WuIuf8SdgSdhAw4DZuNjV_PntcrhFNxrBt0qlWJhrqDdGNwgnnHg3VkcIJ5yYV3YWt1MgA"}'
|
|
2025-12-08 12:12:27.321 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-08 12:12:27.321 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31174/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.232.108/tcp/38961/p2p/16Uiu2HAmNi71SLham2UYbXDT8D4U9Y76QAmjPQ6AeU32LmDywjHA"]'
|
|
2025-12-08 12:12:27.351 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 12:12:27.352 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38960/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2025-12-08 12:12:27.365 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 12:12:27.367 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31174/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "6587c2b6-3877-4b2f-9e1e-d5c5a42bb026", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2025-12-08 12:12:27.378 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"6587c2b6-3877-4b2f-9e1e-d5c5a42bb026","statusDesc":"OK"}'
|
|
2025-12-08 12:12:27.380 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:31174/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2025-12-08 12:12:27.389 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2025-12-08 12:12:27.390 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38960/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)'}'
|
|
2025-12-08 12:12:27.396 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 12:12:27.396 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-08 12:12:27.497 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-08 12:12:27.497 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31174/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:12:27.500 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":1765195947389946852,"ephemeral":false}]'
|
|
2025-12-08 12:12:27.503 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-08 12:12:27.503 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-08 12:12:27.504 DEBUG [src.node.waku_node] Stopping container with id aa25c7a8cc43
|
|
2025-12-08 12:12:28.011 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-08 12:12:28.011 DEBUG [src.node.waku_node] Stopping container with id c0972da48f04
|
|
2025-12-08 12:12:28.510 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-08 12:12:28.511 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-08 12:12:28.518 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-08 12:12:28.524 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|