mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-02 00:23:10 +00:00
74 lines
13 KiB
Plaintext
74 lines
13 KiB
Plaintext
2026-03-02 04:38:50.303 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-02 04:38:50.304 DEBUG [tests.conftest] Running test: test_single_content_topic[/myapp/1/latest/proto] with id: 2026-03-02_04-38-50__ff220b4b-52c2-41f2-a210-ea54bf7a5447
|
|
2026-03-02 04:38:50.304 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-02 04:38:50.304 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-02 04:38:50.304 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-02 04:38:50.312 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-02 04:38:50.312 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-02_04-38-50__ff220b4b-52c2-41f2-a210-ea54bf7a5447__wakuorg_nwaku:latest.log
|
|
2026-03-02 04:38:50.312 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-02 04:38:50.312 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-02 04:38:50.314 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-02 04:38:50.314 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.93.163
|
|
2026-03-02 04:38:50.314 DEBUG [src.node.docker_mananger] Generated ports ['24757', '24758', '24759', '24760', '24761']
|
|
2026-03-02 04:38:50.314 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-02 04:38:50.314 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-02 04:38:50.314 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-02 04:38:50.315 DEBUG [src.node.docker_mananger] docker run -i -t -p 24757:24757 -p 24758:24758 -p 24759:24759 -p 24760:24760 -p 24761:24761 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=24759 --rest-port=24757 --tcp-port=24758 --discv5-udp-port=24760 --rest-address=0.0.0.0 --nat=extip:172.18.93.163 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=5e44567efdd2ac1fc90ad5e15bbafd38cac2fd163ba3fdf1f0af64dff5f7a55d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24761 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto
|
|
2026-03-02 04:38:50.505 ERROR [src.node.docker_mananger] Max retries reached for container e6260dd1b2c4. Exiting log stream.
|
|
2026-03-02 04:38:50.519 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.93.163 waku 3006e0fecb2a4e7b3115a696718539f2a8598eaad524632d634c01a44b8b75e5
|
|
2026-03-02 04:38:50.556 DEBUG [src.node.docker_mananger] Container started with ID 3006e0fecb2a. Setting up logs at ./log/docker/node1_2026-03-02_04-38-50__ff220b4b-52c2-41f2-a210-ea54bf7a5447__wakuorg_nwaku:latest.log
|
|
2026-03-02 04:38:50.556 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 24757
|
|
2026-03-02 04:38:50.557 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-02 04:38:51.092 ERROR [src.node.docker_mananger] Max retries reached for container fa779c6b2dca. Exiting log stream.
|
|
2026-03-02 04:38:51.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24757/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:38:51.560 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-02 04:38:51.561 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-02 04:38:51.561 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24757/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:38:51.563 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.93.163/tcp/24758/p2p/16Uiu2HAm3uSzuAHCM7Z9d7MRoiVT7P8kERq1fUU6Jmxjeu9XjT3S","/ip4/172.18.93.163/tcp/24759/ws/p2p/16Uiu2HAm3uSzuAHCM7Z9d7MRoiVT7P8kERq1fUU6Jmxjeu9XjT3S"],"enrUri":"enr:-L24QGiZAao5fIaCz08Wn6svUiMu5KY__c7aILnHwgmJ6-4XXJw8kMqwPcSIy9Fc1oQWICvfsCG4odtFDN0cgQj0p80CgmlkgnY0gmlwhKwSXaOKbXVsdGlhZGRyc5YACASsEl2jBmC2AAoErBJdowZgt90DgnJzhQACAQAAiXNlY3AyNTZrMaECffsUmxO7r8A9_3VquWgRFmy-5MM34AUnLxYFvQyeJyWDdGNwgmC2g3VkcIJguIV3YWt1MgU"}'
|
|
2026-03-02 04:38:51.564 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-02 04:38:51.571 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-02 04:38:51.572 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-02_04-38-50__ff220b4b-52c2-41f2-a210-ea54bf7a5447__wakuorg_nwaku:latest.log
|
|
2026-03-02 04:38:51.572 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-02 04:38:51.572 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-02 04:38:51.573 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-02 04:38:51.573 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.108.188
|
|
2026-03-02 04:38:51.573 DEBUG [src.node.docker_mananger] Generated ports ['58082', '58083', '58084', '58085', '58086']
|
|
2026-03-02 04:38:51.574 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-02 04:38:51.574 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-02 04:38:51.574 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-02 04:38:51.574 DEBUG [src.node.docker_mananger] docker run -i -t -p 58082:58082 -p 58083:58083 -p 58084:58084 -p 58085:58085 -p 58086:58086 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=58084 --rest-port=58082 --tcp-port=58083 --discv5-udp-port=58085 --rest-address=0.0.0.0 --nat=extip:172.18.108.188 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=d32b2eea8cfb7562acbdf58c22888bcfbfd0c45ab2e81cfb6cfdba49668db10b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58086 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGiZAao5fIaCz08Wn6svUiMu5KY__c7aILnHwgmJ6-4XXJw8kMqwPcSIy9Fc1oQWICvfsCG4odtFDN0cgQj0p80CgmlkgnY0gmlwhKwSXaOKbXVsdGlhZGRyc5YACASsEl2jBmC2AAoErBJdowZgt90DgnJzhQACAQAAiXNlY3AyNTZrMaECffsUmxO7r8A9_3VquWgRFmy-5MM34AUnLxYFvQyeJyWDdGNwgmC2g3VkcIJguIV3YWt1MgU --content-topic=/myapp/1/latest/proto
|
|
2026-03-02 04:38:51.777 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.108.188 waku 094d7fd783747553caf5f7aac63336f1f4f79092c9df4e6368943ba60e9a31a6
|
|
2026-03-02 04:38:51.819 DEBUG [src.node.docker_mananger] Container started with ID 094d7fd78374. Setting up logs at ./log/docker/node2_2026-03-02_04-38-50__ff220b4b-52c2-41f2-a210-ea54bf7a5447__wakuorg_nwaku:latest.log
|
|
2026-03-02 04:38:51.819 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58082
|
|
2026-03-02 04:38:51.820 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-02 04:38:52.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58082/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:38:52.828 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-02 04:38:52.829 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-02 04:38:52.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58082/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:38:52.837 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.108.188/tcp/58083/p2p/16Uiu2HAmHpd3JTUQiCG5EKHkVm4ybZ5vbNnNFr9MzsLd3zit4fgT","/ip4/172.18.108.188/tcp/58084/ws/p2p/16Uiu2HAmHpd3JTUQiCG5EKHkVm4ybZ5vbNnNFr9MzsLd3zit4fgT"],"enrUri":"enr:-L24QMH_pBsEwG382fumVcsA13AkqQuUQhQX-pvqwTlgk1TdO5UJFTkd0yTjKBGLXaAS42r140hH7plFqY373JvOeI0CgmlkgnY0gmlwhKwSbLyKbXVsdGlhZGRyc5YACASsEmy8BuLjAAoErBJsvAbi5N0DgnJzhQACAQAAiXNlY3AyNTZrMaEDTMIls44bo8Di3CxNwcX084witoFFlbPszrb9A-oY9tCDdGNwguLjg3VkcILi5YV3YWt1MgE"}'
|
|
2026-03-02 04:38:52.837 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-02 04:38:52.838 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58082/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.93.163/tcp/24758/p2p/16Uiu2HAm3uSzuAHCM7Z9d7MRoiVT7P8kERq1fUU6Jmxjeu9XjT3S"]'
|
|
2026-03-02 04:38:52.841 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-02 04:38:52.842 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24757/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-02 04:38:52.844 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-02 04:38:52.845 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58082/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-02 04:38:52.847 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-02 04:38:52.847 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24757/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-02 04:38:52.852 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-02 04:38:52.852 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-02 04:38:52.952 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-02 04:38:52.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24757/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:38:52.956 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772426332847727786,"ephemeral":false,"proof":""}]'
|
|
2026-03-02 04:38:52.957 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-02 04:38:52.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58082/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:38:52.960 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772426332847727786,"ephemeral":false,"proof":""}]'
|
|
2026-03-02 04:38:52.963 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-02 04:38:52.964 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-02 04:38:52.964 DEBUG [src.node.waku_node] Stopping container with id 3006e0fecb2a
|
|
2026-03-02 04:38:53.523 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-02 04:38:53.525 DEBUG [src.node.waku_node] Stopping container with id 094d7fd78374
|
|
2026-03-02 04:38:54.065 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-02 04:38:54.069 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-02 04:38:54.073 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-02 04:38:54.078 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|