mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-02 14:03:08 +00:00
82 lines
15 KiB
Plaintext
82 lines
15 KiB
Plaintext
2025-12-10 04:11:53.208 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-10 04:11:53.208 DEBUG [tests.conftest] Running test: test_filter_subscribe_refresh with id: 2025-12-10_04-11-53__01385e8a-d038-4fde-ade7-fd46c7849d53
|
|
2025-12-10 04:11:53.208 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-10 04:11:53.208 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2025-12-10 04:11:53.209 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2025-12-10 04:11:53.215 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-10 04:11:53.216 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-10_04-11-53__01385e8a-d038-4fde-ade7-fd46c7849d53__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:11:53.216 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-10 04:11:53.216 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-10 04:11:53.217 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-10 04:11:53.217 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.113.21
|
|
2025-12-10 04:11:53.218 DEBUG [src.node.docker_mananger] Generated ports ['44266', '44267', '44268', '44269', '44270']
|
|
2025-12-10 04:11:53.218 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-10 04:11:53.218 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-10 04:11:53.218 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-10 04:11:53.218 DEBUG [src.node.docker_mananger] docker run -i -t -p 44266:44266 -p 44267:44267 -p 44268:44268 -p 44269:44269 -p 44270:44270 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=44268 --rest-port=44266 --tcp-port=44267 --discv5-udp-port=44269 --rest-address=0.0.0.0 --nat=extip:172.18.113.21 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fa3ba5cc5fdf08ae6cc9dcbf68d70bbb1dce7461e9a7d9abbb2be906dc64e67b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44270 --metrics-logging=true --relay=true --filter=true
|
|
2025-12-10 04:11:53.399 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.113.21 waku 9e906e165f400e7af72a8642c1919c60ce8eee2a6a75a6127030eac9d370ed2e
|
|
2025-12-10 04:11:53.433 DEBUG [src.node.docker_mananger] Container started with ID 9e906e165f40. Setting up logs at ./log/docker/node1_2025-12-10_04-11-53__01385e8a-d038-4fde-ade7-fd46c7849d53__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:11:53.434 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 44266
|
|
2025-12-10 04:11:53.434 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-10 04:11:53.501 ERROR [src.node.docker_mananger] Max retries reached for container cc98a62da03d. Exiting log stream.
|
|
2025-12-10 04:11:54.012 ERROR [src.node.docker_mananger] Max retries reached for container 6207a21b5b66. Exiting log stream.
|
|
2025-12-10 04:11:54.435 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44266/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:54.439 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-10 04:11:54.439 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-10 04:11:54.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44266/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:54.441 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.113.21/tcp/44267/p2p/16Uiu2HAmSK2fK7YMgLELgqTC7a3YriecvKbybTUi1ApJyJBXqN9M","/ip4/172.18.113.21/tcp/44268/ws/p2p/16Uiu2HAmSK2fK7YMgLELgqTC7a3YriecvKbybTUi1ApJyJBXqN9M"],"enrUri":"enr:-L24QNXreLobGCEtmdvHU725bdtr8AhlXXRGyPJVLhAY2D_8VMeRXIm8V2gh5SqU-onU-hd3Zq346QwsIc16sZHw00ICgmlkgnY0gmlwhKwScRWKbXVsdGlhZGRyc5YACASsEnEVBqzrAAoErBJxFQas7N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDyuadEflgt6T_MwBXmZsyzZmFVzIhDxta2t2kVzdO_riDdGNwgqzrg3VkcIKs7YV3YWt1MgU"}'
|
|
2025-12-10 04:11:54.442 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-10 04:11:54.442 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2025-12-10 04:11:54.449 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-10 04:11:54.449 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-10_04-11-53__01385e8a-d038-4fde-ade7-fd46c7849d53__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:11:54.449 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-10 04:11:54.449 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-10 04:11:54.451 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-10 04:11:54.451 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.48.205
|
|
2025-12-10 04:11:54.451 DEBUG [src.node.docker_mananger] Generated ports ['36733', '36734', '36735', '36736', '36737']
|
|
2025-12-10 04:11:54.451 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-10 04:11:54.451 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-10 04:11:54.452 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-10 04:11:54.452 DEBUG [src.node.docker_mananger] docker run -i -t -p 36733:36733 -p 36734:36734 -p 36735:36735 -p 36736:36736 -p 36737:36737 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=36735 --rest-port=36733 --tcp-port=36734 --discv5-udp-port=36736 --rest-address=0.0.0.0 --nat=extip:172.18.48.205 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2b59abdfa055afaeccffa06bd002bfbfadb2bf5f513abfd815b8f62c5ae73444 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36737 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QNXreLobGCEtmdvHU725bdtr8AhlXXRGyPJVLhAY2D_8VMeRXIm8V2gh5SqU-onU-hd3Zq346QwsIc16sZHw00ICgmlkgnY0gmlwhKwScRWKbXVsdGlhZGRyc5YACASsEnEVBqzrAAoErBJxFQas7N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDyuadEflgt6T_MwBXmZsyzZmFVzIhDxta2t2kVzdO_riDdGNwgqzrg3VkcIKs7YV3YWt1MgU --filternode=/ip4/172.18.113.21/tcp/44267/p2p/16Uiu2HAmSK2fK7YMgLELgqTC7a3YriecvKbybTUi1ApJyJBXqN9M
|
|
2025-12-10 04:11:54.641 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.48.205 waku 38ff51a0a4df8d54c7dd03e0388aa39771fc273c126acd1b101059f85b0426c5
|
|
2025-12-10 04:11:54.672 DEBUG [src.node.docker_mananger] Container started with ID 38ff51a0a4df. Setting up logs at ./log/docker/node2_2025-12-10_04-11-53__01385e8a-d038-4fde-ade7-fd46c7849d53__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:11:54.672 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 36733
|
|
2025-12-10 04:11:54.673 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-10 04:11:55.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36733/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:55.678 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-10 04:11:55.678 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-10 04:11:55.678 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36733/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:55.680 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.48.205/tcp/36734/p2p/16Uiu2HAm8bsyjVGYtjCK1nfrBAJfPKLos2ZD9XfVhwsPR5cUJ5Bj","/ip4/172.18.48.205/tcp/36735/ws/p2p/16Uiu2HAm8bsyjVGYtjCK1nfrBAJfPKLos2ZD9XfVhwsPR5cUJ5Bj"],"enrUri":"enr:-L24QC3TNmkGrXaSV-88iiwUaB1Y4Yo47QDzjrq2l7K9d26Hb-HI3kGu7p2K3eVjGY_ulbSGbBQypnFnux0z5H8L6YsCgmlkgnY0gmlwhKwSMM2KbXVsdGlhZGRyc5YACASsEjDNBo9-AAoErBIwzQaPf90DgnJzhQADAQAAiXNlY3AyNTZrMaECw8VOLvFAAknmRxSGIRoDjopmUsAM0-KzXk_SomelgDaDdGNwgo9-g3VkcIKPgIV3YWt1MgA"}'
|
|
2025-12-10 04:11:55.681 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-10 04:11:55.681 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36733/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.113.21/tcp/44267/p2p/16Uiu2HAmSK2fK7YMgLELgqTC7a3YriecvKbybTUi1ApJyJBXqN9M"]'
|
|
2025-12-10 04:11:55.710 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:55.714 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44266/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2025-12-10 04:11:55.725 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:55.726 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36733/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "de308466-095b-4103-a17d-20b2344e9760", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2025-12-10 04:11:55.736 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"de308466-095b-4103-a17d-20b2344e9760","statusDesc":"OK"}'
|
|
2025-12-10 04:11:55.737 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44266/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-10 04:11:55.744 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:55.744 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:11:55.845 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:55.845 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36733/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:55.848 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":1765339915737463162,"ephemeral":false}]'
|
|
2025-12-10 04:11:55.850 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44266/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2025-12-10 04:11:55.852 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:55.852 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36733/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "0602c839-9f82-42dc-8bf5-a8b3173d9b28", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2025-12-10 04:11:55.861 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"0602c839-9f82-42dc-8bf5-a8b3173d9b28","statusDesc":"OK"}'
|
|
2025-12-10 04:11:55.861 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44266/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-10 04:11:55.866 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:55.866 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:11:55.966 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:11:55.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36733/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:55.969 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":1765339915861801036,"ephemeral":false}]'
|
|
2025-12-10 04:11:55.972 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-10 04:11:55.973 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-10 04:11:55.973 DEBUG [src.node.waku_node] Stopping container with id 9e906e165f40
|
|
2025-12-10 04:11:56.499 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-10 04:11:56.500 DEBUG [src.node.waku_node] Stopping container with id 38ff51a0a4df
|
|
2025-12-10 04:11:56.999 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-10 04:11:57.000 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-10 04:11:57.006 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-10 04:11:57.012 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|