mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-04 06:53:07 +00:00
141 lines
25 KiB
Plaintext
141 lines
25 KiB
Plaintext
2025-12-10 04:12:35.653 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-10 04:12:35.654 DEBUG [tests.conftest] Running test: test_multiple_pubsub_topics_same_cluster with id: 2025-12-10_04-12-35__c5049d79-fa9c-4b00-8dc5-1e71dc18cb72
|
|
2025-12-10 04:12:35.654 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-10 04:12:35.654 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-10 04:12:35.654 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2025-12-10 04:12:35.662 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-10 04:12:35.662 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-10_04-12-35__c5049d79-fa9c-4b00-8dc5-1e71dc18cb72__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:12:35.663 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-10 04:12:35.663 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-10 04:12:35.664 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-10 04:12:35.664 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.31.97
|
|
2025-12-10 04:12:35.665 DEBUG [src.node.docker_mananger] Generated ports ['23950', '23951', '23952', '23953', '23954']
|
|
2025-12-10 04:12:35.665 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2025-12-10 04:12:35.665 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-10 04:12:35.665 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-10 04:12:35.665 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-10 04:12:35.665 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-10 04:12:35.665 DEBUG [src.node.docker_mananger] docker run -i -t -p 23950:23950 -p 23951:23951 -p 23952:23952 -p 23953:23953 -p 23954:23954 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=23952 --rest-port=23950 --tcp-port=23951 --discv5-udp-port=23953 --rest-address=0.0.0.0 --nat=extip:172.18.31.97 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=bdefbaeacb4faf2ac063514fba02591cc7caa51f6db09aa9b179a323e24fb0dc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23954 --metrics-logging=true --relay=true --filter=true
|
|
2025-12-10 04:12:35.859 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.31.97 waku 41eb6bb3d6fc143b844781e4fce399a537724c93c4a540ff71b5da4b61b49316
|
|
2025-12-10 04:12:35.889 DEBUG [src.node.docker_mananger] Container started with ID 41eb6bb3d6fc. Setting up logs at ./log/docker/node1_2025-12-10_04-12-35__c5049d79-fa9c-4b00-8dc5-1e71dc18cb72__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:12:35.889 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23950
|
|
2025-12-10 04:12:35.890 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-10 04:12:35.912 ERROR [src.node.docker_mananger] Max retries reached for container 149a83845041. Exiting log stream.
|
|
2025-12-10 04:12:36.447 ERROR [src.node.docker_mananger] Max retries reached for container 8c1569ee8f3d. Exiting log stream.
|
|
2025-12-10 04:12:36.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23950/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:12:36.893 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"}]}'
|
|
2025-12-10 04:12:36.894 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-10 04:12:36.894 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23950/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:12:36.896 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.31.97/tcp/23951/p2p/16Uiu2HAmDESdw7tD93ss6qPPN39gB8vtFpWiqJ1RcjzRSH6GkmTb","/ip4/172.18.31.97/tcp/23952/ws/p2p/16Uiu2HAmDESdw7tD93ss6qPPN39gB8vtFpWiqJ1RcjzRSH6GkmTb"],"enrUri":"enr:-L24QB8k5kIxJV6X3Q-Mg0eDAxfnEbEVO_7SdI4hg56ntHFwKxU9LhNKCEm8Zwusp7MZ9TvX5yTlAwEaPsEX3neJIIkCgmlkgnY0gmlwhKwSH2GKbXVsdGlhZGRyc5YACASsEh9hBl2PAAoErBIfYQZdkN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDCJHjtBR2m1KYig_LxA59XpXD3UrOjMAHcqd0RsX36X6DdGNwgl2Pg3VkcIJdkYV3YWt1MgU"}'
|
|
2025-12-10 04:12:36.896 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-10 04:12:36.903 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-10 04:12:36.903 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-10_04-12-35__c5049d79-fa9c-4b00-8dc5-1e71dc18cb72__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:12:36.903 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-10 04:12:36.903 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-10 04:12:36.905 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-10 04:12:36.905 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.167.140
|
|
2025-12-10 04:12:36.905 DEBUG [src.node.docker_mananger] Generated ports ['27058', '27059', '27060', '27061', '27062']
|
|
2025-12-10 04:12:36.905 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2025-12-10 04:12:36.905 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-10 04:12:36.906 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-10 04:12:36.906 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-10 04:12:36.906 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-10 04:12:36.906 DEBUG [src.node.docker_mananger] docker run -i -t -p 27058:27058 -p 27059:27059 -p 27060:27060 -p 27061:27061 -p 27062:27062 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=27060 --rest-port=27058 --tcp-port=27059 --discv5-udp-port=27061 --rest-address=0.0.0.0 --nat=extip:172.18.167.140 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=678abfa2cc260deedcad9bd46afb8cbb2cf0604ef323e556f15bad13fdbbad4c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27062 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QB8k5kIxJV6X3Q-Mg0eDAxfnEbEVO_7SdI4hg56ntHFwKxU9LhNKCEm8Zwusp7MZ9TvX5yTlAwEaPsEX3neJIIkCgmlkgnY0gmlwhKwSH2GKbXVsdGlhZGRyc5YACASsEh9hBl2PAAoErBIfYQZdkN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDCJHjtBR2m1KYig_LxA59XpXD3UrOjMAHcqd0RsX36X6DdGNwgl2Pg3VkcIJdkYV3YWt1MgU
|
|
2025-12-10 04:12:37.099 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.167.140 waku 9ff252cf773deab6f572c854833ba95e59fbff3f4407976d69e90176afce78e8
|
|
2025-12-10 04:12:37.132 DEBUG [src.node.docker_mananger] Container started with ID 9ff252cf773d. Setting up logs at ./log/docker/node2_2025-12-10_04-12-35__c5049d79-fa9c-4b00-8dc5-1e71dc18cb72__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:12:37.132 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27058
|
|
2025-12-10 04:12:37.132 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-10 04:12:38.133 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27058/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:12:38.143 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"}]}'
|
|
2025-12-10 04:12:38.143 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-10 04:12:38.144 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27058/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:12:38.151 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.167.140/tcp/27059/p2p/16Uiu2HAm9HdEjFKE41dX2TN37i6vWqfyU8s5AizVHYv6HwqKkUPg","/ip4/172.18.167.140/tcp/27060/ws/p2p/16Uiu2HAm9HdEjFKE41dX2TN37i6vWqfyU8s5AizVHYv6HwqKkUPg"],"enrUri":"enr:-L24QBwvWIEJmzqT2U0f-EBTLAI-QM73JEPBrwwWzsZ-9XMJNaoUXgzWOzD6HofV7znlhjJS2U4IUBn_Whrw1zEurrACgmlkgnY0gmlwhKwSp4yKbXVsdGlhZGRyc5YACASsEqeMBmmzAAoErBKnjAZptN0DgnJzhQACAQAAiXNlY3AyNTZrMaECzfPemytXZaSLnGJAw8n13HexqGVaFtMgNV2uj8QJQkeDdGNwgmmzg3VkcIJptYV3YWt1MgE"}'
|
|
2025-12-10 04:12:38.152 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-10 04:12:38.153 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27058/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.31.97/tcp/23951/p2p/16Uiu2HAmDESdw7tD93ss6qPPN39gB8vtFpWiqJ1RcjzRSH6GkmTb"]'
|
|
2025-12-10 04:12:38.155 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:12:38.156 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23950/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
|
2025-12-10 04:12:38.163 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:12:38.164 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27058/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
|
2025-12-10 04:12:38.177 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:12:38.178 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23950/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)'}'
|
|
2025-12-10 04:12:38.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:12:38.194 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:12:38.295 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:12:38.295 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23950/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:12:38.298 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765339958178579966,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:12:38.300 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:12:38.300 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27058/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:12:38.302 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765339958178579966,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:12:38.304 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23950/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)'}'
|
|
2025-12-10 04:12:38.308 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:12:38.308 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:12:38.409 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:12:38.410 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23950/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:12:38.412 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765339958304179636,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:12:38.413 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:12:38.414 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27058/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:12:38.416 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765339958304179636,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:12:38.417 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23950/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:12:38.421 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:12:38.422 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:12:38.523 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:12:38.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23950/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:12:38.526 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765339958417737203,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:12:38.527 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:12:38.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27058/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:12:38.530 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765339958417737203,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:12:38.531 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23950/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:12:38.535 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:12:38.536 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:12:38.637 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:12:38.638 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23950/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:12:38.640 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765339958531643397,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:12:38.642 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:12:38.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27058/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:12:38.644 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765339958531643397,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:12:38.646 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23950/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:12:38.651 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:12:38.652 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:12:38.752 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:12:38.752 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23950/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:12:38.755 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765339958646341809,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:12:38.756 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:12:38.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27058/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:12:38.759 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765339958646341809,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:12:38.760 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23950/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:12:38.765 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:12:38.765 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:12:38.865 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:12:38.866 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23950/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:12:38.870 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765339958760767405,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:12:38.872 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:12:38.872 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27058/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:12:38.874 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765339958760767405,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:12:38.876 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23950/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:12:38.881 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:12:38.881 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:12:38.982 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:12:38.982 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23950/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:12:38.985 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765339958876422895,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:12:38.987 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:12:38.987 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27058/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:12:38.989 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765339958876422895,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:12:38.991 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23950/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:12:38.996 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:12:38.997 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:12:39.097 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:12:39.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23950/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:12:39.100 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765339958991000479,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:12:39.102 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-10 04:12:39.102 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27058/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:12:39.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765339958991000479,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:12:39.109 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-10 04:12:39.110 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-10 04:12:39.110 DEBUG [src.node.waku_node] Stopping container with id 41eb6bb3d6fc
|
|
2025-12-10 04:12:39.652 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-10 04:12:39.652 DEBUG [src.node.waku_node] Stopping container with id 9ff252cf773d
|
|
2025-12-10 04:12:40.172 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-10 04:12:40.173 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-10 04:12:40.185 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-10 04:12:40.194 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|