mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-02 14:03:08 +00:00
141 lines
25 KiB
Plaintext
141 lines
25 KiB
Plaintext
2025-12-19 04:17:44.804 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-19 04:17:44.805 DEBUG [tests.conftest] Running test: test_multiple_pubsub_topics_same_cluster with id: 2025-12-19_04-17-44__e78fb378-0e13-48b7-ba42-fd068760a2dd
|
|
2025-12-19 04:17:44.805 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-19 04:17:44.805 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-19 04:17:44.805 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2025-12-19 04:17:44.812 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-19 04:17:44.812 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-17-44__e78fb378-0e13-48b7-ba42-fd068760a2dd__wakuorg_nwaku:latest.log
|
|
2025-12-19 04:17:44.812 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-19 04:17:44.812 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-19 04:17:44.814 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-19 04:17:44.814 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.15.47
|
|
2025-12-19 04:17:44.814 DEBUG [src.node.docker_mananger] Generated ports ['29765', '29766', '29767', '29768', '29769']
|
|
2025-12-19 04:17:44.814 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2025-12-19 04:17:44.814 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-19 04:17:44.814 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-19 04:17:44.815 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-19 04:17:44.815 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-19 04:17:44.815 DEBUG [src.node.docker_mananger] docker run -i -t -p 29765:29765 -p 29766:29766 -p 29767:29767 -p 29768:29768 -p 29769:29769 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=29767 --rest-port=29765 --tcp-port=29766 --discv5-udp-port=29768 --rest-address=0.0.0.0 --nat=extip:172.18.15.47 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ffd39ec8ac5ded117e2f7f0f814ff6ef55716e08dcfaa527c4c0fba488ab0327 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29769 --metrics-logging=true --relay=true --filter=true
|
|
2025-12-19 04:17:45.004 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.15.47 waku d608c1fb82fc60462879d8fb5f0818531cc374a265bb3fb3ec1f50cd589699ce
|
|
2025-12-19 04:17:45.035 DEBUG [src.node.docker_mananger] Container started with ID d608c1fb82fc. Setting up logs at ./log/docker/node1_2025-12-19_04-17-44__e78fb378-0e13-48b7-ba42-fd068760a2dd__wakuorg_nwaku:latest.log
|
|
2025-12-19 04:17:45.036 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 29765
|
|
2025-12-19 04:17:45.036 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-19 04:17:45.081 ERROR [src.node.docker_mananger] Max retries reached for container 909575a68714. Exiting log stream.
|
|
2025-12-19 04:17:45.599 ERROR [src.node.docker_mananger] Max retries reached for container 123d17e7d562. Exiting log stream.
|
|
2025-12-19 04:17:46.036 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29765/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-19 04:17:46.039 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-19 04:17:46.040 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-19 04:17:46.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29765/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-19 04:17:46.042 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.15.47/tcp/29766/p2p/16Uiu2HAm6VsBpYPqnZAPHCA8dYzqxf8tL15xqRGKBMMjBFLdA19y","/ip4/172.18.15.47/tcp/29767/ws/p2p/16Uiu2HAm6VsBpYPqnZAPHCA8dYzqxf8tL15xqRGKBMMjBFLdA19y"],"enrUri":"enr:-L24QPAJaLZrKWpBHd9Rh4lLrp-uqdq1YGvjRIAWgHCYChIPGW_Kp3kCQskok5lon7cOq0XEG_pUfzkKt_sac9HjcLkCgmlkgnY0gmlwhKwSDy-KbXVsdGlhZGRyc5YACASsEg8vBnRGAAoErBIPLwZ0R90DgnJzhQACAQAAiXNlY3AyNTZrMaECpIONN6aF3dcsty0RLeBOK71xHlrNziXQyVYM9UTdsRCDdGNwgnRGg3VkcIJ0SIV3YWt1MgU"}'
|
|
2025-12-19 04:17:46.042 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-19 04:17:46.049 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-19 04:17:46.049 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-17-44__e78fb378-0e13-48b7-ba42-fd068760a2dd__wakuorg_nwaku:latest.log
|
|
2025-12-19 04:17:46.049 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-19 04:17:46.049 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-19 04:17:46.050 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-19 04:17:46.050 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.10.125
|
|
2025-12-19 04:17:46.050 DEBUG [src.node.docker_mananger] Generated ports ['62764', '62765', '62766', '62767', '62768']
|
|
2025-12-19 04:17:46.051 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2025-12-19 04:17:46.051 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-19 04:17:46.051 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-19 04:17:46.051 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-19 04:17:46.051 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-19 04:17:46.051 DEBUG [src.node.docker_mananger] docker run -i -t -p 62764:62764 -p 62765:62765 -p 62766:62766 -p 62767:62767 -p 62768:62768 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=62766 --rest-port=62764 --tcp-port=62765 --discv5-udp-port=62767 --rest-address=0.0.0.0 --nat=extip:172.18.10.125 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=dd9c0fff10af3b2ba6ae52985ed4cb3d471e053a15058e31327be9a8ca89fabc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62768 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QPAJaLZrKWpBHd9Rh4lLrp-uqdq1YGvjRIAWgHCYChIPGW_Kp3kCQskok5lon7cOq0XEG_pUfzkKt_sac9HjcLkCgmlkgnY0gmlwhKwSDy-KbXVsdGlhZGRyc5YACASsEg8vBnRGAAoErBIPLwZ0R90DgnJzhQACAQAAiXNlY3AyNTZrMaECpIONN6aF3dcsty0RLeBOK71xHlrNziXQyVYM9UTdsRCDdGNwgnRGg3VkcIJ0SIV3YWt1MgU
|
|
2025-12-19 04:17:46.227 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.10.125 waku 18fbdf3843b57c6611a052c5bc5ca9c9eb8b6a139e7c7a43db3b70625aae4db6
|
|
2025-12-19 04:17:46.261 DEBUG [src.node.docker_mananger] Container started with ID 18fbdf3843b5. Setting up logs at ./log/docker/node2_2025-12-19_04-17-44__e78fb378-0e13-48b7-ba42-fd068760a2dd__wakuorg_nwaku:latest.log
|
|
2025-12-19 04:17:46.261 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62764
|
|
2025-12-19 04:17:46.261 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-19 04:17:47.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62764/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-19 04:17:47.275 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"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-19 04:17:47.276 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-19 04:17:47.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62764/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-19 04:17:47.280 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.10.125/tcp/62765/p2p/16Uiu2HAm2d3GdBQA55bHCUBgZBc6ewGq76HfmFZNYe6yubWW43D1","/ip4/172.18.10.125/tcp/62766/ws/p2p/16Uiu2HAm2d3GdBQA55bHCUBgZBc6ewGq76HfmFZNYe6yubWW43D1"],"enrUri":"enr:-L24QLH0rXqdoyemU6ah-dgrdzMzTvL6WhJ2hs2GU0BytbswM6GOMuZlpy0D-ntHvrGBvx9eMzOusmcaog319W589JsCgmlkgnY0gmlwhKwSCn2KbXVsdGlhZGRyc5YACASsEgp9BvUtAAoErBIKfQb1Lt0DgnJzhQACAQAAiXNlY3AyNTZrMaECautFMRK8pE9Qk4aM9d8RIH-JHbZ6AfOq0w4axqebZeiDdGNwgvUtg3VkcIL1L4V3YWt1MgE"}'
|
|
2025-12-19 04:17:47.280 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-19 04:17:47.280 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62764/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.15.47/tcp/29766/p2p/16Uiu2HAm6VsBpYPqnZAPHCA8dYzqxf8tL15xqRGKBMMjBFLdA19y"]'
|
|
2025-12-19 04:17:47.283 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-19 04:17:47.283 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29765/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-19 04:17:47.291 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-19 04:17:47.291 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62764/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-19 04:17:47.302 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-19 04:17:47.303 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29765/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-19 04:17:47.312 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-19 04:17:47.313 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-19 04:17:47.413 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-19 04:17:47.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29765/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-19 04:17:47.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":1766117867303429506,"ephemeral":false,"proof":""}]'
|
|
2025-12-19 04:17:47.417 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-19 04:17:47.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62764/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-19 04:17:47.419 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117867303429506,"ephemeral":false,"proof":""}]'
|
|
2025-12-19 04:17:47.421 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29765/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-19 04:17:47.425 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-19 04:17:47.426 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-19 04:17:47.526 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-19 04:17:47.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29765/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-19 04:17:47.528 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117867421327106,"ephemeral":false,"proof":""}]'
|
|
2025-12-19 04:17:47.530 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-19 04:17:47.530 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62764/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-19 04:17:47.532 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117867421327106,"ephemeral":false,"proof":""}]'
|
|
2025-12-19 04:17:47.534 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29765/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-19 04:17:47.538 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-19 04:17:47.539 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-19 04:17:47.639 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-19 04:17:47.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29765/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-19 04:17:47.642 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117867534223771,"ephemeral":false,"proof":""}]'
|
|
2025-12-19 04:17:47.643 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-19 04:17:47.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62764/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-19 04:17:47.646 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117867534223771,"ephemeral":false,"proof":""}]'
|
|
2025-12-19 04:17:47.647 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29765/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-19 04:17:47.653 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-19 04:17:47.653 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-19 04:17:47.753 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-19 04:17:47.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29765/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-19 04:17:47.756 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117867647820069,"ephemeral":false,"proof":""}]'
|
|
2025-12-19 04:17:47.757 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-19 04:17:47.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62764/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-19 04:17:47.760 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117867647820069,"ephemeral":false,"proof":""}]'
|
|
2025-12-19 04:17:47.761 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29765/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-19 04:17:47.765 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-19 04:17:47.766 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-19 04:17:47.867 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-19 04:17:47.867 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29765/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-19 04:17:47.869 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117867761669711,"ephemeral":false,"proof":""}]'
|
|
2025-12-19 04:17:47.870 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-19 04:17:47.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62764/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-19 04:17:47.873 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117867761669711,"ephemeral":false,"proof":""}]'
|
|
2025-12-19 04:17:47.874 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29765/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-19 04:17:47.879 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-19 04:17:47.879 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-19 04:17:47.980 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-19 04:17:47.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29765/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-19 04:17:47.982 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117867874373688,"ephemeral":false,"proof":""}]'
|
|
2025-12-19 04:17:47.984 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-19 04:17:47.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62764/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-19 04:17:47.986 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117867874373688,"ephemeral":false,"proof":""}]'
|
|
2025-12-19 04:17:47.988 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29765/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-19 04:17:47.992 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-19 04:17:47.993 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-19 04:17:48.093 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-19 04:17:48.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29765/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-19 04:17:48.096 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117867987898980,"ephemeral":false,"proof":""}]'
|
|
2025-12-19 04:17:48.097 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-19 04:17:48.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62764/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-19 04:17:48.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":1766117867987898980,"ephemeral":false,"proof":""}]'
|
|
2025-12-19 04:17:48.101 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29765/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-19 04:17:48.106 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-19 04:17:48.106 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-19 04:17:48.206 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-19 04:17:48.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29765/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-19 04:17:48.209 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117868101588874,"ephemeral":false,"proof":""}]'
|
|
2025-12-19 04:17:48.210 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-19 04:17:48.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62764/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-19 04:17:48.213 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117868101588874,"ephemeral":false,"proof":""}]'
|
|
2025-12-19 04:17:48.215 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-19 04:17:48.216 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-19 04:17:48.216 DEBUG [src.node.waku_node] Stopping container with id d608c1fb82fc
|
|
2025-12-19 04:17:48.763 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-19 04:17:48.763 DEBUG [src.node.waku_node] Stopping container with id 18fbdf3843b5
|
|
2025-12-19 04:17:49.263 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-19 04:17:49.265 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-19 04:17:49.277 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-19 04:17:49.288 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|