mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 18:09:25 +00:00
69 lines
12 KiB
Plaintext
69 lines
12 KiB
Plaintext
2026-03-13 04:33:51.056 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-13 04:33:51.056 DEBUG [tests.conftest] Running test: test_filter_subscribe_with_no_pubsub_topic with id: 2026-03-13_04-33-51__cef82336-e274-4fe6-ac44-4513cb40c994
|
|
2026-03-13 04:33:51.056 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-13 04:33:51.057 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-13 04:33:51.057 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-03-13 04:33:51.064 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-13 04:33:51.065 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-13_04-33-51__cef82336-e274-4fe6-ac44-4513cb40c994__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:33:51.065 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-13 04:33:51.065 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-13 04:33:51.066 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-13 04:33:51.066 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.129.143
|
|
2026-03-13 04:33:51.067 DEBUG [src.node.docker_mananger] Generated ports ['4247', '4248', '4249', '4250', '4251']
|
|
2026-03-13 04:33:51.067 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-13 04:33:51.067 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-13 04:33:51.067 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-13 04:33:51.067 DEBUG [src.node.docker_mananger] docker run -i -t -p 4247:4247 -p 4248:4248 -p 4249:4249 -p 4250:4250 -p 4251:4251 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=4249 --rest-port=4247 --tcp-port=4248 --discv5-udp-port=4250 --rest-address=0.0.0.0 --nat=extip:172.18.129.143 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f31aaa99aa61bd2acd4fbb2b094abfdd9ac6c71fa80e31de717f0ce9eeedacf6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4251 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-13 04:33:51.264 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.129.143 waku 0401caa0ed6f93906197c1af730e003468d770285e4564f8acf851379d9462b1
|
|
2026-03-13 04:33:51.287 ERROR [src.node.docker_mananger] Max retries reached for container 98e9cd70f736. Exiting log stream.
|
|
2026-03-13 04:33:51.302 DEBUG [src.node.docker_mananger] Container started with ID 0401caa0ed6f. Setting up logs at ./log/docker/node1_2026-03-13_04-33-51__cef82336-e274-4fe6-ac44-4513cb40c994__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:33:51.302 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4247
|
|
2026-03-13 04:33:51.303 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-13 04:33:51.854 ERROR [src.node.docker_mananger] Max retries reached for container d5c22e8184f5. Exiting log stream.
|
|
2026-03-13 04:33:52.304 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4247/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:52.307 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-13 04:33:52.307 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-13 04:33:52.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4247/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:52.310 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.129.143/tcp/4248/p2p/16Uiu2HAmBhUFLZcW5QDaFWTSxfw8P2HekgciwBBgDf2tEWTKBQe6","/ip4/172.18.129.143/tcp/4249/ws/p2p/16Uiu2HAmBhUFLZcW5QDaFWTSxfw8P2HekgciwBBgDf2tEWTKBQe6"],"enrUri":"enr:-L24QA8evNXa89hjWIvZW_2ZW8yXxBoHJ8E7BdR3dfeAifLjSJgak9PLIlBklIutOa7WJ4QDHIuAy_J8hcMbpl9ZF8cCgmlkgnY0gmlwhKwSgY-KbXVsdGlhZGRyc5YACASsEoGPBhCYAAoErBKBjwYQmd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC8ccEs3ennJQ-BEA4oqBLkoltDJ29dZS_QNWocYyAjFODdGNwghCYg3VkcIIQmoV3YWt1MgU"}'
|
|
2026-03-13 04:33:52.310 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-13 04:33:52.311 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-03-13 04:33:52.318 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-13 04:33:52.318 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-13_04-33-51__cef82336-e274-4fe6-ac44-4513cb40c994__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:33:52.318 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-13 04:33:52.318 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-13 04:33:52.319 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-13 04:33:52.320 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.126.245
|
|
2026-03-13 04:33:52.320 DEBUG [src.node.docker_mananger] Generated ports ['64867', '64868', '64869', '64870', '64871']
|
|
2026-03-13 04:33:52.320 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-13 04:33:52.320 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-13 04:33:52.320 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-13 04:33:52.320 DEBUG [src.node.docker_mananger] docker run -i -t -p 64867:64867 -p 64868:64868 -p 64869:64869 -p 64870:64870 -p 64871:64871 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=64869 --rest-port=64867 --tcp-port=64868 --discv5-udp-port=64870 --rest-address=0.0.0.0 --nat=extip:172.18.126.245 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=166d4df9fb515af7eaa9e12bd31dfa998f287c50bc1f056ebd8b4acfbee0f7c7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64871 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QA8evNXa89hjWIvZW_2ZW8yXxBoHJ8E7BdR3dfeAifLjSJgak9PLIlBklIutOa7WJ4QDHIuAy_J8hcMbpl9ZF8cCgmlkgnY0gmlwhKwSgY-KbXVsdGlhZGRyc5YACASsEoGPBhCYAAoErBKBjwYQmd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC8ccEs3ennJQ-BEA4oqBLkoltDJ29dZS_QNWocYyAjFODdGNwghCYg3VkcIIQmoV3YWt1MgU --filternode=/ip4/172.18.129.143/tcp/4248/p2p/16Uiu2HAmBhUFLZcW5QDaFWTSxfw8P2HekgciwBBgDf2tEWTKBQe6
|
|
2026-03-13 04:33:52.520 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.126.245 waku 7bb242f816e66b97a0f21b2481515bd3f10e46d48e32eeb7a99b58e620a133d2
|
|
2026-03-13 04:33:52.555 DEBUG [src.node.docker_mananger] Container started with ID 7bb242f816e6. Setting up logs at ./log/docker/node2_2026-03-13_04-33-51__cef82336-e274-4fe6-ac44-4513cb40c994__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:33:52.555 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 64867
|
|
2026-03-13 04:33:52.555 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-13 04:33:53.556 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64867/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:53.559 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-13 04:33:53.560 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-13 04:33:53.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64867/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:33:53.562 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.126.245/tcp/64868/p2p/16Uiu2HAkyMib3zKUC7kEZXLZu3fwPheBw5SVWGAeMpvuuJkpJNfF","/ip4/172.18.126.245/tcp/64869/ws/p2p/16Uiu2HAkyMib3zKUC7kEZXLZu3fwPheBw5SVWGAeMpvuuJkpJNfF"],"enrUri":"enr:-L24QI7WI06GutVchAu86IRW4FPF4UUjEvzJWpPrFqZWKjQnLsWaMs9wcNSkm__wN7r1G5BCLRICHKlS0xMVxusg5UoCgmlkgnY0gmlwhKwSfvWKbXVsdGlhZGRyc5YACASsEn71Bv1kAAoErBJ-9Qb9Zd0DgnJzhQADAQAAiXNlY3AyNTZrMaECOmtfjNzbZ_mTsLl8NAapJYBmPIwRlKNg8o4O0HGZD1aDdGNwgv1kg3VkcIL9ZoV3YWt1MgA"}'
|
|
2026-03-13 04:33:53.562 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-13 04:33:53.563 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64867/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.129.143/tcp/4248/p2p/16Uiu2HAmBhUFLZcW5QDaFWTSxfw8P2HekgciwBBgDf2tEWTKBQe6"]'
|
|
2026-03-13 04:33:53.594 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:53.594 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-03-13 04:33:53.595 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4247/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-03-13 04:33:53.615 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-13 04:33:53.617 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64867/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1605eb98-3e24-4d15-9f98-4be657ee1a60", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-03-13 04:33:53.630 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1605eb98-3e24-4d15-9f98-4be657ee1a60","statusDesc":"OK"}'
|
|
2026-03-13 04:33:53.631 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64867/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"]}'
|
|
2026-03-13 04:33:53.639 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-03-13 04:33:53.642 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-13 04:33:53.643 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-13 04:33:53.643 DEBUG [src.node.waku_node] Stopping container with id 0401caa0ed6f
|
|
2026-03-13 04:33:54.222 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-13 04:33:54.225 DEBUG [src.node.waku_node] Stopping container with id 7bb242f816e6
|
|
2026-03-13 04:33:54.798 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-13 04:33:54.801 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-13 04:33:54.807 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-13 04:33:54.812 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|