mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 17:43:17 +00:00
78 lines
13 KiB
Plaintext
78 lines
13 KiB
Plaintext
2026-03-30 10:06:54.017 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-30 10:06:54.017 DEBUG [tests.conftest] Running test: test_single_pubsub_topic[/waku/2/rs/8/0] with id: 2026-03-30_10-06-54__d770577b-9e8a-494f-ae7b-f802ea43e1a8
|
|
2026-03-30 10:06:54.018 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-30 10:06:54.018 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-30 10:06:54.018 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-30 10:06:54.025 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-30 10:06:54.025 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-30_10-06-54__d770577b-9e8a-494f-ae7b-f802ea43e1a8__wakuorg_nwaku:latest.log
|
|
2026-03-30 10:06:54.026 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-30 10:06:54.026 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-30 10:06:54.027 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-30 10:06:54.027 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.177.18
|
|
2026-03-30 10:06:54.027 DEBUG [src.node.docker_mananger] Generated ports ['61923', '61924', '61925', '61926', '61927']
|
|
2026-03-30 10:06:54.028 DEBUG [src.node.waku_node] Cluster id was resolved to: 8
|
|
2026-03-30 10:06:54.028 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-30 10:06:54.028 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-30 10:06:54.028 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-30 10:06:54.028 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-30 10:06:54.028 DEBUG [src.node.docker_mananger] docker run -i -t -p 61923:61923 -p 61924:61924 -p 61925:61925 -p 61926:61926 -p 61927:61927 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=61925 --rest-port=61923 --tcp-port=61924 --discv5-udp-port=61926 --rest-address=0.0.0.0 --nat=extip:172.18.177.18 --peer-exchange=true --discv5-discovery=true --cluster-id=8 --nodekey=eb35c0783eadd5cdc2144b4640fccdcbfd9b45db76b2bfde0de6ec884476c5da --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61927 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-30 10:06:54.208 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.177.18 waku 24518a6f9dfb4ec26957e076cbff30e3a59b4440a1ef458c8fb62def8a9e9f72
|
|
2026-03-30 10:06:54.245 DEBUG [src.node.docker_mananger] Container started with ID 24518a6f9dfb. Setting up logs at ./log/docker/node1_2026-03-30_10-06-54__d770577b-9e8a-494f-ae7b-f802ea43e1a8__wakuorg_nwaku:latest.log
|
|
2026-03-30 10:06:54.245 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 61923
|
|
2026-03-30 10:06:54.246 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-30 10:06:54.402 ERROR [src.node.docker_mananger] Max retries reached for container b70db3730654. Exiting log stream.
|
|
2026-03-30 10:06:54.820 ERROR [src.node.docker_mananger] Max retries reached for container 40bfe6702e9e. Exiting log stream.
|
|
2026-03-30 10:06:55.246 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61923/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:06:55.249 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-30 10:06:55.249 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-30 10:06:55.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61923/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:06:55.252 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.177.18/tcp/61924/p2p/16Uiu2HAmUehgwowmw7cwaQBeZqurkbfbSfePgBddyZMAx2shyGV1","/ip4/172.18.177.18/tcp/61925/ws/p2p/16Uiu2HAmUehgwowmw7cwaQBeZqurkbfbSfePgBddyZMAx2shyGV1"],"enrUri":"enr:-L24QI57NmXJ900-dB32tt_X6L3clgQ7n70lPTzAedDc_oaxGQkVa2SBa22EOBm9Hfy0rU_L_WlREDsg8m6FUcySC0wCgmlkgnY0gmlwhKwSsRKKbXVsdGlhZGRyc5YACASsErESBvHkAAoErBKxEgbx5d0DgnJzhQAIAQAAiXNlY3AyNTZrMaED7agm7MjE-HVkBSyzDN9vykiiKbNQ4gzl-XWeP4lBALSDdGNwgvHkg3VkcILx5oV3YWt1MgU"}'
|
|
2026-03-30 10:06:55.252 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-30 10:06:55.259 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-30 10:06:55.259 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-30_10-06-54__d770577b-9e8a-494f-ae7b-f802ea43e1a8__wakuorg_nwaku:latest.log
|
|
2026-03-30 10:06:55.259 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-30 10:06:55.259 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-30 10:06:55.260 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-30 10:06:55.261 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.79.42
|
|
2026-03-30 10:06:55.261 DEBUG [src.node.docker_mananger] Generated ports ['22769', '22770', '22771', '22772', '22773']
|
|
2026-03-30 10:06:55.261 DEBUG [src.node.waku_node] Cluster id was resolved to: 8
|
|
2026-03-30 10:06:55.261 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-30 10:06:55.261 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-30 10:06:55.261 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-30 10:06:55.261 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-30 10:06:55.261 DEBUG [src.node.docker_mananger] docker run -i -t -p 22769:22769 -p 22770:22770 -p 22771:22771 -p 22772:22772 -p 22773:22773 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=22771 --rest-port=22769 --tcp-port=22770 --discv5-udp-port=22772 --rest-address=0.0.0.0 --nat=extip:172.18.79.42 --peer-exchange=true --discv5-discovery=true --cluster-id=8 --nodekey=f7fea7eb473b8e90f22d5c1cdad5b5c3bdcf9b15a7493e5ea55704fb8c4cec63 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22773 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QI57NmXJ900-dB32tt_X6L3clgQ7n70lPTzAedDc_oaxGQkVa2SBa22EOBm9Hfy0rU_L_WlREDsg8m6FUcySC0wCgmlkgnY0gmlwhKwSsRKKbXVsdGlhZGRyc5YACASsErESBvHkAAoErBKxEgbx5d0DgnJzhQAIAQAAiXNlY3AyNTZrMaED7agm7MjE-HVkBSyzDN9vykiiKbNQ4gzl-XWeP4lBALSDdGNwgvHkg3VkcILx5oV3YWt1MgU
|
|
2026-03-30 10:06:55.450 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.79.42 waku de4dcb9e0762a5c844c76ef16ac5a6873b1684f95a4bfeb39ca2915917fa4e92
|
|
2026-03-30 10:06:55.488 DEBUG [src.node.docker_mananger] Container started with ID de4dcb9e0762. Setting up logs at ./log/docker/node2_2026-03-30_10-06-54__d770577b-9e8a-494f-ae7b-f802ea43e1a8__wakuorg_nwaku:latest.log
|
|
2026-03-30 10:06:55.488 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 22769
|
|
2026-03-30 10:06:55.488 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-30 10:06:56.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22769/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:06:56.500 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_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-30 10:06:56.504 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-30 10:06:56.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22769/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:06:56.513 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.79.42/tcp/22770/p2p/16Uiu2HAmFnKm1q5cecmMGz5iL4X9VRHSBFZ9NWfeW7TtMHTKc5SC","/ip4/172.18.79.42/tcp/22771/ws/p2p/16Uiu2HAmFnKm1q5cecmMGz5iL4X9VRHSBFZ9NWfeW7TtMHTKc5SC"],"enrUri":"enr:-L24QCKcTTIkAGFS12ARM-hobOspaSe3QCEokOcjXlJLWtHfYb6ZgWGy61X-QD9s9oqFf1V2daaKEkL4oed4pnrmNY8CgmlkgnY0gmlwhKwSTyqKbXVsdGlhZGRyc5YACASsEk8qBljyAAoErBJPKgZY890DgnJzhQAIAQAAiXNlY3AyNTZrMaEDLnQShFdilWsH58vNSLaHvprudDIDjAuZZzTDeCdMaB2DdGNwgljyg3VkcIJY9IV3YWt1MgE"}'
|
|
2026-03-30 10:06:56.513 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-30 10:06:56.513 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22769/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.177.18/tcp/61924/p2p/16Uiu2HAmUehgwowmw7cwaQBeZqurkbfbSfePgBddyZMAx2shyGV1"]'
|
|
2026-03-30 10:06:56.516 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 10:06:56.517 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61923/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/8/0"]'
|
|
2026-03-30 10:06:56.519 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 10:06:56.519 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22769/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/8/0"]'
|
|
2026-03-30 10:06:56.522 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 10:06:56.522 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61923/relay/v1/messages/%2Fwaku%2F2%2Frs%2F8%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-30 10:06:56.526 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 10:06:56.527 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-30 10:06:56.627 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 10:06:56.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61923/relay/v1/messages/%2Fwaku%2F2%2Frs%2F8%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:06:56.630 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774865216522377441,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 10:06:56.632 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-30 10:06:56.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22769/relay/v1/messages/%2Fwaku%2F2%2Frs%2F8%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:06:56.635 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774865216522377441,"ephemeral":false,"proof":""}]'
|
|
2026-03-30 10:06:56.638 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-30 10:06:56.639 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-30 10:06:56.639 DEBUG [src.node.waku_node] Stopping container with id 24518a6f9dfb
|
|
2026-03-30 10:06:57.065 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-30 10:06:57.066 DEBUG [src.node.waku_node] Stopping container with id de4dcb9e0762
|
|
2026-03-30 10:06:57.484 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-30 10:06:57.486 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-30 10:06:57.491 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-30 10:06:57.496 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|