mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-01 16:13:13 +00:00
74 lines
13 KiB
Plaintext
74 lines
13 KiB
Plaintext
2026-03-02 04:35:11.942 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-02 04:35:11.942 DEBUG [tests.conftest] Running test: test_2_nodes_different_content_topic_different_shard with id: 2026-03-02_04-35-11__f6175c4d-06de-4644-8deb-d4a52b25c791
|
|
2026-03-02 04:35:11.943 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-02 04:35:11.943 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-02 04:35:11.943 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-02 04:35:11.954 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-02 04:35:11.955 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-02_04-35-11__f6175c4d-06de-4644-8deb-d4a52b25c791__wakuorg_nwaku:latest.log
|
|
2026-03-02 04:35:11.955 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-02 04:35:11.955 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-02 04:35:11.958 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-02 04:35:11.958 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.228.19
|
|
2026-03-02 04:35:11.959 DEBUG [src.node.docker_mananger] Generated ports ['47489', '47490', '47491', '47492', '47493']
|
|
2026-03-02 04:35:11.960 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-02 04:35:11.960 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-02 04:35:11.961 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-02 04:35:11.961 DEBUG [src.node.docker_mananger] docker run -i -t -p 47489:47489 -p 47490:47490 -p 47491:47491 -p 47492:47492 -p 47493:47493 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=47491 --rest-port=47489 --tcp-port=47490 --discv5-udp-port=47492 --rest-address=0.0.0.0 --nat=extip:172.18.228.19 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=2a6cf9689dc980aff1191cffda839a7dcb809cdbf3cae195efdcabefee7b2ac9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47493 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto
|
|
2026-03-02 04:35:12.150 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.228.19 waku 789fe7089f182fed6d07267e718f7c0f4672c29598c61cbba2c8d954c9a299d1
|
|
2026-03-02 04:35:12.189 DEBUG [src.node.docker_mananger] Container started with ID 789fe7089f18. Setting up logs at ./log/docker/node1_2026-03-02_04-35-11__f6175c4d-06de-4644-8deb-d4a52b25c791__wakuorg_nwaku:latest.log
|
|
2026-03-02 04:35:12.190 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47489
|
|
2026-03-02 04:35:12.193 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-02 04:35:12.194 ERROR [src.node.docker_mananger] Max retries reached for container 57a5b8038b47. Exiting log stream.
|
|
2026-03-02 04:35:12.778 ERROR [src.node.docker_mananger] Max retries reached for container 111a14d0fccf. Exiting log stream.
|
|
2026-03-02 04:35:13.193 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47489/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:35:13.196 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:35:13.196 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-02 04:35:13.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47489/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:35:13.199 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.228.19/tcp/47490/p2p/16Uiu2HAmSbccS9zvsbaQ2snRBN87XJFqKmz3ZvrfRCunqmpY7a4B","/ip4/172.18.228.19/tcp/47491/ws/p2p/16Uiu2HAmSbccS9zvsbaQ2snRBN87XJFqKmz3ZvrfRCunqmpY7a4B"],"enrUri":"enr:-L24QBFRHaLc6RuIZPB8sM_9aRyfmNl-MYMrYFKS6c2geOYQEV-Fdbl6-rhM0mupIWa-8XNt9nG6kIdxZ1dPYJh7xucCgmlkgnY0gmlwhKwS5BOKbXVsdGlhZGRyc5YACASsEuQTBrmCAAoErBLkEwa5g90DgnJzhQACAQAAiXNlY3AyNTZrMaEDzyZLV54DgO02fma7IQpi9pZ0HL-qEC82Z3EOUoGQCJyDdGNwgrmCg3VkcIK5hIV3YWt1MgU"}'
|
|
2026-03-02 04:35:13.199 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-02 04:35:13.206 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-02 04:35:13.206 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-02_04-35-11__f6175c4d-06de-4644-8deb-d4a52b25c791__wakuorg_nwaku:latest.log
|
|
2026-03-02 04:35:13.207 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-02 04:35:13.207 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-02 04:35:13.208 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-02 04:35:13.208 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.22.35
|
|
2026-03-02 04:35:13.208 DEBUG [src.node.docker_mananger] Generated ports ['1564', '1565', '1566', '1567', '1568']
|
|
2026-03-02 04:35:13.209 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-02 04:35:13.209 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-02 04:35:13.209 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-02 04:35:13.209 DEBUG [src.node.docker_mananger] docker run -i -t -p 1564:1564 -p 1565:1565 -p 1566:1566 -p 1567:1567 -p 1568:1568 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=1566 --rest-port=1564 --tcp-port=1565 --discv5-udp-port=1567 --rest-address=0.0.0.0 --nat=extip:172.18.22.35 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=aded41dff7e62f792821a4ebd55acc435eea36dc396fc3b46effa9fdcdcba4fd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1568 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBFRHaLc6RuIZPB8sM_9aRyfmNl-MYMrYFKS6c2geOYQEV-Fdbl6-rhM0mupIWa-8XNt9nG6kIdxZ1dPYJh7xucCgmlkgnY0gmlwhKwS5BOKbXVsdGlhZGRyc5YACASsEuQTBrmCAAoErBLkEwa5g90DgnJzhQACAQAAiXNlY3AyNTZrMaEDzyZLV54DgO02fma7IQpi9pZ0HL-qEC82Z3EOUoGQCJyDdGNwgrmCg3VkcIK5hIV3YWt1MgU --content-topic=/waku/2/content/test.js
|
|
2026-03-02 04:35:13.399 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.22.35 waku 08d0a0d251f7b28349c61218c2333fe55ea581f3b4c8dda9b43842268bb1c0d8
|
|
2026-03-02 04:35:13.432 DEBUG [src.node.docker_mananger] Container started with ID 08d0a0d251f7. Setting up logs at ./log/docker/node2_2026-03-02_04-35-11__f6175c4d-06de-4644-8deb-d4a52b25c791__wakuorg_nwaku:latest.log
|
|
2026-03-02 04:35:13.433 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1564
|
|
2026-03-02 04:35:13.433 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-02 04:35:14.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1564/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:35:14.461 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:35:14.461 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-02 04:35:14.461 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1564/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:35:14.470 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.22.35/tcp/1565/p2p/16Uiu2HAmLJmHMibN8MPhnGuieP3mXVYXjg4PB6aLn2LVkEkrzXXg","/ip4/172.18.22.35/tcp/1566/ws/p2p/16Uiu2HAmLJmHMibN8MPhnGuieP3mXVYXjg4PB6aLn2LVkEkrzXXg"],"enrUri":"enr:-L24QJ1PlRQ2aTlJRLVs1i26wuyN25zuldvedkduDIDF2QYfd8XSIaQqXKMvjO5GD5-gsZfxbTGI30sgtTRxiAaAm0gCgmlkgnY0gmlwhKwSFiOKbXVsdGlhZGRyc5YACASsEhYjBgYdAAoErBIWIwYGHt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDca8aenZHoqGw6APFXURg9UG95hVcb9rDajOTL3GTYMODdGNwggYdg3VkcIIGH4V3YWt1MgE"}'
|
|
2026-03-02 04:35:14.470 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-02 04:35:14.471 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1564/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.228.19/tcp/47490/p2p/16Uiu2HAmSbccS9zvsbaQ2snRBN87XJFqKmz3ZvrfRCunqmpY7a4B"]'
|
|
2026-03-02 04:35:14.477 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-02 04:35:14.477 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47489/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-02 04:35:14.480 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-02 04:35:14.480 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1564/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
|
2026-03-02 04:35:14.482 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-02 04:35:14.483 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47489/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:35:14.489 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-02 04:35:14.489 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-02 04:35:14.590 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-02 04:35:14.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47489/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:35:14.593 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772426114483316411,"ephemeral":false,"proof":""}]'
|
|
2026-03-02 04:35:14.595 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-02 04:35:14.595 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1564/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-02 04:35:14.597 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772426114483316411,"ephemeral":false,"proof":""}]'
|
|
2026-03-02 04:35:14.600 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-02 04:35:14.601 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-02 04:35:14.601 DEBUG [src.node.waku_node] Stopping container with id 789fe7089f18
|
|
2026-03-02 04:35:15.156 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-02 04:35:15.156 DEBUG [src.node.waku_node] Stopping container with id 08d0a0d251f7
|
|
2026-03-02 04:35:15.733 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-02 04:35:15.734 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-02 04:35:15.745 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-02 04:35:15.750 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|