mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 09:33:42 +00:00
80 lines
14 KiB
Plaintext
80 lines
14 KiB
Plaintext
2026-03-26 04:47:33.073 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-26 04:47:33.073 DEBUG [tests.conftest] Running test: test_filter_update_subscription_add_a_new_content_topic with id: 2026-03-26_04-47-33__c27e215c-0737-4d1b-a652-38e126038461
|
|
2026-03-26 04:47:33.073 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-26 04:47:33.073 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-26 04:47:33.074 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-26 04:47:33.080 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-26 04:47:33.080 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-26_04-47-33__c27e215c-0737-4d1b-a652-38e126038461__wakuorg_nwaku:latest.log
|
|
2026-03-26 04:47:33.080 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-26 04:47:33.080 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-26 04:47:33.082 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-26 04:47:33.082 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.67.236
|
|
2026-03-26 04:47:33.082 DEBUG [src.node.docker_mananger] Generated ports ['36087', '36088', '36089', '36090', '36091']
|
|
2026-03-26 04:47:33.082 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-26 04:47:33.082 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-26 04:47:33.082 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-26 04:47:33.082 DEBUG [src.node.docker_mananger] docker run -i -t -p 36087:36087 -p 36088:36088 -p 36089:36089 -p 36090:36090 -p 36091:36091 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=36089 --rest-port=36087 --tcp-port=36088 --discv5-udp-port=36090 --rest-address=0.0.0.0 --nat=extip:172.18.67.236 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7de752deb477ca5dca9efc949beeaf0cbfda5e76d6ba3b58ddb461acfbfe92da --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36091 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-26 04:47:33.276 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.67.236 waku 4fab6f873053fe03105419f6e56037a80fb9d22f02d128570b19e9fd4cec33e4
|
|
2026-03-26 04:47:33.317 DEBUG [src.node.docker_mananger] Container started with ID 4fab6f873053. Setting up logs at ./log/docker/node1_2026-03-26_04-47-33__c27e215c-0737-4d1b-a652-38e126038461__wakuorg_nwaku:latest.log
|
|
2026-03-26 04:47:33.318 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 36087
|
|
2026-03-26 04:47:33.318 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-26 04:47:33.446 ERROR [src.node.docker_mananger] Max retries reached for container d33bd4ef652a. Exiting log stream.
|
|
2026-03-26 04:47:33.866 ERROR [src.node.docker_mananger] Max retries reached for container 1d51be047367. Exiting log stream.
|
|
2026-03-26 04:47:34.319 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36087/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:47:34.321 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-26 04:47:34.322 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-26 04:47:34.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36087/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:47:34.324 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.67.236/tcp/36088/p2p/16Uiu2HAm9drtCQnkusBxovxHuhcuSrXs427vPNaF5UrVYe6EtrV8","/ip4/172.18.67.236/tcp/36089/ws/p2p/16Uiu2HAm9drtCQnkusBxovxHuhcuSrXs427vPNaF5UrVYe6EtrV8"],"enrUri":"enr:-L24QJxuJn7-xzW4LKPe3gFPGq8qPHO7NEZu04Ieie1YZ-wPMPwF7XgPRrl_1MpcMfwTz7MlMKmfYtcosfwjBEkIrAoCgmlkgnY0gmlwhKwSQ-yKbXVsdGlhZGRyc5YACASsEkPsBoz4AAoErBJD7AaM-d0DgnJzhQADAQAAiXNlY3AyNTZrMaEC0yLqUrZn7SU48EeP0o7Mrvuh2qSqnOVCuIkxdRe7BOuDdGNwgoz4g3VkcIKM-oV3YWt1MgU"}'
|
|
2026-03-26 04:47:34.324 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-26 04:47:34.325 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-26 04:47:34.331 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-26 04:47:34.331 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-26_04-47-33__c27e215c-0737-4d1b-a652-38e126038461__wakuorg_nwaku:latest.log
|
|
2026-03-26 04:47:34.331 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-26 04:47:34.331 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-26 04:47:34.332 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-26 04:47:34.333 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.248.72
|
|
2026-03-26 04:47:34.333 DEBUG [src.node.docker_mananger] Generated ports ['47570', '47571', '47572', '47573', '47574']
|
|
2026-03-26 04:47:34.333 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-26 04:47:34.333 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-26 04:47:34.333 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-26 04:47:34.333 DEBUG [src.node.docker_mananger] docker run -i -t -p 47570:47570 -p 47571:47571 -p 47572:47572 -p 47573:47573 -p 47574:47574 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=47572 --rest-port=47570 --tcp-port=47571 --discv5-udp-port=47573 --rest-address=0.0.0.0 --nat=extip:172.18.248.72 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6cedf25c2e350dcfebf84e3d1eece2d1609907b7c0f785dbb3aadeaf510fa0a1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47574 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QJxuJn7-xzW4LKPe3gFPGq8qPHO7NEZu04Ieie1YZ-wPMPwF7XgPRrl_1MpcMfwTz7MlMKmfYtcosfwjBEkIrAoCgmlkgnY0gmlwhKwSQ-yKbXVsdGlhZGRyc5YACASsEkPsBoz4AAoErBJD7AaM-d0DgnJzhQADAQAAiXNlY3AyNTZrMaEC0yLqUrZn7SU48EeP0o7Mrvuh2qSqnOVCuIkxdRe7BOuDdGNwgoz4g3VkcIKM-oV3YWt1MgU --filternode=/ip4/172.18.67.236/tcp/36088/p2p/16Uiu2HAm9drtCQnkusBxovxHuhcuSrXs427vPNaF5UrVYe6EtrV8
|
|
2026-03-26 04:47:34.521 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.248.72 waku ae59e69e38a4039cdd75042e7eac2ac26b0a193ebed6d51b5b0907e9d4471c2e
|
|
2026-03-26 04:47:34.554 DEBUG [src.node.docker_mananger] Container started with ID ae59e69e38a4. Setting up logs at ./log/docker/node2_2026-03-26_04-47-33__c27e215c-0737-4d1b-a652-38e126038461__wakuorg_nwaku:latest.log
|
|
2026-03-26 04:47:34.555 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47570
|
|
2026-03-26 04:47:34.555 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-26 04:47:35.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47570/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:47:35.558 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-26 04:47:35.559 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-26 04:47:35.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47570/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:47:35.561 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.248.72/tcp/47571/p2p/16Uiu2HAm5zXEUGhMLz4acdE9KTnHL4WgBq9sdwvG2ZjhXyKGwjNj","/ip4/172.18.248.72/tcp/47572/ws/p2p/16Uiu2HAm5zXEUGhMLz4acdE9KTnHL4WgBq9sdwvG2ZjhXyKGwjNj"],"enrUri":"enr:-L24QEB_xh1WW0u1VOMsIGOkepiBZ4JbEGyYVue3qrPHwrQRb6af_uYB8vNdroFa4TtUFZ8qWo_1pTWK0GqWd81pxvsCgmlkgnY0gmlwhKwS-EiKbXVsdGlhZGRyc5YACASsEvhIBrnTAAoErBL4SAa51N0DgnJzhQADAQAAiXNlY3AyNTZrMaECnP8lUPNbyDClwCzG0wpQgUgfXfAka4XJYbTgj65Bl3SDdGNwgrnTg3VkcIK51YV3YWt1MgA"}'
|
|
2026-03-26 04:47:35.561 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-26 04:47:35.562 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47570/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.67.236/tcp/36088/p2p/16Uiu2HAm9drtCQnkusBxovxHuhcuSrXs427vPNaF5UrVYe6EtrV8"]'
|
|
2026-03-26 04:47:35.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-26 04:47:35.598 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36087/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-26 04:47:35.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-26 04:47:35.614 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47570/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "335a9701-d31e-4a33-b244-8cc6f5d8cb2f", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-26 04:47:35.625 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"335a9701-d31e-4a33-b244-8cc6f5d8cb2f","statusDesc":"OK"}'
|
|
2026-03-26 04:47:35.625 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:47570/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-26 04:47:35.633 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-26 04:47:35.633 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36087/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-26 04:47:35.640 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-26 04:47:35.640 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-26 04:47:35.741 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-26 04:47:35.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47570/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:47:35.744 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":1774500455633548290,"ephemeral":false}]'
|
|
2026-03-26 04:47:35.746 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36087/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-26 04:47:35.750 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-26 04:47:35.750 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-26 04:47:35.851 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-26 04:47:35.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47570/filter/v2/messages/%2Ftest%2F2%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-26 04:47:35.854 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":1774500455745941158,"ephemeral":false}]'
|
|
2026-03-26 04:47:35.856 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-26 04:47:35.857 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-26 04:47:35.857 DEBUG [src.node.waku_node] Stopping container with id 4fab6f873053
|
|
2026-03-26 04:47:36.311 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-26 04:47:36.312 DEBUG [src.node.waku_node] Stopping container with id ae59e69e38a4
|
|
2026-03-26 04:47:36.752 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-26 04:47:36.754 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-26 04:47:36.760 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-26 04:47:36.767 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|