mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-03 22:43:10 +00:00
78 lines
13 KiB
Plaintext
78 lines
13 KiB
Plaintext
2026-01-02 04:35:11.080 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-01-02 04:35:11.080 DEBUG [tests.conftest] Running test: test_2_nodes_different_cluster_same_shard with id: 2026-01-02_04-35-11__8e50fecf-1998-4a2a-b39f-b4f8b345cfc8
|
|
2026-01-02 04:35:11.080 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-01-02 04:35:11.080 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-01-02 04:35:11.081 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-01-02 04:35:11.087 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-02 04:35:11.088 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-35-11__8e50fecf-1998-4a2a-b39f-b4f8b345cfc8__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:35:11.088 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-02 04:35:11.088 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-02 04:35:11.089 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-02 04:35:11.089 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.132.95
|
|
2026-01-02 04:35:11.089 DEBUG [src.node.docker_mananger] Generated ports ['63975', '63976', '63977', '63978', '63979']
|
|
2026-01-02 04:35:11.089 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-01-02 04:35:11.090 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-01-02 04:35:11.090 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-02 04:35:11.090 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-02 04:35:11.090 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-02 04:35:11.090 DEBUG [src.node.docker_mananger] docker run -i -t -p 63975:63975 -p 63976:63976 -p 63977:63977 -p 63978:63978 -p 63979:63979 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=63977 --rest-port=63975 --tcp-port=63976 --discv5-udp-port=63978 --rest-address=0.0.0.0 --nat=extip:172.18.132.95 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ab1e4d1f8490d0d11c87dd474fda4fef5f4ce0c3d7db05aeaa333c2af25f3c7e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63979 --metrics-logging=true --relay=true --filter=true
|
|
2026-01-02 04:35:11.274 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.132.95 waku b3420810f35c12a305b8ad794b4a0d4d666f523cc4d0c9b02c45f3685c77a0ba
|
|
2026-01-02 04:35:11.307 DEBUG [src.node.docker_mananger] Container started with ID b3420810f35c. Setting up logs at ./log/docker/node1_2026-01-02_04-35-11__8e50fecf-1998-4a2a-b39f-b4f8b345cfc8__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:35:11.308 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 63975
|
|
2026-01-02 04:35:11.310 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-02 04:35:11.327 ERROR [src.node.docker_mananger] Max retries reached for container 6adff4491196. Exiting log stream.
|
|
2026-01-02 04:35:11.886 ERROR [src.node.docker_mananger] Max retries reached for container 2a03719d5e36. Exiting log stream.
|
|
2026-01-02 04:35:12.311 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63975/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:35:12.314 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-02 04:35:12.314 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-02 04:35:12.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63975/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:35:12.317 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.132.95/tcp/63976/p2p/16Uiu2HAmFucEWj22H4Vjei3T1DvDhJ4eFqWcCrgBknYbYyq8sc2j","/ip4/172.18.132.95/tcp/63977/ws/p2p/16Uiu2HAmFucEWj22H4Vjei3T1DvDhJ4eFqWcCrgBknYbYyq8sc2j"],"enrUri":"enr:-L24QDdw02aj9k4Sj15Hl2yUjQ-78zsTz4BhrbcMzG6assUjZ-IUIPRAcoMqg3-5vVOUxaMVzVh2pamSdsoqXx7KWegCgmlkgnY0gmlwhKwShF-KbXVsdGlhZGRyc5YACASsEoRfBvnoAAoErBKEXwb56d0DgnJzhQACAQAAiXNlY3AyNTZrMaEDMFHD7H87GcVP2hxTWZls2RgGePMpWcjx4fBf0otO6RCDdGNwgvnog3VkcIL56oV3YWt1MgU"}'
|
|
2026-01-02 04:35:12.317 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-02 04:35:12.324 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-02 04:35:12.324 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-35-11__8e50fecf-1998-4a2a-b39f-b4f8b345cfc8__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:35:12.324 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-02 04:35:12.324 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-02 04:35:12.325 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-02 04:35:12.325 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.250.252
|
|
2026-01-02 04:35:12.325 DEBUG [src.node.docker_mananger] Generated ports ['39493', '39494', '39495', '39496', '39497']
|
|
2026-01-02 04:35:12.326 DEBUG [src.node.waku_node] Cluster id was resolved to: 4
|
|
2026-01-02 04:35:12.326 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-01-02 04:35:12.326 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-02 04:35:12.326 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-02 04:35:12.326 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-02 04:35:12.326 DEBUG [src.node.docker_mananger] docker run -i -t -p 39493:39493 -p 39494:39494 -p 39495:39495 -p 39496:39496 -p 39497:39497 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=39495 --rest-port=39493 --tcp-port=39494 --discv5-udp-port=39496 --rest-address=0.0.0.0 --nat=extip:172.18.250.252 --peer-exchange=true --discv5-discovery=true --cluster-id=4 --nodekey=07c9a6b2a26040e7aedb758bfcb25bb8e3dafbc3e4f8ccd832affaa4cec5ae38 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39497 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QDdw02aj9k4Sj15Hl2yUjQ-78zsTz4BhrbcMzG6assUjZ-IUIPRAcoMqg3-5vVOUxaMVzVh2pamSdsoqXx7KWegCgmlkgnY0gmlwhKwShF-KbXVsdGlhZGRyc5YACASsEoRfBvnoAAoErBKEXwb56d0DgnJzhQACAQAAiXNlY3AyNTZrMaEDMFHD7H87GcVP2hxTWZls2RgGePMpWcjx4fBf0otO6RCDdGNwgvnog3VkcIL56oV3YWt1MgU
|
|
2026-01-02 04:35:12.515 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.250.252 waku 1f0d52a3c1193cf7b5217a156cf43d72bf12aa1758eaefa176b423cac501c1b4
|
|
2026-01-02 04:35:12.543 DEBUG [src.node.docker_mananger] Container started with ID 1f0d52a3c119. Setting up logs at ./log/docker/node2_2026-01-02_04-35-11__8e50fecf-1998-4a2a-b39f-b4f8b345cfc8__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:35:12.543 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 39493
|
|
2026-01-02 04:35:12.544 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-02 04:35:13.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39493/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:35:13.557 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-02 04:35:13.559 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-02 04:35:13.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39493/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:35:13.568 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.250.252/tcp/39494/p2p/16Uiu2HAkwPYS99J4RPV7e2w66L9rUDMDzABMK5QURtys3jPcyARB","/ip4/172.18.250.252/tcp/39495/ws/p2p/16Uiu2HAkwPYS99J4RPV7e2w66L9rUDMDzABMK5QURtys3jPcyARB"],"enrUri":"enr:-L24QO37YeqjrCCkn6yauC7lgK4f5Woqi_Eb8eJca25qnfxkNXNnyrsK9mxx9Ghlaqx1C32K0CmKyIqcWcMz6wSZARoCgmlkgnY0gmlwhKwS-vyKbXVsdGlhZGRyc5YACASsEvr8BppGAAoErBL6_AaaR90DgnJzhQAEAQAAiXNlY3AyNTZrMaECHSuuJPBhzHVwG4yh5KJOSQwWythCqYzr367r01O-su6DdGNwgppGg3VkcIKaSIV3YWt1MgE"}'
|
|
2026-01-02 04:35:13.568 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-02 04:35:13.568 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39493/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.132.95/tcp/63976/p2p/16Uiu2HAmFucEWj22H4Vjei3T1DvDhJ4eFqWcCrgBknYbYyq8sc2j"]'
|
|
2026-01-02 04:35:13.597 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:35:13.599 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63975/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-01-02 04:35:13.603 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:35:13.605 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39493/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/4/0"]'
|
|
2026-01-02 04:35:13.609 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:35:13.610 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63975/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-01-02 04:35:13.613 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:35:13.614 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:35:13.714 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:35:13.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63975/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:35:13.716 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328513609851720,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:35:13.718 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:35:13.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39493/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:35:13.720 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:39493/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0. Response content: b''
|
|
2026-01-02 04:35:13.723 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-01-02 04:35:13.724 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-01-02 04:35:13.724 DEBUG [src.node.waku_node] Stopping container with id b3420810f35c
|
|
2026-01-02 04:35:14.255 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-02 04:35:14.256 DEBUG [src.node.waku_node] Stopping container with id 1f0d52a3c119
|
|
2026-01-02 04:35:14.753 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-02 04:35:14.755 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-01-02 04:35:14.763 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-01-02 04:35:14.771 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|