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-02-04 17:11:30.416 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-04 17:11:30.417 DEBUG [tests.conftest] Running test: test_single_pubsub_topic[/waku/2/rs/8/0] with id: 2026-02-04_17-11-30__c829427c-65de-4ef9-8207-3c7e96c864d4
|
|
2026-02-04 17:11:30.417 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-04 17:11:30.417 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-04 17:11:30.418 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-04 17:11:30.425 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-04 17:11:30.425 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-04_17-11-30__c829427c-65de-4ef9-8207-3c7e96c864d4__wakuorg_nwaku:latest.log
|
|
2026-02-04 17:11:30.425 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-04 17:11:30.425 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-04 17:11:30.427 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-04 17:11:30.427 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.204.25
|
|
2026-02-04 17:11:30.427 DEBUG [src.node.docker_mananger] Generated ports ['27579', '27580', '27581', '27582', '27583']
|
|
2026-02-04 17:11:30.427 DEBUG [src.node.waku_node] Cluster id was resolved to: 8
|
|
2026-02-04 17:11:30.427 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-04 17:11:30.428 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-04 17:11:30.428 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-04 17:11:30.428 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-04 17:11:30.428 DEBUG [src.node.docker_mananger] docker run -i -t -p 27579:27579 -p 27580:27580 -p 27581:27581 -p 27582:27582 -p 27583:27583 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=27581 --rest-port=27579 --tcp-port=27580 --discv5-udp-port=27582 --rest-address=0.0.0.0 --nat=extip:172.18.204.25 --peer-exchange=true --discv5-discovery=true --cluster-id=8 --nodekey=7bd2fabfbfd7d6ea8a5645ecdfc2bddfc7e32228e8a9ebac52c7a6c19edeb3b9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27583 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-04 17:11:30.607 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.204.25 waku 187cfd27e3ca6a1b223171e9e5df2596150c33fc4852443115dce313634dd04a
|
|
2026-02-04 17:11:30.636 DEBUG [src.node.docker_mananger] Container started with ID 187cfd27e3ca. Setting up logs at ./log/docker/node1_2026-02-04_17-11-30__c829427c-65de-4ef9-8207-3c7e96c864d4__wakuorg_nwaku:latest.log
|
|
2026-02-04 17:11:30.637 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27579
|
|
2026-02-04 17:11:30.639 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-04 17:11:30.641 ERROR [src.node.docker_mananger] Max retries reached for container 2214b31fcdc1. Exiting log stream.
|
|
2026-02-04 17:11:31.217 ERROR [src.node.docker_mananger] Max retries reached for container b5dc255612ca. Exiting log stream.
|
|
2026-02-04 17:11:31.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27579/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:11:31.643 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-02-04 17:11:31.643 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-04 17:11:31.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27579/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:11:31.646 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.204.25/tcp/27580/p2p/16Uiu2HAm848Mk3wAn5aHALHj8vmQD5JQW5hgnieFzE7nobVQx6bT","/ip4/172.18.204.25/tcp/27581/ws/p2p/16Uiu2HAm848Mk3wAn5aHALHj8vmQD5JQW5hgnieFzE7nobVQx6bT"],"enrUri":"enr:-L24QEtIWDdE462dHdMgrMfXvSmhQqV3et7pX3fO6CujOjUDHVF2zToqaNhanKl40xLH8bOEAy926F5VAaTroHFZRPMCgmlkgnY0gmlwhKwSzBmKbXVsdGlhZGRyc5YACASsEswZBmu8AAoErBLMGQZrvd0DgnJzhQAIAQAAiXNlY3AyNTZrMaECu6L6exdqQrdYWWN4SdOC4vvkqwgMRU2ndyn-tZLIToqDdGNwgmu8g3VkcIJrvoV3YWt1MgU"}'
|
|
2026-02-04 17:11:31.646 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-04 17:11:31.652 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-04 17:11:31.652 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-04_17-11-30__c829427c-65de-4ef9-8207-3c7e96c864d4__wakuorg_nwaku:latest.log
|
|
2026-02-04 17:11:31.653 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-04 17:11:31.653 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-04 17:11:31.654 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-04 17:11:31.654 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.82.143
|
|
2026-02-04 17:11:31.654 DEBUG [src.node.docker_mananger] Generated ports ['27418', '27419', '27420', '27421', '27422']
|
|
2026-02-04 17:11:31.655 DEBUG [src.node.waku_node] Cluster id was resolved to: 8
|
|
2026-02-04 17:11:31.655 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-04 17:11:31.655 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-04 17:11:31.655 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-04 17:11:31.655 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-04 17:11:31.655 DEBUG [src.node.docker_mananger] docker run -i -t -p 27418:27418 -p 27419:27419 -p 27420:27420 -p 27421:27421 -p 27422:27422 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=27420 --rest-port=27418 --tcp-port=27419 --discv5-udp-port=27421 --rest-address=0.0.0.0 --nat=extip:172.18.82.143 --peer-exchange=true --discv5-discovery=true --cluster-id=8 --nodekey=ad5390fddb9eddc719cb99cd2fd1610ae33d41923caeb4f091bb7ada41defdb9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27422 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QEtIWDdE462dHdMgrMfXvSmhQqV3et7pX3fO6CujOjUDHVF2zToqaNhanKl40xLH8bOEAy926F5VAaTroHFZRPMCgmlkgnY0gmlwhKwSzBmKbXVsdGlhZGRyc5YACASsEswZBmu8AAoErBLMGQZrvd0DgnJzhQAIAQAAiXNlY3AyNTZrMaECu6L6exdqQrdYWWN4SdOC4vvkqwgMRU2ndyn-tZLIToqDdGNwgmu8g3VkcIJrvoV3YWt1MgU
|
|
2026-02-04 17:11:31.845 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.82.143 waku 6f288b24be76043121c1cbb88cf0b9359c4b6ca1bbb2bf5575f0edb2e34a721c
|
|
2026-02-04 17:11:31.876 DEBUG [src.node.docker_mananger] Container started with ID 6f288b24be76. Setting up logs at ./log/docker/node2_2026-02-04_17-11-30__c829427c-65de-4ef9-8207-3c7e96c864d4__wakuorg_nwaku:latest.log
|
|
2026-02-04 17:11:31.877 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27418
|
|
2026-02-04 17:11:31.877 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-04 17:11:32.877 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27418/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:11:32.891 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-02-04 17:11:32.891 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-04 17:11:32.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27418/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:11:32.898 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.82.143/tcp/27419/p2p/16Uiu2HAmVhmDcVBWpfsGrYzeGxZvy7s19v2Z9dvF7D5wBHbw9M1T","/ip4/172.18.82.143/tcp/27420/ws/p2p/16Uiu2HAmVhmDcVBWpfsGrYzeGxZvy7s19v2Z9dvF7D5wBHbw9M1T"],"enrUri":"enr:-L24QB-ryIdVEIao0ol1b-w_Zy10ypzWBH_QgRu4M3JXHNHadKJZY1J9X-PaNOBHQ13kksYU-o5f9rtqC0qagi0VeMACgmlkgnY0gmlwhKwSUo-KbXVsdGlhZGRyc5YACASsElKPBmsbAAoErBJSjwZrHN0DgnJzhQAIAQAAiXNlY3AyNTZrMaED_UySRL-tZH-tyevpGZSebIvBd23nk6k8MdQIDVGWA8qDdGNwgmsbg3VkcIJrHYV3YWt1MgE"}'
|
|
2026-02-04 17:11:32.899 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-04 17:11:32.900 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27418/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.204.25/tcp/27580/p2p/16Uiu2HAm848Mk3wAn5aHALHj8vmQD5JQW5hgnieFzE7nobVQx6bT"]'
|
|
2026-02-04 17:11:32.903 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:11:32.903 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27579/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/8/0"]'
|
|
2026-02-04 17:11:32.905 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:11:32.906 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27418/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/8/0"]'
|
|
2026-02-04 17:11:32.908 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:11:32.908 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27579/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-02-04 17:11:32.913 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:11:32.913 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 17:11:33.013 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:11:33.014 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27579/relay/v1/messages/%2Fwaku%2F2%2Frs%2F8%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:11:33.017 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770225092908642899,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:11:33.019 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:11:33.019 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F8%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:11:33.021 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770225092908642899,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:11:33.024 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-04 17:11:33.025 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-04 17:11:33.025 DEBUG [src.node.waku_node] Stopping container with id 187cfd27e3ca
|
|
2026-02-04 17:11:33.542 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-04 17:11:33.545 DEBUG [src.node.waku_node] Stopping container with id 6f288b24be76
|
|
2026-02-04 17:11:34.080 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-04 17:11:34.082 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-04 17:11:34.087 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-04 17:11:34.091 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|