mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 01:23:07 +00:00
74 lines
13 KiB
Plaintext
74 lines
13 KiB
Plaintext
2026-01-30 04:33:25.367 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-01-30 04:33:25.367 DEBUG [tests.conftest] Running test: test_2_nodes_different_content_topic_same_shard with id: 2026-01-30_04-33-25__9ac2bda2-8379-41c5-bc96-84bd3dfe61e4
|
|
2026-01-30 04:33:25.367 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-01-30 04:33:25.368 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-01-30 04:33:25.368 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-01-30 04:33:25.375 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-30 04:33:25.375 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-30_04-33-25__9ac2bda2-8379-41c5-bc96-84bd3dfe61e4__wakuorg_nwaku:latest.log
|
|
2026-01-30 04:33:25.375 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-30 04:33:25.375 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-30 04:33:25.377 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-30 04:33:25.377 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.123.139
|
|
2026-01-30 04:33:25.377 DEBUG [src.node.docker_mananger] Generated ports ['62940', '62941', '62942', '62943', '62944']
|
|
2026-01-30 04:33:25.377 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-30 04:33:25.377 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-30 04:33:25.378 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-30 04:33:25.378 DEBUG [src.node.docker_mananger] docker run -i -t -p 62940:62940 -p 62941:62941 -p 62942:62942 -p 62943:62943 -p 62944:62944 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=62942 --rest-port=62940 --tcp-port=62941 --discv5-udp-port=62943 --rest-address=0.0.0.0 --nat=extip:172.18.123.139 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=2fffaee2771b2aa2ba6a4c0dac0e6a2eaed1d6cebbadaf8c2f1e5d0f4d5ac0ae --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62944 --metrics-logging=true --relay=true --filter=true --content-topic=/newsService/1.0/weekly/protobuf
|
|
2026-01-30 04:33:25.555 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.123.139 waku 7bcb07c13796e51b5786cb063202a7f7d4a3adde7e1bf0017351a988fa96e3aa
|
|
2026-01-30 04:33:25.584 ERROR [src.node.docker_mananger] Max retries reached for container 5ae281e8fddc. Exiting log stream.
|
|
2026-01-30 04:33:25.587 DEBUG [src.node.docker_mananger] Container started with ID 7bcb07c13796. Setting up logs at ./log/docker/node1_2026-01-30_04-33-25__9ac2bda2-8379-41c5-bc96-84bd3dfe61e4__wakuorg_nwaku:latest.log
|
|
2026-01-30 04:33:25.588 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62940
|
|
2026-01-30 04:33:25.588 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-30 04:33:26.175 ERROR [src.node.docker_mananger] Max retries reached for container 1ce770944cf1. Exiting log stream.
|
|
2026-01-30 04:33:26.588 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62940/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:33:26.591 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"}]}'
|
|
2026-01-30 04:33:26.591 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-30 04:33:26.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62940/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:33:26.594 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.123.139/tcp/62941/p2p/16Uiu2HAmUymzSKRWsT8mLfw5vGpbWidpuYFBYHbvwGWLn6u7sczg","/ip4/172.18.123.139/tcp/62942/ws/p2p/16Uiu2HAmUymzSKRWsT8mLfw5vGpbWidpuYFBYHbvwGWLn6u7sczg"],"enrUri":"enr:-L24QKaDNgMjcJnDisgvXXwaSu4z5dOmRZxi5LDiq0EpRSHdXZLq8UK_c-LHF2fc99DxH-Vk709ZyTE6qQyotGvno6ICgmlkgnY0gmlwhKwSe4uKbXVsdGlhZGRyc5YACASsEnuLBvXdAAoErBJ7iwb13t0DgnJzhQACAQAAiXNlY3AyNTZrMaED8osNHZWLjcQdiu3SAFbDhMFlNEt_BSObLu-yLr-UQG2DdGNwgvXdg3VkcIL134V3YWt1MgU"}'
|
|
2026-01-30 04:33:26.594 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-30 04:33:26.601 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-30 04:33:26.601 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-30_04-33-25__9ac2bda2-8379-41c5-bc96-84bd3dfe61e4__wakuorg_nwaku:latest.log
|
|
2026-01-30 04:33:26.601 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-30 04:33:26.601 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-30 04:33:26.603 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-30 04:33:26.603 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.40.216
|
|
2026-01-30 04:33:26.603 DEBUG [src.node.docker_mananger] Generated ports ['55524', '55525', '55526', '55527', '55528']
|
|
2026-01-30 04:33:26.603 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-30 04:33:26.603 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-30 04:33:26.603 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-30 04:33:26.603 DEBUG [src.node.docker_mananger] docker run -i -t -p 55524:55524 -p 55525:55525 -p 55526:55526 -p 55527:55527 -p 55528:55528 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=55526 --rest-port=55524 --tcp-port=55525 --discv5-udp-port=55527 --rest-address=0.0.0.0 --nat=extip:172.18.40.216 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=c5fd058f9aca6247bbbc89d6be36ef39f20cd9efa7fa6fed2c6a8ce4bbead63b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55528 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QKaDNgMjcJnDisgvXXwaSu4z5dOmRZxi5LDiq0EpRSHdXZLq8UK_c-LHF2fc99DxH-Vk709ZyTE6qQyotGvno6ICgmlkgnY0gmlwhKwSe4uKbXVsdGlhZGRyc5YACASsEnuLBvXdAAoErBJ7iwb13t0DgnJzhQACAQAAiXNlY3AyNTZrMaED8osNHZWLjcQdiu3SAFbDhMFlNEt_BSObLu-yLr-UQG2DdGNwgvXdg3VkcIL134V3YWt1MgU --content-topic=/newsService/1.0/alerts/xml
|
|
2026-01-30 04:33:26.785 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.40.216 waku 6ddcc07012b5e581bbd4dac8238e03bf7149e59f98934381253c353a99ccdef4
|
|
2026-01-30 04:33:26.817 DEBUG [src.node.docker_mananger] Container started with ID 6ddcc07012b5. Setting up logs at ./log/docker/node2_2026-01-30_04-33-25__9ac2bda2-8379-41c5-bc96-84bd3dfe61e4__wakuorg_nwaku:latest.log
|
|
2026-01-30 04:33:26.817 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 55524
|
|
2026-01-30 04:33:26.817 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-30 04:33:27.819 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55524/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:33:27.830 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_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"}]}'
|
|
2026-01-30 04:33:27.831 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-30 04:33:27.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55524/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:33:27.837 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.40.216/tcp/55525/p2p/16Uiu2HAmT9fywvNaxmE4ekmeAuTUS4pFZp7hD1zYVggEV83KE4M6","/ip4/172.18.40.216/tcp/55526/ws/p2p/16Uiu2HAmT9fywvNaxmE4ekmeAuTUS4pFZp7hD1zYVggEV83KE4M6"],"enrUri":"enr:-L24QFez6918nXVtichlpdt_nlxMyXsn51E6NGTDScfcAZBzAy08aMrOYnd1u_ASGJtdkzye9BEkh3gPoklZacjJo4oCgmlkgnY0gmlwhKwSKNiKbXVsdGlhZGRyc5YACASsEijYBtjlAAoErBIo2AbY5t0DgnJzhQACAQAAiXNlY3AyNTZrMaED11yxE4Zow5YwPQnMv9-ovvmvHuU3XPu9h-kZz6LH1yGDdGNwgtjlg3VkcILY54V3YWt1MgE"}'
|
|
2026-01-30 04:33:27.837 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-30 04:33:27.838 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55524/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.123.139/tcp/62941/p2p/16Uiu2HAmUymzSKRWsT8mLfw5vGpbWidpuYFBYHbvwGWLn6u7sczg"]'
|
|
2026-01-30 04:33:27.841 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:33:27.841 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62940/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
|
2026-01-30 04:33:27.844 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:33:27.844 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55524/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/alerts/xml"]'
|
|
2026-01-30 04:33:27.847 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:33:27.847 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62940/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-30 04:33:27.852 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-30 04:33:27.853 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-30 04:33:27.953 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-30 04:33:27.954 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62940/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:33:27.957 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1769747607847762384,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:33:27.958 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-30 04:33:27.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55524/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-30 04:33:27.961 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1769747607847762384,"ephemeral":false,"proof":""}]'
|
|
2026-01-30 04:33:27.964 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-01-30 04:33:27.965 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-01-30 04:33:27.965 DEBUG [src.node.waku_node] Stopping container with id 7bcb07c13796
|
|
2026-01-30 04:33:28.516 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-30 04:33:28.518 DEBUG [src.node.waku_node] Stopping container with id 6ddcc07012b5
|
|
2026-01-30 04:33:29.048 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-30 04:33:29.050 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-01-30 04:33:29.056 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-01-30 04:33:29.063 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|