mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-01 08:03:29 +00:00
80 lines
14 KiB
Plaintext
80 lines
14 KiB
Plaintext
2026-03-24 04:37:10.611 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-24 04:37:10.612 DEBUG [tests.conftest] Running test: test_filter_update_subscription_add_a_new_content_topic with id: 2026-03-24_04-37-10__9a4d64e2-30c3-48f0-8d1b-d2aa9ad2f747
|
|
2026-03-24 04:37:10.612 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-24 04:37:10.612 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-24 04:37:10.612 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-24 04:37:10.619 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-24 04:37:10.619 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-24_04-37-10__9a4d64e2-30c3-48f0-8d1b-d2aa9ad2f747__wakuorg_nwaku:latest.log
|
|
2026-03-24 04:37:10.619 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-24 04:37:10.619 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-24 04:37:10.620 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-24 04:37:10.621 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.191.232
|
|
2026-03-24 04:37:10.621 DEBUG [src.node.docker_mananger] Generated ports ['25178', '25179', '25180', '25181', '25182']
|
|
2026-03-24 04:37:10.621 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-24 04:37:10.621 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-24 04:37:10.621 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-24 04:37:10.621 DEBUG [src.node.docker_mananger] docker run -i -t -p 25178:25178 -p 25179:25179 -p 25180:25180 -p 25181:25181 -p 25182:25182 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=25180 --rest-port=25178 --tcp-port=25179 --discv5-udp-port=25181 --rest-address=0.0.0.0 --nat=extip:172.18.191.232 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8c5e0b031433b18cb0e1bd1e0cbbc45ce5bd9af1c37db2cbae1c1cf76e9b3253 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25182 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-24 04:37:10.809 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.191.232 waku 3d07fe72f0d2ba469bf1cfbf2b154046c14f6336c62e18f98628ca31311608b4
|
|
2026-03-24 04:37:10.846 DEBUG [src.node.docker_mananger] Container started with ID 3d07fe72f0d2. Setting up logs at ./log/docker/node1_2026-03-24_04-37-10__9a4d64e2-30c3-48f0-8d1b-d2aa9ad2f747__wakuorg_nwaku:latest.log
|
|
2026-03-24 04:37:10.846 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25178
|
|
2026-03-24 04:37:10.847 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-24 04:37:10.877 ERROR [src.node.docker_mananger] Max retries reached for container edd3fc669bfd. Exiting log stream.
|
|
2026-03-24 04:37:11.416 ERROR [src.node.docker_mananger] Max retries reached for container 95e441b47717. Exiting log stream.
|
|
2026-03-24 04:37:11.848 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25178/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-24 04:37:11.851 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-24 04:37:11.851 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-24 04:37:11.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25178/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-24 04:37:11.853 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.191.232/tcp/25179/p2p/16Uiu2HAmDkCA6585rrDqL8XhJS416f5vma4vYWdPP9swES5SBR5q","/ip4/172.18.191.232/tcp/25180/ws/p2p/16Uiu2HAmDkCA6585rrDqL8XhJS416f5vma4vYWdPP9swES5SBR5q"],"enrUri":"enr:-L24QM67ERaGwFy5q7zieZV2poh-jS-ywkcXp5C0L5eMLVLxPMQYXGhUyqpsDisowmQw5aiNjz5MBG2FOzGSV0IoUNkCgmlkgnY0gmlwhKwSv-iKbXVsdGlhZGRyc5YACASsEr_oBmJbAAoErBK_6AZiXN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDEDDw6AehaglOn1xk5iesP1cH7MBPQTimvB73G_sDHdiDdGNwgmJbg3VkcIJiXYV3YWt1MgU"}'
|
|
2026-03-24 04:37:11.854 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-24 04:37:11.854 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-24 04:37:11.861 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-24 04:37:11.861 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-24_04-37-10__9a4d64e2-30c3-48f0-8d1b-d2aa9ad2f747__wakuorg_nwaku:latest.log
|
|
2026-03-24 04:37:11.861 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-24 04:37:11.861 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-24 04:37:11.863 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-24 04:37:11.863 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.168.53
|
|
2026-03-24 04:37:11.863 DEBUG [src.node.docker_mananger] Generated ports ['17586', '17587', '17588', '17589', '17590']
|
|
2026-03-24 04:37:11.863 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-24 04:37:11.863 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-24 04:37:11.863 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-24 04:37:11.864 DEBUG [src.node.docker_mananger] docker run -i -t -p 17586:17586 -p 17587:17587 -p 17588:17588 -p 17589:17589 -p 17590:17590 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=17588 --rest-port=17586 --tcp-port=17587 --discv5-udp-port=17589 --rest-address=0.0.0.0 --nat=extip:172.18.168.53 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=33dda3fe01d23b80bbdcedadaa38c2eedef343bf6c9cdedc526b3f0f5cff8ea9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17590 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QM67ERaGwFy5q7zieZV2poh-jS-ywkcXp5C0L5eMLVLxPMQYXGhUyqpsDisowmQw5aiNjz5MBG2FOzGSV0IoUNkCgmlkgnY0gmlwhKwSv-iKbXVsdGlhZGRyc5YACASsEr_oBmJbAAoErBK_6AZiXN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDEDDw6AehaglOn1xk5iesP1cH7MBPQTimvB73G_sDHdiDdGNwgmJbg3VkcIJiXYV3YWt1MgU --filternode=/ip4/172.18.191.232/tcp/25179/p2p/16Uiu2HAmDkCA6585rrDqL8XhJS416f5vma4vYWdPP9swES5SBR5q
|
|
2026-03-24 04:37:12.051 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.168.53 waku 12125458f6ffc19b53d3ee90b6750eb6667ce517da3f6ad3774ffcd756b181ac
|
|
2026-03-24 04:37:12.089 DEBUG [src.node.docker_mananger] Container started with ID 12125458f6ff. Setting up logs at ./log/docker/node2_2026-03-24_04-37-10__9a4d64e2-30c3-48f0-8d1b-d2aa9ad2f747__wakuorg_nwaku:latest.log
|
|
2026-03-24 04:37:12.089 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17586
|
|
2026-03-24 04:37:12.089 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-24 04:37:13.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17586/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-24 04:37:13.093 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-24 04:37:13.093 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-24 04:37:13.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17586/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-24 04:37:13.096 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.168.53/tcp/17587/p2p/16Uiu2HAmVZMaop766oa3FcDnFiDs7Ku5XucbUHzS6YPwHCH4cYkX","/ip4/172.18.168.53/tcp/17588/ws/p2p/16Uiu2HAmVZMaop766oa3FcDnFiDs7Ku5XucbUHzS6YPwHCH4cYkX"],"enrUri":"enr:-L24QBevHuhL_eend-KfXnHywRQnkrwI1lJCoRIbi1nTJ5dzM-qq2UsRAsh1DY4yDxWQpnV0GcTaHwhMqwB9JORDwwkCgmlkgnY0gmlwhKwSqDWKbXVsdGlhZGRyc5YACASsEqg1BkSzAAoErBKoNQZEtN0DgnJzhQADAQAAiXNlY3AyNTZrMaED-yUzgfqBttnmxLV8GYs4OuDAfClXhVjd24OaaFGzSKCDdGNwgkSzg3VkcIJEtYV3YWt1MgA"}'
|
|
2026-03-24 04:37:13.096 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-24 04:37:13.096 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17586/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.191.232/tcp/25179/p2p/16Uiu2HAmDkCA6585rrDqL8XhJS416f5vma4vYWdPP9swES5SBR5q"]'
|
|
2026-03-24 04:37:13.132 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-24 04:37:13.136 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25178/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-24 04:37:13.154 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-24 04:37:13.156 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17586/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "015a3b02-9f58-4e91-b9f6-7ec0bd2aa4a5", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-24 04:37:13.171 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"015a3b02-9f58-4e91-b9f6-7ec0bd2aa4a5","statusDesc":"OK"}'
|
|
2026-03-24 04:37:13.172 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:17586/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/2/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-24 04:37:13.182 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-24 04:37:13.182 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25178/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-24 04:37:13.190 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-24 04:37:13.191 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-24 04:37:13.291 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-24 04:37:13.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17586/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-24 04:37:13.294 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":1774327033182834172,"ephemeral":false}]'
|
|
2026-03-24 04:37:13.296 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25178/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/2/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-24 04:37:13.301 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-24 04:37:13.301 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-24 04:37:13.402 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-24 04:37:13.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17586/filter/v2/messages/%2Ftest%2F2%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-24 04:37:13.404 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/2/waku-filter/proto","version":0,"timestamp":1774327033296488292,"ephemeral":false}]'
|
|
2026-03-24 04:37:13.407 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-24 04:37:13.408 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-24 04:37:13.408 DEBUG [src.node.waku_node] Stopping container with id 3d07fe72f0d2
|
|
2026-03-24 04:37:14.005 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-24 04:37:14.007 DEBUG [src.node.waku_node] Stopping container with id 12125458f6ff
|
|
2026-03-24 04:37:14.586 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-24 04:37:14.588 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-24 04:37:14.594 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-24 04:37:14.600 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|