mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 18:09:25 +00:00
93 lines
15 KiB
Plaintext
93 lines
15 KiB
Plaintext
2026-03-16 05:00:21.462 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-16 05:00:21.462 DEBUG [tests.conftest] Running test: test_subscribe_and_publish_on_another_shard with id: 2026-03-16_05-00-21__b68feab8-312a-47a7-9f0e-9129b104df12
|
|
2026-03-16 05:00:21.463 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-16 05:00:21.463 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-16 05:00:21.463 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-16 05:00:21.473 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-16 05:00:21.473 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-16_05-00-21__b68feab8-312a-47a7-9f0e-9129b104df12__wakuorg_nwaku:latest.log
|
|
2026-03-16 05:00:21.473 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-16 05:00:21.474 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-16 05:00:21.475 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-16 05:00:21.475 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.252.214
|
|
2026-03-16 05:00:21.475 DEBUG [src.node.docker_mananger] Generated ports ['49963', '49964', '49965', '49966', '49967']
|
|
2026-03-16 05:00:21.475 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-16 05:00:21.476 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-16 05:00:21.476 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-16 05:00:21.476 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-16 05:00:21.476 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-16 05:00:21.476 DEBUG [src.node.docker_mananger] docker run -i -t -p 49963:49963 -p 49964:49964 -p 49965:49965 -p 49966:49966 -p 49967:49967 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=49965 --rest-port=49963 --tcp-port=49964 --discv5-udp-port=49966 --rest-address=0.0.0.0 --nat=extip:172.18.252.214 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=f7d9e82fbc338d22caddf3fb81a3c2b4ede9fa8d40c9dcb2eb0ffdddcbc6a6ce --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49967 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-16 05:00:21.558 ERROR [src.node.docker_mananger] Max retries reached for container 28d966f15a15. Exiting log stream.
|
|
2026-03-16 05:00:21.680 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.252.214 waku 94867bfd57584cf2fe43bc66077560340ea1d6159de3006390e3483a83f05b5d
|
|
2026-03-16 05:00:21.717 DEBUG [src.node.docker_mananger] Container started with ID 94867bfd5758. Setting up logs at ./log/docker/node1_2026-03-16_05-00-21__b68feab8-312a-47a7-9f0e-9129b104df12__wakuorg_nwaku:latest.log
|
|
2026-03-16 05:00:21.717 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 49963
|
|
2026-03-16 05:00:21.718 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-16 05:00:22.085 ERROR [src.node.docker_mananger] Max retries reached for container be494af72f6c. Exiting log stream.
|
|
2026-03-16 05:00:22.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49963/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-16 05:00:22.722 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-16 05:00:22.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49963/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-16 05:00:22.827 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-16 05:00:22.827 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-16 05:00:22.827 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49963/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-16 05:00:22.830 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.252.214/tcp/49964/p2p/16Uiu2HAm2oVFCd7ycMQyfX8839azVxZFRUVRPqX4HW82eLjPBK6u","/ip4/172.18.252.214/tcp/49965/ws/p2p/16Uiu2HAm2oVFCd7ycMQyfX8839azVxZFRUVRPqX4HW82eLjPBK6u"],"enrUri":"enr:-L24QPu30cz5NUB6ItrDHmqFm8HIt4ngdPM7cjsDOXCm6ebmCKrVkmONd_YmNsoW72tfsKnfGAVARL5WCRNEMWTHX_sCgmlkgnY0gmlwhKwS_NaKbXVsdGlhZGRyc5YACASsEvzWBsMsAAoErBL81gbDLd0DgnJzhQACAQAAiXNlY3AyNTZrMaECbZhy7CP7rDCEf_L_PmFtqouu7_HE_5PHL1YQklNM1U6DdGNwgsMsg3VkcILDLoV3YWt1MgU"}'
|
|
2026-03-16 05:00:22.830 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-16 05:00:22.838 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-16 05:00:22.838 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-16_05-00-21__b68feab8-312a-47a7-9f0e-9129b104df12__wakuorg_nwaku:latest.log
|
|
2026-03-16 05:00:22.838 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-16 05:00:22.839 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-16 05:00:22.840 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-16 05:00:22.840 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.56.54
|
|
2026-03-16 05:00:22.840 DEBUG [src.node.docker_mananger] Generated ports ['9002', '9003', '9004', '9005', '9006']
|
|
2026-03-16 05:00:22.841 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-16 05:00:22.841 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-16 05:00:22.841 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-16 05:00:22.841 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-16 05:00:22.841 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-16 05:00:22.841 DEBUG [src.node.docker_mananger] docker run -i -t -p 9002:9002 -p 9003:9003 -p 9004:9004 -p 9005:9005 -p 9006:9006 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=9004 --rest-port=9002 --tcp-port=9003 --discv5-udp-port=9005 --rest-address=0.0.0.0 --nat=extip:172.18.56.54 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=aceffdcde51d2ecaf58d8de2632d1c0a9432a91daec239a34d94ebbb8fee2920 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9006 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QPu30cz5NUB6ItrDHmqFm8HIt4ngdPM7cjsDOXCm6ebmCKrVkmONd_YmNsoW72tfsKnfGAVARL5WCRNEMWTHX_sCgmlkgnY0gmlwhKwS_NaKbXVsdGlhZGRyc5YACASsEvzWBsMsAAoErBL81gbDLd0DgnJzhQACAQAAiXNlY3AyNTZrMaECbZhy7CP7rDCEf_L_PmFtqouu7_HE_5PHL1YQklNM1U6DdGNwgsMsg3VkcILDLoV3YWt1MgU
|
|
2026-03-16 05:00:23.056 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.56.54 waku c36e5bff8c26a1b4b1ff1442d001595e7cf1eef97c79166aa08acca3b1f9c69d
|
|
2026-03-16 05:00:23.093 DEBUG [src.node.docker_mananger] Container started with ID c36e5bff8c26. Setting up logs at ./log/docker/node2_2026-03-16_05-00-21__b68feab8-312a-47a7-9f0e-9129b104df12__wakuorg_nwaku:latest.log
|
|
2026-03-16 05:00:23.094 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9002
|
|
2026-03-16 05:00:23.094 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-16 05:00:24.094 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9002/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-16 05:00:24.097 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-16 05:00:24.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9002/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-16 05:00:24.225 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-16 05:00:24.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9002/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-16 05:00:24.328 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":"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":"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-16 05:00:24.328 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-16 05:00:24.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9002/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-16 05:00:24.330 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.56.54/tcp/9003/p2p/16Uiu2HAmNCm56bsKapfgRnFoA4YE54gVNGnNeDxkPFuj9Ai1g3Wy","/ip4/172.18.56.54/tcp/9004/ws/p2p/16Uiu2HAmNCm56bsKapfgRnFoA4YE54gVNGnNeDxkPFuj9Ai1g3Wy"],"enrUri":"enr:-L24QEao5vdHuQPRZrtbJawj1aBO8UBf9NsZv0HgK923OHqABlqffTt5mC61aUI2sY8nzCxeS4PsC6n1_SuopBXZ-7wCgmlkgnY0gmlwhKwSODaKbXVsdGlhZGRyc5YACASsEjg2BiMrAAoErBI4NgYjLN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDjdzA33loCoGmLijGt_eWayYvkSoahbpIRWh4TRPvqgqDdGNwgiMrg3VkcIIjLYV3YWt1MgE"}'
|
|
2026-03-16 05:00:24.331 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-16 05:00:24.331 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9002/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.252.214/tcp/49964/p2p/16Uiu2HAm2oVFCd7ycMQyfX8839azVxZFRUVRPqX4HW82eLjPBK6u"]'
|
|
2026-03-16 05:00:24.354 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-16 05:00:24.355 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49963/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
|
2026-03-16 05:00:24.365 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-16 05:00:24.365 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9002/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
|
2026-03-16 05:00:24.370 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-16 05:00:24.370 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49963/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-16 05:00:24.380 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-16 05:00:24.380 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-16 05:00:24.480 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-16 05:00:24.481 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49963/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-16 05:00:24.483 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773637224370507973,"ephemeral":false,"proof":""}]'
|
|
2026-03-16 05:00:24.485 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-16 05:00:24.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-16 05:00:24.487 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773637224370507973,"ephemeral":false,"proof":""}]'
|
|
2026-03-16 05:00:24.489 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49963/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-16 05:00:24.498 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-16 05:00:24.499 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-16 05:00:24.599 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-16 05:00:24.600 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49963/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-16 05:00:24.603 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773637224489595400,"ephemeral":false,"proof":""}]'
|
|
2026-03-16 05:00:24.604 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-16 05:00:24.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9002/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-16 05:00:24.607 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773637224489595400,"ephemeral":false,"proof":""}]'
|
|
2026-03-16 05:00:24.609 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-16 05:00:24.610 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-16 05:00:24.611 DEBUG [src.node.waku_node] Stopping container with id 94867bfd5758
|
|
2026-03-16 05:00:25.212 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-16 05:00:25.212 DEBUG [src.node.waku_node] Stopping container with id c36e5bff8c26
|
|
2026-03-16 05:00:25.795 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-16 05:00:25.796 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-16 05:00:25.837 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-16 05:00:25.876 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|