mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-02 08:33:08 +00:00
80 lines
13 KiB
Plaintext
80 lines
13 KiB
Plaintext
2026-03-23 04:49:29.165 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-23 04:49:29.166 DEBUG [tests.conftest] Running test: test_2_nodes_different_cluster_same_shard with id: 2026-03-23_04-49-29__8c7f61b1-f8e8-499f-a913-b17d960c9a27
|
|
2026-03-23 04:49:29.166 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-23 04:49:29.166 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-23 04:49:29.166 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-23 04:49:29.175 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-23 04:49:29.175 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-23_04-49-29__8c7f61b1-f8e8-499f-a913-b17d960c9a27__wakuorg_nwaku:latest.log
|
|
2026-03-23 04:49:29.175 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-23 04:49:29.175 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-23 04:49:29.177 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-23 04:49:29.177 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.230.157
|
|
2026-03-23 04:49:29.177 DEBUG [src.node.docker_mananger] Generated ports ['45276', '45277', '45278', '45279', '45280']
|
|
2026-03-23 04:49:29.177 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-23 04:49:29.177 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-23 04:49:29.177 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-23 04:49:29.177 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-23 04:49:29.178 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-23 04:49:29.178 DEBUG [src.node.docker_mananger] docker run -i -t -p 45276:45276 -p 45277:45277 -p 45278:45278 -p 45279:45279 -p 45280:45280 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=45278 --rest-port=45276 --tcp-port=45277 --discv5-udp-port=45279 --rest-address=0.0.0.0 --nat=extip:172.18.230.157 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=bf87e1ac1029b4cbb51ca19b6d8b5f02adb4daa14ab6f376f1fef64392cf39ec --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45280 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-23 04:49:29.363 ERROR [src.node.docker_mananger] Max retries reached for container 5302d064908c. Exiting log stream.
|
|
2026-03-23 04:49:29.381 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.230.157 waku 9b17327e4b92d55888ada63ba48a0b97526bca5be4a8e45f9302ffbadbb10b02
|
|
2026-03-23 04:49:29.422 DEBUG [src.node.docker_mananger] Container started with ID 9b17327e4b92. Setting up logs at ./log/docker/node1_2026-03-23_04-49-29__8c7f61b1-f8e8-499f-a913-b17d960c9a27__wakuorg_nwaku:latest.log
|
|
2026-03-23 04:49:29.423 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45276
|
|
2026-03-23 04:49:29.423 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-23 04:49:29.926 ERROR [src.node.docker_mananger] Max retries reached for container e0db3379c597. Exiting log stream.
|
|
2026-03-23 04:49:30.423 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45276/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-23 04:49:30.427 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-23 04:49:30.527 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45276/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-23 04:49:30.530 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-23 04:49:30.530 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-23 04:49:30.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45276/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-23 04:49:30.533 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.230.157/tcp/45277/p2p/16Uiu2HAm4V6V7dU5kfq1E1TAJBkbenboZjYFx3LdVQ9LW4gxUvfE","/ip4/172.18.230.157/tcp/45278/ws/p2p/16Uiu2HAm4V6V7dU5kfq1E1TAJBkbenboZjYFx3LdVQ9LW4gxUvfE"],"enrUri":"enr:-L24QLacVPwN0o3bN8GqoUMmKNsKcUfcmwadwDaV7mVgZVVvWtsSJcW1WU82NPjDINLu-j2rVA5CrFHSNW4q7VQuAAgCgmlkgnY0gmlwhKwS5p2KbXVsdGlhZGRyc5YACASsEuadBrDdAAoErBLmnQaw3t0DgnJzhQACAQAAiXNlY3AyNTZrMaEChpmiHh24s1QzZCzR9bPmdzHM4j8Culfg9bqHBMDQP2WDdGNwgrDdg3VkcIKw34V3YWt1MgU"}'
|
|
2026-03-23 04:49:30.533 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-23 04:49:30.541 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-23 04:49:30.541 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-23_04-49-29__8c7f61b1-f8e8-499f-a913-b17d960c9a27__wakuorg_nwaku:latest.log
|
|
2026-03-23 04:49:30.542 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-23 04:49:30.542 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-23 04:49:30.543 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-23 04:49:30.543 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.85.149
|
|
2026-03-23 04:49:30.543 DEBUG [src.node.docker_mananger] Generated ports ['60584', '60585', '60586', '60587', '60588']
|
|
2026-03-23 04:49:30.544 DEBUG [src.node.waku_node] Cluster id was resolved to: 4
|
|
2026-03-23 04:49:30.544 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-23 04:49:30.544 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-23 04:49:30.544 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-23 04:49:30.544 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-23 04:49:30.544 DEBUG [src.node.docker_mananger] docker run -i -t -p 60584:60584 -p 60585:60585 -p 60586:60586 -p 60587:60587 -p 60588:60588 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=60586 --rest-port=60584 --tcp-port=60585 --discv5-udp-port=60587 --rest-address=0.0.0.0 --nat=extip:172.18.85.149 --peer-exchange=true --discv5-discovery=true --cluster-id=4 --nodekey=7036d8ea98eb7fbd0ca47e54855de5ecafd4ca02af72d1c1329a7babc413e1aa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60588 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLacVPwN0o3bN8GqoUMmKNsKcUfcmwadwDaV7mVgZVVvWtsSJcW1WU82NPjDINLu-j2rVA5CrFHSNW4q7VQuAAgCgmlkgnY0gmlwhKwS5p2KbXVsdGlhZGRyc5YACASsEuadBrDdAAoErBLmnQaw3t0DgnJzhQACAQAAiXNlY3AyNTZrMaEChpmiHh24s1QzZCzR9bPmdzHM4j8Culfg9bqHBMDQP2WDdGNwgrDdg3VkcIKw34V3YWt1MgU
|
|
2026-03-23 04:49:30.763 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.85.149 waku 7438095b57c08ebfa532d089029704076aab24052a32fd75c974db8e7be528fc
|
|
2026-03-23 04:49:30.799 DEBUG [src.node.docker_mananger] Container started with ID 7438095b57c0. Setting up logs at ./log/docker/node2_2026-03-23_04-49-29__8c7f61b1-f8e8-499f-a913-b17d960c9a27__wakuorg_nwaku:latest.log
|
|
2026-03-23 04:49:30.799 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 60584
|
|
2026-03-23 04:49:30.800 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-23 04:49:31.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60584/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-23 04:49:31.817 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-23 04:49:31.817 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-23 04:49:31.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60584/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-23 04:49:31.828 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.85.149/tcp/60585/p2p/16Uiu2HAkwophEq6quCn8RoB5dNo2LJ4iUnsDJWdP7Piw6uxvadYu","/ip4/172.18.85.149/tcp/60586/ws/p2p/16Uiu2HAkwophEq6quCn8RoB5dNo2LJ4iUnsDJWdP7Piw6uxvadYu"],"enrUri":"enr:-L24QAjzHXgdNaDP6ahFU_gL5ILQGDkqp-obCBz-uJGNm3T7dmMbydjPiXCURwRjJAT6P69qZyjydIPnlXrDwdrrSC8CgmlkgnY0gmlwhKwSVZWKbXVsdGlhZGRyc5YACASsElWVBuypAAoErBJVlQbsqt0DgnJzhQAEAQAAiXNlY3AyNTZrMaECI2QBWM0R5ZGap_MZEaziFWxyQKEIy51arK9FRFG1uqKDdGNwguypg3VkcILsq4V3YWt1MgE"}'
|
|
2026-03-23 04:49:31.829 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-23 04:49:31.830 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60584/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.230.157/tcp/45277/p2p/16Uiu2HAm4V6V7dU5kfq1E1TAJBkbenboZjYFx3LdVQ9LW4gxUvfE"]'
|
|
2026-03-23 04:49:31.851 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-23 04:49:31.856 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45276/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-23 04:49:31.862 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-23 04:49:31.865 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60584/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/4/0"]'
|
|
2026-03-23 04:49:31.870 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-23 04:49:31.871 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45276/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-23 04:49:31.879 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-23 04:49:31.880 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-23 04:49:31.981 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-23 04:49:31.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45276/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-23 04:49:31.984 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774241371870999594,"ephemeral":false,"proof":""}]'
|
|
2026-03-23 04:49:31.986 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-23 04:49:31.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60584/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-23 04:49:31.988 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:60584/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0. Response content: b''
|
|
2026-03-23 04:49:31.991 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-23 04:49:31.992 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-23 04:49:31.993 DEBUG [src.node.waku_node] Stopping container with id 9b17327e4b92
|
|
2026-03-23 04:49:32.634 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-23 04:49:32.634 DEBUG [src.node.waku_node] Stopping container with id 7438095b57c0
|
|
2026-03-23 04:49:33.210 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-23 04:49:33.212 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-23 04:49:33.247 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-23 04:49:33.257 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|